/************************************************************************/
/* Main Styles
/************************************************************************/

*
{
	padding: 0px;
	margin: 0px;
}

a
{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: inherit;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
}

h1
{
	font-size: 200%;
	font-weight: bold;
	text-shadow: 2px 1px 5px white;
}

body.claro
{
	text-align: center;
	font-family: Sans-Serif, Arial, Helv, Helvetica, Verdana;
	font-size: 1em;
	color: #555;
	background-color: #555;
}

#frame
{
	position: relative;
	background-color: White;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 950px;
	min-width: 800px;
	max-width: 950px;
	min-height: 500px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	overflow: hidden;
}

#topband
{
	width: 100%;
	height: 30px;
	background-color: #ccc;
}

#footer
{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 30px;
	background-color: #ccc;
}

#header
{
	position: relative;
	width: 100%;
	height: 100px;
}

#header #logo
{
	position: absolute;
	top: 0px;
	left: 32px;
	width: 104px;
	height: 88px;
	background-repeat: no-repeat;
}

#header #languages
{
	position: absolute;
	top: 3px;
	right: 20px;
}

#header #languages .language
{
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 70%;
	cursor: hand;
	cursor: pointer;
}

#header #languages .language .marker
{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-top: 0px;
	margin-right: 3px;
	background-color: #ccc;
}

#header #languages .language.current
{
	font-weight: bold;
	cursor: default;
}

#header #languages .language:hover .marker,
#header #languages .language.current .marker
{
	background-color: #8c5d9b;
}

#header #languages .language img
{
	border: none;
}

#header #menu
{
	position: absolute;
	top: 70px;
	left: 300px;
	right: 0px;
	height: 30px;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	cursor: default;
}

#header #menu a
{
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
	height: 20px;
	color: #8c5d9b;
	border-bottom: solid 3px White;
	cursor: hand;
	cursor: pointer;
}

#header #menu a.current,
#header #menu a:hover
{
	border-bottom: solid 3px #8c5d9b;
}

#header #menu a.current
{
	cursor: default;
}

#contents
{
	position: relative;
	width: 100%;
	height: 310px;
	background-color: #ccc;
}

#contents #picture
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 390px;
	height: 100%;
	background-repeat: no-repeat;
}

#contents #submenu
{
	position: absolute;
	left: 390px;
	top: 0px;
	width: 85px;
	height: 100%;
	background-color: white;
}

#contents #submenu .bar
{
	float: left;
	width: 85px;
	height: 31px;
	text-align: center;
	background-color: #babcbe;
}

#contents #submenu .left
{
	float: left;
	width: 29px;
	height: 31px;
	background-color: #9b9d9f;
}

#contents #submenu .right
{
	float: right;
	width: 29px;
	height: 31px;
	background-color: #9b9d9f;
}

#contents #submenu .bar.submenuitem
{
}

#contents #submenu .bar.submenuitem a
{
	display: block;
	color: #8c5d9b;
	width: 83px;
	height: 29px;
	line-height: 27px;
	border: solid 1px #babcbe;
	font-size: 90%;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}

#contents #submenu .bar.submenuitem.current a,
#contents #submenu .bar.submenuitem.current a:hover
{
	background-color: #8c5d9b;
	color: white;
	border-color: white;
	cursor: default;
}

#contents #submenu .bar.submenuitem a:hover
{
	background-color: #8c5d9b;
	color: white;
	border-color: white;
	cursor: hand;
	cursor: pointer;
}

#contents .submenuright
{
	position: absolute;
	width: 29px;
	height: 31px;
	left: 56px;
}

#contents .submenuright a
{
	display: block;
	width: 27px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	border: solid 1px #9b9d9f;
	font-size: 90%;
	color: white;
	cursor: hand;
	cursor: pointer;
}

#contents .submenuright.current a,
#contents .submenuright a:hover
{
	background-color: #8c5d9b;
	color: white;
	border-color: white !important;
	font-weight: bold;
}

.bookinglink
{
	display: inline-block;
	text-decoration: none !important;
	cursor: pointer;
	cursor: hand;
	padding: 8px 12px;
	font-size: 180%;
	font-weight: bold;
	border: solid 3px white;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background: #ddd;
	box-shadow: 0px 0px 15px white;
	-moz-box-shadow: 0px 0px 15px white;
	-webkit-box-shadow: 0px 0px 15px white;
	transition: color 0.1s linear 0.1s, background 0.25s linear 0.1s, border-color 0.25s linear 0.1s, box-shadow 0.25s linear 0.1s;
	-webkit-transition: color 0.1s linear 0.1s, background 0.25s linear 0.1s, border-color 0.25s linear 0.1s, -webkit-box-shadow 0.25s linear 0.1s;
}

