/* text color */
BODY, H1, H2, H3, DT,
INPUT.rateButtonSelected  {
	color:#b49851;
}

/* backgrounds */
H1, H2 {
	background-color: transparent;
}

BODY, H3 {
	background-color: transparent;
	background-image: url("http://www.bibliotobec.org/images/pantin.jpg");
}

#menubar DT, #imageHeaderBar, #imageToolBar A:hover {
	background-image: url("http://www.bibliotobec.org/images/menubar.gif");
}

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

/* borders */
#menubar DL, .content, #imageToolBar {
  border: none;
}

#theImage IMG {
  border: none;
}

.content UL.thumbnail IMG {
    border: none;
}

FIELDSET, INPUT, SELECT, TEXTAREA,
.content DIV.thumbnailCategory {
  border: 1px solid gray;
}

.content UL.thumbnails SPAN.wrap2 {
  border: 1px solid #b49851;
}

.content UL.thumbnails SPAN.wrap2:hover,
.content UL.thumbnailCategories DIV.thumbnailCategory:hover,
.content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
  background-color: #b49851;
  border-color: #b49851;
  color: black;
}

/* links */
A, INPUT.rateButton {
    color: #b49851;
    background: transparent;
    border-bottom:none;
}

A:hover, INPUT.rateButton:hover {
    color: black;
    border-bottom:none;
}

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

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

/*calendar elements*/
SPAN.calItem, SPAN.calItemEmpty
{
  border: 1px solid #b49851;
}

#qsearchInput {
  color: #d3d3d3;
 }
 
#qsearchInput:focus {
  color: #b49851;
 }