#travelocity
{
	width: 297px;
	height: 260px;
	background: url('../images/wct/wct_bg.gif') no-repeat;
	text-align: left;
	position: relative;

}
#travelocityFooter {
	height:41px;
	width: 297px;
	overflow:hidden;
	background: url('../images/wct/wct_bottom_bg.gif') no-repeat;
	position: absolute;
	bottom:0px;
	left:0px;
	display:block;
}

#travelocity #tabs
{
	width: 205px;
	height: 34px;
	position: absolute;
	top: 8px;
	left:10px;
}

#travelocity #tabs li
{
	list-style: none;
	float: left;
	background: url('../images/wct/tabOff.gif') no-repeat 100% 50%;
	margin-left: 0px;
	position: relative;
	width: 55px;
	text-align: center;
	height: 34px;
	margin-right:2px;
}






#travelocity #tabs li.active
{
	outline:none;
	width: 60px;
	background-image: url('../images/wct/tabOn.gif');
}

#travelocity #tabs li, #travelocity #tabs a {
	height: 34px;
}

#travelocity #tabs a
{
	outline:none;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	display: block;
	padding: 0 5px 0;
}

#travelocity #tabs li.active a
{
	color: #fff;
}

#travelocity #tabContainer
{
	clear: both;
	position: absolute;
	top: 45px;
	width: 258px;
	height: 213px;
	
}

#travelocity .tab
{
	display: none;
	width: 265px;
	color: #ffffff;
	position: relative;
	margin-left:15px;
	height:213px;
	font-size:11px;
}

.tab .tabTitle {
	height:28px;
}

.tab .tabTitle span {
	vertical-align:middle;
	font-size:14px;
	line-height:28px;
	font-size:14px;
	padding-top:2px;
	padding-left:7px;
}

.tab .tabTitle img {
	float:right;
}

#travelocity .tab.active
{
	display: block;
}

#travelocity td
{
	padding: 0;
}

#travelocity label
{
	padding: 0;
	color:#ffffff;
}

#travelocity .field
{
	/*float:left;*/
	margin-top:3px;
	margin-bottom:3px;
	float:left;
	
}

#travelocity .field input,
#travelocity .field select
{
	clear: both;
	/*float: left;*/
}

#travelocity input.text,
#travelocity select
{
	border: solid 1px #6c6c6c;
	color: #796747;
	font-size: 8pt;
}

#travelocity input:focus,
#travelocity select:focus
{
	color: #000;
}

#travelocity input.text
{
	padding: 2px;
}

#travelocity input.startDate,
#travelocity input.endDate
{
	width: 60px;
}

#travelocity img.ui-datepicker-trigger
{
	margin: 1px;
	padding-bottom:3px;
	/*float: left;
	
	display: block;*/
}

.clearBoth
{
	clear: both;
}

#travelocity .submit
{
	text-align: left;
	position: absolute;
	bottom: 1px;
	right:0px;
	color:#fff;
	line-height:22px;
	vertical-align:middle;
}

#travelocity .submit span {padding:0px; margin:0px;}

#travelocity .close
{
	display: none;
}

#travelocity .field.date label span
{
	width: 109px;
	/*display: block;
	float: left;*/
}

#travelocity .field.date select
{
	/*margin-left: 18px;*/
	clear: none;
}

#travelocity .field.date {
	width:42%;
	
	height:28px;
	margin-right: 18px;
}

#travelocity .minors,
#travelocity .minors select
{
	float:left;
	display: none;
}

#travelocity .minors
{
	width: auto;
	
}



#travelocity .minors select
{
	width: 40px;
	float: left;
	clear: none;
	margin-right: 8px;
	margin-top:3px;
}

#travelocity .adults,
#travelocity .children,
#travelocity .seniors,
#travelocity .rooms
{
	float: left;
	clear: none;
	width: 75px;
	margin-right: 12px;
}



#travelocity .adults select,
#travelocity .children select,
#travelocity .seniors select,
#travelocity .rooms select
{
	width: 75px;
}

#travelocity .flexibility label
{
	margin-left: 2px;
}






/* BEGIN FLIGHTS CSS */

#travelocity #flights
{
	background: url('../images/wct/flightsBack.gif') no-repeat 15px 15px;
}

#travelocity #flights .flexibility
{
	margin: 0 0 5px 32px;
}

/* END FLIGHTS CSS */



/* BEGIN HOTELS CSS */

#travelocity #hotels *,
#travelocity #cars *
{
	border: none;
}

/* END HOTELS CSS */



/* BEGIN XML CSS */

.wct-tb
{
	width: 100%;
	margin: 0;
}


#mainBody .mainBodyCont .wct-tb td
{
	float: none;
	width: 33%;
	padding: 0;
}

.wct-tb .centerCol
{
	text-align: center;
}

.wct-tb .rightCol
{
	text-align: right;
}

.wctresults
{
	border-top: 1px solid #C1B6A0;
	border-bottom: 1px solid #C1B6A0;
	margin: 10px 0;
}

div.wctresults ul li
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none !important;
	margin-left:0px !important;
	border-bottom:1px solid #DDDDDD;
	padding:10px 0;
}
div.wctresults .image
{
	float:left;
	height:68px;
	width:100px;
}
div.wctresults .image img
{
	height:68px;
	width:68px;
}

div.wctresults .content
{
	float:left;
	width:525px;
}


div.wctresults li.last
{
	border: none;
}

div.wctresults li h4
{
	color:#000000;
}

div.wctresults li .addr
{
	line-height: 18px;
	color: #999;
}

div.midColPad div.wctresults li .content
{
	width: 575px;
}

.wctresults li .rate
{
	color:#F8C079;
	font-size:1.4em;
	font-weight: bold;
	float: right;
}

.wctresults .hotelAvailability
{
	margin: 5px 0 0;
	display: none;
}

.wctresults .hotelAvailability div
{
	background: url(../images/shell/eventBorder.gif) repeat-x 100% 0;
}

.wctresults .loading
{
	text-align: center;
	clear: both;
}

.wctresults .WCT-results
{
	margin: 5px 0;
}

.wctresults li td
{
	padding: 2px;
}

.wctresults li td.desc
{
	width: 100%;
}

.wctresults li .title td
{
	padding: 3px 2px;
	background: #EEE;
}

.wctresults li .even td
{
	background: #e8f0f3;
}

.wctresults li .book
{
	font-weight: bold;
}

.wctresults li .starting
{
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

.wctresults li a.moreInfo
{
	background: url(../images/shell/moreInfo_blue.gif) no-repeat;
	width: 80px;
	height: 18px;
	float: left;
}

.wctresults li a.viewAvail
{
	background: url(../images/shell/viewAvail_blue.gif) no-repeat;
	width: 115px;
	height: 18px;
	display: block;
}

.wctresults li .avail
{
	float: right;
}

table#dateForm {
	margin-top:20px;
	border-spacing:1.2em;
}

table.wctForm {
	width:100%;
}

th {font-weight: bold;  color:#f38217; padding-top:5px; padding-bottom:0px; background-color:#EBEBEB; margin-bottom:5px;}
th h3 {padding-left:5px;}

/* END XML CSS */
