*
{
	margin: 0em;
	padding: 0em;
}

html, body
{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10pt;
	height: 100%;
	background:#f3f3f3 url(../images/bg_body.gif) repeat-y center;
}

h1,h2,h3,h4,h5,h6
{
	color: #ff000c;
	font-size: 13pt;
	display: inline;
}

a
{
	color: #FF000C;
	text-decoration: underline;
}

p {
	display: inline;
	padding: 5px 0;
}

img {
	border: 0;
}

img#bubbleimg {
	height: 64px;
	width: 64px;
	padding: 1px;
	margin-right: 3px;
	border: 1px solid gray;
}

#bodywrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	min-width:1024px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

/* Added by SB.  Fix to apply min and max width for IE6 */
#bodywrapper {
	width: expression(document.body.clientWidth < 1026? "1024px" : document.body.clientWidth > 1282? "1280px" : "auto");
}


div#main-shadow-l {position: absolute; top: 0px; left: -35px; height: 1px; width: auto; background: url(http://www.roomatlas.com/images/main-shadow-l.png) repeat-y 0 0; }
div#main-shadow-r {position: absolute; top: 0px; right: 0; height: 1px; width: auto; background: url(http://www.roomatlas.com/images/main-shadow-r.png) repeat-y 0 0; }

#header
{
	height:40px;
	border-bottom: 1px solid white;
	margin: 0;
	padding: 0;
	background:#3466ad;
}

#header img {
	float:left;
	border:0;
	margin-top:6px;
	margin-left:8px;
	display:inline;
}

#jumptocontainer {
	float:right;
	margin-top:6px;
	margin-right:8px;
	display:inline;
}

#jumptobutton {
	height: 26px;
}

#jumptotextbox {
	padding: 2px;
	border: 2px solid #FF000C;
	font-size: 14px;
	color: grey;
}

#statusbar {
	height: 30px;
	background: white;
	padding: 0 10px 0 10px;
}

#statusbar_text {
	float:left;
	margin-top:5px;
}

#statusbar_text img {
	vertical-align: middle;
	margin-bottom: 2px;
}

#wikipedia_text {
	float:right;
	margin-top:5px;
	display: none;
	font-weight: bold;
}

#map_canvas
{
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

div#statusbar_shadow_t {position: absolute; top: 40px; left: 0; right: 0; height: 5px; width: auto; background: url(http://www.roomatlas.com/images/map_shadow_t.png) repeat-x 0 0;}
div#map_shadow_t {position: absolute; top: 71px; left: 0; right: 0; height: 5px; width: auto; background: url(http://www.roomatlas.com/images/map_shadow_t.png) repeat-x 0 0; z-index: 2;}
div#map_shadow_b {position: absolute; bottom: 19px; left: 0; right: 0; height: 5px; width: auto; background: url(http://www.roomatlas.com/images/map_shadow_b.png) repeat-x 0 0}
div#map_shadow_r {position: absolute; top: 71px; bottom: 20px; right: 0px; width: 5px; background: url(http://www.roomatlas.com/images/map_shadow_r.png) repeat-y 0 0}
div#map_shadow_l {position: absolute; top: 71px; bottom: 20px; left: 0px; width: 5px; background: url(http://www.roomatlas.com/images/map_shadow_l.png) repeat-y 0 0}

#sidebar
{
	position: absolute;
	top: 72px;
	left: 5px;
	width: 160px;
	z-index: 1;
	background: white;
	color: black;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding-bottom: 5px;
	display: none;
}

.eventbar
{
	position: absolute;
	top: 72px;
	left: 5px;
	width: 280px;
	z-index: 1;
	background: white;
	color: black;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding-bottom: 5px;
}

#morehotels
{
	position: absolute;
	top: 102px;
	right: 8px;
	background: white;
	color: black;
	border: 2px solid #ff000f;
	padding: 5px;
	font-weight: bold;
}

div.sidebarinput, #shortlist, #sidebarmessage {
	padding: 4px 6px 4px 6px;
	float: left;
}

#shortlist {
	overflow: auto;
	display: none;
}

