#travelocity
{
	background: #062110 url('../images/wct/widgetBack.jpg') no-repeat;
	width: 347px;
	padding: 11px 0 0 9px;
	position: relative;
}

#travelocity,
#travelocity td,
#travelocity label
{
	color: #FFF;
	font: 8pt Tahoma;
}

#travelocity label
{
	padding: 0;
}

#travelocity .checks .field label
{
	padding-left: 3px;
}

#travelocity .travelLogo
{
	background: url('../images/travelocity.gif') no-repeat;
	height:28px;
	width:87px;
	position: absolute;
	bottom: -22px;
	right: 6px;
}

#travelocity #wctTabs
{
	height: 38px;
	margin: 0;
	padding: 0;
}

#travelocity #wctTabs li
{
	list-style: none;
	float: left;
	
	background: #083318 url('../images/wct/tabOff.gif') no-repeat;
	margin: 0px;
	padding: 0px;
	
	text-align: center;
}

/* Last tab is a little wider. */
#travelocity #wctTabs li.flights
{
	width: 84px;
	background-image: url('../images/wct/tabOff_last.gif');
}

#travelocity #wctTabs li.flights.active
{
	background-image: url('../images/wct/tabOn_last.gif');
}

#travelocity #wctTabs li,
#travelocity #wctTabs a
{
	width: 82px;
	height: 38px;
}

#travelocity #wctTabs a
{
	color: #FFF;
	text-decoration: none;
	line-height: 38px;
	display: block;
	font-size: 8pt;
	
}

#travelocity .flexibility
{
	margin: 3px 0px;
}

#travelocity input,
#travelocity select
{
	font: 8pt Tahoma;
}

#travelocity .field select
{
	float: left;
}

#travelocity input.startDate,
#travelocity input.endDate
{
	width: 70px;
}

#travelocity .field.date label span,
#travelocity #flights label span,
#travelocity #cars label span
{
	width: 98px;
}

#travelocity .field.date label span
{
	float: left;
}

#travelocity .field.date input
{
	clear: both;
	float: left;
}

#travelocity .field.date select
{
	margin-left: 3px;
}

#travelocity .field,
#travelocity .guest
{
	margin-bottom: 3px;
	clear: both;
}

#travelocity .checks .field
{
	float: left;
	width: 130px;
	clear: none;
}

#travelocity label span
{
	width: 86px;
	display: block;
	float: left;
}

#travelocity #hotels label span
{
	width: 57px;
	padding-right: 3px;
	text-align: right;
}

#travelocity #hotels .field,
#travelocity #hotels .field .clearBoth,
#travelocity #hotels .guest
{
	clear: none;
}

#travelocity #hotels .field,
#travelocity #hotels .guest
{
	width: 156px;
	float: left;
}

#travelocity .guest
{
	display: none;
}

#travelocity #hotels.wctTab
{
	padding-bottom: 35px;
}

#travelocity .submit
{
	position: absolute;
	bottom: 13px;
	right: 12px;
}

#travelocity #wctTabs li.active
{
	background-image: url('../images/wct/tabOn.gif');
}

#travelocity #tabContainer
{
	background: url('../images/wct/tabBack.gif') no-repeat;
	margin-bottom: 1px;
	float: left;
	width: 338px;
}

#travelocity .btm
{
	height: 30px;
	clear: both;
	position: relative;
	left: -9px;
	background: url('../images/wct/widgetBack_btm.gif') no-repeat 0 100%;
}


#travelocity .wctTab
{
	padding: 8px 10px;
	position: relative;
	display: none;
	background: url('../images/wct/tabBack_btm.png') no-repeat 0 100%;
}

#travelocity .wctTab.active
{
	display: block;
}

/* Special positioning styles for flights dropdowns */
/*#travelocity #flights .tickets
{
	position: absolute;
	top: 52px;
	right: 18px;
}

#travelocity #flights
{
	padding-bottom: 40px;
}*/

input.dp-applied
{
	float: left;
}

a.dp-choose-date {
	float: left;
	width: 15px;
	height: 13px;
	margin: 3px;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/wct/calendar.gif) no-repeat; 
}

a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

.clearBoth
{
	clear: both;
}

