@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}

* form {
margin:0px;
padding:0px;
} 

#header {
	width:630px;
	height:90px;
	text-align: left;
	background-image: url(../images/logo.gif);
	}	

#bar {
	background-color:#FF3333;
	width:100%;
	height: 20px;
	padding-top: 5px;
	
	}

#main {
	width:100%;
	text-align:left;
	margin-left: 0px;
	margin-top: 10px;
	height: 100%;
	margin-bottom: 10px;
	}

headerarea {
    margin: 0 4px;
    width: 100%;
}

/* header tabs */
table.pptheader {
    font: 11px Arial;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    height: 50px;
}

table.producttabs {
	background-color: #999999;
	font: 11px Arial;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	color: white;
	height: 25px;
}

table.producttabs td {
	padding: 4px 8px;
	margin: 0;
	white-space: nowrap;
	border-left: 1px solid white;
	background-color: #B1B2B0;
	border-collapse: collapse;
	vertical-align: middle;
}

table.producttabs td.flight {
    border: none;
}
table.producttabs td.fill {
    border: none;
    width: 100%;
}
table.producttabs td.active {
	background-color: #D63A3A;
	font-size: 14px;
}
table.producttabs td a:link, table.producttabs td a:hover, table.producttabs td a:visited {
	color: white;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 14px;
}
table.login {
    width: 100%;
    margin: 0;
    padding: 0;
}
table.login td {
    text-align: right;
    width: 100%;
    font: 10px Arial;
}
#affiliateheaderspacing {display: none}

table.outersearch {
    margin: 0 4px 0 2px;
}
span.nearbyairports {
    text-transform: capitalize;
    color: #8D8D8D;
}

span.calendar_day_helptext, div.calendar_day_helptext {padding-left: 0}

table.outersearch table.triptype td {
    vertical-align: baseline;
}

a.actionlink:hover, a.actionlink:link, a.actionlink:visited, a.actionlink:hover {
   color: #031FAA;
}
/* action link behavior */
a.actionlink:hover {
    text-decoration: underline;

}

/* Hide main affiliate bar + homepage tabs */
#affiliatebar {
	display: none;
}
#maintabNav {display: none}

/* Boxes around search forms */
td.frontdoorform {
	background-color: #FFFFFF;
	padding: 11px;
}

/* labels in search forms */
/* #pptmodule {  display: block; font: 20px Arial bold;  padding-right: 20px;  padding-left: 0; } */
#pptmodule {display: none; }

.humortext {visibility: hidden}

/* link color styles */
a:link {
    color: #FF0000;
    
}
a:visited {
    color: #01479E;
    text-decoration: underline;
}
a:hover {
    color: #900;
    text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}

.main_text {
	color:#000000;
	font-size:100%;
	text-align: justify;
	line-height: 150%;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: bold;
	}

/* PROMO BOX */
table.promobox {
    border: 1px solid #eee;
    font: 12px Arial;
    background-color: white;
}
table.promobox td {
    padding: 4px 6px;
}
table.promobox td.separatorline {
	background-image: url(/aff/ppttravel/divider_orange.gif);
	background-repeat: repeat-x;
	height: 20px;
	margin: 0 5px;
}

table.promobox h2 {
	color: #FF0000;
	font: 20px Arial;
	margin-bottom: 10px;
}

.ctBigTxt {
	color:#FF3333;
	font-size:14px;
	text-align: left;
	font-weight: bold;
}

.ctInlineTxt {
	color:#000000;
	font-size:12px;
	text-align: left;
	line-height: 20px;
}

.ctReadMoreLnk {
	color:#FF3333;
	font-size:12px;
	text-align: left;
	text-decoration:none;
}


/*FOOTER*/

	#footer {
	width:100%;
	height: 25px;
	padding-top: 5px;
	float: left;
	background-color: #FF3333;
	text-align: center;
	}

.f_text {
	color:#000000;
	font-size:12px;
	text-align: left;
}
	
	.f_text a{
	color:#000000;
	text-decoration:none;
}
	
	.f_text a:hover{
	color:#000000;
	text-decoration:underline;
}

	.copyright {
	font-size: 12px;
	color: #FFFFFF;
}