#sidebarmessage {
	border: 1px solid #ff000c;
	margin-left: 6px;
	margin-right: 6px;
	display: none;
}

#sidebar select {
	font-size: 10pt;
}

#sidebar .checkbox {
	margin-left: 1px;
}

#sortmethod, #updatemapbutton {
	width: 138px;
}

#updatemapbutton {
	height: 26px;
}

#footer
{
	position: absolute;
	bottom: 0;
	width:100%;
	height:20px;
	color: white;
	line-height: 20px;
	background:#3466ad;
}

#footerleft {
	text-align: left;
	display:inline;
	float:left;
}

#footerright {
	display:inline;
	float:right;
}

#footer a {
	color: white;
	text-decoration: underline;
}

#statusmessage {
	position:absolute;
	z-index: 64000;
	top: 45%;
	left: 50%;
	margin-left: -110px;
	margin-top: -31px;
	width: 220px;
	height:62px;
	background: white;
	border: 2px solid #FF000C;
	padding-left: 10px;
	font-size: 14pt;
	display:none;
	
	opacity: .8;               /* Standard style for transparency */
    -moz-opacity: .8;          /* Transparency for older Mozillas */
    filter: alpha(opacity=80);
}

#tripadvisoriframe, #geocoderesults { 
	position: absolute;
	top: 102px;
	width: 470px;
	display: none;
	border-collapse: collapse;
	z-index: 64000;
}

#tripadvisoriframe {
	height: 245px;
}

#intro { 
	position: absolute;
	top: 102px;
	width: 400px;
	border-collapse: collapse;
	z-index: 64000;
}

#intro, #geocoderesults {
	background: white;
	border: 2px solid #589442;
	padding: 13px;
	line-height: 1.5em;
}

#geocoderesults h1 {
	display: block;
	color: #09532D;
	font-size: 16pt;
	margin-bottom: 6px;
}

#statusmessage td {
	height: 58px;
	vertical-align: middle;
}

div.bubble {
	min-height: 165px;
}

div.geocodebubble  {
	width: 260px;
}

div.geocodebubble p+p {
	display: block;
	margin-bottom: 0.3em;
}

img.ratingimg {
	padding: 4px 0 6px 0;
}

img.star {
	display: inline;
	cursor: pointer;
	float: left;
}

div.LabeledMarker_markerLabel
{
	font-family: "Trebuchet MS", sans-serif;
	color: white;
	font-size:9pt;
}

/* Calendar */
.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 64000;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head, .ds_headbuttons {
	height: 22px;
	background-color: #555;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	cursor: pointer;
}

.ds_headbuttons:hover {
	background-color: #FF000C;
	color: white;
}

.ds_foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding: 2px;
	text-align: center;
	cursor: pointer;
	text-decoration: underline;
}

.ds_subhead {
	background-color: #999;
	color: #FFF;
	font-size: 10pt;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 24px;
	padding: 2px;
}

.ds_cell, .ds_cell_grey  {
	background-color: #EEE;
	color: #000;
	font-size: 10pt;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	cursor: pointer;
}

.ds_cell_grey {
	background-color: #CCC;
}

.ds_cell:hover {
	background-color: #FF000C;
	color: white;
} /* This hover code won't work for IE */

.ds_cell_ghosted {
	background-color: #EEE;
	color: #FFF;
	font-size: 10pt;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	cursor: pointer;
}







/*****************************
 ADDED BY SB FOR HOTEL PAGE
 *****************************/
 
 
/* misc text styling */
span#hotel_location {
	text-transform:uppercase;
	color:#666;
	display:block;
	margin-bottom:7px
}

h1#book_now {
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	background:#036;
	background:#FFA826;
	border-bottom:none;
	padding:5px 15px;
	color:#fff;
	font-size:24px;
	margin:0;
	display:block
}

/* ul, ol, li, dl, dt, dd */
p#hotel_bookingdata {
	margin: 0;
	padding: 0;
	display: block;
}

div#hotel_bookingblock {
	padding: 6px;
	margin-bottom: 10px;
	border: 2px solid #FFA826;
}

ul.amenity_list {
	list-style:none;
	margin:0;
	padding:0 0 10px 20px
}
ul.amenity_list li {
	list-style-image:url(../images/icon_li.gif);
}

