﻿#bg_Image {
   background-color: White;
}
#hourglass {
	visibility: hidden; 
	position: absolute; 
	left: 0px;
	top: 0px;
	z-index: 2;
}
.multiAddressClass {
   margin: 8px;
}
.popUpMenu {
	margin: 1px;
	padding: 6px;
   height: auto;  /* Required for FireFox */
   font-family: Arial, Verdana, Tahoma;
   font-size: small;
   visibility: hidden;
   position: absolute;
	left: 0px; 
	top: 0px;
   z-index: 2;
   border: solid 1px Gray;
	background-color: rgb(250,249,240);
   filter: progid:DXImageTransform.Microsoft.Shadow(color=Silver, direction=135);
}
.mapTable {
	border: 1px solid Silver;
	background-color: rgb(239,238,227);
}
.titleDiv {
	margin: 1px;   /* Required for bug fix */
   height: 100px;  /* Required for bug fix */
   font-size: 22px;
   color: White;
   border: 1px #086621;
	background-color: #003F76;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#086621, endColorstr=#003F76);
}
.subTitle {
   font-family: Arial, Verdana, Tahoma;
   font-size: large;
  	font-weight: bold;
   color: #FFFF99;
}
#map_Image {
	position: absolute; 
	left: 0px; 
	top: 0px;
   z-index: 1;
}
.rubberBand {
   visibility: hidden;
   font-size: 1px;
   position: absolute;
   height: 0px;
   border: solid 1px Red;
	left: 0px; 
	top: 0px;
   z-index: 3;
}
.menuStyle {
	padding: 8px;
	padding-bottom: 2px;
   font-size: small;
   font-family: Tahoma, Verdana, Arial;
   border: 1px solid Gray;    /* for no filter use: border: 2px outset Silver; */
   filter: progid:DXImageTransform.Microsoft.Shadow(color=Silver, direction=135);
}
.menuNormal {
	padding: 2px;
   color: Navy;
	border: 1px solid White;
	background-color: White;
}
.menuHover {
	padding: 2px;
   color: Navy;
	border: 1px solid #0066FF;
	background-color: rgb(205,225,255);
}
.colHead {
   font-family: Arial, Verdana, Tahoma;
	text-align: center;
	color: white;
	font-size: medium;
  	font-weight: bold;
	background-color: #0469B3;
}
.promptNavy {
	color: Navy;
   font-family: Arial, Verdana, Tahoma;
  	font-weight: bold;
	font-size: small;
}
.answer {
	color: Navy;
   font-family: Arial, Verdana, Tahoma;
	font-size: small;
} 
.radioButtonList {
   font-family: Arial, Verdana, Tahoma;
   color: Navy;
	font-size: small;
	text-align: left;
}   
.doubleOutline {
   font-family: Verdana, Tahoma, Arial;
	background-color: rgb(250,250,200);
   color: Navy;
  	font-weight: bold;
	font-size: small;
	font-style: italic;
	padding: 8px;
	padding-top: 0px;
}   
.SurveyTable {
   font-family: Arial, Verdana, Tahoma;
  	font-weight: bold;
	font-size: small;
}
.SurveyRadio {
  	font-weight: normal;
	margin-left: 18px;
}