BODY {
	background-color: #fff;
	font-size: 12px;
}
HEADER {
	margin: 0px 0px 30px 11px;
}
#content {
	display: block;
	width: 96%;
	margin: 15px 0px 0px 10px;
	padding: 15px;
	position: relative;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/pie/PIE.htc);


}
	#content #bgHeader {
		display: block;
		width: 1000px;
		height: 15px;
		position: relative;
		display:none;
		top: -30px;
		left: -15px;
		background: url('/images/header.png') 0px 0px no-repeat ;
	}
	#content #bgFooter {
		display: block;
		width: 1000px;
		height: 15px;
		display:none;
		position: relative;
		top: 30px;
		left: -15px;
		background: url('/images/footer.png') 0px 0px no-repeat ;
	}
H1 {
	color: #CCC;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.warning {
	padding: 5px;
	padding-left: 60px;
	display: block;
	color: #444;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 45px;
	font-size: 100%;
	font-weight: bold;
	background: url(/images/information.gif) #CFE0F1 no-repeat 5px 5px;
}
fieldset {
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
	
}
	fieldset legend {
		display: block;
		background-color: #CCC;
		color: white;
		padding: 5px 1px;
		font-size: 130%;
		text-align: center;
		margin: 0px;
		width: 100%;
	}
#loginFrm {
	width: 377px;
	text-align: center;
}
.frmItem {
	display: block;
	margin-top: 5px;
}
	.frmItem LABEL {
		display: block;
		float: left;
		width: 66px;
	}
	.frmItem INPUT {
		width: 304px;
	}
	.last {
		margin-bottom: 5px;
	}
.submitBtn {
	background-color: #CCC;
	border: 1px solid black;
	color: white;
	font-weight: bold;
	padding: 1px 5px;
	margin: 5px 0px
}
#menu {
	background: #fff;
	color: #000;
	padding: 10px;
	color: white;
	font-weight: bold;
}
	#menu li {
		display: inline;
		padding-right: 5px;
		border-right: 1px solid #fff;
	}
		#menu li.last {
			border-right: none;
		}
		#menu li a {
			color: #000;
			font-weight: normal;
		}
#hotel, #monthselect {
	width: 377px;
	text-align: left;
	float: left;
	margin-right: 5px;
}
	#monthselect .content {
		padding: 12px 0px;
		height: 16px;
		text-align: center;
	}
.leftHead {
	display: block;
	width: 93px;
	float: left;
	color: #fff;
	background-color: #CCC;
	font-weight: bold;
	padding: 2px 0px;
	clear: both;
}
.rightContent {
	display: block;
	float: left;
	padding: 2px 0px 2px 5px;
}
#addrate, #closeout {
	margin-bottom: 10px;
}
#dates {
	width: 89px;
	float: left;
	border: 1px solid #CCC;
}
#rates {
	/*width: 855px;*/
	width:90%;
	overflow-x: scroll;
	float: left;
	white-space: nowrap;
}
#head {
	background: #CCC;
	padding-top: 87px;
}
	#head span {
		text-align: center;
		width: 50%;
		float: left;
		font-size: 88%;
		font-weight: bold;
		color: #fff;
	}
.day {
	text-align: right;
	width: 50%;
	float: left;
	clear: both;
	background: #CCC;
	color: #fff;
	white-space: nowrap;
	font-weight: bold;
	padding: 8px 0px;
	border-bottom: 1px dotted #888;
}
.closeout {
	text-align: center;
	width: 50%;
	float: left;
	padding: 8px 0px 7px 0px;
	background: #ECECFF;
	border-bottom: 1px dotted #888;
}
#rates table {
	display: inline-block;
	margin-left: 10px;
	border: 1px solid #CCC;
}
	#rates table thead {
		background: #CCC;
		font-size: 80%;
		color: #fff;
		vertical-align: bottom;
	}
	#rates table .header {
		height: 70px;
		vertical-align: top;
	}
	#rates table tbody tr {
		height: 33px;
		background: #ECECFF;
		border-bottom: 1px dotted #888;
	}
		#rates table tbody tr.weekend {
			background: #DDF;
		}
	#rates table td {
		vertical-align: middle;
		text-align: center;
	}
	#rates table td img, #rates table td input {
		vertical-align: middle;
	}
#scroller {
	overflow:scroll;
	height:18px;
	/*width:874px;*/
	width:91%;
	padding:0;
	margin:0px 0px 0px 108px;
}
#closeout P, #addrate P {
	margin: 5px;
}
.float {
	float: left;
	height: 20px;
}
#weekdays td {
	text-align: center;
}
EM {
	font-weight: bold;
	font-style: normal;
}
#maintenancemenu {
	margin: 10px 0px;
	padding: 0px;
}
	#maintenancemenu li {
		display: inline;
		padding-right: 5px;
		border-right: 1px solid #000;
	}
		#maintenancemenu li.last {
			border-right: none;
		}
#hotelrooms th {
	text-align: left;
	width: 200px;
}
#scrollerImg {
	display: block;
}
.halfwidth th {
	width: 50%;
}
.datatable th {
	background-color: #036;
	color: #fff;
	text-align: left;
	padding: 3px;
}
.datatable tr td {
	border-bottom: dotted 1px #888;
	padding: 3px;
}
.datatable tr.odd {
	background-color: #bdf;
}
.datatable tr.even {
	background-color: #ace;
}

#ratekey UL {
	list-style: none;
}
#ratekey .key {
	font-weight: bold;
}
.availabilityMessage {
	font-size: 150%;
	color: #ef0000;
}