.rental_house_image {}

.calendar {
	/** configure the width **/
	width:150px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	padding: 0px;
	display: inline;
	float:left;	margin: 5px 5px 0px 0px;	border-left: 1px #003265 solid;}
.calendar .horizontal {
	display: inline;
	float:left;
}
.calendar .vertical {
	display:block;
	float:none;
}

.calendar td {
	width: 22px;
	height: 17px;
	background-color: #FFFFFF;
	text-align: center;
	font-size:0.9em;
	padding: 2px;	border-bottom: 1px #003265 solid;	border-right: 1px #003265 solid;
}
.calendar .title {	margin: 0;
	padding: 2px;
	background: #003265;
	color: #fff;	 
	text-align: center;	font-weight: bold;	font-size: 11px;
}
.calendar .headerdays  {
	padding: 2px;
	color: #003265;
	background: #ffffff;	font-weight: bold;	height: 10px;}
	
.calendar .footer {
	background-color: #5670B3;
	font-weight: bold;
	font-size:0.8em;
	color: #FFFFFF;
	width:100%;
}
.calendar .today {
	background-color: #FAD2DA;	padding: 2px
}
.calendar .priorDay {
	background-color: #ffffff;
	color: #aeaeae;
	padding: 2px;
}
.calendar .noday {	background-color: #ffffff;
	padding: 2px;
}
.calendar .booked {
	background-color: #cc0000;
	padding: 2px;
}
.calendar .candepart {
	background-image: url(/vdsCal/images/depart-only.gif);
	background-repeat: no-repeat;
}
.calendar .canarrive {
	background-image: url(/vdsCal/images/arrive-only.gif);
	background-repeat: no-repeat;
}
.calendar .outofbounds {
	background-color: #ffcc00;
	padding: 2px;
}

.calendar .userres {
	background-color: #708090;
	padding: 2px;
}
.calendar .beforearrival {
	color: #d3d3d3;
	padding: 2px;
}

.calendar a {
	font-weight: bold;
	text-decoration: none;	margin: 0px;	padding: 0px;}
.calendar a:link{	color: #000000;
}
.calendar a:visited{

}
.calendar a:hover{
	color: #de3450;	background-color: #cccccc;	background-repeat: repeat;
}
.calendar td.cellHover {
	color: #de3450;	background-color: #cccccc;

}

/* Date input fields */

input.dic-arrival{
	width: 75px;
}
input.dic-depart{
	width: 75px;
}

.highlight {
	padding: 5px 3px;
	display: inline;
}

.highlight.enabled {
	background-color: #8badcd;
}

.highlight.disabled {
	background-color: ;
}

/* Button to change month and year on top of calendar */
input.calButton1 {	
	width: 44px;
	height: 22px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
   	font-weight:bold;
	color:#ffffff;
	font-size: 11px;
	background-image: url(/images/ajax-calendar-button.jpg);
	padding-bottom: 1px;
	text-align: center;
	border: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 2px;
}
      
#vdsCal input.calButton1Hov{
   width: 44px;
   height: 22px;
	color: #efdeb8;	
	cursor: pointer;
	cursor: hand;
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 2px;
	text-decoration: none;
}

/* to overwrite bad design stylesheet that is settig width on all inputs */
input.caltextbox {
	width: 60px;
}



/* For tooltip calendar key */

div#tooltip {
	padding: 0 0 5px 7px;
}

div#tooltip a {
	border-bottom: 0px solid;
	text-decoration: none;
	color: #012952;
	font-size: 12px;
}

div#tooltip a:link {
	border-bottom: 0px solid;
	text-decoration: none;
	color: #012952;
}

div#tooltip a:visited {

}

div#tooltip a:hover {
	position: relative;
	border-bottom: 1px solid;
	text-decoration: none;
	color: #0159b1;
}

div#tooltip a span#window{
	display: none;
}

div#tooltip a:hover span#window {
	top: 20px;
	left: 0px;
	display: block;
	position: absolute;
	border: 1px #000000 solid;
	background-color: #f5f5f5;}

div#house_rate_tooltip a span#house_rate_window{
	display: none;
}

div#house_rate_tooltip a:hover span#house_rate_window {
	top: 20px;
	left: 0px;
	display: block;
	position: absolute;
	border: 1px #000000 solid;
	background-color: #f5f5f5;}


span#booked {
	text-decoration: none;
	color: #000000;
	background-color: #CC0000;
	width:18px;
	height:18px;
	text-align: center;
	border: 1px #000000 solid;
	padding: 0px;}
	
span#available {
	color: #000000;
	background-color: #ffffff;
	width: 18px;
	height: 18px;
	text-align: center;
	border: 1px #000000 solid;
	padding: 0px;}
	
span#unavailable {
	color: #000000;
	background-color: #ffcc00;
	width: 18px;
	height: 18px;
	text-align: center;
	border: 1px #000000 solid;
	padding: 0px;}
	
span#arriveonly {
	color: #000000;
	background-image: url(/vdsCal/images/arrive-only.gif);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	text-align: center;
	border: 1px #000000 solid;
	padding: 0px;}
	
