/* CSS Document 
Updated by A2920
Do not change without permission
*/

html,body{
	background-color: #DDDDDD;
	padding: 0;
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
img { behavior: url(styles/iepngfix.htc) }
a:link, a:visited {color: #446F99;}
a:hover {color: #6699CC;}
form {margin: 0;}

#wrapper {
	background-color: #FFFFFF;
	width: 870px; /*#right-content!*/
	margin: 0 auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D4D4D4;
	border-left-color: #D4D4D4;
}
#header{
	height: 100px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #ffd014;
}
#top-bar{
	background-color: #990000;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #910000;
}

div.menu-bar{
float:left;
width: 400px;
}
div.menu-bar ul{
padding: 0;
margin: 0 12px 0;
list-style-type: none;}
div.menu-bar li{float:left;display:block; margin-right: 1px;
	background-image: url(../images/interface/top-bar-divider.gif);
	background-repeat: no-repeat;
	background-position: right;
}
div.menu-bar li a:link, div.menu-bar li a:visited{font-size:11px;color:#eeeeee;text-decoration:none;display:block;padding:6px 10px 6px 6px;}
div.menu-bar li a span{
	background-image: url(../images/interface/top-bar-divider.gif);
	background-repeat: no-repeat;
	background-position: left;
}
div.menu-bar li a:hover{
	color:#fff!important;
	text-decoration: underline;
}
div.menu-bar .end{ background:none;}
.search-box{
    height: 1px;
    float:right;
    margin: 3px 12px 0 0;
}
.search-box form{padding:0;margin:0;}
.search-box input {
	font-size: 10px;
}
.search-box .text {
width: 139px; height: 20px;
background: url(../images/interface/search-box.gif) no-repeat;
border: none;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 4px 3px 3px 3px;
margin: 0 0 0 6px;
float: left;
}
.search-box .submit {
width: 21px; height: 20px;
background: url(../images/interface/search_button.gif) no-repeat;
cursor: pointer;
border: none;
}

.logo {
    float: left;
    margin: 16px 6px 6px 14px;
}

.city-selector{
	background-color: #FFFFCC;
}

#rs-login {
    float:right;
	margin: 12px 12px;
}

#rs-login tr {
    font-size: 11px;
	padding: 4px;
}
#rs-login select {
    font-size: 11px;
	margin-top: 2px;
}
#rs-login input {
    font-size: 11px;
}
#rs-login .submit {
width: 21px; height: 18px;
background: url(../images/interface/go_btn.gif) no-repeat;
cursor: pointer;
border: none;
}
#rs-login td {padding: 3px;}
#rs-login .login{
	padding: 0;
	background-image: url(../images/interface/rs_logo_mini.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 252px;
}

div#nav {
    height: 26px;
	background-color: #606e71;
	font-size: .7em;
	margin: 0;
	padding: 0;
}
div#nav a:link, div#nav a:visited {color: #fff;}

#nav ul {
height: 1px;
}

#main {
    margin: 0;
	padding: 0;
	overflow: visible;
	font-size: 11px;
}
div#main { 
min-height:500px;
height:expression(this.scrollHeight > 500 ? "auto":"500px"); 
}

#left-nav{
	float: left;
	width: 200px;
	background-color: #ffd014;
	min-height:600px;
	margin: 0;
	padding-top: 15px;
	background-image: url(../images/interface/left-nav-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#left-nav h1{
    margin: 10px 15px 6px 15px;
	padding: 5px 0;
	font-size: 12px;
}

#left-nav ul{list-style-type:none;margin:0;padding:0;}
#left-nav li{margin:0;}

#left-nav a:link, #left-nav li a:visited {
	font-size: 12px;
	margin: 0px 15px 4px 15px;
	text-decoration:none;
	display:block;
	line-height:1em;
	padding: 5px 0 5px 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0b300;
	color: #333333;
	background-image: url(../images/interface/left-nav-link-bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#left-nav li a:hover {
    display:block;
	color: #6699CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B38E00;
	background-image: url(../images/interface/left-nav-link-bg-hover.gif);
	background-position: left;
}

#left-nav ul li ul li {
   margin-left: 16px;
}

#right-content{
    float: right;
    width: 670px;
}

#home-content{
    margin: 10px 0px;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
	color:#333333;
	text-decoration:none;
}
.breadcrumbs a:hover {
	color:#6699CC;
}

div.breadcrumbs {
    font-size: 11px;
	overflow:hidden;
	margin:0;
	padding:0;
	height:30px;
	line-height:30px;
	background:url(../images/interface/bg-breadcrumb-bg.png);
	color:#888888;
	border:1px solid #eee;
	margin-bottom:20px;
}
div.breadcrumbs a, div.breadcrumbs em, div.breadcrumbs span {
	float:left;
	overflow:hidden;
	height:30px;
	padding:0 8px;
	font-style:normal;
	color:#555555;
}
div.breadcrumbs span {
	background:url(../images/interface/bg-breadcrumb.png) no-repeat left center;
	overflow:hidden;
	padding:0 0 0 10px;
	width:0px;

	filter:alpha(opacity=40);
	opacity:0.4;
}

