	/* $Id: theme.css VimagesSportG0218 from yoga dark changed by vimages*/

.Edito {
	text-align: left;
	padding: 5px;
	background-color: #808080;
}

/* text color */
BODY, H1, H3, DT,
INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
	color:#e0e0e0;
}

H2, #menubar DT, .throw {
	color: #ffffff;
}

#content .navigationBar {
	color: #a0A0a0;
}
#content .pageNumberSelected {
	color: #A0A0A0;
}
/* backgrounds */
BODY {
	background-color: #808080;
}

H3, #the_page, #imageToolBar A:hover, .row1  {
	background-color: #A0A0A0;
}

#imageHeaderBar{
	background-color: #4682B4;
}

#menubar DL, #content, .header_notes, .content {
	background-color: #4682B4;
}

#imageToolBar{
	background-color: #4682B4;
	background-image: url(images/tableh1_bg.png);
}

H2, #menubar DT, .throw  {
	background-image: url(images/tableh1_bg.png);
}

#imageHeaderBar H2 {
	background-image: none;
	background-color: #4682B4;
	border: none;
}

#imageHeaderBar {
	background-image: url(images/tableh1_bg.png);
	background-repeat: repeat-x;
	background-position: center;
}

/* borders */

#menubar DL, #content, .content,
#comments DIV.comment BLOCKQUOTE {
	border: 2px solid #808080;
}

#menubar{
	border: 2px solid #808080;
}

#menubar DL {
  border: 1px solid #4682B4;
}

#imageHeaderBar {
	border-top: 2px solid #808080;
}

H2, #menubar DT, #imageToolBar {
  border: 0px solid #808080;
}

#theImage IMG {
	border: 5px solid #4682B4;
}

#content UL.thumbnail IMG {
	border: 2px solid #808080;
}

FIELDSET, INPUT, SELECT, TEXTAREA,
#content DIV.comment  A.illustration IMG, #infos,{
	border: 1px solid #808080;
}

#comments DIV.comment BLOCKQUOTE {
	border: 1px solid #ffffff;
}

#content UL.thumbnails SPAN.wrap2 {
	border: 2px solid #808080;	/* thumbnails border color and style */
	background-color: #A9A9A9;
	-moz-border-radius: 4px;	/* round corners with Geko */
	border-radius: 4px 4px;	/* round corners with CSS3 compliant browsers */
}

#content UL.thumbnails SPAN.wrap2:hover {
	background-color: #808080;
	border: 2px solid #000000; /* thumbnails border color when mouse cursor is over it */
}

#content DIV.thumbnailCategory  {
	background-color: #A9A9A9;
	border: 2px solid #808080;
}

#content UL.thumbnailCategories DIV.thumbnailCategory {
	background-color: #A9A9A9;
	border: 2px solid #808080; /* thumbnails border color when mouse cursor is NOT over it */
}

#content UL.thumbnailCategories DIV.thumbnailCategory:hover {
	background-color: #808080;
	border: 2px solid #000000;		/* thumbnails border color when mouse cursor is over it */
	color: yellow
}

#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
	background-color: #808080;
	border: 0px solid #000000; /* thumbnails border color when mouse cursor is over it */
	color: yellow;
}

/* links */
A, .rateButton {
	color: #ffffff;
}

A:hover {
	color: yellow;
}

/* others */
.pleaseNote {
	background: #9c9c9c;
	color: #ffff99;
	padding: 1ex;
	font-weight: bold;
}
#the_page {
	border: 1px solid #e0e0e0;
	padding-top: 5px;
	padding-bottom:30px;
	text-align:center;
	display:block;
}

/*calendar elements*/
SPAN.calItemEmpty { color: silver; }

SPAN.calItem, SPAN.calItemEmpty
{
	border: 1px solid gray;
}

/* nice looking month calendar*/
TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid gray;}

TD.calDayCellEmpty { color: silver; }

.calBackDate { color: #000; }
.calForeDate { color: #fff; }
.virtual_cat { background: #3f3f3f !important; }
