html, body, input, p, select, td, th, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DDDDDD;
}

a {
	color: #3C9ADA;
	text-decoration: none;
}
a:hover {
	color: #3C9ADA;
	text-decoration: underline;
}

body {
	background-color: #D5D5D5;
	background-image: url("/img/bg_dp.jpg");
	background-repeat: repeat;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	height: 100%;
}

form {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}

h4 {
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 13px;
}

hr {
	border: 0;
	height: 1px;
	background-color: #6A6A6A;
	color: #6A6A6A;
}
hr.mini {
	border: 0;
	height: 1px;
	background-color: #454545;
	color: #454545;
	width: 65%;
	margin-top: 15px;
	margin-bottom: 13px;
}

html {
	height: 100%;
}

img {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
}
img.centered {
	margin-left: auto;
	margin-right: auto;
}
img.centeredOutline {
	margin-left: auto;
	margin-right: auto;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}
img.outline {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

p {
	margin-top: 0;
}
p.last {
	margin-bottom: 0;
}

table {
	border: 0;
}
table.centered {
	margin-left: auto;
	margin-right: auto;
}
table.centeredStretch {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
table.content {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
table.picR {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
table.right {
	margin-left: auto;
	margin-right: 0;
}
table.stretch {
	width: 100%;
}

td.bgContent1 {
	background-image: url("/img/bg_content_1.gif");
}
td.bgContent2M {
	background-image: url("/img/bg_content_2_m.gif");
}
td.bgTable {
	background-color: #6A6A6A;
}
td.bgMatch {
	background-color: #2A2A2A;
}

.altRowLight {
	background-color: #444444;
}
.altRowDark {
	background-color: #333333;
}

.boxT {
	background-image: url("/img/box_t.gif");
	height: 7px;
}
.boxB {
	background-image: url("/img/box_b.gif");
	height: 7px;
}
.boxL {
	background-image: url("/img/box_l.gif");
	width: 7px;
}
.boxR {
	background-image: url("/img/box_r.gif");
	width: 7px;
}
.boxCTL {
	background-image: url("/img/box_ctl.gif");
	width: 7px;
	height: 7px;
}
.boxCTR {
	background-image: url("/img/box_ctr.gif");
	width: 7px;
	height: 7px;
}
.boxCBL {
	background-image: url("/img/box_cbl.gif");
	width: 7px;
	height: 7px;
}
.boxCBR {
	background-image: url("/img/box_cbr.gif");
	width: 7px;
	height: 7px;
}

.formButton {
	color: #3C9ADA;
	border: 1px solid #000000;
	background-color: #333333;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 9px;
	padding-right: 10px;
}
.formElement {
	width: 250px;
	border: 1px solid #000000;
	background-color: #333333;
	padding: 4px;
	color: #DDDDDD;
}
.formElementTextBox {
	border: 1px solid #000000;
	background-color: #333333;
	padding: 4px;
	color: #DDDDDD;
	width: 420px;
	height: 50px;
	scrollbar-3dlight-color: #6A6A6A;
    scrollbar-arrow-color: #DDDDDD;
    scrollbar-base-color: #333333;
    scrollbar-darkshadow-color: #333333;
    scrollbar-face-color: #333333;
    scrollbar-highlight-color: #555555;
    scrollbar-shadow-color: #333333;
}
	
.header {
	font-weight: bold;
	font-size: 16px;
	color: #3C9ADA;
}
.miniHeader {
	font-weight: bold;
	font-size: 12px;
	color: #3C9ADA;
}
.smallText {
	font-size: 9px;
}

/* Lightbox */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/img/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/img/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData{
	padding:0 10px;
	color: #000000;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	

