﻿body {
}

div.atmContainer{}

div.contentContainer
{
	padding:10px;	
}

div.contentContainer.noborderfids
{
	padding:0px;	
}


div.atmContainer div.header
{
	color:#333333;
	font-size:13px;
	font-weight:bold;
	height:15px;
	margin-bottom:2px;		
}

div.atmMapContainer
{
	width:590px;
	height:462px;	
}

div.atmMapContainer div.inframe
{
	border:1px solid #cccccc;
	height:461px;	
	overflow:hidden;
}


div.atmMapContainer div.inframe.noairport
{
	background-image:url(img/noairport.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

div.atmMapContainer div.inframe div.img
{
	width:588px;
	height:462px;
}

div.mapToggleContainer{padding-bottom:10px;padding-top:5px;margin-left:-4px;}
div.mapToggleContainer div.mapToggle{float:left; padding-right:15px;height:13px; border:1px solid #000000;}
div.mapToggleContainer div.radiobtn{display:inline-block;height:17px; line-height:13px;}

label
{
	height:20px;
	line-height:20px;	
	font-size:12px;
	color:#333;
}

div.planeIcon
{
	width:14px;
	height:13px;
	display:inline-block;	
	background-image:url(img/fox_plane_red.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin-left:2px;
}

div.planeIcon.arrivals
{
	background-image:url(img/fox_plane_red.gif);
}

div.planeIcon.departures
{
	background-image:url(img/fox_plane_blue.gif);
}

div.planeIcon.gray
{
	background-image:url(img/fox_plane_gray.gif);
}

/*-- Nav Style Begins --*/
div.navItem
{
	display:inline-block;
	border-right:1px solid #cccccc;
	width:auto;
	/*cursor:pointer;*/
	float:left;
	height:25px;
	line-height:25px;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}

div.navItem:hover
{
	display:inline-block;
	border-right:1px solid #cccccc;
	width:auto;
	cursor:pointer;
	float:left;
	height:25px;
	line-height:25px;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	background-image:url('img/feature-item-li-active.gif');
	background-repeat:repeat-x;
	background-position:left top;
	color:#ffffff;
}

div.navItemSelected
{
	display:inline-block;
	border-right:1px solid #cccccc;
	width:auto;
	cursor:pointer;
	float:left;
	height:25px;
	line-height:25px;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	background-image:url('img/feature-item-li-active.gif');
	background-repeat:repeat-x;
	background-position:left top;
	color:#ffffff;
}


div.navItemSelected
{
	display:inline-block;
	border-right:1px solid #cccccc;
	width:auto;
	cursor:pointer;
	float:left;
	height:25px;
	line-height:25px;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	background-image:url('img/feature-item-li-active.gif');
	background-repeat:repeat-x;
	background-position:left top;
	color:#ffffff;
}

div.navContainer
{
	border-bottom:1px solid #cccccc;	
}
/*-- Nav Styles End --*/




/*-- Footer style begins --*/



div.logoRow
{
	padding:0px;
	margin:0px;
	width:auto;
	padding-top:7px;	
}

div.finePrintBox
{
	float:left;
	width:320px;
	font-size:11px;
	color:#333333;
	text-align:left;
}
div.logoBox
{
	padding-top:5px;
	float:right;
}

a.red, a.red:link, 
a.red:active, a.red:visited
{
	color:#580213;
	font-size:inherit;
	text-decoration:none;	
}

a.red:hover
{
	color:#580213;
	text-decoration:underline;	
}

/*-- footer style ends --*/