	



html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

body{margin:10px;}h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}

/* HTML Tags */

html {
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

a {outline: none;}

label:hover {text-decoration: underline;}

input, select {font-size: 12px;}

/* Global Classes */

.bold {font-weight:bold;}

.italic {font-style: italic;}

.underline {text-decoration: underline;}

.floatLeft {float:left;}

.floatRight {float:right;}

.floatCenter {margin-left: auto; margin-right: auto;}

.clearRight {clear:right;}

.clearLeft {clear:left;}

.clearBoth {clear:both;}

.imageReplacement {text-indent: -9000px;}

.hidden { display: none;}

.pipe {padding: 0px 5px;}

.red {color: #FF0000}

.sponsored ul, .sponsored li {list-style: none; margin: 0px; padding: 0px;}

input.calendar {
	background: #FFF url(/public/static/images/base/calendar_date.png) no-repeat right center;
	padding: 1px 15px 1px 2px;
}

/* Layout */

#wrapper {
	width: 960px;
	border: 1px solid #999;
    clear: both;
}

#wrapper{overflow: hidden;}

#searchBar {
	min-height: 15px;
	color: #333;
	overflow: hidden;
	padding: 0px 10px;
}

	#searchBar form.searchBarForm {
		width: 100%;
		display: block;
		float: left;
		padding: 5px 0px;
	}
	
	#searchBar label#searchBarLabel {
		font-size: 14px;
		font-weight: bold;
		padding: 5px 10px 0px 0px;
		display: block;
		float: left;
	}
	
	#searchBar input#topSearchBar {
		width: 250px;
		height: 17px;
		display: block;
		float: left;
		padding: 2px;
		font-size: 13px;
		border-top: 1px solid #999;
		border-left: 1px solid #999;
		border-bottom: 1px solid #BBB;
		border-right: 1px solid #BBB;
	}
	
	#searchBar input#searchBarSubmitButton {
		background: transparent url(/public/static/images/base/search-submit-magnify-glass.png) no-repeat left top;
		width: 18px;
		height: 18px;
		display: block;
		float: left;
		margin: 2px 0px 0px 5px;
	}	
	
	#searchBar #slogan {
		display: block;
		padding: 5px 0px 0px 0px;
		float: right;
		font: bold italic 15px/15px arial, sans-serif;
	}

#breadcrumb {
	font-size: 10px;
	height: 10px;
	padding: 10px;
	clear: both;
}

#leftColumn {/*margin: 0px 0px 0px 10px;*/}

#rightColumn #rightColMain {
	width: 390px;
	padding: 10px;
}

#rightColumn #rightColSidebar {
	width: 390px;
	padding: 10px;
}

#rightColumn #rightColMain, #rightColumn #rightColSidebar {padding: 10px;}

.twoCol #leftColumn {
	padding: 10px;
	margin: 0px 0px 10px 10px;
	width: 600px;
	float: left;
	overflow: hidden;
}

.twoCol #rightColumn {
	margin: 0px 0px 10px 10px;
	padding: 10px;
	width: 300px;
	float: left;
	overflow: hidden;
}

.threeColSidebarFat #leftColumn {
	width: 190px;
	padding: 10px;
}

.threeColSidebarFat #rightColumn {
	width: 750px;
	padding-top: 10px;
}

.threeColSidebarFat #rightColumn #rightColMain {
	width: 410px;
	padding: 10px;
}

.threeColSidebarFat #rightColumn #rightColSidebar {
	width: 300px;
	padding: 10px;
}

/* Button Sprite Code */

.linkButton {
	display: block;
	width: 100px;
	height: 25px;
	background: transparent url(/public/static/images/base/buttonSprite.png) no-repeat;
	text-indent: -9000px;
}

.buttonSearch {background-position: 0px 0px;}

.buttonSearch:hover {background-position: 0px -25px;}

.buttonCheckRates {background-position: 0px -50px;}

.buttonCheckRates:hover {background-position: 0px -75px;}

.buttonGoToHotel {background-position: 0px -100px;}

.buttonGoToHotel:hover {background-position: 0px -125px;}

.buttonSort {
	background-position: 0px -150px;
	width: 50px !important;
	height: 20px !important;
}

.buttonSort:hover {background-position: -50px -150px;}

/* End Button Sprite Code */

