/* $Id$ */

BODY {
  font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
}
/* text color and alignement */

BODY, H1, H2, H3 {
  color: white; 
}
 
#content H2, #menubar DT {
  color: #FFFFFF;
}

#content H3 {
    text-align: center;
}

#content .navigationBar {
  color: #FFFFFF;
}
#content .pageNumberSelected, input, select, textarea {
  color: #FFFFFF;
}

/* backgrounds */
BODY {
  background-color: #000000;
}

H1 {
  background: transparent;
}

H2, #menubar DT, #imageHeaderBar {
  background: grey;
}

H2, #imageToolBar {
  background: grey;
}

H3, #content, #menubar DL, .throw {
  background-color: #000000;
}


#imageToolBar * {
    background: inherit;
}

#content .additional_info {
    background-color: #000000;
}

#comments DIV.comment BLOCKQUOTE {
    background-color: #000000;
}

/* borders */
#content, #menubar DL, #imageToolBar, #comments DIV.comment BLOCKQUOTE{
    border: 1px solid white;
}

#content DIV.comment {
  border: 1px solid gray;
}

#theImage IMG {
  border: 3px solid #FFFFFF;
}

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

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

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

#content UL.thumbnails SPAN.wrap2 {
  border: 1px solid #aaaaaa;	/* thumbnails border color and style */
  -moz-border-radius: 4px;	/* round corners with Geko */
  border-radius: 4px 4px;	/* round corners with CSS3 compliant browsers */
}
#content UL.thumbnails SPAN.wrap2:hover {
  border-color: #b5e700;		/* thumbnails border color when mouse cursor is over it */
}

/* links */
A {
  background: transparent;
  color: white;
  border-bottom: none;
  font-weight: bold;
}

A:hover {
  color: yellow;
  border-bottom: none;
}

#imageToolBar A:hover {
    background: #d3d3d3;
}

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

#the_page {
  border: 1px solid #FFFFFF;
  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; }

.rateButton {
  cursor: pointer;
  color:white;
}

/* Tables & forms */
INPUT, SELECT, TEXTAREA {
	color:white;
}
INPUT, SELECT, TEXTAREA, FORM .nofocus {
	background-color: black;	/* lightgrey */
}
FORM .focus {
  background-color: black;		
}