html {
overflow-y: scroll;
}

body {
background-color:#FFFFFF;
font-size:10px;
font-family:Arial,Helvetica, sans-serif;
margin: 0 0 0 0; 
border: none; 
padding: 0;
width: auto;
}

p{
	font-style: normal;
	text-align:justify;
	font-size:13px;
}

h1{
	color: #519CEC;
	font-style: normal;
	text-align:justify;
	font-size:14px;
	margin-left:10px;
	margin-right:10px;
}

h2{
	color: #E80E00;
	font-style: italic;
	text-align:justify;
	font-size:14px;
}

h3{
	color: #000000;
	font-style: italic;
	text-align:justify;
	font-size:14px;
}

input
{

border: 1px solid #9c000b;
color: #000000;
}


TEXTAREA {
color: #000000;
border: 1px solid #9c000b;
} 

a:link
{
text-decoration: none; 
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
color: #000000;
}

a:visited
{
text-decoration: none; 
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
color: #000000;
}

a:hover
{
text-decoration: underline; 
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
color: #000000;
}

a.red:link
{
text-decoration: none; 
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
color: #000000;
}

a.red:visited
{
text-decoration: none; 
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
color: #000000;
}

a.red:hover
{
text-decoration: underline; 
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
color: #E80E00;
}

a.red2:link
{
text-decoration: none; 
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
color: #000000;
}

a.red2:visited
{
text-decoration: none; 
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
color: #000000;
}

a.red2:hover
{
text-decoration: underline; 
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
color: #E80E00;
}

a.red3:link
{
text-decoration: none; 
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
color: #E80E00;
}

a.red3:visited
{
text-decoration: none; 
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
color: #E80E00;
}

a.red3:hover
{
text-decoration: underline; 
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
color: #E80E00;
}

form {
padding: 0;
margin: 0;
}

#tf, #bf
{
height: 20px;
width: 150px;
padding: 2px;
margin: 0;
font-size: 10pt;
border: 1px solid rgb(0,0,255);
font-color: rgb(0,0,0);
}
#tf
{
background-color: rgb(250,250,250);
width; 300px;
}

#bf
{
background-color: rgb(220,220,220);
width: 300px;
height: 20px;
}

input.styl
{border:none;display:block;float:right;width:20px;height:20px;cursor:pointer;
background:url(search.jpg) top left no-repeat; height:20px;}

#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(../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;
	}
#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: 75px; 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 */
	}	
	


#detailside {
	margin-left : 50px; 
	height : 100px;
}
#masterside {
	float :left;
	width : 175px;	
}

.panelheader{
	background-color : #FFFFFF;
    height: 26 px;
	color : #000000;
	font-weight : 'normal';
}

.masterHover {
	color : #EEE;
}
.panelTitle {
	background-color : #FFFFFF;
	color : #000000;
	font-weight : 'normal';
	vertical-align: center;
}
.mdHover {
	background-color : #FFFFFF;
	color : #000000;
}
.mdSelected {
	background-color : #FFFFFF;
	color : #D8B271;
	font-weight : 'bold';
	
}
.panelContent {
    border-top-width    : 0px;
    border-bottom-width : 0px;
}
#accordionExample {
	
	width:170px;
	margin-left:20px;
	vertical-align:top;
}