#reservations {
	font:16px Arial;
	color:#fff;
	position:relative;
	width:824px;
	border:1px solid #3B3A1C;
	padding-top:40px;
	margin-top:80px;
}

#error {
	color:red !important;
	font-weight:bold;
	margin-bottom:15px;
	text-align:center;
}

#reservationsLoading {
	position:absolute;
	right:0;
	top:0;
	padding:5px 10px;
	font-size:smaller;
	color:#ffba00;
	background-color:#3B3A1C;
	display:none;
}
#reservations.loading #reservationsLoading { display:block; }

#calendarInstructions {
	text-align:center;
	color:#ddd;
}

#reservations .rgp .color { background-color:#57A1C4; }
#reservations .stdf .color { background-color:#fa9653; }
#reservations .stdt .color { background-color:#4eac6d; }
#reservations .reg .color { background-color:#ffba00; }
#reservations .dlx .color { background-color:#aa7cca; }

#formTitle {
	background-color:#222222;
	color:#FFBA00;
	font-size:1.1em;
	padding:0 10px;
	position:absolute;
	top:-13px;
	left:30px;
}

#roomLegend {
	position:absolute;
	right:-15px;
	top:-50px;
	height:50px;
	font-size:0.75em;
	margin:0; padding:0;
}
#roomLegend .header {
	font-size:larger;
	font-weight:bold;
	color:#c0c0c0;
}
#roomLegend ul { height:23px; margin-bottom:0 !important; }
#roomLegend li {
	list-style:none;
	float:left;
	margin:0;
	margin-right:15px;
	padding:5px 0;
	line-height:13px;
}
#roomLegend ul li a {
	color:#fff;
	text-decoration:none;
}
#roomLegend ul li a:hover {
	color:#ffba00;
}
#roomLegend li img.color {
	width:13px;
	height:13px;
	margin-right:5px;
	position:relative;
	top:2px;
}

a.calendarNav {
	font-size:30px;
	color:#57a1c4;
	position:absolute;
	top:-15px;
	display:none;
	text-decoration:none;
	z-index:20;
}
a.calendarNav.back {
	left:25px;
}
a.calendarNav.next {
	right:25px;
}

#calendarBox {
	z-index:9;
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	height:625px;
	position:relative;
}
#calendarBox.allRates { height:770px; }
#calendarBox.oneRate { height:325px; }
#calendarBox .calendar {
	position:absolute; top:0;
	width:375px;
	/*padding:0 25px;*/
}
#calendarBox .calendar .title {
	font-weight:bold;
	text-transform:uppercase;
	color:#57a1c4;
	text-align:center;
	padding:5px;
}
#calendarBox .calendar table {
	width:100%;
	margin:0; padding:0;
	border-collapse:collapse;
	table-layout:fixed;
	border:1px solid #FFBA00;
}
#calendarBox .calendar tr.dayNames th {
	text-transform:uppercase;
	color:#000;
	background-color:#57a1c4;
	font-size:0.9em;
	border:1px solid #D5D5D5;
	height:30px;
	line-height:30px;
	width:52px;
}
#calendarBox.allRates .calendar td {
	height:112px;
}
#calendarBox.oneRate .calendar td {
	height:40px;
}
#calendarBox .calendar tr.week td {
	width:50px;
	overflow:hidden;
	background:#fff;
	color:#000;
	border:1px solid #D5D5D5;
	cursor:pointer;
}
#calendarBox .calendar tr.week td.hover {
	background-color:#f89e65  !important;
}
#calendarBox .calendar tr.week td.selected {
	background-color:#ffca91;
}
#arrIco, #depIco {
	position:absolute; top:3px; right:5px; z-index:100;
}
#calendarBox .calendar tr.week td .day {
	font-size:12px;
	font-weight:bold;
	margin:3px 0 3px 3px;
}
#calendarBox .calendar tr.week td .rate {
	font-size:10px;
	width:100%;
	overflow:hidden;
	margin:0 3px;
}
#calendarBox .calendar tr.week td .rate .color {
	width:7px;
	height:7px;
	vertical-align:text-bottom;
	position:relative; top:-3px;
	margin-right:3px;
}