/* menu styling */
ul#map_menu {
	margin: 14px 0 10px;
	padding:4px 10px;
	list-style:none;
	height:1%; /* fix for IE */
	background:url(../images/pixel.gif) repeat-x bottom
}
ul#map_menu li {
	display:inline;
}
ul#map_menu li a {
	border:1px solid #ccc;
	border-bottom:0;
	padding: 3px 10px;
	text-decoration: none;
	color:black;
	background:#eee;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}
ul#map_menu li a:hover {
	color:#FF000C;
}

ul#map_menu li a.sel {
	color:#FF000C;
}

ul#map_menu li {
	background:#fff;
	padding-bottom:4px;
	font-weight: bold;
	color:#333
}

/* Main container divs */
div#hotel_header {
	height:40px;
	background:#3466ad;
}
div#hotel_header img {
	float:left;
	border:0;
	margin-top:6px;
	margin-left:8px;
	display:inline;
}

div#hotel_mainwrap {
	padding:0 0 0 20px;
	margin-right:420px;
}
div#hotel_mainwrap h1 {
	color:#333;
	font-size:24px;
	padding:0;
	display:block
}
div#hotel_mainwrap h2, div#event_mainwrap h2 {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #cdcdcd;
	color:#333;
	font-size:18px;
	padding:3px 10px;
	margin:15px 0 10px;
	display:block;
	background:#eee;
}

div#event_mainwrap {
	padding:0 0 0 20px;
	margin-left: 10px;
	margin-right:410px;
}

div#event_mainwrap form {
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	background-color: #f8f8f8;
}

div#event_mainwrap input {
	padding: 2px;
}

div#hotel_mainwrap p, div#event_mainwrap p {
	display:block;
	margin:5px 0
}

div#hotel_rightwrap {
	float:right;
	width:360px;
	margin:0 20px 0 0;
	overflow:hidden;
}
div#hotel_rightwrap h2 {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #cdcdcd;
	color:#333;
	font-size:16px;
	padding:3px 10px;
	margin:15px 0 5px;
	display:block;
	background:#eee;
}

/* Status bar */
div#hotel_statusbar {}
div#hotel_statusbar_shadow_t {
	height:5px;
	background: url(http://www.roomatlas.com/images/map_shadow_t.png) repeat-x top;
}
div#hotel_statusbar_text {
	border-bottom:1px solid #ccc;
	padding:1px 10px 5px;
	margin-bottom:20px
}


/* divs in main column */
div#hotel_title {
	margin-left:80px;
	line-height:17px
}
div#hotel_title h1 {
	margin:0 0 7px
}
	
div#hotel_description {
	padding-top:10px;
	clear: left;
}

div#hotel_description ul {
	padding-left: 25px;
}

div#hotel_map_canvas, div#hotel_street_view {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height:300px;
	width: 99%;
	border:1px solid #cdcdcd
}

div#hotel_street_view_container {
	display: none;
}

/* divs in right column */
div#hotel_bookingdetails {
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-left-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	border:2px solid #FFA826;
	border-top:none;
	background:#3466ad;	
	background:#FFE5BF;
	color:#000;
	padding:10px 15px
}

div#child1age,#child2age,#child3age,#child4age {
	display: none;
}

div#hotel_roomdetails {
	border-top: 1px solid #ccc;
	margin-top: 5px;
	padding-top: 8px;
	display: none;
}

/* misc divs */
div.clearboth, div.clearleft {
	clear:both;
	overflow:hidden;
	height:0;
	font-size:0;
}
div.clearleft {
	clear:left;
}

/* table styling */
table#hotel_pricing {
	width:310px;
	margin:5px 0;
}
table#hotel_pricing tr td {
	text-align:left;
	border-bottom:1px dotted #ccc;
	padding:3px 0
}
tr#hotel_pricing_total td {
	font-weight:bold;
}


/* image styling */
img#hotel_mainthumb {
	float:left;
	border:1px solid #999
}

img.hotel_gallery_t {
	border:1px solid #999;
	margin-right:10px;
	margin-bottom: 8px;
}