/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-size: 12px;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	color: #020566;
	font-family: 'Microsoft Sans Serif' , Verdana, Helvetica;
	letter-spacing: normal;
	background-color: whitesmoke;
}
TD
{
	font-size: 12px;
	background-color: #FFFFFF;
	color: #020566;
}
DIV.maincontainer
{
	left: 50%;
	margin-left: -400px;
	position: absolute;
}
DIV.subtitle
{
	font-weight: bold;
	font-size: 9pt;
	left: 50%;
	margin-left: -150px;
	width: 550px;
	color: #ffffff;
	font-family: Arial;
	position: absolute;
	top: 153px;
}
.mainborder
{
	width: 800px;
	border: solid #484848 1px;
	background-color: #FFFFFF;
}
.menu
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	padding-top: 0px;
}
.menuitemtop
{
	border-right: #a19c89 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #a19c89 1px solid;
	padding-top: 2px;
	background-color: #daebfc;
}
.menuitem
{
	border-right: #a19c89 1px solid;
	padding-right: 2px;
	border-top: #a19c89 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #a19c89 1px solid;
	padding-top: 2px;
	background-color: #daebfc;
}
.content {
   vertical-align: top;
   border: solid #020566 1px;
   padding: 18px;
   }

A, A:visited, A:active	{	
	text-decoration:	none;
	color:	#329a67;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#329a67;
	}
A.menulink, A.menulink:visited, A.menulink:active	{	
	text-decoration:	none;
	color:	#020566;
    font-weight: bold;
 
	}	
		
A.menulink:hover	{	
	text-decoration:	none;
	color:	#329a67;
	 font-weight: bold;
	}
	
BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	

.optionscelltop
{

}

.optionscell
{

	padding-right: 3px;
	padding-left: 2px;
	padding-bottom: 3px;
	border-top: #a19c89 1px solid;
	padding-top: 3px;
}

.pagetitle
{
	font-size: 14pt;
}

TD.footer
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10pt;
	background-image: url(images/footerbg.gif);
	padding-bottom: 1px;
	padding-top: 1px;
	background-repeat: repeat-x;
	vertical-align: middle;
	height: 19px;
	text-align: center;
}
TD.resultsbar
{
	font-weight: bold;
	background-color: #cccc99;
}
.copyright
{
	font-size: 11px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
}




/* Mapping Styles */
.mapdiv
{
	border-right: dimgray 2px solid;
	border-top: dimgray 2px solid;
	border-left: dimgray 2px solid;
	width: 580px;
	border-bottom: dimgray 2px solid;
	height: 300px;
}
.mapinfo
{
	font-size: 12px;
}
.mapinfowindow
{
	font-size: 10px;
}

.imagesdiv
{
	width: 326px;
	overflow-y: auto;
	overflow-x: hidden;
	height: 97px;
	padding: 3px;
	text-align: center;	
	border: solid 1px #020566; 
}