span#departonly {
	color: #000000;
	background-image: url(/vdsCal/images/depart-only.gif);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	text-align: center;
	border: 1px #000000 solid;
	padding: 0px;}

span#today {
	color: #000000;
	background-color: #FAD2DA;
	width: 18px;
	height: 18px;
	text-align: center;
	border: 1px #000000 solid;
	padding: 0px;}

span#userres {
	color: #000000;
	background-color: #708090;
	width: 18px;
	height: 18px;
	text-align: center;
	border: 1px #000000 solid;
	padding: 0px;}

/* End Calendar Key */

/* Charges Box */
.calratebox {
	font-weight: bold;
	height: 100%;
	width: 120px;
	padding: 3 0 0 6px;
	margin: 6px;
	vertical-align: top;}
/*
//START Changes RS: 6/09
//removed from calBookit
//	width: 165px;
//	font-size: 11px;
//	font-weight: bold;
*/
.calBookit {
color: #ffffff;
font: bold 12px Arial, Helvetica, sans-serif;
border: 0px;
border-style: outset;
border-color: #8FC1EC #0F538F #0F538F #8FC1EC;
text-indent: 0px; 
background-image:url(/images/button.gif);
padding: 0px;
width: 180px;
height: 24px;
}
.datereset{
font: bold 10px Arial, Helvetica, sans-serif;
}
/*
//END Changes RS: 6/09
*/
span#rent {
	color: #ff0000;
	text-align: right;
}
span#charges {
	color: #ff0000;
	text-align: right;
}
span#tax {
	color: #ff0000;
	text-align: right;
	text-decoration: underline;
}
span#total {
	color: #ff0000;
	text-align: right;
}

/* End Charges Box */

/* Date Range Box */
.caldatebox {
	height: 100%;
	width: 198px;
	padding: 4px;
	margin: 6px;
	vertical-align: top;
}

/* end date range box */

span#nolink {
	color: #CCCCCC;
	text-decoration: none;
}

/* Error Message Text Box */

.errMessageBox {
	padding: 4px;
	margin: 4px;
	border: 1px #ff0000 solid;
	width: 180px;
	background-color: #f5f5f5;
}

.errMessageBox.disabled2 {
	display: none;
}

.errMessageBox.enabled2 {
	display: block;
}

.errMessageTxt {
	color: #ff0000;
	font-weight:bold;
}
	

/* FOR ACTIVATING JS IN AJAX CALLED CODE - DO NOT TOUCH */
.javascript { display: none; }


/* CALCULATE RENTAL COST DROP DOWN MENU */

/* Promo Code Classes */


.promo_housetable {
	padding: 0px;
	width: 180px;
	align: left;
}
.promo_househead{
	background: url(images/promo_reservehead-bkgd.jpg) no-repeat top left;
	width: 180px;
	height: 23px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	border: 0px;
	text-align:center;
}
th.promo_house{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 2px;
	border: 0px;
	text-align: right;
	background: #fffde8;
	border-left: solid 1px #000000;
}

th.promo_house_blue {
	font-size: 12px;
	font-weight: bold;
	color: #25408f;
	padding: 2px;
	border: 0px;
	text-align: right;
	background: #fffde8;
	border-left: solid 1px #000000;
}

td.promo_house{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 2px;
	border: 0px;
	width: 50%;
	text-align: right;
	background: #fffde8;
	border-left: solid 1px #000000;
}

.promo_housedata{
	font-size: 11px;
	border: 0px;
	background: #fffde8;
	padding: 2px 30px 2px 2px;
	color: #000000;
	width: 50%;
	text-align: right;
	border-right: solid 1px #000000;
}
.promoButton{
	color: #ffffff;
	background: #25408f url(images/promo_button_bkgd.jpg) repeat-x top left;
	font: bold 10px Arial, Helvetica, sans-serif;
	border: 0px;
	text-indent: 0px; 
	padding: 0px;
	width: 35px;
	height: 19px;
	margin-top: 2px;
	margin-left: 4px;
}
.promo_houseinput{
	color: #003265;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid;
	border-color: #003265;
	text-indent: 2px; 
	padding: 2px;
	width: 40px;
}

.promo_houseempty{
	font-size: 8px;
	padding: 1px;
	color: #003265;
	text-align: center;
	height: 2px;
	background: #fffde8;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

.promo_hr {
	width: 90%;
    border-style: solid;
    background-color: #4d4d4f;
    height: 2px;
    border: none; 
    color: #4d4d4f;
}

.promo_housebottom {
	background: url(/vdsCal/images/promo_house_bottom.gif) no-repeat top left;
	height: 9px;
	width: 180px; 
}

.promo_header {
	margin-top: 1px;
	line-height: 18px;
}

.promo_header_grey_text {
	color: #4d4d4f;
	font-size: 12px;
	line-height: 18px;
}

.promo_subhead_text {
	font-size: 12px;
	margin-top: 20px;
}

.promo_agreement_text {
	color: #4d4d4f;
	font-size: 10px;
	padding-top: 10px;	
}


