﻿body.MainPage
{
	background-color: #333333;
	font-family: georgia; 
}

table.MainTable
{
	background-color: #FFFFFF;
	width: 800px;
	text-align: center;
	Border-radius: 10px;
	-moz-border-radius: 10px;
}

td.Heading
{
	font-family: Gill sans;
	font-size: 2.0em;
	font-weight: bold; 	
}


td.Heading2
{
	font-family: Gill sans;
	font-size: 1.4em;
	font-weight: bold; 	
	text-align: center;
}

td.Heading3
{
	font-family: Gill sans;
	font-size: 1.4em;
	font-weight: bold; 	
	text-align: left;
}

td.SubCell
{
	font-family: helvetica;
	font-size: 1.3em;
	width: 200px;
	height: 35px;
	border-width: 0.15em;
	border-color: #9999FF;
	background-color: #CC0000;
	text-align: center;
	color: #FFFFFF;
	box-shadow: 7px 7px 3px #333333;
	text-decoration: none;
}

td.SubCell:hover
{
	background-color: #CC3333;
}

table.SubTable
{
	width: 800px;
	font-family: georgia;
	font-size: 1.1em;
}

table.FinalTable
{
	width: 700px;
	font-family: georgia;
	font-size: 0.9em;
}

a.Link 
{
	text-decoration: none;
	color: #0000FF;
}

a.Link2
{
	text-decoration: none;
	color: #FFFFFF;
}

td.Search 
{
	height: 50px;
	font-size: 0.9em;
}

tr.Search
{
	background-color: #F0F8FF;
	font-size: 1.1em;
}

tr.Search:hover
{
	background-color: #99FF66;
}

tr.Search2
{
	background-color: #F0F8FF;
	font-size: 0.9em;
}

tr.Search2:hover
{
	background-color: #99FF66;
}

td.MainSearch
{
	background-color: #F0F8FF;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold; 
}

input.Button
{
	font-size: 1.0em;
	width: 200px;
}

input.password
{
	text-align: center;
	font-size: 0.8em;
}

div.Finished
{
	color: #33FFFF;
	font-weight: bold;
}

div.Active
{
	color: #00FF33;
	font-weight: bold; 	
}

div.Pending
{
	color: #D80000;
	font-weight: bold; 	
}

.SubTable tr td span
{
	color: #D80000;
	font-weight: bold; 	
}

td.Button
{
	background-color: #6BBAA0;
	height: 30px;
	text-align: center;
	Border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold; 
}

td.Selected_Button
{
	background-color: #5BAA60;
	font-weight: bold; 
	height: 30px;
	text-align: center;
	Border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: underline;
	color: #FFFFFF;
}

a.Button 
{
	background-color: #6BBAA0;
	width: 800px;
	text-align: center;
	Border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold; 
	
}


#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: 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; }

