﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus
{
	outline: 0;
}
body
{
	line-height: 14px;
	color: black;
	background: white;
	font-size: 12px;
}
ol, ul
{
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td
{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}

/* ----------------------------------------------------------------------------
@SPECIFY CSS */

body
{
	background: #5F5C5C;
	background: #C99C1F;
	color: #ddd;
	text-align: center;
	font-family: Arial, Verdana, san-serif;
	color: #557F2B;
	line-height: 1.5;
	font-size: 12px;
}

#container
{
	margin: 0 auto;
	text-align: left;
	width: 935px;
}

#shadow-top, #shadow-bottom
{
	line-height: 0;
	font-size: 1px;
}

#shadow-top
{
	height: 5px;
	width: 100%;
	background: transparent url(../images/shadow_top.gif) top left;
}

#shadow-bottom
{
	height: 5px;
	background: transparent url(../images/shadow_bottom.gif) top left;
}

#container-inner
{
}

#content-area
{
	background: transparent url(../images/main_bg.gif) top left repeat-y;
	padding: 0 5px 0;
}


/*-----------------------------------
@GENERAL STYLE */
p, li, a, strong, label
{
	font-size: 12px;
}

p, ul, ol
{
	margin-bottom: 10px;
}

.clear
{
	clear: both;
	padding: 0;
	margin: 0;
	font-size: 1px;
}

.bold
{
	font-weight: bold;
}



strong
{
	font-weight: bold;
}

h1
{
	font-family: Palatino, Palatino Linotype, Georgia, Times New Romans, serif;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0;
	color: #C69D1F;
	color: #557F2B;
}

h1.top.pageName
{
	border-bottom: 3px solid;
	padding-bottom: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h1.top, h2.top
{
	padding-top: 0;
	text-transform: uppercase;
}

h2
{
	font-family: Palatino, 'Palatino Linotype' , Georgia, 'Times New Romans' , serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
}



h3
{
	font-family: Arial, Palatino, 'Palatino Linotype' , 'Times New Romans' , serif;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0;
}


a
{
	color: #C69D1F;
	text-decoration: none;
}

/*a:visited {
color:#999966;
}*/

a:hover
{
	text-decoration: underline;
}

blockquote
{
	padding-left: 20px;
}

hr
{
	border: none;
	border-bottom: 1px solid #fff;
	clear: both;
}

sup
{
	font-size: 8px;
	vertical-align: top;
}

ul.discStyle
{
	list-style-type: disc;
	padding-left: 20px;
	vertical-align: top;
}

ul.sitemap
{
	list-style-type: square;
	padding-left: 20px;
}

ul.sitemap ul.discStyle
{
	margin: 0;
}

ul.sitemap li a
{
	font-weight: bold;
}

ul.sitemap ul.discStyle li a
{
	font-weight: normal;
}


.note
{
	background: transparent url(../images/star.gif) no-repeat 0px 4px;
	padding-left: 15px;
	font-size: 11px;
	margin-bottom: 5px;
}

.special
{
	font-weight: bold;
}


/*-----------------------------------
@LANGUAGE MENU */
#language-menu
{
	height: 20px;
	margin-top: 20px;
	padding: 0 5px 0;
	color: #8D8784;
}

#language-menu ul li
{
	float: left;
	color: #ccc;
}

#language-menu ul li a
{
	color: #999;
	color: #376706;
	text-decoration: none;
	font-size: 11px;
}

#language-menu ul li.current a
{
	color: #fff;
	cursor: default;
}

#language-menu ul li.current a:hover
{
	text-decoration: none;
}

#language-menu ul li a:hover
{
	text-decoration: underline;
	color: #fff;
}

/* ------------------------------------------------
@LOGO-CONTROL ----------*/

#logo-control
{
	float: left;
	width: 293px;
	text-align: center;
	margin-top: 20px;
}

p.forprint
{
	display: none;
}

/* ------------------------------------------------
@MAIN MENU ----------*/

ul#main-menu
{
	padding: 50px 0;
}

ul#main-menu li
{
	margin-bottom: 5px;
}


ul#main-menu li a
{
	color: #557F2B;
	text-decoration: none;
	font-family: Palatino, 'Palatino Linotype' , Georgia, 'Times New Romans' , serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
	height: 20px;
}

ul#main-menu li a:hover
{
	background: #ddd;
}



/* ------------------------------------------------
@FOOTER ----------*/
#footer
{
	margin-bottom: 40px;
	clear: both;
}

#footer p
{
	font-family: Tahoma, Arial, san-serif;
	color: #8D8784;
	color: #376706;
	font-size: 11px;
	padding: 0px 0;
}

#footer p a
{
	font-family: Tahoma;
	font-size: 11px;
	color: #004300;
	color: #376706;
	font-weight: bold;
	text-decoration: none;
}


/* ------------------------------------------------
@SUB MENU ----------*/
#sub-menu
{
	padding: 0 5px 0px;
	color: #ccc;
}

#sub-menu ul
{
	margin: 0;
	padding: 0;
}

#sub-menu ul li
{
	float: left;
}

#sub-menu ul li a
{
	color: #ccc;
	text-decoration: none;
	font-size: 11px;
}

#sub-menu ul li a:hover
{
	text-decoration: underline;
}

/*-----------------------------------
@ROOM MENU */
#room-menu li.current a
{
	padding-left: 10px;
	background: transparent url(../images/arrow_right.gif) 0px 4px no-repeat;
	cursor: default;
	color: #666;
	text-decoration: none;
}

#room-menu li a.current
{
	padding-left: 10px;
	background: transparent url(../images/arrow_right.gif) 0px 4px no-repeat;
	cursor: default;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

/* ---------------------------------------------------
@ADDRESS*/
#address
{
	text-align: right;
	background-color: #666;
	color: #ccc;
	height: 58px;
	padding-top: 5px;
	padding-right: 10px;
}

#address p, #address a
{
	font-size: 11px;
}

#address a
{
	color: #ccc;
}


/* ---------------------------------------------------
@CONTENT */

#content
{
	float: left;
	margin-left: 12px;
	width: 620px;
}

/* ---------------------------------------------------
@ONLY CONTENT*/
#only-content
{
}

/* ---------------------------------------------------
@WHITESPACE*/
.whitespace
{
	padding: 10px 20px 30px;
}


/* ---------------------------------------------------
@PRIMARY CONTENT*/
.primary-content
{
	padding: 0px 10px 0px 0px;
	float: left;
	width: 360px;
}

.primary-content .smaller
{
	width: 330px;
}


/* ---------------------------------------------------
@SUB CONTENT*/
.sub-content
{
	padding: 0px 0px 0px 10px;
	float: left;
	border-left: 1px solid #fff;
	width: 190px;
}

.sub-content .bigger
{
	padding: 0px 0px 0px 10px;
	float: left;
	border-left: 1px solid #fff;
	width: 220px;
}


/* ----------------------------
@FORM STYLING
--------------------------------*/
.required
{
	color: red;
	font-size: 9px;
	font-family: Verdana, Arial, san-serif;
	font-weight: normal;
}


.calendar-picker
{
	position: relative;
	top: 2px;
	left: 3px;
}

input, textarea, select
{
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	border: 1px solid #E8E4E1;
	color: #666;
}

form
{
	font-size: 12px;
}

label
{
	display: block;
}

label.cunghang
{
	display: inline;
}

/*
.Tel {
width:100%;
}

.Fax {
width:100%;
}
*/

table.form
{
	width: 180px;
}

table.form02
{
	width: 580px;
	background: #f0e3df;
	margin-bottom: 10px;
}

table.form td
{
	padding-bottom: 5px;
}

table.form02 th h3
{
	padding: 3px 10px;
	background: #999;
	color: #fff;
	text-transform: uppercase;
}

table.form02 td
{
	width: 50%;
	padding: 5px 10px;
	vertical-align: top;
}


/*
 ----------------
@BUTTON 
-----------------*/
.button
{
	background: transparent url(../images/button/left_btn.gif) top left no-repeat;
	float: left;
}

.button
{
	margin: 10px 10px 10px 0px;
}

.button a
{
	display: block;
	background-color: #C69D1F;
	text-decoration: none;
	margin-left: 16px;
	font-size: 10px;
	letter-spacing: 1px;
	font-family: Arial,Verdana, san-serif;
	color: #fff;
	padding: 0px 5px;
	text-transform: uppercase;
}

.button a:hover
{
	text-decoration: none;
}

.backbutton
{
	margin: 10px 10px 10px 0px;
	background: transparent url(../images/button/left_arrow.gif) top left no-repeat;
	float: left;
}

.backbutton a
{
	display: block;
	background-color: #999;
	text-decoration: none;
	margin-left: 8px;
	font-size: 10px;
	letter-spacing: 1px;
	font-family: Arial,Verdana, san-serif;
	color: #fff;
	padding: 0 5px;
	text-transform: uppercase;
}

#staticbuttons
{
	background: transparent url(../images/button/left_arrow.gif) top left no-repeat;
	float: left;
}

#staticbuttons a
{
	display: block;
	background-color: #999;
	text-decoration: none;
	margin-left: 8px;
	font-size: 10px;
	letter-spacing: 1px;
	font-family: Arial,Verdana, san-serif;
	color: #fff;
	padding: 0 5px;
	text-transform: uppercase;
}

/*img { behavior: url(iepngfix.htc); }*/

/*
 ---------------------------------------------------------------------------
@TABLE RATES 
----------------------------------------------------------------------------*/
#tableRates
{
	width: 100%;
	margin: 0;
	padding: 0;
}

#tableRates th, #tableRates td
{
	font-size: 12px;
	font-weight: bold;
}

#tableRates th.category, #tableRates th.bedtype
{
	color: #557F2B;
	background: #ddd;
	padding: 4px 0px;
	font-weight: normal;
}

#tableRates th.category
{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding-left: 10px;
	width: 135px;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: normal;
}


#tableRates th.roomtype
{
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	padding: 5px 0px 5px 5px;
}

#tableRates th.bedtype
{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	text-align: center;
	width: 100px;
}

#tableRates th.internet
{
	width: 100px;
	padding: 0 5px;
}

#tableRates td.internet
{
	padding-left: 3px;
	padding-right: 3px;
	background: #ddd;
	color: #557F2B;
	font-weight: normal;
}


#tableRates td
{
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #557F2B;
	font-weight: bold;
}


/* ---------------------------------------------------
@PHOTO GALLERY */

.image
{
	float: left;
	width: 100px;
	height: 100px;
	border: 4px solid #fff;
	margin: 5px;
}

.half
{
	float: left;
	width: 49%;
}

#PictureBox
{
	position: absolute;
	z-index: 10000;
	overflow: visible;
	display: none;
}

/* ---------------------------------------------------
@PROMOTION */
.promotion
{
	margin-top: 10px;
	width: 560px;
	float: left;
}
.test
{
	width: 425px;
	float: left;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

.testwithoutimage
{
	width: 580px;
	float: left;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

.testdetail
{
	width: 560px;
	float: left;
	padding-left: 20px;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

.tillepromotion
{
	color: #2e4287;
	font-family: Arial;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}
.tillepromotion a
{
	color: #2e4287;
	font-family: Arial;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	text-decoration: none;
}
.tillepromotion a:hover
{
	text-decoration: underline;
	color: #990000;
}

.titlepromotiondetail
{
	font-family: Palatino, 'Palatino Linotype' , Georgia, 'Times New Romans' , serif;
	font-size: 18px;
	font-weight: bold;
	color: #2e4287;
	padding-bottom: 20px;
}

.line
{
	width: 560px;
	border-bottom: 1px dotted #A3A2A2;
	height: 7px;
	background-repeat: no-repeat;
}
.images
{
	padding-bottom: 10px;
	padding-right: 10px;
	float: left;
}

.more
{
	list-style-type: none;
	margin-top: 5px;
	font-family: Arial;
	color: #FF0000;
	font-size: 12px;
	text-decoration: none;
	float: right;
	padding-right: 10px;
}
span
{
	font-family: Arial;
	font-size: 12px;
}
table
{
	border-collapse: collapse;
}
td
{
	font-size: 12px;
}
td span
{
	font-size: 12px;
}
.calendar-table
{
	width: 90%;
}
.calendar-table td
{
	text-align: center;
	font-size: 12px;
	font-family: Arial;
}
