/* =============================================
  map and mini map
 ============================================= */

.mdvMap {
	margin-top: 20px;
	width:	100%;
	height: 400px;
	border: solid 1px #0e4ca6;
	clear: both;
	float: none;
	z-index: 255;
}

.miniMapBorder {
	width: 104px;
	height: 104px;
	border: 1px solid #0e4ca6;
	background-color: #D2DBED;
	z-index: 260;
	position: absolute;
	top: -1px;
	right: -1px;
}

.mdvMiniMap {
	float:right;
	border-bottom: 1px solid #0e4ca6;
	border-left: 1px solid #0e4ca6;
	z-index: 261;
}

.miniMapCloser {
	position: absolute;
	left: -1px;
	bottom: -1px;
	z-index: 265;
}
.miniMapOpener {
	position: absolute;
	right: -1px;
	top: -1px;
	display: none;
	z-index: 265;
}

.markedIcon {
	border: solid #FF0000 3px;
}


/* =============================================
  map control (navigation)
 ============================================= */

.MDVMapControl {
	padding: 5px;
	width: 70px;
	position:relative;
	left: 5px;
	top: 5px;
	z-index: 250;
}

.MDVMapControl_Arrow {
	display: inline;
}

.MDVMapControl_ZoomLevels {
	left: 20px;
	width: 20px;
	position: relative;
	margin-top: 12px;
}

.MDVMapControl_ZoomLevel {
	vertical-align: middle;
	height: 12px;
	width: 20px;
}

.MDVMapControl_ZoomLevel  img {
	padding-top: 3px;
}

div.MDVMapControl_ZoomLevels
div.MDVMapControl_Arrow img {
	display:none;
}

.MDVMapControl_Zoom {
	margin-top: 4px;
}


/* =============================================
  map bounds in mini map
 ============================================= */

.MDVMapSync_Inner {
	-moz-opacity:0.3;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	background-color: #93BFED;
	opacity: 0.30;
}

.MDVMapSync_Outer {
	border: 1px solid #31699F;
}


/* =============================================
  tooltip
 ============================================= */

.MDVToolTip {
	border: solid 1px #0e4ca6;
	background-color: #D2DBED;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 3px;
	margin: 0px;
	white-space: nowrap;
	color: #0e4ca6;
}


/* =============================================
  bubble: departure monitor
 ============================================= */
 
.bubbleDM {
	width: 93%;
}

.bubbleDM  th {
	text-align: left;
	padding: 2px;
	background-color: #CCCCCC;
	
}

.bubbleDM td {
	padding: 2px;
	vertical-align: top;
	background-color: #EEEEEE;
}

.bubbleDMLine {
	width: 50px;
}

/* =============================================
  context menu
 ============================================= */

.mapContextMenu {
	border: 1px solid #0e4ca6;
	background-color: #D2DBED;
	width: 100px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	padding: 1px;
	margin: 0px;
	position: absolute;
	display:none;
	z-index:270;
}

.mapContextMenu hr {
    	width: 120px;
      	height: 1px;
      	text-align: center;
      	border: 0px;
      	margin: 6px 0px;
      	padding: 0px;
      	background-color: #0e4ca6;
}

*html .mapContextMenu hr {
     	margin: 0px;
}

.mapContextMenuItem {
      	color: #0e4ca6;
		padding-left: 3px;
		padding-right: 3px;
      	border: 1px solid #D2DBED; /*same as menu background*/
}

.mapContextMenuItem_active {
      	color: #FFFFFF;
      	background-color: #0e4ca6;
		padding-left: 3px;
		padding-right: 3px;
      	border: 1px solid #D2DBED; /*same as menu background*/
}

/* =============================================
  output map
 ============================================= */

.outputMapButton {
	border: 1px solid #0e4ca6;
	background-color: #D2DBED;
	color: #0e4ca6;
	font-weight:bold;
	text-align: center;
	position: absolute; 
	right: 8px; 
	bottom: 5px; 
	z-index: 251; 
	padding-left: 8px;
	padding-right: 8px;
}

.outputMapButton  a, .outputMapButton  a:hover, .outputMapButton  a:visited {
	text-decoration:none;
	color: #0e4ca6;
}

.outputmap {
	margin-top: 5px;
}

