
body{
	
	background: url(/images/layout/page/bg.png) top repeat-y #ccc;
	

}

div#page{
	width: 1000px;
	margin: 0px auto;
	font-family: Ariel, sans-serif;
	font-size: small;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	background-color: white;
}

div#header{
	background: url(/images/layout/header/bg.png) bottom left repeat-x;
}

div#header div{
	background: url(/images/layout/header/fulllogo.png) bottom left no-repeat;
	height: 60px;
	position: relative;
}

div#header h2{
	position: absolute;
	top: 13px;
	left: 55px;
	font-size: 1.5em;
	color: white;
	display: none;
}

div#welcome{
	
	float: right;
	margin: -5px 5px 0px 0px;
	
}

div#pagetabs{
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	
	background: url(/images/layout/header/tab-bg.png) bottom left repeat-x #eee;
	padding: 13px 8px 5px 8px;
}

div#pagetabs li{
	display: inline;
	padding: 5px 8px;
}

div#pagetabs li a{
	color: #333;
	text-decoration: none;
}

div#pagetabs li.selected{
	background-color: white;
	border: 1px solid #999;
	border-bottom: 1px solid white;
}

div#content{
	padding: 8px;
}

h1, h2, h3, h4{
	color: #666;
}

h1{
	font-size: 1.5em;
	margin: 0.5em 0em;
}

h2{
	font-size: 1.3em;
	margin: 0.4em 0em;
}

h3{
	font-size: 1.2em;
	margin: 0.2em 0em;
}

h4{
	font-size: 1.1em;
	margin: 0.1em 0em;
}

div#footer{
	clear: both;
	margin-top: 0px;
	padding: 28px 10px 0px 10px;
	color: #aaa;
	font-size: 80%;
	text-align: right;
}

p {
	text-align: justify;
	margin-bottom: 0.8em;
	line-height: 1.2em;
}

div.section{
	
	border: 1px solid #ccc;
	background: url(/images/layout/header/tab-bg.png) top left repeat-x #eee;
	padding: 4px;
	margin-bottom: 8px;
	
}

div.section div.header{
	
	border-bottom: 1px solid #ccc;
	padding: 4px 0px;
	color: #333;
	font-weight: bold;
	
}

div.section div.header ul{
	padding: 4px;
	font-size: small;
	color: #666;
	display: inline;
	margin-left: 8px;
	font-weight: normal;
}

div.section div.header li{
	
	display: inline;
	padding: 4px 8px;
	
}

div.section div.header li.selected{
	
	background-color: white;
	border: 1px solid #ccc;
	border-bottom: 1px solid white;
	
}

div.section div.options{
	float:right;
	font-size: small;
	font-weight: normal;
}

div.section div.inner{
	
	border: 1px solid #ccc;
	border-top: none;
	background-color: #fff;
	padding: 4px;
	
}

ul.bullets{
	list-style: circle;
	padding-left: 14px;
	margin: 6px 0px;
}

div.error{
	color: red;
	font-size: small;
	padding: 7px;
	background-color: #fcc;
	margin: 3px 0px;
}

table.form td, table.form th{
	padding: 4px;
}

table.form th{
	vertical-align: top;
	padding-top: 7px;
}

table.list{
	width: 100%;
}

table.list td, table.list th{
	padding: 4px;
}

table.list th{
	vertical-align: top;
	color: #666;
	width: 25%;
	text-align: right;
}

div.vertical-bar{
	border: 1px solid #666;
	height: 12px;
	width: 200px;
}

div.vertical-bar div{
	background-color: #ccc;
	height: 12px;
}

img.photo{
	border: 1px solid #ccc;
	padding: 1px;
	background-color: white;
	margin: 3px;
}

div.help{
	background-color: #ffc;
	padding: 8px;
	color: #333;
	font-size: 90%;
}

span.required{
	color: red;
	font-size: 120%;
}


/*
*	Review form
*/

table.review th, table.review td{
	background-color: #eee;
	padding: 12px 16px;
}

table.nopadding td, table.nopadding th{
	padding: 0px;
	width: 40%;
}

table.nopadding th{
	padding-right: 10px;
	width: 20%;
}

span.hint{
	color: #666;
}

table.review th.major{
	font-weight: bold;
	color: #666;
	background-color: #e0e0e0;
	font-size: 110%;
}

table.review input, table.review textarea{
	border: 1px solid #666;
	padding: 4px;
	color: #666;
}

table.review .helper{
	color: #666;
	font-size: 95%;
	padding: 4px 0px;
	font-style: italic;
}

input.button, button, a.button{
	background-color: #69e;
	border: 2px solid #cdf			!important;
	border-bottom: 2px solid #36c	!important;
	border-right: 2px solid #36c	!important;
	color: white					!important;
	padding: 3px 5px;
}

a.button {
	text-decoration: none;
	padding: 6px 10px;
}

div.userrating{
	height: 25px;
	width: 125px;
	background: url(/images/modules/UserRating/alt_star.gif) repeat-x;
	cursor: pointer;
}

div.userrating div{
	background: url(/images/modules/UserRating/alt_star.gif) 0px -25px repeat-x;
	height: 25px;
}

div.userrating div.hover{
	background: url(/images/modules/UserRating/alt_star.gif) 0px -50px repeat-x;
}

/*
*	List table (hotels)
*/
table.listtable{
	
	width: 100%;
	border: 1px solid #999;
	
}

table.listtable th, table.listtable td{
	padding: 4px;
	border-bottom: 1px solid #999;

}

table.listtable tr.odd td{
	background-color: #eee;
}

table.listtable th{
	background-color: #333;
	color: white;
	font-weight: bold;
}

/*
*
*/

.nicetext p{
	line-height: 1.4em;
	margin: 0.7em 0;
}
.nicetext h3{
	margin: 1.0em 0 0.4em 0;
}