/* $Id: theme.css 1973 2007-04-22 20:23:52Z vdigital $ */

/**
 * Color scheme (Remember #6699cc = #69c)
 * #000000 #336699 #4477aa #6699cc (Black -> Blues)
 * #cc6600 #ff9933 (Oranges)
 * #cccccc
 * #ccddee #dfe8ff #eeeeff #ffffff (Light colors -> White)
 *
 *	#FFFFFF = Blanc
 *	#000000 = Noir
 *	#3366FF = Bleu
 *	#818181 = Gris
 *	#339900 = Vert
 *	#990000 = Rouge
 *
 * */  
/**
 * Logic
 * - Texts
 * - Backgrounds
 * - Borders, Margins, Padding
 * - Visibility / Display
 */

/******************************************************************************/
/* Texts Only */
BODY, H1, H3, DT, H2, .throw { color: #369; }
.header_notes { color:#339900; }
H2, #menubar DT, .throw, TD H3, #theAdminPage H3, .calForeDate {
  color: #818181;
}
#menubar DT, #menubar DT A {
  color: #339900;
  font-weight: bold;
}
#menubar A {
	color: #818181;
}
#menubar li, #menubar A:hover {
	color: #990000;
}
#menubar DT A:hover {
  color: #339900;
  font-weight: bold;
}
#menubar .totalImages { color: #990000; }
#menubar #mbIdentification dd p { color: #990000; font-weight: bold; }
h1 { font-weight: bold; letter-spacing: 0.2em; }
#copyright { color: #fff; }
#copyright a { color: #fff; text-decoration:underline; }
#copyright a:hover { color: #fff; text-decoration:none; }
#content .pageNumberSelected,
A, INPUT.rateButton, legend { color: #369; }
A:hover { color: #f92; }
#content H3 A:hover { color:#339900; }
#content H3 A:visited { color:#339900; }
#content H3 A:link { color:#339900; }
INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
  color:#69c;
}
.infoTable {
	color: #fff;	
}
.infoTable a {
	color: #fff;	
}
.infoTable a:hover {
	color: #990000;	
}
#rateForm {
	color: #fff;	
}
#theAdminPage #content,
#content .navigationBar,
input#qsearchInput { color: #369; }
#content .navigationBar { color: #818181; }
#content .navigationBar .pageNumberSelected { color: #990000; }
#content .navigationBar a { color: #818181; }
#content .navigationBar a:hover { color: #990000; }
#content .infos { color: #036; }
#content .errors { color: red; }
#content .titrePage H2 A { color: #339900; }
input.rateButtonSelected,
#content .titrePage H2 A:hover { color: #990000; }
#content .categoryActions, #content .categoryActions SELECT {
	color: #339900;	
}
#content p { color: #818181; }
#content H2 {
  letter-spacing: 0.01em;
  text-indent: 1em;
  font-weight: bold;
  color: #339900; 
}
#content ul.thumbnailCategories li div.thumbnailCategory .description h3,
#content h3 { text-align: left; }
#content ul.thumbnailCategories li div.thumbnailCategory .description h3 a {
	color: #818181;
}
#content ul.thumbnailCategories li div.thumbnailCategory .description h3 a:hover {
	color: #990000;
}
.browsePath, .imageNumber,
#imageHeaderBar H2,
.browsePath A {
  color: #339900;
  font-weight: bold;
}
.browsePath A:hover { color: #990000; }
#content H2:before, .browsePath:before, .imageNumber:before,
#imageHeaderBar H2:before,
#content H2:after, .browsePath:after, .imageNumber:after,
#imageHeaderBar H2:after {
 content: "   ";
 color: #fff;
 font-family: sans-serif;
 font-weight: normal;
 letter-spacing: 0em;
}
#thePicturePage #comments H2 {
  color: #339900;
}
#thePicturePage #theImage p {
	color: #ffffff;
}
#content ul.thumbnailCategories li div.thumbnailCategory .description p {
  color: #818181;
}
#content ul.thumbnailCategories li div.thumbnailCategory .description p + p {
  color: #818181;
}
#content .thumbElmt SPAN.thumbLegend {
  color: #818181;	
}
.tabsheet li, .tabsheet li a, #theAdminPage h3 a,
#content div.thumbnailCategory .description h3 a {
  color: #fff;
}
.tabsheet li a:hover {
  color: #990000;	
}

