body {
	background:#F2F5FE url(../images/bg.gif) repeat-x scroll 0 0;
	border:0 none;
	color:#192666;
	font-family:"verdana",sans-serif;
	font-size:70%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:160%;
	margin:0;
	padding:0;
}

a{
	color:#395db5;text-decoration:none;
}

a:hover{
	color:#395db5;text-decoration:underline;
}

#page {
	width: 970px;
	margin: 0 auto;
}

#top {
	height: 110px;
	background-color:#033367;
	margin-top:5px;
	padding:10px 10px 10px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
}

#content {
	background-color: #fff;
	padding:10px 15px 10px;
}

#logo {
	float: left;
	width: 210px;
	height: 54px;
	background: #033367 url(../images/logo.gif) no-repeat;
	margin-top:20px;
}

#banner {
	float: right;
	width: 728px;
	height: 90px;
	border: 1px solid #FFF;
}

#bottom {
	background-color: #012561;
	padding:10px 10px 20px;
	text-align: center;
	color:#FFFFFF;
}

#bottom a {
	color:#FDDA28;
	text-decoration:none;
}
#bottom a:hover {
	text-decoration:underline;
}

.search-widget {
	width: 267px;
	height: 170px;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	padding: 4px;
}

.facebook-link {
	width: 242px;
	padding: 4px;
	text-align: center;
	font-size:9px;
	line-height:15px;
}

.boxHeader {
	background:#003366 none repeat scroll 0 0;
	font-size:11px !important;
	font-weight:bold !important;
	color:#FFFFFF !important;
	padding:3px 3px 4px 5px !important;
	margin: 0 0 6px;
}

.search-widget .inputbox {
	background:white url(../images/search.png) no-repeat scroll right center;
	border:1px solid #666666;
	color:#404040;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	width:200px;
	padding:3px 30px 3px 2px;
}

.flags-widget {
	float: left;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	padding: 4px;
}

.left {
	float: left;
	padding:4px;
}

.right {
	float: right;
}

button {
	background:transparent url(/images/button_sprites.png) no-repeat scroll 0 -100px;
	border:medium none;
	cursor:pointer;
	height:37px;
	padding:0;
	position:relative;
	text-align:center;
	width:136px;
	font-size:99%;
}

button span {
	color:#444;
	display:block;
	font-size:108%;
	font-weight:bold;
	height:37px;
	line-height:28px;
	text-align:center;
	text-transform:uppercase;
}

button:hover {
	background:transparent url(/images/button_sprites.png) no-repeat scroll 0 -400px;
}

button:hover span{
	color:#FFF;
}

.cfix:after {
	clear:both;
	content:".";
	display:block;
	font-size:1px;
	height:0;
	visibility:hidden;
}
.cfix {
    display:inline-block;
}
.cfix {
    display:block;
}
* html .cfix {
    height:1px;
}

.hm-left {
	float: left;
	width: 260px;
}
.hm-right {
	float: right;
	width:650px;
}
.flag-tmb {
	float: left;
	width: 110px;
	text-align: center;
	height: 90px;
}

.airline-entry-tbl {
	margin-top: 5px;
	border:1px solid #CCCCCC;
	background:url("/images/greytowhite_60px.gif") repeat-x scroll 0 0 transparent;
	width: 100%;
}

.airline-entry-tbl img {
	border:1px solid #CCCCCC;
	display: none;
}

.srch-airline-hld {
	float: left;
	width: 243px;
	margin-right: 10px;
	height: 110px;
}

.srch-airline-hld table {
	height: 100px;
}

.error {
	border:1px solid #FF0000;
	color:#FF0000;
}







/* IE6 Out of Date notice */
div#browserAlert {
	display:block;
	background:#ffffe1;
	overflow:hidden;
	width:100%;
	border-bottom:2px solid #666;
	min-height:43px;
}
div#browserAlert p {margin:8px 45px 8px 8px; float:left; display:inline; color:#000;}
div#browserAlert a {text-decoration:underline; color:#00F;}
div#browserAlert a:hover {text-decoration:none;}
div#browserAlert a.close {
	position:absolute;
	top:8px;
	right:8px;
	width:26px;
	height:26px;
	text-indent:-999em;
	overflow:hidden;
	background:url(/images/close.gif) center no-repeat;
	border:1px solid #ffffe1;
}
div#browserAlert a.close:hover {border:1px solid #CCC;}

