body {
	margin:0;
	padding:0;
	background-color: #63615D;
}
.calendarHolderIframe {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	display: none;
}
.calendarHolder {
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	border: 1px solid #BFBFBF;
	background-color: #63615D;
	text-align: left;
}
.divClear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
.calendarError {
	color: #CC3333;
	font-size: 11px;
	font-family: Verdana, arial, helvetica, verdana, sans-serif;
	margin-left: 10px;
	display: none;
}
.calendarInstructions {
	margin: 0px 20px 2px 20px;
	font-family: Verdana, arial, verdana;
	font-size: 10px;
	color: #4D4D4D;
}
.calendarInstructions .calendarInstructionsLabel {
	font-weight: bold;
}
.calendarStandard {
	font-size: 11px;
	font-family: Verdana, arial, verdana;
	color: #4d4d4d;
	display: inline;
}
.calendarOuterContainer {
	background-color: #FEFAED;
	margin:0;
	width: 520px;
	height: 215px;
}
.calendarNavigation {
	width: 35px;
	height: 210px;
	float: left;
}
.calendarNavigation #calendarNavigationPrev a img {
	padding-top: 5px;
	padding-left: 6px;
}
.calendarNavigation #calendarNavigationNext a img {
	padding-top: 5px;
	padding-left: 7px;
}
.calendarInnerContainer {
	width: 450px;
	height: 210px;
	float: left;
}
.calendarDiv {
	width: 219px;
	height: 205px;
	background-color: #FFFFFF;
	float: left;
	margin: 6px 0px 0px 0px;
}
.resetDates {
	text-align: center;
}
.resetDates a:link, .resetDates a:visited, .resetDates a:hover, .resetDates a:active {
	font-size: 11px;
	font-family: Verdana, arial, verdana;
	color: #006699;
	text-decoration: underline;
}
.menuHolder {
}
.travelDateHolder {
	width: 300px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 10px;
	font-size: 11px;
	font-family: Verdana, arial, verdana;
	color: #4d4d4d;
	float: left;
}
.travelDateLabel {
	font-weight: bold;
	color: #4d4d4d;
	display: inline;
}
.lengthOfStayError {
	color: red;
	display: inline;
}
.spacerDiv {
	width: 9px;
	height: 127px;
	float: left;
	margin: 6px 0px 0px 0px;
}
.continueButton {
	float: right;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	background: url(/sheraton/images/si_btn_arrow.gif) right center no-repeat #1F5995;
	color: #FFFFFF;
	padding: 4px 0px 4px 7px;
	margin: 0px 10px 0px 0px;
}
.continueButton a, .continueButton a:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	cursor: hand;
	padding:0px 15px 4px 0px;
	margin:0px 0px 0px 0px;
}
* html .continueButton a, * html .continueButton a:visited {
	padding:0px 16px 0px 0px;
}
.CalendarTable {
	width: 219px;
	height: 205px;
	background-color: #FFF6CB;
}
.CalendarTableInner {
	height: 195px;
	margin: 0px 0px 0px 6px;
}
.month {
	height: 25px;
	font-size: 11px;
	font-family: verdana;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #538DBF;
	text-align: center;
}
.daysoftheweek {
	width: 25px;
	height: 20px;
	text-align: center;
	font-size: 9px;
	letter-spacing: -1px;
	line-height: 20px;
	font-family: Arial, verdana;
	color: #4d4d4d;
	padding: 1px;
	float: left;
	margin: 0px 3px 1px 0px;
	overflow: hidden;
}
.emptyDay {
	width: 25px;
	height: 20px;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	font-family: verdana;
	color: #666666;
	background-color: #FFFFFF;
	padding: 1px;
	float: left;
	margin: 0px 3px 1px 0px;
	cursor: default;
}
.pastday {
	width: 25px;
	height: 20px;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	font-family: verdana;
	color: #999999;
	background-color: #FEF7E1;
	border: 1px solid #CFC4B6;
	float: left;
	margin: 0px 3px 1px 0px;
	cursor: default;
}
.vdate {
	width: 25px;
	height: 20px;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	font-family: verdana;
	color: #999999;
	background-color: red;
	border: 1px solid #415869;
	float: left;
	margin: 0px 3px 1px 0px;
	cursor: default;
}
.available {
	width: 25px;
	height: 20px;
	font-size: 10px;
	line-height: 10px;
	font-family: verdana;
	color: #4D4D4D;
	background-color: #FFFFFF;
	border: 1px solid #BFB6AA;
	text-decoration: none;
	display: block;
}
.booked a:link, .booked a:visited, .booked a:hover {
	width: 25px;
	height: 20px;
	font-size: 10px;
	line-height: 10px;
	font-family: verdana;
	color: #FFFFFF;
	background-color: #538DBF;
	border: 1px solid #BFB6AA;
	text-decoration: none;
	display: block;
}
.calendarNavigation #calendarNavigationPrev a.calendarNavigationPrevActive, .calendarNavigation #calendarNavigationNext a.calendarNavigationNextActive {
	position: relative;
	top: 70px;
	width: 17px;
	height: 20px;
	background-color: #1F5995;
	display: block;
	margin-left: 3px;
}
.calendarNavigation #calendarNavigationPrev a.calendarNavigationPrevDisabled, .calendarNavigation #calendarNavigationNext a.calendarNavigationNextDisabled {
	position: relative;
	top: 70px;
	width: 25px;
	height: 20px;
	background-color: #1F5995;
	display: block;
	margin-left: 3px;
	cursor: default;
}
.travelDates, .lengthOfStay {
	color: #215379;
	display: inline;
}
.available a:hover, .checkInOut a:link, .checkInOut a:visited, .checkInOut a:hover {
	width: 25px;
	height: 20px;
	font-size: 10px;
	line-height: 10px;
	font-family: verdana;
	color: #FFFFFF;
	background-color: #1F5995;
	border: 1px solid #BFB6AA;
	text-decoration: none;
	display: block;
}
.booked, .available, .checkInOut {
	text-align: center;
	float: left;
	margin: 0px 3px 1px 0px;
}


