/* Vacation Finder */
.bookingInfo td {
	color: #ACCBDE;
	font-size: 12px;
}

.dateDestForm input,.dateDestForm select {
	font-size: 12px;
}

/* Auto Complete */
div.autocomplete {
	background-color: white;
	border: 1px solid #888888;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 250px;
}

div.autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.autocomplete ul li.selected {
	background-color: #FFFFBB;
}

div.autocomplete ul li {
	cursor: pointer;
	display: block;
	list-style-type: none;
	margin: 0pt;
	padding: 0px;
	color: #000000;
}

ul.autocomplete {
	height: 100px;
	overflow: auto;
}

/* Error, Success & Notice */
.error,.notice,.success {
	border: 2px solid #DDDDDD;
	padding: 0.8em;
}

.error {
	background: #FBE3E4 none repeat scroll 0%;
	border-color: #FBC2C4;
	color: #D12F19;
}

.notice {
	background: #FFF6BF none repeat scroll 0%;
	border-color: #FFD324;
	color: #817134;
}

.success {
	background: #E6EFC2 none repeat scroll 0%;
	border-color: #C6D880;
	color: #529214;
}

.error a {
	color: #D12F19;
}

.notice a {
	color: #817134;
}

.success a {
	color: #529214;
}

.error ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

/* Flight */
.flight {
	width: 100%;
	font-size: 11px;
	margin-bottom: 15px;
}

.flight td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
}

.flight-header h6 {
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0033CC;
	font-weight: bold;
}

.flight-header .select {
	text-align: right;
}

.flight-header .select button {
	font-size: 10px;
}

tr.flight-header td {
	border-bottom: 2px solid #0056a9;
}

tr.flight-sub-header td {
	font-weight: bold;
	background-color: #CCCCCC;
}

tr.flight-row td {
	border-bottom: 1px solid #cccccc;
}

tr.flight-row td img {
	vertical-align: middle;
}

.flight-price-per-person {
	font-weight: bold;
	font-size: 16px;
}

.flight-price-total {
	color: #000000;
}

/* Hotel Summary */
.hotel-summary {
	width: 100%;
	font-size: 11px;
	border: 1px solid black;
	margin-bottom: 10px;
}

.hotel-summary td {
	padding: 2px;
	vertical-align: top;
	border: 0;
}

.hotel-summary .hotel-header h1 {
	color: #003366;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin: 0;
	margin-right: 5px;
}

.hotel-summary h2 {
	font-size: 11px;
	float: left;
	margin: 0;
}

.hotel-summary .hotel-header h3 {
	float: right;
	color: #003366;
	font-size: 11px;
	margin: 0;
}

.hotel-summary .hotel-header em {
	font-size: 12px;
	font-weight: bold;
	background: none;
	font-style: normal;
}

.hotel-summary td.image {
	text-align: center;
	width: 136px;
}

.hotel-summary td.select {
	text-align: right;
}

.hotel-summary .select button {
	font-size: 10px;
}

.hotel-summary ul {
	list-style: disc;
	margin: 0;
	padding-left: 30px;
}

h6.section-header {
	font-family: Arial narrow, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0033CC;
	font-weight: bold;
	border-bottom: 2px solid #0033CC;
}

/* Hotel Room Selection */
.hotel-room-selection {
	width: 650px;
}

.hotel-room-selection h6 {
	color: #003366;
	font-size: 14px;
	font-weight: bold;
	width: 200px;
}

.hotel-room-selection h5 {
	color: #0056a9;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.hotel-room-selection td {
	font-size: 12px;
	border: 0;
}

.hotel-room-selection td.select {
	text-align: right;
}

.hotel-room-selection .select button {
	font-size: 10px;
}

/* Booking Sidebar*/
.booking-process {
	border: 1px solid #0033CC;
	font-size: 10px;
	width: 100%;
}

.booking-process td {
	border: 0;
	padding: 2px;
}

.booking-process h2 {
	color: #CCCCCC;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 10px;
}

.booking-process .active h2 {
	color: #000000;
}

.booking-summary {
	border: 1px solid #0033CC;
	font-size: 10px;
	width: 100%;
}

.booking-summary h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 10px;
}

.booking-summary td {
	border: 0;
	padding: 2px;
}

.login td {
	padding: 2px;
}

/* */
#contentContainer{
	background-color:#FFFFFF;
}

.content-list{
	float:left;
	width:74%;
	padding:10px;
}

.trip-summary{
	float:left;
	width:20%;
	padding:10px;		
}

.section-header{
	margin:0;
}

.travelers{
	padding:10px;
}

.login{
	padding:0px;
}

#mainVacationFinder{
	background-color:#036CA5;
}

