/* ================================================ */  
/* Map Content Area                                 */
/* ================================================ */
/* Notes:                                           */
/* DivMap has a larger width than the DivMainBody   */
/* DivMap and DivMainBody are not used at the same  */
/* time on a page.                                  */
/* ================================================ */

#DivMapContainer
{
    float:left;
    width:885px; 
    left:312px;   
    position:relative;
}

#DivMapContainer h1
{
    font-size:14pt;
    font-weight:bold;
    font-style:normal;
    color:#3b297d;
    margin:5px;
}


#DivMap
{
   width:100%;
   height:100%;
   background-color:#ffffff; 
   z-index: 0;  
}


/* ================================================ */  
/* Map Control Strip                                */
/* ================================================ */

#DivMapTop
{
	width:100%;
	height:22px;
	padding-top: 3px;	
	background-color:#d3d3d3;
	border-style:solid;
    border-color:#404040;
	border-width:1px;	
	font-size:12px;	
}

#DivMapTopLeft
{
     padding-left:2px;
     text-align:left;
     float:left;
}

#DivMapTopRight
{
     padding-top:3px;
     padding-right:8px;
     text-align:right;
     float:right;
}

#DivMapTop a, #DivMapTop a:visisted
{
	color:Blue;
}

#DivMapTop a:hover
{
	color:#903343;
}


/* ================================================ */  
/* Left Menu                                        */
/* ================================================ */

#ctl00_MapLegend_PageRefreshPanel
{
    /* This style corrects the mysterious creeping          */
    /* menu that happened randomly upon page refresh.       */
    /* Apparenlty the div would somtimes use the default    */
    /* font size for its height                             */
    /* This div is there for AJAX and has no dimension      */
    width:0px;
    height:0px;
    font-size:0px;
}


#DivLeftNav a
{
    color:Blue;
}

#DivLeftNav a:hover
{
    color:#903343
}

#DivMapControls
{
	width:300px;
	padding-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#DivMapControls p
{
	color:#848484;
	font-size:10px;
	margin-top:2px;
	margin-bottom:2px;
}

#DivMapControl input, #DivPrefrences input, #DivMapZoom input
{

	margin-right:2px;
	margin-left:5px;
	vertical-align:middle;
}

#DivMapControl label
{
    line-height:1;
    margin:0px;
    padding:0px;
}


#DivMapControls h1
{
	background-color:#903343;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#d3d3d3;
	text-align:center;
	margin-top:0px;
	margin-bottom:5px;
	padding-top:1px;
	padding-bottom:3px;
}

#DivMapControls h2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#848484;
	margin-top:0px;
	margin-bottom:5px;
	padding-left:5px;
}

#DivMapControl, #DivPrefrences, #DivMapZoom
{
	background-color:#FFFFFF;
	border: 1px solid #FFFFFF;
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:5px;
}

#DivMapZoom
{
	text-align:center;
}

#DivMapControl p
{
	padding-top:5px;
	padding-bottom:5px;
}

#DivLayerControls img
{
	padding-right:5px;
	padding-left:3px;
	vertical-align:middle;
}


#DivMapZoom img
{
	border: none;
}

#DivPopupMessage
{    
    width:585px;
	padding:8px;
	padding-left:5px;
	background-color:#d3d3d3;
	border-style:solid;
    border-color:#404040;
	border-width:1px;
	margin-top:5px;
	margin-bottom:8px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	color:Black;
    font-size:12px;
    font-family:Verdana;
}