/* Amenities */

	/* Small */

	.amenitySmall span {
		background: transparent url(/public/static/images/base/15pxVerticalSprite.png) no-repeat;
		padding-left: 18px;
		height: 15px;
	}
	
	.amenitySmall .pool {background-position: 0px -45px;}
	
	.amenitySmall .nonSmoking {background-position: 0px -165px;}
	
	.amenitySmall .dining {background-position: 0px -60px;}
	
	.amenitySmall .internetAccess {background-position: 0px -15px;}
	
	.amenitySmall .pets {background-position: 0px -75px;}
	
	.amenitySmall .roomService {	background-position: 0px -105px;}
	
	.amenitySmall .fitnessCenter {background-position: 0px -30px;}
	
	.amenitySmall .handicap {background-position: 0px -150px;}
	
	.amenitySmall .parking {background-position: 0px 0px;}
	
	.amenitySmall .shuttleService {background-position: 0px -120px;}
	
	.amenitySmall .meetingRoom {background-position: 0px -135px;}
	
	.amenitySmall .businessCenter {background-position: 0px -90px;}
	
	/* Large */
	
	ul.amenityLarge {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	
	ul.amenityLarge li {
		background: transparent url(/public/static/images/base/25pxVerticalSprite.png) no-repeat;
		float: left;
		height: 25px;
		width: 25px;
		margin: 1px;
		list-style: none;
		text-indent: -9000px;
	}
	
	.amenityLarge .pool {background-position: 0px -75px;}
	
	.amenityLarge .nonSmoking {background-position: 0px -275px;}
	
	.amenityLarge .dining {background-position: 0px -100px;}
	
	.amenityLarge .internetAccess {background-position: 0px -25px;}
	
	.amenityLarge .pets {background-position: 0px -125x;}
	
	.amenityLarge .roomService {background-position: 0px -175px;}
	
	.amenityLarge .fitnessCenter {background-position: 0px -50px;}
	
	.amenityLarge .handicap {background-position: 0px -250px;}
	
	.amenityLarge .parking {background-position: 0px 0px;}
	
	.amenityLarge .shuttleService {background-position: 0px -200px;}
	
	.amenityLarge .meetingRoom {background-position: 0px -225px;}
	
	.amenityLarge .businessCenter {background-position: 0px -150px;}
	
/* Star Rating */

.resultRating {
	width: 55px;
	height:11px;
	margin-top: 2px;
	margin-right: 10px;
	background: transparent url(/public/static/images/base/ratingsStarsSmallSprite.png) no-repeat;
	float: left;
	text-indent: -9000px;
	overflow: hidden;
}
	
.ratingSmall-5 {background-position:0px 0px;}

.ratingSmall-4 {background-position:0px -11px;}

.ratingSmall-3 {background-position:0px -22px;}

.ratingSmall-2 {background-position:0px -33px;}

.ratingSmall-1 {background-position:0px -44px;}

.resultRatingLarge {
	width: 150px;
	height:30px;
	background: transparent url(/public/static/images/base/ratingsStarsLargeSprite.png) no-repeat;
	float: left;
	text-indent: -9000px;
	overflow: hidden;
}

.ratingLarge-5 {background-position:0px 0px;}

.ratingLarge-4 {background-position:0px -30px;}

.ratingLarge-3 {background-position:0px -60px;}

.ratingLarge-2 {background-position:0px -90px;}

.ratingLarge-1 {background-position:0px -120px;}

/* End Star Rating */

/* Result Sorting and Pagination */

.resultsSort h5 {
	font-size: 15px;
	margin: 10px 0px;
	font-weight: normal;
	float: left;
}
		
.resultsSortPagination {
	float: right;
	min-height: 20px;
	margin-top: 10px;
}
		
.resultsSortPagination .pageResult {
	padding: 2px 4px;
	background: #DDD;
	border: 1px solid #CCC;
}
		
.resultsSortPagination .pageResult:hover {
	background: #CCC;
	border: 1px solid #BBB;
}

.resultsSortPagination .currentPage {}

/* End Result Pagination */

/* City Search Widget Code */

#cityWidget {}

	#cityWidget input[type="text"] {border: 1px solid #999;}

	#widgetHeader {overflow: hidden;}

	/* cw-TANCenterCheckboxV1 */

	.cw-TANCenterCheckboxV1 form {
		margin: 0px;
		clear: both;
		overflow: hidden;
	}

	.cw-TANCenterCheckboxV1 fieldset {
		float: left;
		margin-bottom: 12px;
	}

	.cw-TANCenterCheckboxV1 input[type="text"],
	.cw-TANCenterCheckboxV1 select {
		margin-right: 15px;
		font-size: 12px;
	}
	
	.homepage .cw-TANCenterCheckboxV1 input[type="text"],
	.homepage .cw-TANCenterCheckboxV1 select {	margin-right: 35px;}
	
	.cw-TANCenterCheckboxV1 fieldset#cityWidgetFieldsetDestination {width: 100%;}

	.cw-TANCenterCheckboxV1 #widgetSearch {margin-top: 12px;}
	
	.cw-TANCenterCheckboxV1 #cityWidgetFieldsetSearchButton {height: 43px;}

	.cw-TANCenterCheckboxV1 input[type="text"] {
		/*Subtract 15px for the Calendar Class Padding*/
		width: 75px;
	}
	
	.cw-TANCenterCheckboxV1 #cityWidgetFieldsetDestination input {
		width: 248px;
		padding: 2px 0px 0px 2px;
	}
	
	.cw-TANCenterCheckboxV1 #cityWidgetFieldsetProviders {width: 100%;}

	.cw-TANCenterCheckboxV1 .providerTitle {margin-bottom: 8px;}

	.cw-TANCenterCheckboxV1 .provider li {
		margin: 5px 0px 0px 0px;	
		padding: 0px 0px 0px 0px;
		width: 120px;
		float: left;
	}
	
	.homepage .cw-TANCenterCheckboxV1 .provider li {width: 140px;}

	.cw-TANCenterCheckboxV1 .provider label {
		clear: none;
		font-weight: normal;
		font-size: 12px;
		color: #000;
	}

	.cw-TANCenterCheckboxV1 input[type="checkbox"] {margin-right: 5px;}

	.cw-TANCenterCheckboxV1 select {width: 45px;}

	.cw-TANCenterCheckboxV1 a.changeDestination {
		margin-top: 3px;
		display: block;
		float: right;
		margin-left: 5px;
	}
	
	/* cw-BOOKINGWIZCenterCheckboxV1 */
	
	.cw-BOOKINGWIZCenterCheckboxV1 #tripDetails {
		font-size: 13px;
		margin-bottom: 10px
	}
	
	.cw-BOOKINGWIZCenterCheckboxV1 #tripDetails a {
		font-weight: bold;
		text-decoration: underline;
		color: #000;
	}

	.cw-BOOKINGWIZCenterCheckboxV1 form {
		margin: 0px;
		clear: both;
		overflow: hidden;
	}

	.cw-BOOKINGWIZCenterCheckboxV1 fieldset {
		float: left;
		margin-bottom: 12px;
	}

	.cw-BOOKINGWIZCenterCheckboxV1 input[type="text"],
	.cw-BOOKINGWIZCenterCheckboxV1 select {
		margin-right: 15px;
		font-size: 12px;
	}
	
	.homepage .cw-BOOKINGWIZCenterCheckboxV1 input[type="text"],
	.homepage .cw-BOOKINGWIZCenterCheckboxV1 select {margin-right: 35px;}
	
	.cw-BOOKINGWIZCenterCheckboxV1 fieldset#cityWidgetFieldsetDestination {width: 100%;}

	.cw-BOOKINGWIZCenterCheckboxV1 #widgetSearch {margin-top: 12px;}
	
	.cw-BOOKINGWIZCenterCheckboxV1 #cityWidgetFieldsetSearchButton {height: 43px;}

	.cw-BOOKINGWIZCenterCheckboxV1 input[type="text"] {
		/*Subtract 15px for the Calendar Class Padding*/
		width: 75px;
	}
	
	.cw-BOOKINGWIZCenterCheckboxV1 #cityWidgetFieldsetDestination input {
		width: 248px;
		padding: 2px 0px 0px 2px;
	}

	.cw-BOOKINGWIZCenterCheckboxV1 input[type="checkbox"] {margin-right: 5px;}

	.cw-BOOKINGWIZCenterCheckboxV1 select {width: 45px;}

	.cw-BOOKINGWIZCenterCheckboxV1 a.changeDestination {
		margin-top: 3px;
		display: block;
		float: left;
		margin-left: 20px;
	}
	
	.cw-BOOKINGWIZCenterCheckboxV1 #providerPanel {}
	
	.cw-BOOKINGWIZCenterCheckboxV1 .providerPanelColA {
		float: left;
		width: 300px;
		margin-right: 10px;
	}
	
	
	.cw-BOOKINGWIZCenterCheckboxV1 .providerPanelColB {
		float: left;
		width: 75px;
	}
	
	.cw-BOOKINGWIZCenterCheckboxV1 ul#providerList {
		list-style: none;
	}
	
	.cw-BOOKINGWIZCenterCheckboxV1 ul#providerList li.provider {
		list-style: none;
		border: 1px solid #CCC;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		margin: 0px 0px 10px 0px;
		padding: 5px;
		display: block;
		overflow: hidden;
	}
	
	.cw-BOOKINGWIZCenterCheckboxV1 ul#providerList img {
		display: block;
		float: left;
		background: #999;
		margin-right: 10px;
	}
	
	.cw-BOOKINGWIZCenterCheckboxV1 .providerButton {
		background: transparent url(/public/static/images/base/buttonSprite.png) no-repeat 0px -170px;
		width: 190px;
		height: 25px;
		overflow: hidden;
		text-align: center;
		margin-top: 3px;
	}
	
	.cw-BOOKINGWIZCenterCheckboxV1 .providerButton:hover {
		background: transparent url(/public/static/images/base/buttonSprite.png) no-repeat 0px -220px;
	}
	
	.cw-BOOKINGWIZCenterCheckboxV1 .providerButton a {
		color: #FFF;
		width: 190px;
		height: 25px;
		overflow: hidden;
		padding-top: 4px;
		background: transparent url(/public/static/images/base/buttonSprite.png) no-repeat right -195px;
		display: block;
		font-size: 13px;
		font-weight: bold;
	}
	
	.cw-BOOKINGWIZCenterCheckboxV1 .providerButton a:hover {
		background: transparent url(/public/static/images/base/buttonSprite.png) no-repeat right -245px;
		text-decoration: none !important;
	}
	
	.cw-BOOKINGWIZCenterCheckboxV1 .providerPanelColA>div>a {
		font-size: 14px;
		font-weight: bold;
		text-decoration: underline;
	}
	