#valueDatesPopupContainer {
	color:#000000;
	margin:10px;
	padding:0 0 15px 0;
	background-color:#63615D;
}
.calendarHolder {
	border:none;
	position:static;
}
.calendarOuterContainer {
	background-color:#63615D;
}
.month {
	background-color:#30302F;
	color:#ffffff;
	line-height:22px;
}
.CalendarTable {
	background-color:#EAEAEA;
}
.available {
	border:1px solid #969696;
}
.closeButton {
	position:absolute;
	top:10px;
	right:0;
}
.calendarNavigation #calendarNavigationNext a img,  .calendarNavigation #calendarNavigationPrev a img {
	padding:0;
}
.calendarNavigation #calendarNavigationPrev a.calendarNavigationPrevActive,  .calendarNavigation #calendarNavigationNext a.calendarNavigationNextActive {
	background-color:#63615D;
}
.calendarNavigation #calendarNavigationPrev a.calendarNavigationPrevDisabled,  .calendarNavigation #calendarNavigationNext a.calendarNavigationNextDisabled {
	background-color:#636466;
}
.vdate {
	background-color:#4D99AA;
	color:#000000;
}
#valueDatePopupFooter {
	margin-left:36px;
}
#valueDatesPopupContainer h2 {
	background-color:#DFECEC;
	border-bottom:1px solid #C6C8CA;
	color:#336699;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin:0pt;
	padding-left:5px;
}
#valueDatesPopupContainer h3 {
	margin:10px 0 4px 36px;
	font-size:14px;
	color:#000000;
}
#propaddress {
	margin-left:36px;
}
#valueDatePopupFooter h3 {
	clear:both;
	color:#333333;
}
#valueDatePopupKey {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B4D4D7;
	float:left;
	height:30px;
	padding-right:5px;
}
#valueDatePopupKeyDescription {
	width:290px;
	height:40px;
}
#valueDatePopupSubmit, #valueDatePopupSubmit a {
	color:#333333;
}

