/*** SERVICES BOX ***/
.airportonmap{
  width: 36px;
  height: 16px; 
  cursor: pointer;
  background: url(../images/icon_red.png) no-repeat center center; 
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana;
  text-align:center;
}

.selected .airportonmap{
  background: url(../images/icon_gray.png) no-repeat center center; 
}
.airportinfo_outer{
	padding:1px;
	background:#ffffff;
	top:0px;
	left:0px;
}
.airportinfo_inner{
	padding:1px;
	background:#2c3848;
}
.airportinfo_servicetitle{
	color: #ffffff;
  font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
}
.airportinfo_title{
	background:#bec2c6 url("../images/win_head_bg.gif") repeat-x top left;
	color: #ffffff;
  font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	height:18px;
	padding:0px 5px 0px 5px;
}
.airportinfo_address{
	font-size: 11px;
  font-weight: normal;
  font-family: Verdana;
  color:#ffffff;
}
.airportinfo_div{
	height:1px;
	background:#b7bbc1;
}
.airportinfo_services{
	color:#b7bbc1;
  font-family: Verdana;
	font-weight: bold;
  font-size: 11px;
}

.mapswitchseparator{
	color:#808080;
  font-family: Verdana;
	font-weight: bold;
  font-size: 9px;
}

.mapswitch_unhover{
  font-size: 9px;
  font-weight: bold;
  text-decoration: underline;
  color: #b30000;
  cursor:pointer;
}
.mapswitch_hover{
  font-size: 9px;
  font-weight: bold;
  text-decoration: none;
  color: #b30000;
  cursor:pointer;
}
.selected .mapswitch_unhover{
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #808080;
}
.selected .mapswitch_hover{
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #808080;
}

a.airportinfo {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
}

a.airportinfo:visited {
	text-decoration: underline;
	color: #ffffff;
}

a.airportinfo:hover {
	text-decoration: none;
	color: #ffffff;
}
