html, body { width:100%; height:100%; margin:0; padding:0; background: #ffffff; font-family: Arial,verdana,helvetica,sans-serif; color: #000000; font-size: 10px; } 
div.updating * {
	font-size:18px;
	color:#FFFFFF;
}
div.updating {
	border:solid 1px #000000;
	z-index:1000;
	margin-left:-125px;
	padding:10px;
	overflow:hidden;
	width:250px;
	position:absolute;
	background-color:#4681DF;
	text-align:center;
	filter:alpha(opacity=90);
	opacity:.90;
	top:250px; 
	left:50%;
}
html > body div.updating {position:fixed;}
* html div.updating {
	top: expression((250 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
}
table.disabled {
	filter:alpha(opacity=50); opacity:.50
}
.SearchTable{
	font-size:11px;
}
.SearchTable td{
	font-size:11px;
	padding-left:10px;
	padding-right:10px;
}
.SearchTitle {font-size:12px; font-weight:bold; color:#FD8104;}
.SearchedOperator {font-size:12px;margin-bottom:6px;background:url(../../i/tick-green.gif) no-repeat left center;padding:0 0 0 24px;height:16px;}
.SearchingOperator {font-size:12px;color:#888888;margin-bottom:6px;background:url(../../i/snake_sml.gif) no-repeat left center;padding:0 0 0 24px;height:16px;}

.detailsPage, .detailsPage * {font-size:12px;}

.detailsPage #rowDetails img {
	max-width:50%;
	margin: 0 0 1em 1em;
}

.FilterTable a {
	color:#4681DF;
	text-decoration:underline;
}
.FilterTop {
	padding:0px 6px 4px 6px;
	margin:0;
	width:100%;
	border-bottom:#BBD1F7 1px dashed;
}
.FilterRow {
	padding-right:6px;
	padding-left:6px;
	padding-top:4px;
	padding-bottom:4px;
	margin:0;
	width:100%;
	border-bottom:#BBD1F7 1px dashed;
}
.FilterPlain {
	padding-right:6px;
	padding-left:6px;
	padding-top:4px;
	margin:0;
	width:100%;
}
.FilterTitle {
	margin-top:4px;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	vertical-align:bottom;
	line-height:1.5em;
}
.FilterCounts {
	font-size:11px;
	padding-left:5px;
	padding-top:4px;
	padding-bottom:4px;
}
a.FilterTitle,
a.FilterTitle:link,
a.FilterTitle:active,
a.FilterTitle:hover {
	color:#000000;
	text-decoration:none;
	vertical-align:bottom;
	line-height:1.5em;
	cursor:pointer;
}
.FilterSubTitle {
	font-size:13px;
	font-weight:bold;
	color:#00AB66;
	text-decoration:none;
	vertical-align:bottom;
	line-height:1.5em;
}
a.FilterSubTitle,
a.FilterSubTitle:link,
a.FilterSubTitle:active,
a.FilterSubTitle:hover {
	font-size:13px;
	font-weight:bold;
	color:#00AB66;
	text-decoration:none;
	cursor:pointer;
	vertical-align:bottom;
	line-height:1.5em;
}

table.filterGroup{padding:0;border-spacing:0;}

.CountContainer {padding-top:4px;}

.ResultCell {border-bottom:#BBD1F7 1px solid;}
.ResultTable {width:100%; margin:2px 0;}
.ResultTable, .ResultTable td, .ResultTable td a{
	font-size:11px;
}
.ResultTable td a{
	font-size:11px;
	cursor:pointer;
}
.ResultColumnHeader{
	background:#DBF0F7 url("../../i/gradient/blue-white.gif") repeat-x top left; 	
	border-bottom:solid 1px #BBD1F7;
	clear:both;
}
.ResultColumnHeader2{
	background:#DBF0F7 url("../../i/gradient/blue-white.gif") repeat-x top left; 	
	border-top:solid 1px #BBD1F7;
	border-bottom:solid 1px #BBD1F7;
}
.ResultPrice{
	font-size:13px;
	font-weight:bold;
}
.ResultName{
	font-size:12px;
	font-weight:bold;
	margin-bottom:4px;
}
.ResultConverted {padding-left:6px;}

.brd_1px_vert{
	background:url(../../i/bg-BBD1F7.gif) repeat-y;
}

a.ChangeDay:link, a.ChangeDay:visited {
	font-size:11px;
	color:#7F7C7C;
	text-decoration:none;
}

a.ChangeDay:hover {text-decoration:underline;}


.ChangePage {
	display:inline-block;
	padding:0 0 0 5px;
	margin:0 1px;
	font-weight:normal;
	font-size:11px;
	color:#7F7C7C;
	cursor:pointer;
}
.ChangePageSelected {
	display:inline-block;
	padding:0 0 0 5px;
	margin:0 1px;
	font-weight:bold;
	font-size:11px;
	color:black;
	cursor:pointer;
}

.DateHighlight{
	font-weight:bold; 
	font-size:11px;
	color:#FD8104;
}

.DateChangeBack{
	background-color:#FFFFB1;
	border-top:solid 1px #FFFF2E;
	border-bottom:solid 1px #FFFF2E;
}

.DateChangeTable, .DateChangeTable td{
	font-size:11px;
}

.DateChangeText{
	font-weight:bold; 
	font-size:12px;
	color:#7F7C7C;
}

.ChangePageSelected{
	font-weight:bold; 
	font-size:11px;
	color:black;
}

a.SortColumn, a.SortColumn:link, a.SortColumn:visited{
	font-weight:bold; 
	font-size:11px;
	color:black;
	text-decoration:underline;
	cursor:pointer;
}

.SortColumn{
	font-weight:bold; 
	font-size:11px;
	color:black;
	padding-top:4px;
	padding-bottom:4px;
}

.SectionTitle {
	background:#EDF3F7 url("../../i/gradient/blue-white.gif") repeat-x top left; 	
	border-top:solid 1px #BBD1F7;
	border-bottom:solid 1px #BBD1F7;
	font-size:12px;
	font-weight:bold;
	padding:4px 2px 4px 4px;
	text-align:left;
}
.SectionText {
	font-size:11px;
	padding:4px 2px 4px 6px;
	text-align:left;
}
.SectionAds {
	padding:4px 2px 4px 6px;
	text-align:center;
}
.CurrencySelect {
	font-size:10px;
	width:100px;
}

.TodayOffer {
	color:#565757;
	font-size:11px;
	text-align:left;
	padding:4px 2px 4px 6px;
	border-bottom:dotted 1px #E1E1E2;
}
.TodayOffer a{font-size:11px;}
.OfferDate {
	color:#00AB66;
	padding-top:4px;
}
.OfferPrice {
	color:#4781DE;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	padding:4px 0 4px 0;
	border-bottom:dotted 1px #E1E1E2;
}

.SearchBoxInput {width:153px;}
.SearchForm, .SearchForm td {font-size:11px; font-weight:bold;}
.SearchForm input, .SearchForm select {font-size:11px;}

.ButSearch {
	padding-right:0px; padding-left:0px; font-weight:bold; font-size:11px; background:#ffefdf; padding-bottom:0px; padding-top:0px;
	width:120px;
}
.font12 {font-size:12px;}
.font10 {font-size:10px;}
.fontTitle {font-size:12px; font-weight:bold;}
.txtDarkGray {color:#565757;}
.txtGray {color:#8F8F8F;}
.txtOrange {color:#FF9934;}
.txtConverted {font-size:12px;color:#000000;font-weight:500;}
.txtConverted b {color:#026DCD;}

.GreenLink, a.GreenLink, a.GreenLink:link, a.GreenLink:active, a.GreenLink:hover
{
	font-size:11px;
	color:#00AB66;
	text-decoration:underline;
	cursor:pointer;
}

.NoULine {text-decoration:none;}
a.NoULine, a.NoULine:link, a.NoULine:active, a.NoULine:hover{
	text-decoration:none;
	cursor:pointer;
}

.ULine {text-decoration:underline;}
a.ULine, a.ULine:link, a.ULine:active, a.ULine:hover{
	text-decoration:underline;
	cursor:pointer;
}

.hideOverflow{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

/* Try alternative text color #4681DF */
.RoomsTable {width:100%; border-bottom:solid 1px #EDEEF2;}
.RoomsTable td {border-top:solid 1px #EDEEF2; color:#000000;}
.RoomsTable a {color:#000000;}

/* In Progress Box */
.progressBox {width:100%;height:auto;text-align:left;clear:both;background:#FFF3B5;margin-bottom:4px;}
.progressBox div.progressInner {padding:0;margin:0;clear:both;border:1px solid #FFE566;border-width:0 1px;}
.progressBox b.tl {display:block;width:100%;height:6px;background:url(../../i/bubble/progress_tl.gif) bottom left no-repeat;font-size:0;}
.progressBox b.tr {display:block;width:6px;height:6px;float:right;background:url(../../i/bubble/progress_tr.gif) bottom right no-repeat;font-size:0;}
.progressBox b.bl {display:block;width:100%;height:6px;background:url(../../i/bubble/progress_bl.gif) top left no-repeat;font-size:0;}
.progressBox b.br {display:block;width:6px;height:6px;float:right;background:url(../../i/bubble/progress_br.gif) top right no-repeat;font-size:0;}

.roundwGrad {width:100%;height:auto;text-align:left;clear:both;background:#F9FCFE url("../../i/gradient/left-box.gif") repeat-x top left;margin-bottom:4px;}
.roundwGrad div.roundInner {padding:0;margin:0;clear:both;border:1px solid #BAD0F7;border-width:0 1px;}
.roundwGrad span.tl {display:block;width:100%;height:6px;background:url(../../i/bubble/tl3.gif) bottom left no-repeat;font-size:0;}
.roundwGrad span.tr {display:block;width:6px;height:6px;float:right;background:url(../../i/bubble/tr3.gif) bottom right no-repeat;font-size:0;}
.roundwGrad span.bl {display:block;width:100%;height:6px;background:url(../../i/bubble/bl3.gif) top left no-repeat;font-size:0;}
.roundwGrad span.br {display:block;width:6px;height:6px;float:right;background:url(../../i/bubble/br3.gif) top right no-repeat;font-size:0;}

.RoundTabs {
	float:left;
	width:100%;
	background:url(../../i/brd2-1x50px-BBD1F7.gif) bottom;
	font-weight:bold;
	font-size:12px;
	line-height:normal;
}
.RoundTabs ul {
	margin:0;
	padding:4px 6px 0 6px;
	list-style:none;
}
.RoundTabs li {
	display:inline;
	margin:0;
	padding:0;
}
li.unselectedTab a {
	float:left;
	background:url("../../i/tableft5.gif") no-repeat left top;
	padding:0 0 0 8px;
	margin:0;
	text-decoration:none;
	cursor:pointer;
}
li.unselectedTab a span {
	float:left;
	display:block;
	background:url("../../i/tabright5.gif") no-repeat right top;
	padding:5px 15px 4px 8px;
	margin:0;
	color:#4681DF;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.RoundTabs a span {float:none;}
/* End IE5-Mac hack */
li.selectedTab a {
	float:left;
	background:url("../../i/tableft5.gif") no-repeat left top;
	background-position:0% -42px;
	padding:0 0 0 8px;
	margin:0;
	text-decoration:none;
	cursor:pointer;
}
li.selectedTab a span {
	float:left;
	display:block;
	background:url("../../i/tabright5.gif") no-repeat right top;
	background-position:100% -42px;
	padding:5px 15px 5px 8px;
	margin:0;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}
.tabPrice {display:inline; font-weight:normal; font-size:11px;}

.langnav {padding:0 6px 0 4px; float:right;}
.langnav * {
	color:#444444;
	font-size:10px;
	font-weight:bold;
}

.suggestBox * {font-size:11px;}

.ErrorMessage {
	font-size:12px;
	font-weight:bold;
	padding:10px 5px;
	text-align:center;
}

.hotelThumb {float:left; width:100%; height:65px; overflow:hidden;}
.hotelThumb img {width:85px; height:auto;}
.hotelNoThumb {width:100%; height:45px; background:url("../../i/no-photo.gif") no-repeat center center;}
.hotelText {float:left; width:74%;}

.star {display:inline-block;width:15px;height:16px;background:url("../../i/star.gif") no-repeat center center;}

h1 {font-size:12px; font-weight:normal;}

.map {border:solid 1px #BBD1F7; margin:2px 0 2px 0;}

.sortHeader {font-weight:bold;font-size:11px;color:black;padding:4px 2px;}
.sortHeader a, .sortHeader a:link, .sortHeader a:visited {font-weight:bold;font-size:11px;color:black;text-decoration:underline;cursor:pointer;padding:0;}
.sortHeader a.sortAsc, .sortHeader a.sortAsc:link, .sortHeader a.sortAsc:visited  {background:url(../../i/sort_down.gif) 3px center no-repeat;height:14px;display:inline-block;padding:0 0 0 14px;vertical-align:middle;}
.sortHeader a.sortDesc, .sortHeader a.sortDesc:link, .sortHeader a.sortDesc:visited  {background:url(../../i/sort_up.gif) 3px center no-repeat;height:14px;display:inline-block;padding:0 0 0 14px;vertical-align:middle;}

.detailsLink{
	display:inline-block;padding:0 4px 0 18px;height:16px;line-height:16px;font-size:11px;text-decoration:underline;
	background:url("../../i/info2.gif") no-repeat left center;
}