#calendarBox .calendar tr.week td.past, #calendarBox .calendar tr.week td.future {
	cursor:default;
}
#calendarBox .calendar tr.week td.past .day {
	color:#bbb;
}
#calendarBox .calendar tr.week td.past .rate {
	visibility:hidden;
}
#calendarBox .calendar tr.week td .rate.booked {
	color:#bbb;
	text-decoration:line-through;
}

#reservations .calsubdiv {
	font-size: 0.75em;
	padding:0 25px;
	margin-bottom:25px;
}
#reservations .calsubdiv a.refreshCalendar {
	float:right;
	color:#66C9FF;
	padding-left:13px;
	background:url(../images/refresh.png) left center no-repeat;
	text-decoration:none;
}
#reservations .calsubdiv a.refreshCalendar:hover {
	text-decoration:underline;
}

#resForm .column {
	float:left;
	width:375px;
	margin-left:25px;
	font-size:0.8em;
}
#resForm .field {
	clear:both;
	margin-bottom:3px;
}
#resForm label {
	float:left;
	width:70px;
	text-align:right;
	margin-right:10px;
}
#resForm .column.left label {
	width:70px;
	
}
#resForm .column.right label {
	width:120px;
	
}
#resForm .buttons {
	clear:both;
	text-align:right;
	padding-right:200px;
	padding-top:15px;
	padding-bottom:35px;
}

#durationSummary {
	border:1px solid #fff;
	border-right:0;
	background:#57a1c4;
	position:relative;
	top:-8px;
	height:24px;
	line-height:24px;
	padding:0 10px;
	margin-right:30px;
	color:#000;
	font-weight:bold;
	font-size:13px;
	vertical-align:baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
#durationSummary img.cap {
	width:11px;
	height:26px;
	position:absolute;
	right:-11px;
	top:-1px;
}
#durationSummary input.submit {
}

.roompop {
	padding:35px;
	width:652px;
	line-height:20px;
}

.roompop .roomName {
	color:#1078BF;
	font-size:larger;
	margin-bottom:5px;
}

.roompop img {
	border:1px solid #000;
	width:650px;
}

/******************************************************** TERMS STEP */
#terms {
	margin-left:35px;
	margin-right:13px;
	margin-bottom:15px;
	height:175px;
	overflow:auto;
	background:#fff;
	padding:20px;
	font-size:11px;
}
#terms h1 {
	color:#222;
	margin-bottom:10px;
	font-size:12px;
}
#terms p {
	color:#222;
	line-height:18px;
	margin-bottom:0;
	padding-bottom:15px;
}
#acceptTerms {
	margin-left:35px;
	margin-bottom:15px;
}
#acceptTermsButton {
	float:right;
	margin-right:35px;
}

/******************************************************** BILLING STEP */
#final {
	padding:0 35px 35px 35px;
}

#estimatedTotal {
	color:#FFBA00;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:3px;
}
#estimatedTotal a { color:#FFBA00; margin-left:10px; }

#final #summary {
	border:1px solid #584719;
	background:#404040;
	padding:10px;
	font-family: 'Arial' !important;
	margin-bottom:20px;
}
#final #summary #roomPic {
	width:300px;
	height:200px;
	float:right;
}
#final #summary h1,
#final #summary h2 {
	font-family:Arial;
}
#final #summary h1 { font-size:1.1em; margin-bottom:0; }
#final #summary h2 { font-size:1.1em; margin-bottom:10px; }
#final #summary .row {
	font-size:0.8em;
	border-top:1px solid #4F4C3B;
	padding-top:10px;
	margin-top:10px;
	width:400px;
}
#final #summary .row.bold { font-weight:bold; }
#final #summary .row label {
	float:left;
	clear:left;
	width:115px;
}
#final #summary .row .column {
	float:left;
	width:225px;
	padding-right:25px;
}

#final p.instructions { font-weight:bold; margin-bottom:20px; }
#final .formColumn {
	float:left;
	margin-right: 40px;
}
#final .field { clear:left; }
#final .field label { clear:left; float:left; width:170px; margin-bottom:15px; }
#final .field label.min { float:none; width:auto; }
#final .field input.text { width:200px; }

#final #txt_requests { width:320px; height:140px; position:relative; top:5px; }
