/* Contains styles specific to the airport detail page */
@import url("wxcore.css");
@import url("aptdetail-common.css");
@import url("membercomments.css");
@import url("carousel.css");
@import url("aopa-credit-card.css");

#airport-directory.aptdetail {
	position: relative;
}

.aptdetail .searchform {
	float: right;
	/*border-bottom: 1px solid #c1cbd6;*/
	height: 30px;
	text-align: right;
}

.section {
	margin-bottom: 20px;
}

/*Airport Div Layout/////////////////////////////////////////////////////////////*/
#airport {
	padding-top: 5px;
	margin-bottom: 4px;
}
#airport .intro {
	position: absolute;
	width: 75px;
	text-align: center;
	font-weight: bold;
}
#airport h2 {
	padding-left: 85px;
}
#airport h2 .icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 5px;
}
.favorite-icon.inactive {
	background-position: 0 -48px;
}
.icon.home-airport {
	background-image: url(../images/icons/mini-icons-sprite.png);
	background-position: 0 -72px;
}
.icon.home-airport.inactive {
	background-position: 0 -96px;
}
#airport h2 .message {
	font-weight: normal;
	font-size: 11px;
	position: absolute;
	background-color: white;
	padding-left: 5px;
}
#airport p {
	margin: 0px;
	padding-left: 85px;
	min-height: 60px;
}
#airport .alert, #alerts .alert {
	padding-left: 0px;
	background-image: none;
}
#airport .alert {
	position: absolute;
	left: 275px;
	top: 35px;
	background: #ffd1e3;
	color: black;
	padding: 0 4px;
	width: 325px;
	font-size: 10px;
	min-height: 40px;
	max-height: 50px;
	overflow: none;
}
#airport .alert h4 {
	border-bottom: 0;
	font-size: 12px;
	color: black;
	margin-bottom: 0;
}
#airport .alert a:link, #airport .alert a:visited, #airport .alert a:hover {
	color: black;
	position: absolute;
	top: 3px;
	right: 3px;
	text-decoration: underline;
}
.topcallout a.highlight {
	color: #000;
	font-weight: bold;
	white-space: nowrap;
}

.topcallout .shortcuts {
	float: right;
}
/*Information Div Layout/////////////////////////////////////////////////////////*/
#information {
	float: right;
	clear: right;
	padding: 10px 0;
}
#information p {
	text-align: right;
	margin-bottom: 5px;
	font-weight: bold;
	white-space: nowrap;
}
#information p span {
	color: #1260b1;
}
#information ul.icons {
	clear: both;
}

#overview {
	margin-top: 5px;
}

#fuel {
	float: left;
	clear: left;
	width: 443px;
	margin-bottom: 20px;
}
/*METAR/TAF Div Layout////////////////////////////////////////////////////*/
#wx .tab-ct {
	height: 330px;
}
#wx .tabcontent {
	padding: 0 4px;
	margin: 0;
	height: 300px;
	width: 433px;
	overflow-y: auto;
	border: solid 1px #c1cbd6;
	border-top-width: 0;
}
#wx .tabcontent .header {
	/* sigh... HACK */
	border-top: solid 5px white;
	clear: left;
	color: white;
	background: #3349a2;
	border-bottom: solid 1px #c1cbd6;
	font-weight: bold;
}
/*Diagrams Div Layout////////////////////////////////////////////////////////////*/
#diagrams {
	background: url(../images/diagrams-rpt.jpg) repeat-x left 28px;
	height: 685px;
}
#diagrams .tabcontent {
	width: 413px;
	height: 657px;
}
#diagrams .tabcontent .aptSatellite, #diagrams .tabcontent #aptSkyvector {
	height: 500px;
}
#diagrams .tabcontent.gmap, #diagrams .tabcontent.skyvector {
	margin-top: 0;
}
#communications-card {
	float: left;
	width: 443px;
	clear: left;
	margin-bottom: 20px;
}
#communications-card .expandable {
	max-height: 250px;
	padding-left: 1px;
}

/*Navaids Div Layout//////////////////////////////////////////////////////////////*/
#navaids .expandable {
	max-height: 250px;
	padding-left: 1px;
}
#navaids .icon {
	width: 16px;
	height: 16px;
	visibility: hidden;
	display: inline-block;
	float: left;
	background-image: url(/aifp/images/aifp/icons/sprite_info_elements.gif);
	margin-right: 3px;
}
#navaids .icon.ndb {
	visibility: visible;
	background-position: 0 -192px;
}
#navaids .icon.vor, #navaids .icon.vortac, #navaids .icon.vor-dme {
	visibility: visible;
	background-position: 0 -48px;
}
/*Runway Div Layout//////////////////////////////////////////////////////////////*/
.runway {
	clear: both;
	width: 894px;
}
/*Instrument Approach Procedures Div Layout///////////////////////////////////////*/
.section .disclaimer {
	text-align: center;
	font-style: italic;
	font-size: 11px;
}
#instrument-approach-procedures .expandable {
	max-height: 150px;
}
/*Instrument Approach Procedures Div Layout///////////////////////////////////////*/
#additional-remarks {
	width: 894px;
	clear: both;
}

#additional-remarks .expandable {
	max-height: 150px;
}
/*FBO Information Div Layout//////////////////////////////////////////////////////////*/
#business-information {
	margin-bottom: 10px;
}
#business-information #add-your-business:hover, #business-information #add-your-business:focus {
	color: #243E94;
}
#business-information #add-your-business:link, #business-information #add-your-business:active, #business-information #add-your-business:visited {
	background: url(../images/add-button.gif) no-repeat left top;
	padding-left: 20px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
}

#services .subsection {
	display: block;
	margin-left: 10px;
}
#travelinfo .expandable {
	max-height: 200px;
}
/*Contact Addresses Div Layout////////////////////////////////////////////////////*/
#contact-addresses {
	clear: both;
	width: 894px;
}
.contact-addresses-data {
	float: left;
	width: 100%;
}
#activity {
	overflow: auto;
}
/*Advertisement Div Layout///////////////////////////////////////////////////////*/
#advertisement-1 {
	text-align: center;
	clear: both;
	margin-bottom: 20px;
}
#advertisement-2 {
	clear: both;
	text-align: center;
	margin-bottom: 20px;
}
#advertisement-2 a {
	margin: 0 65px;
}

.google-map-toggle-control {
	background-color: white;
	border: 1px solid black;
	cursor: pointer;
	white-space: nowrap;
}

.google-map-toggle-control div {
	font-size: 11px;
	padding: 0 2px;
}

.google-map-toggle-control input {
	vertical-align: middle;
}

.businessInfoWindow {
	overflow-x: hidden;
}

.businessInfoWindow h4 {
	white-space: nowrap;
}
#airport-directory .businessInfoWindow h4 a {
	float: none;
}

#photos {
	max-height: 192px;
	overflow: hidden;
	text-align: center;
}
#photos li {
	text-align: center;
}
.ux-carousel-caption {
	height: 26px;
	font-size: 12px;
	line-height: 13px;
}

