html{
	width:100%;
}

body
{
	background-color:#ffffff;
	font-family: Tahoma;
	width:100%
}

input, select
{
	font-family: Tahoma;
	font-size: 13px;	
}
img{
	border:0;
}

#wrapper{
	border:0px;
	/*text-align:center;*/
	margin-left: auto;
	margin-right: auto;
	vertical-align:top;
	border:0px;
	margin-top:0;
	width:950px;
	padding:0px;
}
#main{
	width:950px;
	border:0px;
	background-color:#201C1B;
	vertical-align:top;
	margin:0;
}

#topnav{
	width:950px;
	border:0px;
	background-color:#001436;
	vertical-align:top;
}

#logo{
	padding: 10px 0px 10px 50px;
	height:100;
}

.top_nag
{
	font-size:12px;
	color: #292423;
	padding-right:50px;
	padding-bottom:5px;
	vertical-align:top;
	text-align:right;
	margin:0;
	padding-top:0px;
	border:0;
}

.top_nag A:link, .top_nag A:visited
{
	color:#292423;
	text-decoration: none;
	vertical-align:top;
	padding-top:0px;
}

.top_nag A:hover
{
	text-decoration:underline;
	vertical-align:top;
	padding-top:0px;	
}

.nag
{
	font-size:12px;
	color: #E1E1E1;
	padding-right:50px;
	padding-top:25px;
}

.nag A:link, .nag A:visited
{
	color:#E1E1E1;
	text-decoration: none;
}

.nag A:hover
{
	text-decoration:underline;
}

#btmcontent{
	 width:950;
	 border:0;
	 background-color:#e2e2e2;
}

#btm{
	vertical-align:top;
	border-right:1px; 
	border-right-color:#201C1B; 
	border-right-style:solid;
}
 
#reservation{
	width:100%; 
	border:0; 
}

.res
{
	font-size:11px;
	color:#00003d;
}

#reservation .header, #property .header{
	text-align: center;
	background-color:#c0c0c0;
}

.header
{
	font-size:18px;
	color:#FFFFFF;
	padding-bottom:10px;
	padding-top:10px;
}

.text
{
	font-size: 11px;
	color: #00003d;
	padding:10px 10px 10px 20px;
}

.text a:link, .text a:visited
{
	color: #001436;
	text-decoration:underline;
}

.text a:hover
{
	text-decoration: underline;
	color: #001436;
	font-weight:bold;
}

#corporateinfo{
	vertical-align:top; 
	border-right:1px; 
	border-right-color:#201C1B; 
	border-right-style:solid;
}

#corporateinfo .header, #hongdu .header{
	text-align:center;
	background-color:#767a7d;
}

#content{
	vertical-align:top; 
	margin:0;
}

#property{
	width:237;
	vertical-align:top; 
	border-right:1px; 
	border-right-color:#201C1B; 
	border-right-style:solid;
}
.properties
{
	background-color:#001436;
	font-size:11px;
	color: #CCCCCC;
	padding:10px;
	padding-top:20px;
}

.properties a:link, .properties a:visited
{
	color: #ffffff;
	text-decoration:none;
}

/*.properties a:visited
{
	color: #ffffff;
	text-decoration:none;
}*/



.properties a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight:bold;
}

#hongdu{
	width:237;
	vertical-align:top;
}

#btm_content
{
	background-color:#EEEEEE;
	font-size:11px;
	color: #292423;
	padding-top:5px;
}

#btm_content #footer {
	float: right;
}

#btm_content #footercenter{
	width: 395px;
	float: right;
}

#btm_content #footer a:link, #btm_content #footer a:visited {
	color: #000000;
	text-decoration: underline;
}

#btm_content #footer a:hover {
	text-decoration: none;
}

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}

* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
}

/* To control the dropdown menu */
#dropmenudiv{
	position: absolute;
	border: 1px solid #FFFFFF;
	border-bottom-width: 0;
	line-height: 11px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px 0;
	text-decoration: none;
	font-family: Arial;
	font-size: 0.75em;
	font-variant:normal;
	font-weight:normal;
	background-color: #001436;
	color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
	color: #000000;
	background-color: #FFFFFF;
}