/* City Search Widget Code Customization */

/* Global Ad Styles */

.imageAd, .genericNoImage {padding: 0px 10px;}

.sponsoredDisclaimer {
	font-size: 11px;
	color: #999;
	float: right;
	padding-bottom: 10px;
}

.imageAd .adHeader {display: inline;}

.imageAd .adCopy, .imageAd .adLink {
 margin-left: 62px;
}

.yahooSEM #rightColMain .sponsored {
	margin-bottom: 10px;
}

/* End Global Ad Styles */

/* Standard Form Template */

.standardFormTemplate {
	font-size: 11px;
	color: #000;
	background: #EBEBEB;
	padding: 10px;
}

.standardFormTemplate h2, .standardFormTemplate h3,
.standardFormTemplate h4, .standardFormTemplate h5 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.standardFormTemplate a {text-decoration: none;}

.standardFormTemplate a:hover {text-decoration: underline;}

.standardFormTemplate ul, .standardFormTemplate li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.standardFormTemplate h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	float: left;
}

.standardFormTemplate h5 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	float: left;
}

.standardFormTemplate label,
.standardFormTemplate input,
.standardFormTemplate select {
	float: left;
	clear: left;
	font-size: 12px;
}

.standardFormTemplate input[type="text"], .standardFormTemplate select {
	border: 1px solid #999;
}

.standardFormTemplate label, .standardFormTemplate .providerTitle {
	font-weight: bold;
	margin-bottom: 3px;
	color: #666;
	font-size: 12px;
}


#cal1container { display:none; position:absolute; left:223px; top:475px;  z-index:15000}
#cal2container { display:none; position:absolute; left:315px; top:475px;  z-index:15000}
	
.overlay { border: solid 2px #ccc; background: #f1fadf; padding: 10px; opacity: 1; z-index: 9999; } 
.overlay .content b { font-size: 131%; font-weight: 800; line-height: 80px; } 
#overlay-largeNotice.overlay { position: fixed; top: 35%; left: 10%; right: 10%; width: 500px; height: 100px; text-align: center; margin: auto; font-size: 131%; z-index: 1001; }

#itemDescription.yui-panel .hd { overflow:hidden; padding:0px; border:none; background:#FFFFFF; color: #000000;  margin:0 0px 0 0; }
#itemDescription.yui-panel .bd { overflow:hidden; padding:10px; border:none; background:#FFFFFF; margin:0 0px 0 0; }
#itemDescription.yui-panel .ft { overflow:hidden; padding:10px; border:none; background:#FFFFFF; margin:0 0px 0 0; }


#itemAmenities.yui-panel .hd { overflow:hidden; padding:0px; border:none; background:#FFFFFF; color: #000000;  margin:0 0px 0 0; }
#itemAmenities.yui-panel .bd { overflow:hidden; padding:10px; border:none; background:#FFFFFF; margin:0 0px 0 0; }
#itemAmenities.yui-panel .ft { overflow:hidden; padding:10px; border:none; background:#FFFFFF; margin:0 0px 0 0; }

#seContainer {position:relative; top: 37px; text-align:left; width:23em; }    
#seContainer .yui-ac-bd {font-size:10px; color:#666; background-color:#E1E7F3; text-align:left;}
#seContainer li {overflow:hidden; text-overflow:ellipsis; cursor:pointer; }
#seContainer em {font-style:normal; font-weight:bold; color:#000033;}
.yui-ac-ft {padding:3px; font-size:10px; text-align:right;}

/* Overide YUI Styles */

.yui-panel {
	background: none !important;
 	border: none !important;
}
 
.underlay {
 	background-color: none !important;
}


/* Layout */

#leftColumn {
	/*width: 170px;
	border: 1px solid transparent;*/
	/*padding: 10px;*/
	margin-bottom: 20px;
	float: left;
	font-size: 11px;
}
	
	#leftColumn #cityWidget {}/*If the City Widget is in the left column*/
	
	#leftColumn .module {
		padding: 10px;
		margin-bottom: 10px;
	}
	
	#leftColumn .module ul, #leftColumn .module li {
		list-style: none;
		margin: 0px;
	}
	
	#leftColumn .module li {
		margin-bottom: 5px;
		overflow: hidden;
	}
	
	#leftColumn .module .twoCol a {
		display: block;
		float: left;
	}
	
	#leftColumn .module .twoCol span {
		display: block;
		float: right;
	}
	
	#leftColumn a.resetLink {
		font-size: 11px;
		margin: 5px 0px;
		display: block;
	}
	
	#leftColumn fieldset {	margin-bottom: 5px !important;}
	
	#leftColumn .module h4 {
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #A6B6CF;
	}
	
	#leftColumn .module-SearchResultFilter h4 {
		border-bottom: none;
		padding-bottom: 0px;
	}
	
	#leftColumn h5 {
		width: 140px;
		padding: 5px 0px 5px 20px;
		border-top: 1px solid #A6B6CF;
		font-size: 12px;
		font-weight: bold;
	}
	
	#leftColumn h5 a {color: #222;}
	
	#leftColumn h5 a:hover, #leftColumn .module a:hover {text-decoration: underline;}
		
	fieldset.down h5 {background: transparent url(/public/static/images/base/arrow-down.gif) no-repeat left center;	}
	
	fieldset.up h5 {background: transparent url(/public/static/images/base/arrow-up.gif) no-repeat left center;	}
	
	#leftColumn legend {
		font-size: 12px;
		font-weight: bold;
	}
	
	#leftColumn .sidebarItem {
		float: left;
		display: block;
		width: 140px;
		height: auto;
		padding-left: 15px;
	}
	
	#leftColumn .sidebarItem label {width: 130px;}
	
	#leftColumn .sidebarItem span {
		display: block;
		float: left;
	}
	
	#leftColumn .sidebarItem label:hover {	text-decoration: underline;}
	
	#leftColumn .sidebarItem input {
		width: 15px;
		float: left;
		margin: 1px 4px 3px -15px;
	}
	
	#leftColumn a.overflowLink {
		display: block;
		padding: 5px 0px 0px;
		float: left;
		clear: both;
		width: 170px;
	}
	