.bookinglink:hover
{
	border-color: blue;
	box-shadow: 0px 0px 10px #777;
	color: black;
	-moz-box-shadow: 0px 0px 10px #777;
	-webkit-box-shadow: 0px 0px 10px #777;
	transition: color 0.1s linear, background 0.1s linear, border-color 0.1s linear, box-shadow 0.1s linear;
	-webkit-transition: color 0.1s linear, background 0.1s linear, border-color 0.1s linear, -webkit-box-shadow 0.1s linear;
}

#context .submenuright.current a
{
	cursor: default;
}

#contents #submenuright1	{ top: 31px; }
#contents #submenuright2	{ top: 62px; }
#contents #submenuright3	{ top: 93px; }
#contents #submenuright4	{ top: 124px; }
#contents #submenuright5	{ top: 155px; }
#contents #submenuright6	{ top: 186px; }
#contents #submenuright7	{ top: 217px; }
#contents #submenuright8	{ top: 248px; }

#contents #submenuright2 a	{ border-color: #babcbe; }
#contents #submenuright4 a	{ border-color: #babcbe; }
#contents #submenuright6 a	{ border-color: #babcbe; }
#contents #submenuright8 a	{ border-color: #babcbe; }

#contents #writeup
{
	position: absolute;
	left: 475px;
	top: 0px;
	right: 0px;
	height: 100%;
}

#nosmoking
{
	display: none;
}

body.room #nosmoking
{
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
}

#contents #writeup #writeuptext
{
	position: absolute;
	top: 50px;
	left: 50px;
	width: 380px;
	right: 50px;
	font-size: 80%;
}

#contents #writeup #writeuptext .formTextInput
{
	width: 60%;
}

#contents #writeup #writeuptext textarea.formTextInput
{
	width: 100%;
}

#contents #writeup #writeuptext .formButton
{
	font-weight: bold;
}

body#reservations #contents #writeup #writeuptext
{
	top: 15px;
}

#details
{
	width: 100%;
	background-color: white;
}

#contents #writeup a,
#details a
{
	color: inherit;
	text-decoration: underline;
	/*
	transition: background 0.25s linear 0.1s, color 0.25s linear 0.1s;
	-webkit-transition: background 0.25s linear 0.1s, color 0.25s linear 0.1s;
	*/
}

#contents #writeup a:hover,
#details a:hover
{
	background-color: #dff;
	color: Black;
	/*
	transition: background 0.1s linear, color 0.1s linear;
	-webkit-transition: background 0.1s linear, color 0.1s linear;
	*/
}

#home #detailscolumns,
#home #detailspictures
{
	display: none;
}

#details #detailscolumns
{
	position: relative;
	margin-top: 30px;
	width: 100%;
}

#details #detailscolumns #detailsleft,
#details #detailscolumns #detailsright
{
	display: inline-block;
	width: 35%;
	float: left;
	font-size: 80%;
	margin-left: 80px;
}

#details #detailspictures
{
	margin-top: 30px;
	width: 100%;
}

#details #detailspictures #detailspicturespadding
{
	display: inline-block;
	float: left;
	width: 50%;
	height: 150px;
}

#details #detailspictures #detailspicturesleft,
#details #detailspictures #detailspicturesright
{
	display: inline-block;
	float: left;
	width: 150px;
	height: 150px;
	margin-left: 5%;
	background-repeat: no-repeat;
}

.clearFloat
{
	clear: both;
}

#details #contacts
{
	margin-top: 30px;
	margin-left: 55%;
	margin-bottom: 50px;
	font-size: 75%;
}

#footer #copyright
{
	float: left;
	margin-left: 20px;
	line-height: 30px;
	font-size: 70%;
	color: #777;
}

#footer #poweredby
{
	float: right;
	margin-right: 20px;
	line-height: 30px;
	font-size: 70%;
	color: #777;
}

#footer a:hover
{
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
}


#hotelsList
{
	margin-left: 100px;
	width: 500px;
	table-layout: auto;
}

#hotelsList tr
{
	vertical-align: top;
}

#process_elements
{
	display: none;
}



/************************************************************************/
/* Dijit Overrides
/************************************************************************/

.claro .dijitContentPane
{
	padding: 0px;
}


/************************************************************************/
/* Chinese-specific Styles
/************************************************************************/

body.lang_zhtw #header #menu,
body.lang_zhcn #header #menu
{
	font-size: 100%;
}

body.lang_zhtw #contents #writeup,
body.lang_zhcn #contents #writeup
{
	font-size: 110%;
}

body.lang_zhtw #header #menu,
body.lang_zhcn #header #menu
{
	top: 65px;
}

body.lang_zhtw #header #menu a,
body.lang_zhcn #header #menu a
{
	height: 25px;
}
