/* CSS Document3
light style */

body {
	text-align: center;
	min-width: 970px;
	background-color: #B8C4CF;
	margin: 0px 0px; 
	padding:0px;
}

#wrapper {
	margin:0 auto;
	width:970px;
	height:620px;
	text-align: left;
}

#header {
	background-color: #002B5C;
	height: 68px;
	width: inherit;
}

#logo
{
	width: 150px;
	float: left;
	height: 58px;
	padding-top: 10px;
}

#airportName
{
	width: 500px;
	height: 68px;
	float: left;
}

#airportNameWrapper
{
	background-color: #CBD1D9;
	padding-top: 4px;
	height: 50px;
	margin-top: 7px;
	margin-bottom: 7px;
}

#airportNameTextWrapper
{
	background-color: #fff;
	text-align: center;
	color: #000;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	height: 46px;
	text-transform:uppercase;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
}

#AIRPORT_NAME
{
	padding-top: 12px;
}

/* IE 6 Fixes for airportName */

* html #airportNameTextWrapper
{
	height: 43px;
}

* html #airportNameWrapper
{
	height: 51px;
}



#elevation
{
	width: 230px;
	height: 68px;
	margin-left: 10px;
	float: left;
}

#elevationWrapper
{
	background-color: #CBD1D9;
	padding-top: 4px;
	height: 50px;
	margin-top: 7px;
	margin-bottom: 7px;

}

#elevationLabel
{
	float: left;
	width: 95px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin-top: 12px;
	margin-left: 10px;
	color: #3A4C5B;
}

#elevationTextWrapper
{
	float: right;
	margin-right: 10px;
	background-color: #fff;
	text-align: center;
	color: #000;
	width: 100px;
	height: 46px;
	text-transform:uppercase;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
}

#AIRPORT_ELEVATION
{
	padding-top: 12px;
}




/* IE 6 Fixes for elevation */


* html #elevationLabel
{
	margin-left: 5px;
	width: 105px;
}

* html #elevationTextWrapper
{
	height: 43px;
	margin-right: 5px;
}

* html #elevationWrapper
{
	height: 51px;
}


#button
{
	float: right;
	margin-top: 12px;
	margin-right: 13px;
}

/* IE 6 Fixes for button */

* html #button
{
	margin-top: 10px;
	margin-right: 6px;
}

#mainContent
{
	height: 332px;	
	width: 968px;
	margin-top: 5px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #8B9DAB;
	border-bottom: 1px solid #8B9DAB;
}


#leftContent, #rightContent
{
	width: 481px;
	float: left;
}

#compassRoseWrapper
{
	width: 470px;
	height: 310px;
	
	text-align: center;
	padding: 0px;
	margin: 16px 0px 0px 0px;

}

.compassRose
{
	width: 470px;
	height: 310px;
	
	text-align: center;
	padding: 0px;
}

/* IE 6 Fixes for compassRose */
* html #compassRose
{
	height: 250px;
	text-align: center;
}

#rightContent
{
	margin-top: 5px;
	height: 330px;
}


.sensorData
{
	background-color: #CBD1D9;
	border: 1px solid #8B9DAB;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	height: 44px;
	width: 472px;
}

* html .sensorData
{
	height: 46px;
}

.sensorDataLabel
{
	text-transform:uppercase;
	color: #3A4C5B;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 22px;
	float: left;
}

.sensorDataLabelDisabled
{
	text-transform:uppercase;
	color: #8CA3B5;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 22px;
	float: left;
}

.sensorDataWrapper
{
	height: 38px;
	border: 1px solid #8B9DAB;
	background-color: #fff;
	width: 280px;
	float: right;
	margin-right: 6px;
	margin-top: 2px;
}

.sensorDataWrapperDisabled
{
	height: 38px;
	border: 1px solid #8B9DAB;
	background-color: #CBD1D9;
	width: 280px;
	float: right;
	margin-right: 6px;
	margin-top: 2px;
}


.sensorDataText
{
	font-size: 28px;
	text-align: right;
	float: right;
	padding-right: 6px;
	margin-top: 4px;
}

* html .sensorDataText
{
	margin-top: 2px;
}

#airportID
{
	 width: 110px; 
	 float: left; 
	 margin-left: 8px;
}

#date
{
	width: 180px; 
	float: left; 
	margin-left: 16px;
}

#time
{
	width: 118px; 
	float: left; 
	margin-left: 16px;
}


* html #date
{
	margin-left: 11px;
}

* html #time
{
	margin-left: 11px;
}



#footer
{
	width: 970px;
	margin-top: 5px;
}

.bottomData
{
	background-color: #CBD1D9;
	border: 1px solid #8B9DAB;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	height: 32px;
	width: 968px;
}

.bottomDataLabel
{
	color: #3A4C5B;
	text-align: left;
	margin-top: 4px;
	margin-left: 10px;
	font-size: 22px;
	float: left;
}

.bottomDataLabelDisabled
{
	color: #8CA3B5;
	text-align: left;
	margin-top: 4px;
	margin-left: 10px;
	font-size: 22px;
	float: left;
}


.bottomDataWrapper
{
	height: 28px;
	border: 1px solid #8B9DAB;
	background-color: #fff;
	width: 780px;
	float: right;
	margin-right: 6px;
	margin-top: 1px;
}

.bottomDataWrapperDisabled
{
	height: 28px;
	border: 1px solid #8B9DAB;
	background-color: #CBD1D9;
	width: 780px;
	float: right;
	margin-right: 6px;
	margin-top: 1px;
}

.bottomDataText
{
	font-size: 22px;
	text-align: left;
	float: left;
	margin-top: 2px;
	padding-left: 6px;
}


#metarWrapper
{
	float: left; 
	width: 954px; 
	margin-right: 0px; 
	margin-left: 6px;
}

* html #metarWrapper
{
	width: 942px;
}


#METAR
{
	text-align: center; width: 948px; font-size: 18px; margin-top: 4px;
}


* html #METAR
{
	text-align: center; width: 942px; font-size: 18px; margin-top: 2px;
}


#remarksWrapper
{
	float: left; 
	width: 954px; 
	margin-right: 0px; 
	margin-left: 6px;
}

* html #remarksWrapper
{
	width: 930px;
}

#REMARKS
{
	text-align: center; width: 948px; font-size: 18px; margin-top: 4px;
}

* html #REMARKS
{
	text-align: center; width: 942px; font-size: 18px; margin-top: 2px;
}

