div#ratesContentWrapper { width: 780px; margin: 0 auto; }

div#monthlySpecials {
	width: 325px;
}

table.rateSchedule {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

table.rateSchedule td, table.rateSchedule th {
	padding: 0;
}

table.rateSchedule th {
	text-align: right;
	background-color: #f0e6bb;
	color: inherit;
	border-bottom: 1px solid #d4d993;
}

table.rateSchedule th.rateYear {
	padding: 1px 10px;
	font-size: 16px;
	border-right: 1px solid #d4d993;
	color: #fff;
	background-color: #000;
}

table.rateSchedule td {
	background-color: #fff;
	color: inherit;
}

table.rateSchedule td.rateLabel {
	font-weight: bold;
	background-color: #f0e6bb;
	color: inherit;
	width: 175px;
	border-bottom: 1px solid #d4d993;
	border-right: 1px solid #e6e6e6;
	padding: 1px 10px;
	text-align: right;
}

table.rateSchedule td.rateBar {
	background: #fff url(../images/rates/rateScheduleBg.gif) repeat-y top left;
	padding: 1px 0;
}

div#rateScheduleWrapper {
	margin-bottom: 10px;
}

form#yearSwitchForm {
	padding: 5px 0;
}

form#yearSwitchForm a {
	text-decoration: none;
	color: #333;
	background-color: transparent;
	font-weight: normal;
}

form#rateSwitchForm {
	padding: 5px 0;
}

form#rateSwitchForm a {
	text-decoration: none;
	color: #333;
	background-color: transparent;
	font-weight: normal;
}

table.rateTable {
	width: 100%;
	color: #333;
	background-color: #fff;
	border-left: 1px solid #e6e6e6;
	border-collapse: collapse;
	margin-bottom: 2px;
}

table.rateTable th, table.rateTable td {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

table.rateTable th {
	padding: 4px 8px;
	text-align: center;
	white-space: nowrap;
}

table.rateTable th.rateTableHeader {
	text-align: right;
	font-weight: normal;
	font-size: 11px;
}

div#rates2Bed th.rateTableHeader {
	background-color: #5959b3;
	color: #fff;
}

div#rates2Bed td.viewType {
	background-color: #7272be;
	color: #fff;
}

div#rates3Bed th.rateTableHeader {
	background-color: #2f9b32;
	color: #fff;
}

div#rates3Bed td.viewType {
	background-color: #64bb66;
	color: #fff;
}

table.rateTable th.lowHeader {
	background-color: #c2b67c;
	color: #fff;
}

table.rateTable th.peakHeader {
	background-color: #a29559;
	color: #fff;
}

table.rateTable th.holidayHeader {
	background-color: #75682d;
	color: #fff;
}

table.rateTable th.specialHeader {
	background-color: #64bb66;
	color: #fff;
}

th.rateTableHeader .unitTypeLabel {
	font-size: 16px;
	font-weight: bold;
}

table.rateTable td {
	padding: 7px 6px;
	text-align: center;
	width: 120px;
}

table.rateTable td.viewType {
	font-size: 14px;
	padding: 7px 6px;
	vertical-align: top;
	letter-spacing: 4px;
	font-variant: small-caps;
}

table.rateTable td.standardLabel, table.rateTable td.deluxeLabel, table.rateTable td.luxuryLabel {
	text-align: right;
	font-weight: bold;
}

table.rateTable td.standardLabel {
	color: #fff;
	background-color: #f29b3f;
}

table.rateTable td.deluxeLabel {
	color: #fff;
	background-color: #755e3b;
}

table.rateTable td.luxuryLabel {
	color: #fff;
	background-color: #000000;
}

table.rateTable tr.even {
	color: inherit;
	background-color: #f2f2f2;
}

img#creditCards {
	display: block;
	margin-left: 30px;
	margin-bottom: 12px;
}

div#terms ul {
	font-size: 11px;
	color: #444;
	background-color: transparent;
	margin: 0;
	padding: 6px 0 6px 30px;
}

div#terms ul li {
	padding: 0 0 2px 0;
}

p.notice {
	font-size: 11px;
}