html {
	font-family: Verdana,Arial,Geneva,Helvetica;;
	font-size: 11px;
	height: 100%;
}

body {
	background: repeat-x #003366 url(../../img/bg.jpg);
	overflow: auto;
}

#wrapper {
	position: absolute;
	width: 900px;
	height: auto;
	top: 20px;
	left: 50%;
	margin-left: -450px;
	background: #fff;
	overflow: hidden;
	filter: alpha(opacity:90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

#content {
	position: relative;
	right: 0px;
	top: 0px;
	width: 872px;
	height: auto;
	padding: 10px 10px 10px 10px;
	margin: 4px 4px 4px 4px;
	overflow: auto;
}

#left {
	position: relative;
	left: 0px;
	top: 0px;
	width: 172px;
	height: auto;
	padding: 10px 10px 10px 10px;
	margin: 4px 4px 4px 4px;
	background: #f0c96e;
}

#footer {
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 882px;
	padding: 5px 5px 5px 5px;
	margin: 0px 4px 4px 4px;
	text-align: center;
	background: #abbccc;
	font-size: 10px;
	filter: alpha(opacity:90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

h1.heading {
	color: #666;
	font-size: 30px;
	font-weight: normal;
	width: 100%;
	display: block;
	padding: 15px 0px 10px 0px;
	margin: 10px 0px 5px 0px;
	border-bottom: #666 1px solid;
	text-align: right;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

table.hotellist {
	border: 2px solid #cccccc;
}

table.userdetailtable {
	border: 2px solid #cccccc;
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 0px 0px;
}


a {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: none;
	background: #222;
	color: #fff;
}

a.menu {
	color: #000;
	text-decoration: none;
	text-align: left;
	display: block;
	width: 170px;
	color:#000;
	padding: 5px 0px 5px 0px;
	margin: 2px 0px 2px 0px;
	font-size: 12px;
	font-weight: bold;
}

a.menu:hover {
	text-decoration: none;
	color: #666;
	background: transparent;
}

a.hotellist {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 15px;
	float: left;
	padding: 10px 5px 10px 5px;
	margin: 13px 3px 3px 3px;
	background: #cccccc;
}

a.hotellist:hover {
	text-decoration: none;
	background: #abbccc;
	color: #fff;
}

input.left {
	display: block;
	padding: 1px 1px 1px 1px;
	border: solid 1px #999;
	background: transparent;
	font-weight: bold;
}

input.left:hover {
	cursor: pointer;
	background: #ccc;
}

