/* TAGS */
html, body { width: 100%; margin: 0; padding: 0; }
body { background-color: #FFFFFF; font-size: 10px; font-family: Arial, Helvetica, sans-serif; }

/* DIV */
#wrapper {
	position: relative;
	width: 100%;
	background-image: url(/images/header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#header {
	position: relative;
	height: 40px;
	padding: 10px;
}
#logo {
	position: relative;
	float: right;
	width: 141px;
	height: 45px;
}
#buttons {
	position: relative;
	float: left;
	width: 62px;
}
#navigation {
	padding: 10px;	
	margin: 0;
}
#navigation select { width: 100%; }
.small_button a {
	display: block;
	float: left;
	width:62px;
	height: 27px;
	background-image: url(/images/button.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 5px 0 0 15px;
}
#content {
	padding: 10px;
}
#content h3 {
	margin: -10px 0 0 0;
	padding: 10px 0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 2px solid #afdfed;
	color: #2f7caf;
}
#content h3.content_title { text-align: right; margin-bottom: 10px; }
#content h3 .sub_title {
	float: right;
}
#content table tr.table_header td, #content table tr.table_header th {
	padding: 10px 0 10px 10px;
	font-weight: bold;
	font-size:11px;
	color: #464646;
	border-bottom: 1px solid #afdfed;
}
#content table tr td { padding: 10px 0 10px 10px; border-bottom: 1px solid #cbcbcb; }
#content table tr.alt_row {background-color: #edf8fb; }
.menu_button ul { margin: 0; padding: 0; list-style: none; }
.menu_button ul li {
	background-image: url(/images/button_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 48px;
}
.menu_button ul li a {
	display: block;
	padding: 15px 0 15px 10px;
	width: 100%;
	background-image: url(/images/arrow.png);
	background-position: 93% 50%;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #104d84;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

/*HOMEPAGE */
#homepage_content {
	width: 100%;	
}
.home_item a img { border: 0; }
.home_item {
	width: 100%;
	background-image: url(/images/homepage_btn_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 69px;
}
.home_item_content h3 a { text-decoration: none; color: #104d84; }
.home_item_content p a { text-decoration: none; color: #464646; }
.home_item_content a img {
	float: left;
	margin: 10px;
	width: 92px;
}
.home_item_content {
	float:left;
	width: 90%;
	background-image: url(/images/arrow.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 20px;
}
.home_item.alt { background: none; }
.home_item_content h3 { margin-top: 8px; margin-bottom: 3px; }
.home_item_content p { margin-top: 0; margin-bottom: 0;}

/* flight schedule */
#content table
{
	width:100%;
}
.lightBlueCell
{
	background-color:#EDF8FB;
}

#middleCol img
{
}

a img
{
	border:none;
}

/* footer */
#footer
{
	float: left;
	width: 100%;
	border-top: 5px solid #e5e4df;
	border-bottom: 1px solid #e5e4df;
}

.left
{
	float:left;
}

#footer ul
{
	list-style: none;
	height: 11px;
	display: block;
	margin-bottom:15px;
}

#footer li
{
	float: left;
	/*width: 146px;*/
	margin-right:30px;
	background: url(../images/global/arrow_points.jpg) no-repeat;
	padding-left: 9px;
}

.copyright
{
	float:left;
	margin-bottom:25px;
}

#searchHeader
{
	width:210px;
	margin:10px auto;
}
#FlightScheduleTable div.left, #FlightScheduleTable div.right
{
	float:none;
}
