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

/* backgrounds */
BODY, H3 {	/* white */
	width: 930px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right:auto;
	margin-left: auto;
	color: #111;
	outline: 0;
	background-image: url(http://www.dmixent.com/images/backgrounds/mainbgnd.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
}

.emailopt {
	width: 100%;
	float: left;
	text-align: left;
	vertical-align: top
	}
	
.emailopt1 {
	padding: 0px 5px 0px 0px;
	text-align: left;
	font-size: 11px;
	color:#111;
	}

table.footer {
	width: 930px;
	
	margin: 10px auto 40px auto;
}

H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover {
	background-color: #cccccc;
}

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

/* borders */
#menubar DL, .content, #imageToolBar {
  border: 1px solid #0040a6;
}

#theImage IMG {
  border: 1px solid #000000;
}

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

/*Category Boxes*/
DIV.thumbnailCategory {
  background-color: #f0f0f0;
}

FIELDSET, SELECT, TEXTAREA {
  border: 1px solid #bbbbbb;
}

.content {
  border: 1px solid #0040a6;
}

INPUT {
  border: 1px solid #d3d3d3;
}

SUBMIT { border: 1px solid #000000;}

.content UL.thumbnails SPAN.wrap2 {
  border: none;	/* thumbnails border color and style */
}

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

/* links */
A, INPUT.rateButton {
    color: #0040a6;
    background: transparent;
	
}

A:hover, INPUT.rateButton:hover {
    color: #02b4ef;
	text-decoration: underline;
}

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

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

table.navtable {
	width: 930px;
	border: none;
	text-align: center;
	margin:30px auto 20px auto;
}

td.navcolumn {
	border: none;
	vertical-align: top;
	width: 90px;
	text-align: center;
	height: auto;
}

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

#qsearchInput { color: #d3d3d3; }
#qsearchInput:focus { color: #005e89; }
