/* ******** BASE MAPPING STYLES ******** */

/* This stylesheet is new for the Google Maps version of e-Navigator.  Intent is to standardize some controls (particularly the bubble)
   which clients rarely customize, clean up the custom style sheet (which was unruly), and eliminate lots of browser-specific styling bugs
   Changing something here means changing it for all e-Nav clients!						
   4/2009
*/

#Map_Detail_Main {background:#FFFFFF;}
#Map_Detail_HTML {clear:both;}
#Map_Bubble_Arrow {height:11px;text-align:center;top:-1px;position:relative;line-height:0}
#Map_Bubble_StreetLink {float:right;padding:0px;margin-right:5px;}

#Map_Help
{
    color:#000000;
    filter:alpha(opacity=90);
    -moz-opacity:0.90;
    border: solid 1px;
    background-color:#FFFFFF;
    width:99%;
    height:99%;
    overflow:auto;
}
#Map_Help_Content{margin:5px}
.Map_Help_Text{font:14px arial;vertical-align:top}


/*
next line: the line-height is added to override whatever value is present for some of our sites. Without this, 
standards-compliant (non-IE) browsers will be affected and occasionally see the bubbles expanded vertically, skewing the look.
This is used in Bubble_Arrow above too.
*/
.Map_Bubble_Horiz_Buffer {line-height:0;}

.Map_Bubble_Tab_Selected
{
	color:#000000;
	background:#FFFFFF;
	margin-right:3px;
	padding:4px;
	float:left;
	border-left:1px solid #A5ACB2;
	border-top:1px solid #A5ACB2;
	border-right:1px solid #A5ACB2;
	border-bottom:1px solid #FFFFFF;
	cursor:pointer;
}

.Map_Bubble_Tab_UnSelected
{
	color:#FFFFFF;
	background:#A5ACB2;
	margin-right:3px;
	padding:4px;
	float:left;
	cursor:pointer;
	border-bottom:1px solid #A5ACB2;
}

#Map_Bubble_Tab_Spacer
{
	padding:4px;
	float:left;
	border-bottom:solid 1px #A5ACB2;
	border-top:solid 1px #FFFFFF;
}