html, body{
	margin: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	line-height: 15px;
	color : #000000;
	background-color: #ffffff;
}
table, tr, td{
	font: 8pt/15px Verdana, Arial, "Lucida-San";
	
}
.content{
	padding-top: 25px;
	padding-left: 35px;
	width: 90%;
}
.title{
	color: #6E374D;
	font-weight: bold;
	background-color: transparent;
}
.outline_white{
	border: 1px solid #FFFFFF;
}
a.footer:link, a.footer:visited{
	font: 7pt/12pt Verdana, Arial, "Lucida-San";
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
}
a.footer:hover{
	font: 7pt/12pt Verdana, Arial, "Lucida-San";
	color: #008401;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
}
.txt_copyright{
	font-weight: normal;
}


/*Example CSS for the two demo scrollers*/
#pscroller1{
width: 305px;
height: 105px;
/*border: 1px solid black;*/
padding: 5px;
background-color: #D1DFAF;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ 
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height: 18px;
z-index: 100;
background-color: #DBE0BD;
width: 200px;
}

.anylinkcss a{
color: black;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #618404;
color: White;
}

a.menu:link, a.menu:visited{
background-color:#ECEEDE;
font: 9pt/12pt Arial, Helvetica, sans-serif;
color: #003300;
display:block;
z-index: 100;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #D3D3D3;
border-left: 1px solid #D3D3D3;
border-right: 1px solid #D3D3D3;
font-weight: bold;
text-align:right;
padding: 3px 10px 3px 3px;
/*widht: 211px;
height: 23px;*/
text-decoration:none;
text-align: center;
}
a.menu:hover{
background-color: #DBE0BD;
font: 9pt/12pt Arial, Helvetica, sans-serif;
color: #003300;
display:block;
z-index: 100;
border-bottom: 1px solid #FFFFFF;
border-top: 1px solid #D3D3D3;
border-left: 1px solid #D3D3D3;
border-right: 1px solid #D3D3D3;
font-weight: bold;
text-align: right;
padding: 3px 10px 3px 3px;
/*widht: 211px;
height: 23px;*/
text-decoration:none;
text-align:center;
}
.a_false{
	background-color: #DBE0BD;
font: 9pt/10pt Arial, Helvetica, sans-serif;
color: #003300;
display:block;
z-index: 100;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #D3D3D3;
border-left: 1px solid #D3D3D3;
border-right: 1px solid #D3D3D3;
font-weight: bold;
text-align: right;
padding: 5px;
/*widht: 211px;
height: 23px;*/
text-decoration:none;
text-align:center;
}

/* Edited by Leefen */
a.menu1:link, a.menu1:visited{
background-color:#ECEEDE;
font: 9pt/10pt Arial, Helvetica, sans-serif;
color: #CCCC00;
display:block;
z-index: 100;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #D3D3D3;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #D3D3D3;
font-weight: bold;
text-align:right;
padding: 5px;
/*widht: 211px;
height: 23px;*/
text-decoration:none;
text-align:center;
}
a.menu1:hover{
background-color: #DBE0BD;
font: 9pt/10pt Arial, Helvetica, sans-serif;
color: #003300;
display:block;
z-index: 100;
border-bottom: 1px solid #FFFFFF;
border-top: 1px solid #D3D3D3;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #D3D3D3;
font-weight: bold;
text-align: right;
padding: 5px;
/*widht: 211px;
height: 23px;*/
text-decoration:none;
text-align:center;
}
#lightbox{
	position: absolute;
	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(../images/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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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: #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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
.title1{
	font: 10pt/12pt Arial, Helvetica, sans-serif;
	color:#003300;
	font-weight: bold;
	display: block;
	border-bottom: 1px dashed #003300;
}
.tbl_title{
	background-color: #582C0C;
	font: 8pt/10pt Verdana, Arial, san-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}
.td_data{
	padding-left: 5px;
}
.outline{
	border: 1px solid #B8860B;
}
.img_bdr_white{
	border: 6px solid #FFFFFF;
}
.img_bdr_thindark{
	border: 1px solid #999999;
	padding: 2px;
}
input, select, textarea{
	font: 8pt/12pt Verdana, Arial, Georgia;
	border: 1px solid #003300;
	background-color:#FFFFFF;
}
.btnform{
	background-color: #003300;
	font: 8pt/12pt Verdana, Arial, Georgia;
	color: #FFFFFF;
}
a.normal:link, a.normal:visited{
	font: 8pt/12pt Verdana, Arial, Georgia;
	color: #003300;
	font-weight: bold;
	text-decoration: none;
}
a.normal:hover{
	font: 8pt/12pt Verdana, Arial, Georgia;
	background-color: #003300;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.popwd:link, a.popwd:visited{
	font: 8pt/12pt Verdana, Arial, Georgia;
	color: #003300;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
}
a.popwd:hover{
	font: 8pt/12pt Verdana, Arial, Georgia;
	background-color: #003300;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	padding: 2px;
}
.sps{
padding : 5px;
}
.nis_title{
border: 1px solid #003300;
padding: 3px;
background-color:#003300;
color:#FFFFFF;
}
.nis_linetop{
border-top: 1px solid #003300;
}
.nis_linebtm{
border-bottom: 1px solid #003300;

}
.print{
	position:absolute;
	bottom:0;
	left: 0;
	margin:0;
	background-color: #000000;
	font: 8pt/12pt Verdana, Arial, San-serif;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
}
.print #buttonprint{
	background-color: #489300;
	font: 8pt/12pt Verdana, Arial, Helvetica;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
}
#bg_gold{
   background-image: url(../images/bg_gold.jpg);
}
#table2{
	height: 179px;
}
#flash_hd{
	background-color: #90A651;
	color:#000000
}
#nav_menu{
	height:55px;
	vertical-align: middle;
}
#mid_area{
	background-color: #ECEEDE;
	padding-bottom:20px;
	color: #000000;
}

/* Admin Form */
table tr td .adminfrm{
	padding: 3px;
	border: 1px solid #003300;
	background-color: #ebecd0;
	margin:2px;
	
}
table tr td .frmcontent{
	padding: 3px;
	border: 1px solid #003300;
	margin:2px;
	
}
table tr td .frmcontent1{
	padding: 3px;
	background-color: #ced095;
		
}
table tr td .frmcontent2{
	padding: 3px;
		
}
.error_mssg{
	font: 12pt/14pt Arial, Verdana, Helvetica;
	color: #c40000;
	text-align: center;
	
}
.mssg{
	color: #006201;
	text-align: center;
}
.user{
	color: #ff8c00;
}
.title_form{
	background-color: #003300;
	font: 14pt/16pt Arial, Verdana, Georgia;
	color: #FFFFFF;
	text-align: center;
}
/* End Admin Form */