#rightColumn {
	float: left;
	width: 735px;
}
	h1#searchResultTitle {
		font-weight: bold;
		font-size: 20px;
		color: #000;
		margin: 0px 0px 10px 10px;
		padding: 0px;
	}
	
	#rightColMain {
	/*If a three column layout, this and #rightColSidebar split this view*/
		width: 435px;
		margin-bottom: 20px;
		float: left;
	}
	
		#rightColMain a:hover {text-decoration: underline;}

		#rightColMain #cityWidget {
			padding: 10px;
			overflow: auto;
		}
		
		/* Search Sort Box and Order Filter */
	
		#rightColMain .resultsSort {
			overflow: hidden;
			padding: 5px 0px 10px 0px;
		}
		
		.resultsSortOptions {
			clear: both;
		}
		
		input#resultSortTopSortButton, input#resultSortBottomSortButton, label.sortResultsByText,
		select#resultSortTopSortList, select#resultSortBottomSortList {
			float: left;
			margin-right: 10px;
		}
		
		input#resultSortTopSortButton, input#resultSortBottomSortButton {
			width: 50px;
		}
		
		/* End Search Sort Box and Order Filter*/
		
		/* Search Results */
		
		#rightColMain #searchResults {}
		
		#rightColMain ul.searchResultsLists, #rightColMain li.individualResult,
		#rightColMain li.sponsoredResult {
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
		
		#rightColMain li.individualResult, #rightColMain li.sponsoredResult {
			clear: left;
			overflow: hidden;
			margin-bottom: 10px;
			position: relative;
		}
		
		#rightColMain li.individualResult {
			border: 1px solid #CCC;
			padding: 10px;
		}
		
		#rightColMain .resultMeta {
			margin-bottom: 3px;
			min-height: 50px;
			width: 280px;
		}
		
		#rightColMain h3.resultTitle {
			margin: 0px;
			font-size: 18px;
			float: left;
			display: block;
		}
		
		#rightColMain .resultButtonPrice {
			width: 100px;
			padding: 0px 0px 10px 10px;
			float: left;
			text-align: center;
			position: absolute;
			right: 10px;
		}
		
		#rightColMain .resultButtonPrice .price {
			font-size: 20px;
			font-weight: bold;
		}
		
		#rightColMain .resultAddress {padding-top: 1px;}
		
		#rightColMain img.resultThumbnail {
			width: 100px;
			height: 100px;
			display: block;
			float: left;
			margin-right: 10px;
		}
		
		#rightColMain .overallRating {margin-bottom: 5px;}
		
		#rightColMain li.individualResult ul.amenityLarge {margin-left: 110px;}
		
		/*Ad Panel in Search Results Styles*/
		
		#rightColMain .sponsored {
			padding: 10px;
		}
		
		#rightColMain li.sponsoredResult .sponsored {
			padding: 10px;
			border: none;
			background: #EEE;
		}
		
		#rightColMain li.sponsoredResult .imageAd, 
		#rightColMain li.sponsoredResult .genericNoImage {
			margin-bottom: 0px;
		}
		
		/*End Ad Panel*/
		
		/* End Search Results */
	
		#rightColSidebar {
			width: 300px;
			margin-bottom: 20px;
			float: left;
		}
		
			
			
		.imageAd {}
			
		.imageAd li {
			clear: both;
			margin-bottom: 5px;
			display: block;
			overflow: hidden;
		}
		
		.imageAd .adImage {
			float: left;
			width: 57px;
			height: 57px;
			margin-right: 5px;
		}
	
		/* RightCol Ad Area */
		
		#rightColSidebar .adCopy, #rightColSidebar .adLink {
			font-size: 14px;
		}
	
/* Modal and AJAX Popup Code Customization */

.popupContent .resultRating {margin-left: 10px;}

.hotelCheckRates .popupContent, .popupBlocker .popupContent{
	width: 320px;
	min-height: 150px;
	border: 2px solid #F90;
	padding: 0px;
}

.popupCloseLink {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	/*width: 320px;*/
	height: 20px;
	background: #F90;
	text-indent: -9000px;
}

.popupCloseLink a {
	color: #FFF;
	background: transparent url(/public/static/images/base/closeSprite.png) no-repeat 0px 0px;
	width: 15px;
	height: 15px;
	display: block;
	float: right;
	margin: 1px 10px 0px 0px;
}

