html 
{
  overflow-y: scroll;
}

body
{	
	font-family:	Arial, Helvetica, sans-serif;
	background-color: #E9E9E9;
}

code
{
	font-family:	Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

h1
{
	padding: 0.1em;
	border-bottom: solid #D2D2FF;
	font-size: 1.6em;
	font-weight: normal;
}

h2
{
	border-bottom: thin solid #D2D2FF;
	font-size: 1.3em;
	font-weight: normal;
}

h3
{
	font-size: 1em;
	font-weight: bold;
}

hr
{
	border: 0;
	color: #D2D2FF; /* for ie. */ 
	background-color: #D2D2FF;
}

pre 
{
	margin-left: 1.5em;
	margin-right: 1.5em;
	background-color: #E0E0E0;
}


/* menu styles */
.menubody
{
	background-image:  url(images/MenuGradient.png);
	background-repeat: repeat-x;
	background-color: white
}

.menubody a
{
	text-decoration: none;
}

.menubody a:hover
{
	text-decoration: underline;
}

.menu
{
	margin-top: 0.25em; 
	margin-bottom: 0.25em;
	margin-left: 0.5em;
}

.menuhead
{
	margin-top: 0.75em; 
	margin-bottom: 0.75em;	
	font-weight: bold;
}


/* Turn off menu when printing */
@media print 
{ 
	.menubody
	{
		display: none;
	}

  .screen_content
  {
    display: none;
  }

	.pagebody
	{ 
		width: 100%;
	}
}

@media screen
{ 
    .print_content
    {
	display: none
    }
    
    .screen_content
    {
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
    }
    
    .pagebody
    { 
	border: solid 1px;
	border-color: #A9A9DF;
    }
}

/* list styles */
/* margin collapsing means this leaves 0.5em between items */
.spacedlist li 
{  
	margin-top: 0.5em; 
	margin-bottom: 0.5em;
}

.doublespacelist li  
{  
	margin-bottom:  1em;
}

/* list with larger indent */
.indent1 
{ 
	margin-left: 2em;
}

/* list with very small indent */
.indent2
{ 
  padding-left: 0em;
	margin-left: 1em;
}

/* all tables start with 0 border, cell borders joined */
table
{	
	border: 0;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

/* class for feature gridded table */
.feature_table td
{
	padding-top: 0.5em;
	padding-bottom: 1.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: #E0E0E0;
	font-size: 0.9em;
}

/* class for feature gridded table header cells */
.feature_table th
{
	background-image:  url(/images/TitleGradient.png);
	background-repeat: repeat-y;
	padding: 0.2em;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: #E0E0E0;
	color: black;
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
}

/* id to allow titles to have links but still be black */
a#title
{
    color:black;
    /*decoration: none; */
}

a#title:hover
{
    color:blue;
    /* decoration: none; */
}

.feature_table a
{
	text-decoration: none;
}

.feature_table a:hover
{
	text-decoration: underline;
}

/* class for standard visual gridded table */
.ctr_table td,
.std_table td
{
	padding: 0.3em;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

/* class for header cells */
.ctr_table th,
.std_table th
{
	padding: 0.3em;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: #D0D0FF;
	color: black;
	text-align: left;
	font-weight: bold;
}

.ctr_table td
{
	text-align: center;
}

.ctr_table th
{
	text-align: center;
}

.ctr_table .hilite,
.std_table .hilite
{
	background-color: #ffffa0;
	white-space:nowrap;
}

#right-sidebar
{ 
	float: right; 
	clear: right; 
	margin-left: 0.5em; 
	margin-bottom: 0.5em; 
	margin-top: 0em; 
	padding-left: 0.5em; 
	padding-right: 0.5em; 
	padding-top: 0em; 
	padding-bottom: 0em; 
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0FF;
	background-color: #F0F0FF;
	width:30%;
}

#imagebox
{ 
	float: center; 
	margin-left: 0.5em; 
	margin-bottom: 0.5em; 
	margin-top: 0em; 
	padding-left: 0.5em; 
	padding-right: 0.5em; 
	padding-top: .5em; 
	padding-bottom: 0em; 
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0FF;
	background-color: #F0F0FF;
}

#right-imagebox
{ 
	float: right; 
	margin-left: 0.5em; 
	margin-bottom: 0.5em; 
	margin-top: 0em; 
	padding-left: 0.5em; 
	padding-right: 0.5em; 
	padding-top: .5em; 
	padding-bottom: 0em; 
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0FF;
	background-color: #F0F0FF;
}

.sidebar td,
.leftsidebar,
.rightsidebar
{
	padding: 0.5em;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0FF;
	background-color: #F0F0FF;
}

.leftsidebar
{
	float: left; 
	margin-right: 0.5em;
}

.rightsidebar
{
	float: right; 
	margin-left: 0.5em;
}

.contacts_table
{
	border-collapse: separate;
}

.contacts_head
{
	border-right: thin solid #D2D2FF;
}

.imagecaption
{
	margin-top: 0.5em;
	text-align: center;
}
.error
{
	color: red;
}

.footer
{
	font-size: 7pt;
	font-weight: normal;
}

.std_table .fdm
{
	background-color: #F0F0F0;
}

.std_table .fdmhead
{
	background-color: #D0D0E0;
}

.tick 
{
	list-style-image: url(/images/tick.gif);
}

.cross
{
	list-style-image: url(/images/cross.gif);
}

.expandable_section
{
	padding: 0.2em;
	border-style: solid;
	border-width: thick;
	border-color: #C0C0FF;
	margin-bottom: 1em;
}

.expandable_section_header
{
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	background-color: #C0C0FF;
	padding: 0em;
	margin-bottom: 0;
}

/* classes to allow use of div to overlay text captions on image */
.image_main
{
 position: relative; 
 width: 100%;
}

.image_caption
{
  position: absolute; 
  width: 100%;
  bottom: 0;
}

/* declarations for lightbox 2.0 */
#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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 1.2em Arial, 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; }

