body {
	background-color : #c2c2c2! important;
	margin: 0 auto;
  	background: white url("../images/bg12.png");
  	background-repeat: no-repeat;
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
}


tr, td, p, body {
	font-family : Trebuchet MS;
	font-size : 8pt;
	line-height : 9pt;
	font-weight : normal;
	color : #000000;
}

input, textarea, table, select {
	font-family : georgia;
	color : #f20000;
	font-size : 8pt;
	line-height : 8pt;
	background-color : #ffe25b;
	font-weight : normal;
	border : 1px;
	border-style : solid;
	border-color : #000000;
	text-align:justify;
}


.frame {background-color : #8f8f8f;
}


.dum {
	font-family : arial;
	color : #8ae6f6;
	background-color : #29afc7;
	font-size : 14pt;
	line-height : 14px;
	letter-spacing: -3px;
	text-align : left;
	font-weight : bold;
	text-transform : uppercase;
	border-top : 1px;
	border-top-style : solid;
	border-top-color : #ffffff;
	border-bottom : 2px;
	border-bottom-style : solid;
	border-bottom-color : #ffaa45;
}


.dee {
	font-family : arial;
	color : #ffffff;
	background-color : #113851;
	font-size : 14pt;
	letter-spacing: -3px;
	line-height : 14px;
	text-align : right;
	font-weight : bold;
	text-transform : uppercase;
	border-top : 1px;
	border-top-style : solid;
	border-top-color : #ab193f;
	border-bottom : 2px;
	border-bottom-style : solid;
	border-bottom-color : #011b28;
}

.td {
	font-family : verdana;
	color : #ffffff;
	background-color : #000000;
	font-size : 6pt;
	letter-spacing: -1px;
	line-height : 8px;
	text-align : right;
	font-weight : bold;
	text-transform : uppercase;
	border-top : 1px;
	border-top-style : solid;
	border-top-color : #efefef;
	border-bottom : 1px;
	border-bottom-style : solid;
	border-bottom-color : #efefef;
}

.nav:link, .nav:active, .nav:visited  {
	display : block;
	font-family : tahoma;
	color : #ffffff;
	font-size : 6pt;
	line-height : 6pt;
	background-color : #ff636e;
	letter-spacing: 0px;
	text-align : justify;
	margin-bottom : 1px;
	margin-top : 1px;
	text-transform : uppercase;
	border-top : 1px;
	border-top-style : solid;
	border-top-color : ffffff;
}

img.avatar {
border:6px solid #ffffff;
align:right;
}

.nav:hover  {
	display : block;
	font-family : tahoma;
	color : #ffffff;
	font-size : 6pt;
	line-height : 6pt;
	background-color : #fe5400;
	letter-spacing: 0px;
	text-align : justify;
	margin-bottom : 1px;
	margin-top : 1px;
	text-transform : uppercase;
}


a:link, a:visited, a:active {
	font-family : arial;
	color : #0f5945;
	font-size : 9pt;
	line-height : 7pt;
	font-weight : bold;
	text-transform : lowercase;
	letter-spacing : -1px;
	text-decoration : none;
}


A:hover {
	font-family : arial;
	color : #0f4559;
	font-size : 9pt;
	line-height : 7pt;
	font-weight : bold;
	text-transform : lowercase;
	letter-spacing : -1px;
	text-decoration : none;
}


b, strong {
	font-family : arial;
	color : #0bb6d5;
	font-size : 9pt;
	line-height : 10pt;
	text-transform : lowercase;
	letter-spacing : -1px;
}


i {
	font-family : georgia;
	color : #243dbc;
	font-size : 14pt;
	font-weight : bold;
	line-height : 8pt;
	text-transform : lowercase;
	letter-spacing : -1px;
}


u {
	font-family : arial;
	color : #ffd925;
	font-size : 11pt;
	line-height : 8pt;
	font-weight : bold;
	text-transform : uppercase;
	letter-spacing : -1px;
	text-decoration : none;
	border-bottom : 2px;
	border-bottom-style : solid;
	border-bottom-color : #ff254e;
}


s {
	font-family : tahoma;
	color : #27416b;
	font-weight : bold;
	font-size : 6pt;
	line-height : 8pt;
	text-transform : uppercase;
	letter-spacing : 1px;
}


a img {
	border-style : solid;
	border-width : 0px;
}

a:hover img {
	border-style : solid;
	border-width : 0px;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/lightbox/images/nextlabel.gif) right 15% no-repeat; }

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

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