.popupCloseLink a:hover {
	background: transparent url(/public/static/images/base/closeSprite.png) no-repeat -15px 0px;
}

.popupContent h4, .popupContent form, .popupContent h5, .popupContent p,
.popupContent ul {
	padding: 0px 10px;
}

.popupContent h4 {color:#003399;}

fieldset#hotelPopupFieldsetCheckIn input, fieldset#hotelPopupFieldsetCheckOut input {
	width: 80px;
}

fieldset#hotelPopupFieldsetCheckIn, fieldset#hotelPopupFieldsetCheckOut {
	margin-right: 20px;
	display: block;
}

fieldset#hotelPopupFieldsetCheckIn, fieldset#hotelPopupFieldsetCheckOut, fieldset#hotelPopupFieldsetAdults {
	float: left;
}

.hotelCheckRates fieldset#hotelPopupProviders {clear: left;}

.hotelCheckRates fieldset#hotelPopupProviders {font-size: 12px;}

.hotelCheckRates fieldset#hotelPopupProviders li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.popupBlocker {font-size: 13px;}

.popupBlocker .popupContent {
	overflow: hidden;
	font-size: 13px;
}

.popupBlocker li {
	margin-bottom: 10px;
	display: block;
	height: 25px;
	clear: left;
}

.popupBlocker .popupLink, .popupBlocker .popupLinkOpened {
	float: left;
	width: 50%;
}

.popupBlocker .popupLink {color: #0000FF;}

.popupBlocker .popupLinkOpened {color: #000;}

.popupBlocker .popupLinkOpened .button {
	background: transparent url(/public/static/images/base/popupOpened100x25.png) no-repeat left top;
	text-indent: -9000px;
	width: 100px;
	height: 25px;
	display: block;
}

/*Code imported from SEM page for A/B testing purposes*/

.hotelCheckRates02 .individualResultWidget {
	clear: both;
	float: left;
	display: block;
	/*width: 100%;*/
	background: #EFEFEF;
	/*margin: 10px 0px 10px 0px;*/
	padding: 0px;
	border: 1px solid #FF9900;
}

.hotelCheckRates02 .individualResultWidget ul, .hotelCheckRates02 .individualResultWidget li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.hotelCheckRates02 .individualResultWidget form {
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 10px;
}

.hotelCheckRates02 .individualResultWidget fieldset {
	float:left;
	/*width: 115px;*/
	display: block;
	/*outline: 1px solid black;*/
	margin-right: 10px;
	overflow: hidden;
}

.hotelCheckRates02 .individualResultWidget legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

.hotelCheckRates02 .individualResultWidget input.checkIn, 
.hotelCheckRates02 .individualResultWidget input.checkOut {
	width: 90px;
	overflow: hidden;
	margin-bottom: 10px;
}

.hotelCheckRates02 .individualResultWidget input.checkIn, 
.hotelCheckRates02 .individualResultWidget input.checkOut, 
.hotelCheckRates02 .individualResultWidget select {
	border: 1px solid #999;
}

.hotelCheckRates02 .individualResultWidget fieldset.dates label {
	float: left;
	font-size: 11px;
	color: #555;
}

.hotelCheckRates02 .individualResultWidget select.adults {
	float: left;
	clear:both;
}

.hotelCheckRates02 .individualResultWidget fieldset.providers li {
	margin-bottom: 5px;
	overflow: hidden;
	display: block;
}

.hotelCheckRates02 .individualResultWidget fieldset.providers li input {
	margin: 5px 5px 0px 0px;
}

.hotelCheckRates02 .individualResultWidget fieldset.providers li label {
	float: left;
	clear: none;
}

.hotelCheckRates02 .individualResultWidget fieldset.providers li img {
	display: block;
	background: #CCC;
	width: 68px;
	height: 24px;
}

.hotelCheckRates02 fieldset.priceSubmit {
	/*padding-top: 20px;*/
	margin-right: 0px;
	clear: both;
	width: 100%;
}

.hotelCheckRates02 .individualResultWidget .resultButtonPrice {
	position: static !important;
	margin: 0px auto;
	width: 100px;
}


/* Layout */

/* Top Row */
#topRow {
	padding: 0px 10px;
	overflow: hidden;
}

#topRow #hotelMeta {
	width: 605px; /*This should match "leftColumn"*/
	float: left;
	margin-right: 10px;
	padding: 10px;
}

#hotelMeta #hotelRow-1 {
	width: 605px;
	border-bottom: 2px solid #CCC;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: block;
}

	#hotelMeta #hotelRow-1 h1 {
		margin: 0px 0px 5px 0px;
		padding: 0px;
		float: left;
		font-size: 25px;
		font-weight: bold;
		width: 500px;
	}
	
	#hotelMeta #hotelRow-1 #resultAddress {
		clear: left;
		float: left;
		width: 500px;
	}

	#hotelMeta #hotelRow-1 .linkButton {
		float: right;
		position: relative;
		top: 10px;
	}

#hotelMeta #hotelRow-2-1 {
	/*clear:both;*/
	overflow: hidden;
	width: 360px;
	float: left;
	padding-right: 20px;
	border-right: solid 1px #CCC;
}

	#hotelMeta #hotelRow-2-1 img.hotelThumbnail {
		margin-right: 10px;
		float: left;
		display: block;
	}
	
	#hotelMeta #hotelRow-2-1 p {
		display: block;
		/*width: 100%;*/
		overflow: hidden;
		clear: right;
	}

	#hotelMeta #hotelRow-2-1 .resultRatingTitle {
		font-weight: bold;
		float: left;
		display: block;
	}
	
	#hotelMeta #hotelRow-2-1 .resultRating {
		margin-left: 5px;
	}

	#hotelMeta #hotelRow-2-1 ul.amenityLarge {
		clear: left;
		padding-top: 10px;
		overflow: hidden;
	}

