/* CSS Document */
html, body {
    height:100%
}
*, html, body {
    margin:0px; 
	padding:0px;
}
body {
	background-color: #FFF;
	background-image: url(../images/bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
body, table, input, select, option{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2E2D6A;
}
img {
    border:0px solid;
	behavior: url('/css/pngbehavior.htc');
}
.redBold {
	font-weight: bold;
	color: #CC0000;
}
.blueBold {
	font-weight: bold;
	color: #0033CC;
}
#center {
	position:relative;
	width: 998px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.content {
	height: auto !important;
	min-height: 430px;
	height: 430px;
	position: relative;
	width: 950px;
	padding-right: 24px;
	padding-bottom: 13px;
	padding-left: 24px;
}
#sidebar0 {
	float: left;
	width: 527px;
	height: auto !important;
	min-height: 420px;
	height: 420px;
	text-align: left;
	font-size: 12px;
	color: #333;
	background-image: url(../images/bg0.gif);
	background-repeat: repeat-y;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #bfe8fb;
	padding-left: 15px;
}
#sidebar0 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B8352A;
	padding-bottom: 10px;
	padding-top: 5px;
}
#sidebar0 p {
	padding-bottom: 5px;
}
#sidebar1 {
	float: left;
	width: 247px;
	height: 430px;
	text-align: center;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-x;
}
#sidebar2 {
	float: left;
	width: 273px;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	height: 430px;
}
#sidebar3 {
	text-align: center;
	float: right;
	width: 400px;
	background-color: #e5f6fd;
	background-image: url(../images/flight_search.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 425px;
}
#sidebar4 {
	text-align: center;
	float: right;
	width: 400px;
	background-color: #e5f6fd;
	background-image: url(../images/cruise_search.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 425px;
}
.hs {
	height: 273px;
	margin-bottom: 15px;
	padding-top: 10px;
}
#bottom01 {
	position: absolute;
	left: 24px;
	bottom: 15px;
}
#airplane {
	position: absolute;
	top: 20px;
	right: 280px;
	height: 59px;
	z-index: 100;
	width: 200px;
}
#menu {
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 932px;
	margin-right: 19px;
	margin-left: 19px;
	padding-right: 28px;
	position: relative;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	display: block;
	float: right;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 11px;
	padding-bottom: 13px;
}
#menu a:hover {
	background-image: url(../images/menu_hover.gif);
	background-repeat: repeat-x;
}
#menu a.activ {
	background-image: url(../images/menu_hover.gif);
	background-repeat: repeat-x;
}
#footer {
	color: #000;
	background-color: #d6d6d6;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 950px;
	margin-right: 24px;
	margin-left: 24px;
	padding-top: 24px;
	padding-bottom: 24px;
	clear: both;
}
/*  ==== search ====  */
label{
	cursor:pointer;
}
.searchBox{
	margin-top: 80px;
}
.searchLabel{
	font-size:10px;
	font-weight:bold;
	width:80px;
}
.fromCity,.toCity{
	border:1px solid silver;
	width:50px;
	position:relative;
}
.flyDate,.flyTime{
	width:80px;
	position:relative;		
	background-color:#FFFFFF;
	border:1px solid #058CC8;
	color:#004BA0;
}
.fromCityLong,.toCityLong{
	width:150px;
	position:relative;		
	background-color:#FFFFFF;
	border:1px solid #058CC8;
	color:#004BA0;	
}
.searchButton{
	background-color:transparent;
	background:url("https://search.DoToTravel.com/content/air/btnSearch.gif");
	cursor:pointer;
	width:66px;
	height:19px;
	border:0px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	color:white;
}
.moreButton{
	border:1px solid #058CC8;
	background-color:transparent;
	cursor:pointer;
	width:20px;
	height:17px;
	margin-left:2px;
	padding:0 0 0 0;
	color:#0089CF;
}
.sButtons{
	color : blue;
	text-decoration : none;
	font-weight : bold;
	}
.sButtons:hover{
	color : midnightblue;
	text-decoration:none;
	font-weight:bold;
}
	
.passCount{
	width:55px;
}