@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
}
a img {
	border:none;
}
h1 {
	font-size:12px;
	text-align:center;
	color:#999;
	padding:0px;
	margin:0px;
}
h2 {
	font-size:14px;
	color:#a40000;
	margin-top:0;
}
h3 {
	font-weight:bold;
	font-size:12px;
}
.bold {
	font-weight:bold;
	font-size:11px;
	color:#000;
}
.line {text-decoration:underline}
#wraper {
	width:100%;
}
#container {
	width:750px;
	margin:auto;
	padding-top:10px;
}
#container a:link, #container a:visited, #container a:active {
	color:#003333;
	text-decoration:none;
}
#container a:hover {
	color:#a40000;
	text-decoration:none;
}
#header {
	width:750px;
	padding:0;
	margin-bottom:5px;
}
#header p {
	padding:0;
	margin:0;
}
#header img {
	float:left;
	padding:0;
	margin:0;
}
#menu {
	width:750px;
	height:246px;
}
#menu .link {
	float:left;
	width:223px;
	height:246px;
	padding-right:5px;
	_padding:2px;
}
#menu .slide {
	float:left;
}
#content {
	width:730px;
	text-align:justify;
	background-color:#d6dbd1;
	padding:10px;
	margin-top:5px;
	margin-bottom:10px;
}
#content img {float:left; margin:0px 5px 5px 0px}
#content #content_left {
	width:275px;
	float:left;
}
#content #content_left ul {
	margin:0;
	padding:0;
}
#content #content_left ul li {
	list-style-position:inside;
}
#roomType {
	width:730px;
}
#roomType ul {
	padding:0;
	margin:0;
}
#roomType li {
	margin-left:15px;
}
#content_left{
	width:370px;
	float:left;
	padding-right:10px;
}
#content_right{
	width:445px;
	float:left;
}
#content_left_index{
	width:275px;
	float:left;
	padding-right:10px;
}
#content_right_index{
	width:435px;
	float:right;
	padding-right:10px;
}
/*#content table {background-color:#666;}
#content table tr {background-color:#d6dbd1;}*/
/*Room category 1*/
#DLX_ground_terrace {
	width:360px;
	height:170px;
	border:#5076b4 1px solid;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
#roomType #DLX_ground_terrace p {
	padding:5px;
	margin:0
}
#roomType #DLX_ground_terrace .bgRoom {
	width:350px;
	background-color:#5076b4;
	padding:5px;
}
#roomType #DLX_ground_terrace .bgRoom span {
	font-weight:bold;
	font-size:11px;
}
#roomType #DLX_ground_terrace p img {
	float:left;
	padding-right:10px;
}

/*Room category 2*/
#DLX_sidesea_view {
	width:360px;
	height:170px;
	border:#5076b4 1px solid;
	float:left;
	margin-bottom:5px;
}
#roomType #DLX_sidesea_view p {
	padding:5px;
	margin:0
}
#roomType #DLX_sidesea_view .bgRoom {
	width:350px;
	background-color:#5076b4;
	padding:5px;
}
#roomType #DLX_sidesea_view .bgRoom span {
	font-weight:bold;
	font-size:11px;
}
#roomType #DLX_sidesea_view p img {
	float:left;
	padding-right:10px;
}
/*Room category 3*/
#grandDeluxe {
	width:360px;
	height:170px;
	border:#5076b4 1px solid;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
#roomType #grandDeluxe p {
	padding:5px;
	margin:0
}
#roomType #grandDeluxe .bgRoom {
	width:350px;
	background-color:#5076b4;
	padding:5px;
}
#roomType #grandDeluxe .bgRoom span {
	font-weight:bold;
	font-size:11px;
}
#roomType #grandDeluxe p img {
	float:left;
	padding-right:10px;
}
/*Room category 4*/
#juniorSuite {
	width:360px;
	height:170px;
	border:#5076b4 1px solid;
	float:left;
	margin-bottom:5px;
}
#roomType #juniorSuite p {
	padding:5px;
	margin:0
}
#roomType #juniorSuite .bgRoom {
	width:350px;
	background-color:#5076b4;
	padding:5px;
}
#roomType #juniorSuite .bgRoom span {
	font-weight:bold;
	font-size:11px;
}
#roomType #juniorSuite p img {
	float:left;
	padding-right:10px;
}
/*Room category 5*/
#DLX_family {
	width:727px;
	height:170px;
	border:#5076b4 1px solid;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
#roomType #DLX_family p {
	padding:5px;
	margin:0
}
#roomType #DLX_family .bgRoom {
	width:717px;
	background-color:#5076b4;
	padding:5px;
}
#roomType #DLX_family .bgRoom span {
	font-weight:bold;
	font-size:11px;
}
#roomType #DLX_family p img {
	float:left;
	padding-right:10px;
}
#footer {
	width:750px;
	text-align:center;
	padding-bottom:5px;
	color:#666;
}

#quick-rsv {
            position: inherit;
            text-align: left;
            font-family: Arial;
            font-size: 11px;
            color: #000;
        }
        
        #quick-rsv input[type="text"] {
            height:12px;
            border: solid 1px black;
            font-size: 11px;
            padding: 1px;
        }
    
        #quick-rsv input[type="button"], #quick-rsv input[type="submit"] {
            height: 20px;
            text-align: center;
            text-decoration: none;
            color: #0462BA;
            font-size:xx-small;
        }
        
        #quick-rsv a {
            text-decoration: none;
            color: #0462BA;
        }
        
        #quick-rsv select {
            height:20px;
            font-size: 11px;
        }
        
		.ui-datepicker { 
			font: 80% "Trebuchet MS", sans-serif !important; 
		}