#hotelMeta #hotelRow-2-2{
	overflow: hidden;
	float: left;
	width: 200px;
	padding-left: 20px;
}

	#hotelMeta #hotelRow-2-2 h3 {
		font-size: 18px;
		font-weight: normal;
		border-bottom: 1px solid #CCC;
		margin: 0px;
		padding: 5px 0px;
	}
	
	#hotelMeta #hotelRow-2-2 .hotelResultNumber {
		font-size: 15px;
		font-weight: normal;
		border-bottom: 1px solid #CCC;
		margin: 0px;
		padding: 5px 0px;
	}

	#hotelMeta #hotelRow-2-2 ul {
		list-style: none;
		margin: 5px 0px 0px 0px;
		padding: 0px;
		font-size: 12px;
	}
	
	#hotelMeta #hotelRow-2-2 li {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	
	#hotelMeta #hotelRow-2-2 li .dateColor {
		color: #AAA;
	}

#topRow #hotelMap {
	width: 300px;
	float: left;
}

/* End Top Row */

/* leftColumn */

#leftColumn {
	padding: 10px;
	width: 605px; /*This should match "hotelMeta"*/
	float: left;
}

	#leftColumn .module-Reviews  h2 {
		font-weight: bold;
		font-size: 22px;
		color: #333;
		margin: 0px 0px 10px 0px;
		width: 400px;
		float: left;
		display: inline;
	}

	#leftColumn .module-Reviews .smallAverageRating {
		float: right;
		margin-top: 10px;
		display: inline;
	}
	
	#leftColumn .module-Reviews ul {
		list-style: none;
		margin: 5px 0px 0px 0px;
		padding: 20px 0px 0px;
		clear: both;
		border-top: 2px solid #CCC;
		overflow: hidden;
		display: block;
		width: 605px; /*This should match "hotelMeta"*/
	}
	
	#leftColumn .module-Reviews li {
		list-style: none;
		margin: 0px;
		padding: 10px 0px;
		border-bottom: 1px solid #CCC;
		overflow: hidden;
	}
	
	#leftColumn .module-Reviews li .reviewLeftCol {
		width: 150px;
		float: left;
		display: inline;
		padding: 0px 0px 0px;
		margin-right: 20px;
	}
	
	#leftColumn .module-Reviews li .reviewLeftCol .reviewDate {
		color: #AAA;
		font-style: italic;
		padding-top: 3px;
		display: block;
	}
	
	#leftColumn .module-Reviews li .reviewRightCol {
		width: 420px;
		float: left;
		overflow: hidden;
		display: inline;
	}
	
	#leftColumn .module-Reviews li .reviewRightCol h4 {
		font-size: 15px;
		margin-bottom: 5px;
	}

/* End leftColumn */

/* rightColumn */

#rightColumn {
	width: 300px;
	float: left;
}

/* End rightColumn */



/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
.yui-overlay,
.yui-panel-container {
    visibility:hidden;
    position:absolute;
    z-index: 2;
}

.yui-tt {
    visibility:hidden;
    position:absolute;
    color:#333;
    background-color:#FDFFB4;
    font-family:arial,helvetica,verdana,sans-serif;
    padding:2px;
    border:1px solid #FCC90D;
    font:100% sans-serif;
    width:auto;
}

/*
    PLEASE NOTE: The <DIV> element used for a Tooltip's shadow is appended 
    to its root element via JavaScript once it has been rendered.  The 
    code that creates the shadow lives in the Tooltip's public "onRender" 
    event handler that is a prototype method of YAHOO.widget.Tooltip.  
    Implementers wishing to remove a Tooltip's shadow or add any other markup
    required for a given skin for Tooltip should override the "onRender" method.
*/

.yui-tt-shadow {
    display: none;
}

* html body.masked select {
    visibility:hidden;
}

* html div.yui-panel-container select {
    visibility:inherit;
}

* html div.drag select {
    visibility:hidden;
}

* html div.hide-select select {
    visibility:hidden;
}

.mask {
    z-index: 1; 
    display:none;
    position:absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
    background-color:#CCC;
}

/*

There are two known issues with YAHOO.widget.Overlay (and its subclasses) that 
manifest in Gecko-based browsers on Mac OS X:

    1) Elements with scrollbars will poke through Overlay instances floating 
       above them.
    
    2) An Overlay's scrollbars and the scrollbars of its child nodes remain  
       visible when the Overlay is hidden.

To fix these bugs:

    1) The "overflow" property of an Overlay instance's root element and child 
       nodes is toggled between "hidden" and "auto" (through the application  
       and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
       as its "visibility" configuration property is toggled between 
       "false" and "true."
    
    2) The "display" property of <SELECT> elements that are child nodes of the 
       Overlay instance's root element is set to "none" when it is hidden.

PLEASE NOTE:  
  
    1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are 
       applied only for Gecko on Mac OS X and are added/removed to/from the 
       Overlay's root HTML element (DIV) via the "hideMacGeckoScrollbars" and 
       "showMacGeckoScrollbars" methods of YAHOO.widget.Overlay.
    
    2) There may be instances where the CSS for a web page or application 
       contains style rules whose specificity override the rules implemented by 
       the Container CSS files to fix this bug.  In such cases, is necessary to 
       leverage the provided "hide-scrollbars" and "show-scrollbars" classes to 
       write custom style rules to guard against this bug.

** For more information on this issue, see:

   + https://bugzilla.mozilla.org/show_bug.cgi?id=187435
   + SourceForge bug #1723530

*/

.hide-scrollbars,
.hide-scrollbars * {

    overflow: hidden;

}

.hide-scrollbars select {

    display: none;

}

.show-scrollbars {

    overflow: auto;

}

.yui-panel-container.show-scrollbars {

    overflow: visible;

}

.yui-panel-container.show-scrollbars .underlay {

    overflow: auto;

}

.yui-panel-container.focused {

}


/* Panel underlay styles */

.yui-panel-container .underlay {

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}

.yui-panel-container.matte {

    padding: 3px;
    background-color: #fff;

}

.yui-panel-container.shadow .underlay {

    top: 3px;
    bottom: -3px;
    right: -3px;
    left: 3px;
    background-color: #000;
    opacity: .12;
    filter: alpha(opacity=12);  /* For IE */

}

/* 
   Workaround for Safari 2.x - the yui-force-redraw class is applied, and then removed when
   the Panel's content changes, to force Safari 2.x to redraw the underlay.
   We attempt to choose a CSS property which has no visual impact when added,
   removed, but still causes Safari to redraw
*/
.yui-panel-container.shadow .underlay.yui-force-redraw {
    padding-bottom: 1px;
}

.yui-effect-fade .underlay {
    display:none;
}

