.bookcalbody {
	background-color: #EEE0C2;
	width: 600px;
}
.calendar {
	/** configure the width **/
	width:150px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;	
	padding: 0px;
	display: inline;
	float:left;	
	margin: 10px;	
	border-left: 1px #153d66 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:10px;
	padding: 2px;	border-bottom: 1px #153d66 solid;	border-right: 1px #153d66 solid;
}
.calendar .title {	margin: 0;
	padding: 3px;
	width: 141px;
	background: #153d66;
	color: #ffffff;	 
	text-align: center;	font-weight: bold;	font-size: 12px;
}
.calendar .headerdays  {
	padding: 2px;
	color: #153d66;
	background: #cccccc;	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: #a1ceff;	padding: 2px; font-weight: bold;
}
.calendar .priorDay {
	background-color: #6b6b6b;
	padding: 2px;
}
.calendar .noday {	background-color: #ffffff;
	padding: 2px;
}
.calendar .booked {
	background-color: #255484;
	padding: 2px;
}
.calendar .candepart {
	background-image: url(/images/depart-only.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
.calendar .canarrive {
	background-image: url(/images/arrive-only.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
.calendar .outofbounds {
	background-color: #7e9ab8;
	padding: 2px;
}

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

.calendar a {
	font-weight: bold;
	text-decoration: underline;	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: #cccccc;
}

.highlight.disabled {
	background-color: ;
}

.datereset {
	font-size: 12px;
}

/* Button to change month and year on top of calendar */
#vdsCal input.calButton1 {	
	width: 40px;
	height: 18px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
   	font-weight:bold;
	color:#333;
	font-size: 11px;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#666;
	border-bottom-color:#666;
	background-color:#ddd;
	filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffcccccc');
	padding-top: 2px;
	padding-bottom: 2px;
}
      
#vdsCal input.calButton1Hov{
   width: 40px;
   height: 18px;
   border-top-color:#de3450;
   border-left-color:#de3450;
   border-right-color:#de3450;
   border-bottom-color:#de3450;	color: #de3450;	cursor: pointer;
	cursor: hand;
}

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



/* For tooltip calendar key */

div#tooltip a {
	border-bottom: 1px dashed;
	text-decoration: none;
	color: #000000;
}

div#tooltip a:link {
	border-bottom: 1px dashed;
	text-decoration: none;
	color: #000000;
}

div#tooltip a:visited {

}

div#tooltip a:hover {
	position: relative;
}

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

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


span#booked {
	text-decoration: none;
	color: #000000;
	background-color: #255484;
	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: #7e9ab8;
	width: 18px;
	height: 18px;
	text-align: center;
	border: 1px #000000 solid;
	padding: 0px;}
	
span#arriveonly {
	color: #000000;
	background-image: url(/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(/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: #a1ceff;
	width: 18px;
	height: 18px;
	text-align: center;
	border: 1px #000000 solid;
	padding: 0px;}

span#userres {
	color: #000000;
	background-color: #de3450;
	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;
	background-color: #f3f3f5;
	border: 1px #cccccc solid;
	padding: 4px;
	margin: 6px;
	vertical-align: top;} */

.calrates {
	width: 250px;
}

.calBookit {
	/*width: 130px;*/
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
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: 100%;
	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: 250;
	background-color: #f5f5f5;
}

.errMessageBox.disabled2 {
	display: none;
}

.errMessageBox.enabled2 {
	display: block;
}

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

.nonErrMessageBox {
	padding: 4px;
	margin: 4px;
	border: 1px #cccccc solid;
	width: 250;
	background-color: #f5f5f5;
}

.nonErrMessageBox.disabled2 {
	display: none;
}

.nonErrMessageBox.enabled2 {
	display: block;
}

.nonErrMessageTxt {
	color: #05305c;
	font-weight:bold;
}

.rental_house_ajaxcal_right {
	padding-top: 14px;
}

input.calBookit {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: solid 1px #999999;
	text-indent: 2px; 
	background: #002d6a url(/images/button-bkgd.jpg) repeat-x top left;
	padding: 2px;
	width: 190px;
}


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