/*-------------Main Content---------------------*/
div#content {
	margin: 18px;
}


#footer {
	height: 40px;
	background-color: #606e71;
	font-size: 0.7em;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #ffd014;
	padding: 8px;
	text-align: center;
	color: #FFFFFF;
}

/*--------------- Form Tabs ------------------*/

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	/*border-bottom: 1px solid #BBB;
	border-left: 1px solid #BBB;*/
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #596265;
	border-left: none;
	border-top: none;
	border-right: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #606e71;
}
ul.tabs li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border-bottom: 2px solid #515a5c; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background-color: #7E8E92;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fcce04;
	border-bottom: 1px solid #fcce04; /*--Makes the active tab look like it's connected with its content--*/
}

html ul.tabs li.active a{
    color: #333333;
	border: 1px solid #fcce04;
}

.tab_container {
	/*border: 1px solid #BBB;*/
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fcce04;
}
.tab_content {
	padding: 10px;
	font-size: 1.2em;
}

/*--------------- Booking Form ---------------*/

#form {
	float: left;
	padding: 0 14px 0 12px;
	width: 360px;
	overflow: hidden;
}

.booking {
    float: left;
	margin-bottom: 10px;
	margin-right: 0px;
}

.book-form td{
	padding: 6px;
	font-size: 11px;	
}

/*date picker*/
a.dp-choose-date {
    /*float: left;*/
	position: absolute;
	width: 29px;
	height: 19px;
	padding: 0;
	margin: 0 3px 0;
	/*display: block;*/
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/icon/calendar_book.gif) no-repeat;
	z-index: 0;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
input.dp-applied {
	width: 140px;
	float: left;
}


.map {
	float: left;
	font-size: 10px;
	text-align: center;
	width: 340px;
	margin:6px auto;
}

.adult {
    float: left;
}

.adult select{
    margin-top: 3px;
}

.child {
    float: left;
	margin-left: 6px;
	margin-right: 6px;
}
.child select{
    margin-top: 3px;
}

.class {
    margin-top: 3px;
    float: left;
}

.submit input {
	padding: 3px 5px;
	border: none;
	font-size: 13px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
	text-decoration: none;
	margin-top: 2px;
	background-color: #DDDDDD;
	color: #246;
	border-color: #8BA5C5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.submit input:hover {
	border-color: #535353;
	
}

#book-error {
	background-color: #FEEDB4;
	margin: 10px 0 0 0;
	padding: 5px;
	border: 2px solid #FF0000;
	font-weight: bold;
	color: #000000;
}

#notice-form {
    display: block;
	position: relative;
	background-color: #EEEEEE;
	padding: 5px;
	border: 1px solid #DDDDDD;
	font-weight: bold;
	color: #000000;
	clear:both;
}

/*-----------------------*/

#navbar {
	width: auto;
}

ul#navbar {
	margin: 0;
	padding: 0;
	bottom: -1px;
	width: 45em; 
}

ul#navbar li  {
	display: inline;
	list-style: none;
}

ul#navbar a {
	display: block;
	float: left;
	padding: 8px 0px 8px 10px;
	margin: 1px 2px 0 0;
	text-align: center;
	text-decoration: none;
	color: #333;
	background-color: #FCC618;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/interface/left-tab.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#navbar a span {
padding-right: 12px;
padding-top: 9px;
}

ul#navbar .selected a {
	display: block;
	float: left;
	padding: 8px 0px 8px 10px;
	margin: 1px 2px 0 0;
	text-align: center;
	text-decoration: none;
	color: #eeeeee;
	background-color: #606e71;
	font-size: 12px;
	background-image: url(../images/interface/left-tab-selected.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: normal;
}

ul#navbar .selected a span {
padding-right: 12px;
padding-top: 9px;
}
ul#navbar .selected a:hover span { text-decoration: underline;}

/*ul#navbar a#checkinState {
    background-color: #FDE15E;
}*/



/*end navbar*/

#checkIn, #booking {
	clear:both;
	height: auto;
	width: 360px;
	margin-top: 0;
	margin-bottom: 18px;
	background-color: #fcce04;
	/*padding: 12px 10px 12px 10px;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FBD833;
	border-right-color: #ecc105;
	border-bottom-color: #ecc105;
	border-left-color: #FBD624;
}
#booking {
	background-image: url(../images/interface/form_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 6px;
}
#checkIn {
	background-image: url(../images/interface/form_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#checkIn form, #booking form{
    margin: 12px;
}

/*--------------- Adverts ---------------*/
#advert {
    float: left;
	width: auto;
	margin-bottom: 6px;
	overflow: hidden; 
	z-index:1;
}

#advert .banner{
margin: 6px 0 6px 0;
}

.clear {
    clear: both;
}

#new{
position: absolute;
clear:both;
margin-left: 60px;
margin-top: -7px;
z-index:1;
}

#notice {
	padding: 10px;
}

#notice a{
	font-size: 1.2em;
	font-style: normal;
	color: #CC3300;
	font-weight: bold;
}