.yui-panel {
    visibility:hidden;
    border-collapse:separate;
    position:relative;
    left:0;
    top:0;
    font:1em Arial;
    background-color:#FFF;
    border:1px solid #000;
    z-index:1;
    overflow:hidden;
}

.yui-panel .hd {
    background-color:#3d77cb;
    color:#FFF;
    font-size:100%;
    line-height:100%;
    border:1px solid #FFF;
    border-bottom:1px solid #000;
    font-weight:bold;
    padding:4px;
    white-space:nowrap;
}

.yui-panel .bd {
    overflow:hidden;
    padding:4px;
}

.yui-panel .bd p {
    margin:0 0 1em;
}

.yui-panel .container-close {
    position:absolute;
    top:5px;
    right:4px;
    z-index:6;
    height:12px;
    width:12px;
    margin:0px;
    padding:0px;
    background:url(/public/static/images/close12_1.gif) no-repeat;
    cursor:pointer;
    visibility:inherit;
    text-indent:-10000em;
    overflow:hidden;
    text-decoration:none;
}

.yui-panel .ft {
    padding:4px;
    overflow:hidden;
}

.yui-simple-dialog .bd .yui-icon {
    background-repeat:no-repeat;
    width:16px;
    height:16px;
    margin-right:10px;
    float:left;
}

