/*******************************************************
TITLE: Fixed Three-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* << ----------------// General Styles //---------------->> */

div#topOfPageAnchor
{
	position : absolute;
	top      : 0;
	left     : 0;
	height   : 0;
}

body
{
	margin      : 10px;
	padding     : 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size   : 16px;
	line-height : 18px;
	color       : #000000;
}

.weather_text
{
	background-color : #E5E5E5;
	font-size        : 12px;
	font-family      : Verdana;
	padding-left     : 12px;
	padding-right    : 12px;
	padding-top      : 6px;
	padding-bottom   : 6px;		
}

#phpWeatherText
{
	background-color : #E8E8E8;
	font-size        : 13px;
	font-family      : Verdana;
	padding-left     : 12px;
	padding-right    : 12px;
	padding-top      : 6px;
	padding-bottom   : 6px;
		
}

/* << ----------------// Outer container that holds all the columns //---------------->> */
#mainContainer 
{
	margin       : 0 auto;
	padding      : 0;
	width        : 940px;
	border       : 1px;
	border-color : #000000;
	border-style : solid;
}

/* << ----------------// Header //---------------->> */
#header 
{

	margin			 : 0;
	padding			 : 5px;
	width			 : 930px;
	height           : 90px;
	background-image : url(Images/Sky_Clouds.JPG); 	
}

#header h1
{

	font-family	   : Arial, Helvetica, sans-serif;
	font-size	   : 24px;
	font-weight    : 600;
	text-align     : center;
	color		   : #000000;
	padding-top    : 10px;
	padding-bottom : 10px;
}

#header h2
{
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 14px;
	font-weight : 400;
	text-align  : center;
	color		: #000000;
	padding-top : 10px;	
}

/* << ----------------// Left column...holds navigation //---------------->> */
#nav_column 
{
	float            : left;
	margin           : 0;
	width            : 130px;
	background-color : #cccccc;
}

/* << ----------------// Middle column...holds main content //---------------->> */
#main_content_column 
{
	float  			 : left;
	margin 			 : 0;
	width  			 : 650px;
	background-color : #F9DCBF;
}

#main_content_column h1
{
	font-family    : Arial, Helvetica, sans-serif;
	font-weight    : 500;	
	font-size      : 14px;
	text-align     : center;
	padding-top    : 4px;
	padding-bottom : 4px;
	border-bottom  : 0px;
	border-top     : 0px;
	margin-bottom  : 0px;
	margin-top     : 0px;	
}

#main_content_column h2
{
	font-family    : Arial, Helvetica, sans-serif;
	font-weight    : 400;
	font-size      : 12px;
	text-align     : center;
	padding-top    : 4px;
	padding-bottom : 4px;
	border-bottom  : 0px;
	border-top     : 0px;
	margin-bottom  : 0px;
	margin-top     : 0px;	
}

#main_content_column hr
{
	padding-top    : 0px;
	padding-bottom : 0px;
	margin-bottom  : 0px;
	margin-top     : 0px;	
}

/* << ----------------// Right column ...holds current weather //---------------->> */
.current_weather_body
{
	margin-left:0px; 
	margin-top:0px;
}


#current_weather_column 
{
	float		     : left;
	margin			 : 0;
	width			 : 160px;
	background-color:#AEDEA0;
}

#radar
{
	height:650px;
	width:650px;
	overflow:hidden;
	margin:0px;
	text-align:center;	
}



#current_weather_frame iframe
{	
	width:160px;
	height:600px;
	border:0px;
	background-color:#FFFFFF;
	margin:0;
	
}

#cur_wea_frame
{
	width:160px;
	height:600px;
	border:0px;
	background-color:#FFFFFF;
	margin:0;
}
/*
width="160" frameborder="0" scrolling="no" height="600" marginwidth="0px"
*/

/* << ----------------// Footer //---------------->> */

#footer
{
	clear           : both;
	padding			: 15px;
	background		: #CCCCCC; /*light grey */
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	text-align		: center;
}

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&& table for the Current Weather Section &&&&&&&&&&&&&&&&&&&&&&&&&&&& */

#current_weather table
{
	background-color : #FFFFCC; /* light yellow */
	margin-left      : auto;
	margin-right     : auto;
	border-collapse  : collapse;
}

#current_weather th
{
	text-align       : center;
	font-weight      : 800;
	font-size        : 10px;
	background-color : #E8E8E8;
}

#current_weather td
{
	text-align    : left;
	font-size     : 10px;
	padding       : 2px 2px;
	border-left   : 1px solid #C9C9C9; /* grey */
	border-bottom : 1px solid #C9C9C9; /* grey */
	border-right  : 1px solid #C9C9C9; /* grey */
	border-top    : 1px solid #C9C9C9; /* grey */	
}

#current_weather tfoot
{
	text-align       : center;
	font-size        : 10px;
	background-color : #FFFFCC; /* light yellow */
}

/* &&&&&&&&&&&&&&&&&&&&&&&&&&& tables &&&&&&&&&&&&&&&&&&&&&&&&&&&& */




table
{
	border-collapse : collapse;
	margin-left     : auto;
	margin-right    : auto;
}

thead
{
	background-color : #CCFFFF; /* light blue */
}

tbody
{
	background-color : #FFFCCC; /* light yellow */
}

th, td
{  
	border-left   : 1px solid #c9c9c9; /* grey */
	border-bottom : 1px solid #c9c9c9; 
	border-right  : 1px solid #c9c9c9; 
	border-top    : 1px solid #c9c9c9;
	font          : 70% Verdana, Arial, Helvetica, sans-serif;
	padding       : 2px 5px;
	text-align    : right;
} 
	
#dtable th
{
	text-align:center;
	background-color:#CCFFFF;
}	
	
	
#met_table
{
	font-size:14px;
}

#previous_month_table th
{
	text-align:center;
}
	

#departure_table th	td
{
	text-align:center;	
	background-color:#CCFFFF;
	font-size:18px;
}
	
#departure_table tfoot
{
	text-align       : left;
	background-color:#E9EB96;
	font             : 70% Verdana, Arial, Helvetica, sans-serif;	
	
}

/*
#departure_table thead
{
	background-color:#FFFFCC;
}
	
*/
#departure_table td
{
	padding-bottom : 1px;
	padding-top    : 1px;
}	

div.figure
{
	text-align : center;
	margin	   : 12px;
}

div.figure p
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-align  : center;
	font-style  : italic;
	font-size   : 11px;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */
.clearfix:after 
{
	content    : "."; 
	display    : block; 
	height     : 0; 
	clear      : both; 
	visibility : hidden;
}

.clearfix 
{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */