/** Generic Interactive Styles **/
.cnn-interactive {
	width: 100%;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
}
.cnn-interactive ul {
	list-style: none;	
}
.cnn-interactive p {
	padding: 0;
	font-size: 13px;
	line-height: 1.3;
}

#airportDelaysMap {
	position: relative;
	border: 1px solid #888;
	font-size: 13px;
	width: 978px;
	height: 510px;
	overflow: hidden;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
}

/** Map Canvas **/
#airportDelaysMap .map-canvas {
	position: relative;
	width: 100%;
	height: 100%;
}
#airportDelaysMap .content-pane {
	display: none;
	position: absolute;
	padding: 10px;
	top: 50%;
	left: 50%;
	margin: -221px 0 0 -399px;
	background: url('../images/trans_000000_90.png') repeat;
	-webkit-transform: translate3d(0, 0, 0);
	border-radius: 10px;
}
#airportDelaysMap .content-pane .content-image, 
#airportDelaysMap .content-pane .content-graph {
	float: left;
}
#airportDelaysMap .content-pane .content-image-credit {
	color: #FFF;
	font-size: 11px;
	padding-top: 8px;
	clear: both;
}
#airportDelaysMap .content-pane .close-icon {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 25px;
	right: 20px;
	background: url('../images/close-icon.png');
	cursor: pointer;
}