﻿/* ******** OUR CUSTOM MAPPING STYLES ******** */
#Map_OnLoadMessage, .Map_OnLoadMessage
{
    width: 400px;
    padding: 10px 10px 5px 10px;
    font-style: italic;
    color:Gray; /*Black;*/
    /*border: solid 2px #005B00;
    background-color: #e6f1e4;*/
}

.Map_Help_Content{color: Black;}

#Map_ToolTip
{
    color: Black;
    position: absolute;
    filter:alpha(opacity=90);
    -moz-opacity:0.90;
    padding: 2px 2px 2px 2px;
}

.Map_Default_ToolTip, .Map_Blue_ToolTip{border: solid 1px #006699;background-color: #FFFFFF;}
.Map_Yellow_ToolTip{border: solid 1px #FF9900;background-color: #FFFFFF;}
.Map_Red_ToolTip{border: solid 1px #CC0000;background-color: #FFFFFF;}
.Map_Green_ToolTip{border: solid 1px #006600;background-color: #FFFFFF;}

#Map_Container{color: Black;Border: solid 1px #000000;}

#Map_Message
{
    background-color: #FFFFFF;
    border: solid 1px #666666;
    filter:alpha(opacity=85);
    -moz-opacity:0.85;
    color:Black;
    position:absolute;
}

/* the key with the pins */
#Map_Key 
{
	background-color:#1a422b;
	opacity:.80;
	filter:alpha(opacity=80);
    -moz-opacity:0.80;
    text-align:right;
    color:white;
    padding:2px 0px 2px 0px;
}
#Map_Key a{color:White;}

/* bar containing most map controls */
#Map_DashboardPane 
{
	background-color:#1a422b;
	color:#FFFFFF;
	opacity:.65;
	filter:alpha(opacity=65);
    -moz-opacity:0.65;
    white-space:nowrap;
    height:25px;
}

#Map_Loading
{
    padding: 2px;
    background-color: #FFFFFF;
    color: #000000;
    filter:alpha(opacity=85);
    -moz-opacity:0.85;
    font-weight: bold;
    border: solid 1px #666666;
}

#Map_Detail_Arrow 
{
    z-index: 100;
	height: 11px;
	width: 100%;
	text-align: center;
	position: relative;
	top: -1px;
}
#Map_Detail
{
    width: 468px;
}
#Map_Detail_IFrame, .Map_Detail_IFrame
{
    width: 418;
    height: 170;
}

#Map_Detail_Content {font: 7pt Tahoma, Verdana, Arial, Helvetica, sans-serif;color: #666666;text-align: justify;}

#Map_Street_Container {border:solid 1px #000000}

div.Map_TypeButton
{
	color:#FFFFFF;
	background-color:#005500;
	float:left;
	margin-right:4px;
	font-weight:bold;
	padding:2px 3px 2px 3px;
	cursor:pointer;
	margin-top:3px;
}
 
div.Map_OtherButton
{
	color:#FFFFFF;
	background-color:#005500;
	float:left;
	margin-right:3px;
	padding:0px;
	cursor:pointer;
	margin-top:3px;
	line-height:0px;
}