/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR:white;
    FONT-FAMILY:  Arial Narrow, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 1.0em;
    FONT-WEIGHT:normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color: white;
    
   

     
}

P 
{
	FONT-SIZE: 12px; COLOR:Black; LINE-HEIGHT: 16px; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-ALIGN: justify
}

.HeadingLink
{
	font-size: 12px;
	font-weight: bold;
	color: BLACK;
	font-family:Arial Narrow, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.Banner 
{
	BACKGROUND-COLOR: #0099ff;
	FONT-SIZE: 22px; 
	COLOR:WHITE; 
	LINE-HEIGHT: 16px; 
	FONT-FAMILY: Verdana, 
	Geneva, Arial, Helvetica, sans-serif; 
}

.Contents
{
	background-color: white;
	font-size: 12px;
	color: BLACK;
	line-height: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.Contact
{
	
	FONT-SIZE: 12px; 
	COLOR:BLACK; 
	LINE-HEIGHT: 12px; 
	FONT-FAMILY: Verdana, 
	Geneva, Arial, Helvetica, sans-serif; 
}
.td 
{
	FONT-SIZE: 20px; 
	COLOR:White; 
	LINE-HEIGHT: 16px; 
	FONT-FAMILY: Verdana, 
	Geneva, Arial, Helvetica, sans-serif; 
	TEXT-ALIGN: justify;
	border-color:White;
	background-color:Transparent;
	 

	 
}

H1
{
	font-family:Arial Narrow,Arial Rounded MT Bold;
	font-size: 3.1em;
	font-weight: bold;
	font-style:italic;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: white;
}	
		
H2	{	
	font-family: Arial Narrow,Arial;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: white;
	text-align:left
	}	
		
H3
{
	font-family:Arial Narrow, Arial;
	font-size:	1.em;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: white;
	text-align:left
}	
		
H4	{	
	font-family:Arial Narrow, Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: white;
	text-align:left
	}	
		
H5, DT	{	
	font-family:Arial Narrow, Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family:Arial Narrow, Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH
{
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	border-left-color: white;
	border-bottom-color: white;
	border-top-style: solid;
	border-top-color: white;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: white;
	border-bottom-style: solid;
}	


A:link
{
	text-decoration: underline;
	color: #ff6100;
	cursor: auto;
	cursor:pointer; 
}	
		
A:visited	{	
	text-decoration:	underline;
	color: #ff6100;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:#ff6100;
	}	
		
A:hover	{	
	text-decoration:	underline;
	
	cursor:auto;
	color: Blue;
	cursor:pointer; 
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

ul li
{
	text-align: left;
}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	





#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; }


