/* $Id: theme.css 1900 2007-03-12 22:33:53Z rub $ */

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

DT, H2 , td{
  color:#005E89;	/* blue */
}

/*largeur de la page*/
#the_page {
margin: 0 auto;
width: 900px;
background-color:#eeeeee;
border: 1px solid #dcdcdc;
}

#thePicturePage #theHeader { 
display : none;
} 

#theHeader h1{
margin: 0 auto;
padding: 10px 0px;
width: 900px;
background-color:#fff;
color: #ff6600;
}

#comments {
text-align:left;
background-color:#eeeeee;
margin: 0 auto;
padding: 1px 0px 1px 0px ;
}

#comments h2 {
margin: none;
}

.navButtons {
margin: 0px 325px 0px 0px;
}


.thumbLink {
display: none;
}

#theHeader {
margin-bottom: 10px;
padding: 10px 0px;
width: 900px;
background-color:#fff;
color: #ff6600;
}

#thePicturePage #the_page {
background-color: #d3d3d3;
}

#thePicturePage #copyright {
background-color: #d3d3d3;
}

#imageHeaderBar .navButtons{
background-color:#D3D3D3;
width: 30px;
padding-left: 12px;
text-align: left;
float:left;
}

#imageHeaderBar .navButtons a{
border-bottom: none;
}

#imageHeaderBar .navButtons a:hover {
border-bottom: none;
}

#copyright {
margin: 15px auto;
width: 900px;
background-color:#eeeeee;
}

#copyright img {
margin: 0px auto;
padding-left: 2px;
}

#content .navigationBar {
    margin: 10px 0;
    text-align: center;
}

#content .additional_info {
    margin: 10px 0;
    text-align: justify;
	color: #808080;
	padding: 10px;
}

form#quickconnect ul.actions {
display:none;
}

/* backgrounds */
BODY, H3, .throw {
  background-color: #ffffff;	/* white */
}

H2 ,#imageHeaderBar ,#menubar DT {
  background-color: #d3d3d3;
}


 #imageToolBar A:hover, .row1 {
  background-color: #d3d3d3;
}

#menubar DL, #content, #imageToolBar, .header_notes, .content {
  background-color: #fff;
}

/* borders */
#menubar DL, #content,  
#comments DIV.comment BLOCKQUOTE {
  border: 1px solid #d3d3d3;
}
#imageToolBar{
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  border-left: none;
  border-right: none;
}


#theImage IMG {
	  border-color: #ffffff;
	  border: 10px solid #ffffff;
	  text-align: justify;
	  
}

#theImage p {
	  text-align: justify;
	  padding: 5px 15px 5px 15px;
	  margin: 0 auto;
	  width: 600px;
}

#content UL.thumbnail IMG {
    border: 1px solid #a0a0a0;
}

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

#content DIV.thumbnailCategory {
  border: 1px solid #dcdcdc;
}

#comments DIV.comment BLOCKQUOTE {
  border-left: 2px solid #696969;
  background-color: #eee;
}

#content UL.thumbnails SPAN.wrap2 {
  border: 1px solid #dcdcdc;	/* thumbnails border color and style */
  border-radius: 4px 4px;   /*round corners with CSS3 compliant browsers*/
}

#content UL.thumbnails SPAN.wrap2:hover,
#content UL.thumbnailCategories DIV.thumbnailCategory:hover,
#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
  background-color: #EFEFEF;
  border-color: #ff6600;		/* thumbnails border color when mouse cursor is over it */
  color: #333333;
}

UL.categoryActions { 
	  padding: 1px 0px 0px 0px; 
	} 

/* links */
A, INPUT.rateButton {
    color: #005e89;
    background: transparent;
}
a {
border-bottom:none;
text-decoration:none;
}

#content div.thumbnailCategory div.illustration {
width:110px;
}


content div.thumbnailCategory div.illustration  a{
border-bottom:none;
}

A:hover, INPUT.rateButton:hover {
    color: #ff6600;
	border-bottom:1px solid #ff6600;
}

#imageToolBar A, #imageToolBar A:hover {
    border-bottom: none;
}

A.navThumb, A.navThumb:hover {
    border-bottom: none;
}

/* others */
.pleaseNote {
    background: #9c9c9c;
    color: #ffff99;
    padding: 1ex;
    font-weight: bold;
}

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

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

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

TD.calDayCellEmpty { color: silver; }

.calBackDate { color: #000; }
.calForeDate { color: #fff; }
.virtual_cat { background: #fff !important; }
.qsearch { font-size: 80%; font-style: normal; }
#mbMenu #quicksearch > p { text-align: left; }
#qsearchInput { color: #d3d3d3; }
#qsearchInput:focus { color: #005e89; }

.tabsheet li,
.tabsheet li a { color: #005e89; }
.tabsheet li a:hover { color: #858460; }
.tabsheet li { background-color: #fff; }
.selected_tab { background-color: #d3d3d3 !important; }
ul.tabsheet { border-color: #858460; }
.tabsheet li { border: 1px solid #696969; }
.tabsheet li:hover { border-color: #858460 !important; }