#content div.thumbnailCategory .description h3 a:hover {
  color: #f92;
}
#comments .commentInfo {
  color: #339900;	
}
#comments DIV.comment BLOCKQUOTE {
  color: #818181;
}
#comments #addComment LEGEND {
  color: #fff;
  font-weight: bold;
}
#comments #addComment LABEL {
  color: #fff;
}
#comments #addComment textarea {
  color: #818181;
  padding: 10px;
}
.pleaseNote {
  color: #ff9;
  font-weight: bold;
}
TD.calDayCellEmpty,
SPAN.calItemEmpty { color: silver; }
.calBackDate { color: #000; }

/******************************************************************************/
/* Backgrounds Only */
BODY { background: #fff; }
.header_notes {
	background-color: #fff;	
}
#menubar {
	background-color: #3366FF;
}
#menubar dl {
	background-color: #fff;
}
#thePicturePage #the_page,
#thePicturePage #theImage {
	background-color: #3366FF;
}
#theAdminPage #the_page,
#content, DIV.content { background-color: #3366FF }
#content, .titrePage { background-color: #fff; }
#the_page { background-color: #3366FF; }
H3, #imageHeaderBar,
.row1  { background-color: #fff; }
H2, #menubar DT, .throw, TD H3,
#imageToolBar,
#imageHeaderBar, #imageHeaderBar H2, #theAdminPage H3 { background-color: #fff; }
.tabsheet li { background-color: #818181; }
#content H2 { background-color: #369; }
#content .infos { background-color: #47a; }
#content .errors { background-color: #ffe1e1; }
#comments { background-color: #fff;}
#comments #addComment { background-color: #3366FF;}
#comments #addComment FIELDSET { background-color: #3366FF;}
#content ul.thumbnailCategories li div.thumbnailCategory .description h3 {
  background-color: #fff; 
}
#content .categoryActions SELECT {
	background-color: #fff;	
}
#content ul.thumbnailCategories li div.thumbnailCategory,
#content UL.thumbnails SPAN.wrap2 { background-color: #fff; }
#content ul.thumbnailCategories li div.thumbnailCategory:hover,
#theImage IMG, .navThumb IMG,
#content UL.thumbnails SPAN.wrap2:hover { background-color: #fff; }

input#qsearchInput { background-color: #cde; }
.virtual_cat { background: #fff !important; }
.pleaseNote, .selected_tab { background-color: #69c !important; }
/******************************************************************************/
/* Borders, Margins, Padding Only */
BODY { margin: 0px;  padding: 6px; }
#menubar {
  margin : 0px 0px 0px 8px;
  border: 0px;
  text-decoration: none;
}
A { border: 0px; text-decoration: none; }
A:hover { text-decoration: none; border: 0px; }
#content, DIV.content {
  border: 1px solid #fff;
  padding: 0px;
}
#menubar DT, #content H2 {
  background-color: #fff;
  border: 0px;
  margin-bottom: 3px;
}

#menubar A .button {
	margin: 3px 2px 0px 0px;	
}
H2, #menubar DT, #imageToolBar {
  border-bottom: 2px solid #339900;
  text-align:left;
}
#menubar dl {
	margin-bottom: 10px;	
	padding-bottom: 10px;
}

#content .titrePage {
	border-bottom: 2px solid #339900;
}

#content .titrePage H2 {
	margin: 1px 1px 0px 0px;
}
#content .titrePage H2 {
	padding-left: 0px;
}