.yui-simple-dialog .bd span.blckicon {
    background: url("/public/static/images/blck16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.alrticon {
    background: url("/public/static/images/alrt16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.hlpicon {
    background: url("/public/static/images/hlp16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.infoicon {
    background: url("/public/static/images/info16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.warnicon {
    background: url("/public/static/images/warn16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.tipicon {
    background: url("/public/static/images/tip16_1.gif") no-repeat;
}

.yui-dialog .ft, 
.yui-simple-dialog .ft {
    padding-bottom:5px;
    padding-right:5px;
    text-align:right;
}

.yui-dialog form, 
.yui-simple-dialog form {
    margin:0;
}

.button-group button {
    font:100 76% verdana;
    text-decoration:none;
    background-color: #E4E4E4;
    color: #333;
    cursor: hand;
    vertical-align: middle;
    border: 2px solid #797979;
    border-top-color:#FFF;
    border-left-color:#FFF;
    margin:2px;
    padding:2px;
}

.button-group button.default {
    font-weight:bold;
}

.button-group button:hover, 
.button-group button.hover {
    border:2px solid #90A029;
    background-color:#EBF09E;
    border-top-color:#FFF;
    border-left-color:#FFF;
}

.button-group button:active {
    border:2px solid #E4E4E4;
    background-color:#BBB;
    border-top-color:#333;
    border-left-color:#333;
}

.yui-override-padding {
    padding:0 !important;
}


/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
.yui-calcontainer{position:relative;float:left;_overflow:hidden;}.yui-calcontainer iframe{position:absolute;border:none;margin:0;padding:0;z-index:0;width:100%;height:100%;left:0;top:0;}.yui-calcontainer iframe.fixedsize{width:50em;height:50em;top:-1px;left:-1px;}.yui-calcontainer.multi .groupcal{z-index:1;float:left;position:relative;}.yui-calcontainer .title{position:relative;z-index:1;}.yui-calcontainer .close-icon{position:absolute;z-index:1;text-indent:-10000em;overflow:hidden;}.yui-calendar{position:relative;}.yui-calendar .calnavleft{position:absolute;z-index:1;text-indent:-10000em;overflow:hidden;}.yui-calendar .calnavright{position:absolute;z-index:1;text-indent:-10000em;overflow:hidden;}.yui-calendar .calheader{position:relative;width:100%;text-align:center;}.yui-calcontainer .yui-cal-nav-mask{position:absolute;z-index:2;margin:0;padding:0;width:100%;height:100%;_width:0;_height:0;left:0;top:0;display:none;}.yui-calcontainer .yui-cal-nav{position:absolute;z-index:3;top:0;display:none;}.yui-calcontainer .yui-cal-nav .yui-cal-nav-btn{display:-moz-inline-box;display:inline-block;}.yui-calcontainer .yui-cal-nav .yui-cal-nav-btn button{display:block;*display:inline-block;*overflow:visible;border:none;background-color:transparent;cursor:pointer;}.yui-calendar .calbody a:hover{background:inherit;}p#clear{clear:left;padding-top:10px;}.yui-skin-sam .yui-calcontainer{background-color:#f2f2f2;border:1px solid #808080;padding:10px;}.yui-skin-sam .yui-calcontainer.multi{padding:0 5px 0 5px;}.yui-skin-sam .yui-calcontainer.multi .groupcal{background-color:transparent;border:none;padding:10px 5px 10px 5px;margin:0;}.yui-skin-sam .yui-calcontainer .title{background:url(http://yui.yahooapis.com/2.8.0r4/build/assets/skins/sam/sprite.png) repeat-x 0 0;border-bottom:1px solid #ccc;font:100% sans-serif;color:#000;font-weight:bold;height:auto;padding:.4em;margin:0 -10px 10px -10px;top:0;left:0;text-align:left;}.yui-skin-sam .yui-calcontainer.multi .title{margin:0 -5px 0 -5px;}.yui-skin-sam .yui-calcontainer.withtitle{padding-top:0;}.yui-skin-sam .yui-calcontainer .calclose{background:url(http://yui.yahooapis.com/2.8.0r4/build/assets/skins/sam/sprite.png) no-repeat 0 -300px;width:25px;height:15px;top:.4em;right:.4em;cursor:pointer;}.yui-skin-sam .yui-calendar{border-spacing:0;border-collapse:collapse;font:100% sans-serif;text-align:center;margin:0;}.yui-skin-sam .yui-calendar .calhead{background:transparent;border:none;vertical-align:middle;padding:0;}.yui-skin-sam .yui-calendar .calheader{background:transparent;font-weight:bold;padding:0 0 .6em 0;text-align:center;}.yui-skin-sam .yui-calendar .calheader img{border:none;}.yui-skin-sam .yui-calendar .calnavleft{background:url(http://yui.yahooapis.com/2.8.0r4/build/assets/skins/sam/sprite.png) no-repeat 0 -450px;width:25px;height:15px;top:0;bottom:0;left:-10px;margin-left:.4em;cursor:pointer;}.yui-skin-sam .yui-calendar .calnavright{background:url(http://yui.yahooapis.com/2.8.0r4/build/assets/skins/sam/sprite.png) no-repeat 0 -500px;width:25px;height:15px;top:0;bottom:0;right:-10px;margin-right:.4em;cursor:pointer;}.yui-skin-sam .yui-calendar .calweekdayrow{height:2em;}.yui-skin-sam .yui-calendar .calweekdayrow th{padding:0;border:none;}.yui-skin-sam .yui-calendar .calweekdaycell{color:#000;font-weight:bold;text-align:center;width:2em;}.yui-skin-sam .yui-calendar .calfoot{background-color:#f2f2f2;}.yui-skin-sam .yui-calendar .calrowhead,.yui-skin-sam .yui-calendar .calrowfoot{color:#a6a6a6;font-size:85%;font-style:normal;font-weight:normal;border:none;}.yui-skin-sam .yui-calendar .calrowhead{text-align:right;padding:0 2px 0 0;}.yui-skin-sam .yui-calendar .calrowfoot{text-align:left;padding:0 0 0 2px;}.yui-skin-sam .yui-calendar td.calcell{border:1px solid #ccc;background:#fff;padding:1px;height:1.6em;line-height:1.6em;text-align:center;white-space:nowrap;}.yui-skin-sam .yui-calendar td.calcell a{color:#06c;display:block;height:100%;text-decoration:none;}.yui-skin-sam .yui-calendar td.calcell.today{background-color:#000;}.yui-skin-sam .yui-calendar td.calcell.today a{background-color:#fff;}.yui-skin-sam .yui-calendar td.calcell.oom{background-color:#ccc;color:#a6a6a6;cursor:default;}.yui-skin-sam .yui-calendar td.calcell.selected{background-color:#fff;color:#000;}.yui-skin-sam .yui-calendar td.calcell.selected a{background-color:#b3d4ff;color:#000;}.yui-skin-sam .yui-calendar td.calcell.calcellhover{background-color:#426fd9;color:#fff;cursor:pointer;}.yui-skin-sam .yui-calendar td.calcell.calcellhover a{background-color:#426fd9;color:#fff;}.yui-skin-sam .yui-calendar td.calcell.previous{color:#e0e0e0;}.yui-skin-sam .yui-calendar td.calcell.restricted{text-decoration:line-through;}.yui-skin-sam .yui-calendar td.calcell.highlight1{background-color:#cf9;}.yui-skin-sam .yui-calendar td.calcell.highlight2{background-color:#9cf;}.yui-skin-sam .yui-calendar td.calcell.highlight3{background-color:#fcc;}.yui-skin-sam .yui-calendar td.calcell.highlight4{background-color:#cf9;}.yui-skin-sam .yui-calendar a.calnav{border:1px solid #f2f2f2;padding:0 4px;text-decoration:none;color:#000;zoom:1;}.yui-skin-sam .yui-calendar a.calnav:hover{background:url(http://yui.yahooapis.com/2.8.0r4/build/assets/skins/sam/sprite.png) repeat-x 0 0;border-color:#A0A0A0;cursor:pointer;}.yui-skin-sam .yui-calcontainer .yui-cal-nav-mask{background-color:#000;opacity:.25;filter:alpha(opacity=25);}.yui-skin-sam .yui-calcontainer .yui-cal-nav{font-family:arial,helvetica,clean,sans-serif;font-size:93%;border:1px solid #808080;left:50%;margin-left:-7em;width:14em;padding:0;top:2.5em;background-color:#f2f2f2;}.yui-skin-sam .yui-calcontainer.withtitle .yui-cal-nav{top:4.5em;}.yui-skin-sam .yui-calcontainer.multi .yui-cal-nav{width:16em;margin-left:-8em;}.yui-skin-sam .yui-calcontainer .yui-cal-nav-y,.yui-skin-sam .yui-calcontainer .yui-cal-nav-m,.yui-skin-sam .yui-calcontainer .yui-cal-nav-b{padding:5px 10px 5px 10px;}.yui-skin-sam .yui-calcontainer .yui-cal-nav-b{text-align:center;}.yui-skin-sam .yui-calcontainer .yui-cal-nav-e{margin-top:5px;padding:5px;background-color:#EDF5FF;border-top:1px solid black;display:none;}.yui-skin-sam .yui-calcontainer .yui-cal-nav label{display:block;font-weight:bold;}
.yui-skin-sam .yui-calcontainer .yui-cal-nav-mc{width:100%;_width:auto;}.yui-skin-sam .yui-calcontainer .yui-cal-nav-y input.yui-invalid{background-color:#FFEE69;border:1px solid #000;}.yui-skin-sam .yui-calcontainer .yui-cal-nav-yc{width:4em;}.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn{border:1px solid #808080;background:url(http://yui.yahooapis.com/2.8.0r4/build/assets/skins/sam/sprite.png) repeat-x 0 0;background-color:#ccc;margin:auto .15em;}.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn button{padding:0 8px;font-size:93%;line-height:2;*line-height:1.7;min-height:2em;*min-height:auto;color:#000;}.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default{border:1px solid #304369;background-color:#426fd9;background:url(http://yui.yahooapis.com/2.8.0r4/build/assets/skins/sam/sprite.png) repeat-x 0 -1400px;}.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default button{color:#fff;}


/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
.yui-skin-sam .yui-ac{position:relative;font-family:arial;font-size:100%;}.yui-skin-sam .yui-ac-input{position:absolute;width:100%;}.yui-skin-sam .yui-ac-container{position:absolute;top:1.6em;width:100%;}.yui-skin-sam .yui-ac-content{position:absolute;width:100%;border:1px solid #808080;background:#fff;overflow:hidden;z-index:9050;}.yui-skin-sam .yui-ac-shadow{position:absolute;margin:.3em;width:100%;background:#000;-moz-opacity:.10;opacity:.10;filter:alpha(opacity=10);z-index:9049;}.yui-skin-sam .yui-ac iframe{opacity:0;filter:alpha(opacity=0);padding-right:.3em;padding-bottom:.3em;}.yui-skin-sam .yui-ac-content ul{margin:0;padding:0;width:100%;}.yui-skin-sam .yui-ac-content li{margin:0;padding:2px 5px;cursor:default;white-space:nowrap;list-style:none;zoom:1;}.yui-skin-sam .yui-ac-content li.yui-ac-prehighlight{background:#B3D4FF;}.yui-skin-sam .yui-ac-content li.yui-ac-highlight{background:#426FD9;color:#FFF;}
