/* ====================================================================
/  common
/  ====================================================================*/
.mapCopyright {
	position:absolute;
	left: 5px;
	bottom:5px;
	z-index:200;
}

.markedIcon {
	border: solid #FF0000 3px;
}

.markedIconParking {
	border: solid #FF0000 3px;
}

.changeMapButtons {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 400;
	width: 205px;
	height: 60px;
	padding: 5px;
	text-align: right;
}

.mapButtonContainer {
	width: 200px;
	height: 55px;
	text-align: right;
}

.satelliteLabelSelection {
	z-index: 401;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #aeaeae;
	color: #959595;
	display: none;
	margin-top: 2px;
	text-align: left;
}

.wizard{
	position: absolute; 
	right: 0px; 
	width: 94px;
	top: 10px; 
	z-index: 260;
	display: none;
}

#wizard {
	display: none;
}


/* ====================================================================
/  Tooltip
/  ====================================================================*/

.MDVToolTip {
	border: solid 1px #000000;
	background-color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-top: 3px;
	margin: 2px;
	color: #3a3a3a;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 12px;
}


/* ====================================================================
/  Bubble
/  ====================================================================*/

#mdvMap_mdvMarkers .mdvLayer div div img, .MDVToolTipBubble_Body {
	z-index: 400;
}


/* ====================================================================
/  Tooltip: Departure Monitor
/  ====================================================================*/

.bubbleDM {
	width: 93%;
}

table.bubbleDM {
	width: 93%;
}

table.bubbleDM th {
	background-color: #043484;
	color: white;
	font-weight: bold;
	text-align: left;
	padding: 2px;
}

table.bubbleDM td {
	padding: 2px;
	vertical-align: text-bottom;
}

table.bubbleDM tr.even {
	background-color: #dcdcff;
}

table.bubbleDM .motImg {
	margin: 0px;
	padding: 0px;
	margin-right: 4px;
	vertical-align: text-bottom;
}


/* ====================================================================
/  Context Menu
/  ====================================================================*/

.mapContextMenu{
	border: 1px solid #808080;
	background-color: #E0E0E0;
	width: 130px;
	font-family: Helvectica, Arial, sans serif;
	font-size: 10pt;
	line-height: 12pt;
	text-align:left;
	padding: 2px;
	margin: 0px;
	position: absolute;
	display:none;
	z-index: 400;
}

.mapContextMenu hr{
	width: 120px;
	height: 1px;
	text-align: center;
	border: 0px;
	margin: 6px 0px;
	padding: 0px;
	background-color: #808080;
}

*html .mapContextMenu hr{
     	margin: 0px;
}

.mapContextMenuItem{
	color: #000000;
	border: 1px solid #E0E0E0; /*same as menu background*/
}

.mapContextMenuItem_active{
	color: #FFFFFF;
	background-color: #00216C;
	border: 1px solid #E0E0E0; /*same as menu background*/
}

/* ====================================================================
/  Map Control
/  ====================================================================*/

.MDVMapControl {
	width: 60px;
	position:absolute;	
	left: 5px;
	top: 10px;
	z-index: 200;
	margin-left:5px;
}

.MDVMapControl_Arrow {
	display: inline;
}

.MDVMapControl_ZoomLevels {   
	left: 20px;
	width: 20px;
	position: relative;
}

.MDVMapControl_ZoomLevel {   
	height: 13px;
	width: 20px;
	vertical-align: middle;
}

.MDVMapControl_Zoom {
	margin-top: 5px;
}


div.MDVMapControl_ZoomLevels
div.MDVMapControl_Arrow img {
	display: none;
}


/* ====================================================================
/  Minimap
/  ====================================================================*/

#miniMapCloser {
	position: absolute;
	right: -1px;
	bottom: -1px;
	z-index: 253;
}
#miniMapOpener {
	position: absolute;
	right: -1px;
	bottom: -3px;
	display: none;
	z-index: 253;
}

.MDVMapSync_Outer {
	border: 1px solid #043484;
}

.MDVMapSync_Inner {
	-moz-opacity:0.20;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	background-color: #000088;
	opacity: 0.20;
}