#content .errors { border-color: red; }
#imageHeaderBar H2 { border: 0px; }
#thePicturePage #imageToolBar { padding: 0px 25px 0px 25px; }
#thePicturePage #theImage {
  margin: 0px;
  padding: 3px 0px 15px 0px;
}
#thePicturePage #comments H2 {
  border-top: 2px solid #339900;
  border-bottom: 2px solid #339900;
}

#comments DIV.comment BLOCKQUOTE {
  border: 1px solid #818181;
}
#comments #addComment FIELDSET {
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
}
H2, #imageToolBar {
  border-bottom: 2px solid #339900;
  border-top: 2px solid #339900;
}
#imageHeaderBar {
  border-bottom: 2px solid #339900;
  border-top: 2px solid #339900;
  margin: 0 0 10px 0;
}
.navThumb IMG { border: 1px solid #c60; padding: 1px; opacity: 0.8; }
.navThumb:hover IMG { border: 1px solid #f92; padding: 1px; opacity: 1; }
#theImage IMG {
  border: 3px solid #369;
  margin: 2px auto;
  padding: 1px;
  box-shadow: 0.2em 0.2em #ccc;
}
#content UL.thumbnail IMG {
  border: 1px solid #666;
}
.illustration A {
  border: 0px;
}
FIELDSET, INPUT, SELECT, TEXTAREA,
#content DIV.comment  A.illustration IMG, #infos,
#content DIV.thumbnailCategory {
  border: 1px solid #818181;
  background-color: #fff;
  margin: 3px;
}
#content DIV.thumbnailCategory:hover {
  border: 1px solid #990000;
}
#content UL.thumbnails SPAN.wrap2 {
  border: 1px solid #818181;	/* thumbnails border color and style */
  border-radius: 4px 4px;	/* round corners with CSS3 compliant browsers */
}
#content UL.thumbnails SPAN.wrap2:hover {
  border-color: #990000;		/* thumbnails border color when mouse cursor is over it */
}
#content UL.thumbnails {
	margin: 10px 0 0 0;	
}
A.navThumb, A.navThumb:hover,
#imageToolBar A, #imageToolBar A:hover {
  border-bottom: none;
}
#the_page {
  border: 0px;
  padding: 5px 0px 30px 0px;
  margin: 0px;
}
.pleaseNote {
  padding: 1ex;
}
SPAN.calItem, SPAN.calItemEmpty { border: 1px solid gray; }
TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid gray;}
#theAdminPage #content table td { padding: 2px 8px; }
ul.tabsheet { border-color: #369 !important; }
.tabsheet li { border: 1px solid #fff; }
.tabsheet li:hover { border-color: #990000 !important; }

/******************************************************************************/
/* Display, Visibility, buttons and others */
#quicksearch {
	display:none;
}
label { cursor:pointer }
.zero { display: none }

#the_page {
  text-align:center;
  display:block;
}

input[type="text"], input[type="password"], input.button,
input.submit, input.reset, input.file,
select, textarea {
  color: #369;
  border: 1px solid #369;
  background-color: #eeeeff;
}
input.submit[type="reset"]:focus,
input.submit:focus {
  background-color: #f5f5f5;
}
input.submit[type="reset"],
input.submit {
  height:22px;
  font-weight: bold;
  color: #369;
  border-width: 1px;
  border-style: outset;
  border-color: #369;
  padding-left: 2em;
  padding-right: 2em;
}
input.submit[type="reset"]:active,
input.submit:active {
	background: #d3d3d3;
  height:22px;
	border: 1px inset #369;
}
#addComment fieldset input.submit[type="submit"]  {
  height: 38px;
  padding-left: 4em;
  padding-right: 4em;
}
#menubar .menuInfoCat, #menubar .menuInfoCatByChild {
  font-size: 80%;
  font-style: normal;
}
.qsearch { font-size: 80%; font-style: italic; }
* { outline: none; }

tr.throw td a { color: #fff; }
tr.throw td a:focus { color: #f92; }