/* ====================================================================
/  Map and mini map.
/  ====================================================================*/

.mdvMiniMap {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	float:right;
	margin-top: 0px;
	padding-top: 0px;
}

.mdvMap {}

.inlineMap {
	border: 1px solid #B3B3B3;
	margin-bottom: 50px;
}

.outputMap {
	border: 1px solid #B3B3B3;
}

.inlineMiniMap {
	border-left: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
}

.mapCopyright {
	position:absolute;
	bottom:0px;
	right:0px;
	padding: 5px;
	font-size: 90%;
	font-weight: bold;
	z-index:280;
	border-top: 1px solid #B3B3B3;
	border-left: 1px solid #B3B3B3;
	background-color: #FFFFFF;
	-moz-opacity:0.80;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity: 0.80;
}


/* ====================================================================
/  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
	text-transform: lowercase;
	font-size: 12px;
}


/* departure monitor in tooltip bubble */

.bubbleDM {
	width: 94%;
	z-index: 300;
}

.bubbleDM th {
	text-align: left;
}

.bubbleDM td {
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b3b3b3;
}

.bubbleDMDeparture {
	width: 25%;
}

.bubbleDMLine {
	width: 25%;
}

.bubbleDMDirection {
	width: 50%
}


/* ====================================================================
/  Context Menu
/  ====================================================================*/

.mapContextMenu{
	border: 1px solid #808080;
	background-color: #E0E0E0;
	width: 100px;
	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: 260;
}

.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*/
}


/* ====================================================================
/  Covered Space on Minimap
/  ====================================================================*/

.MDVMapSync_Inner {
	-moz-opacity:0.20;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	background-color: #000088;
	opacity: 0.20;
}

.MDVMapSync_Outer {
	border: 1px solid #043484;
}



/* ====================================================================
/  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: 15px;
	width: 20px;
	vertical-align: middle;
}

div.MDVMapControl_ZoomLevels
div.MDVMapControl_Arrow img {
	display:none;
}


.MDVMapControl_Zoom {
	margin-top: 5px;
	margin-bottom: 5px;
}
