.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;	
	border-left: 1px #07579b 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 #07579b solid;	border-right: 1px #07579b solid;
}
.calendar .title {	margin: 0;
	padding: 2px;
	width: 141px;
	border-bottom:1px solid #07579b;
	/*background: #0f167c;*/
	background:#07579b url(/images/srch-btn.gif) repeat-x;
	color: #fff;	 
	text-align: center;	font-weight: bold;	font-size: 11px;
}
.calendar .headerdays  {
	padding: 2px;
	color: #07579b;
	background: #e4f1fc;	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: #b5d9fa;	padding: 2px;
}
.calendar .priorDay {
	background-color: #e8e8e8;
	padding: 2px;
}
.calendar .noday {	background-color: #ffffff;
	padding: 2px;
}
.calendar .booked {
	background-color: #ff0000;
	padding: 2px;
}
.calendar .candepart {
	background: #ffffff url(/images/depart-only.gif) no-repeat;
	background-position: right center;
}
.calendar .canarrive {
	background: #ffffff url(/images/arrive-only.gif) no-repeat;
	background-position: left center;
}
.calendar .outofbounds {
	background-color: #ffffff;
	padding: 2px;
}

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

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

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

}

/* Date input fields */

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

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

.highlight.enabled {
background-color:#0099cc;
	/*background-color: #008000;*/
}

.highlight.disabled {
	background-color: ;
}

.datereset {
	font-size: 9px;
}

/* Button to change month and year on top of calendar */
#vdsCal input.calButton1 {	
	width: 40px;
	height: 22px;
	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: 22px;
   border-top-color:#8f2726;
   border-left-color:#8f2726;
   border-right-color:#8f2726;
   border-bottom-color:#8f2726;	color: #8f2726;	cursor: pointer;
	cursor: hand;
}

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



/* For tooltip calendar key */

/*#tooltip {
	top: 0px;
	left: 0px;
}*/

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: 0;
	left: 0;
	display: block;
	position: absolute;
	border: 1px #000000 solid;
	background-color: #f5f5f5;
	z-index:1;
	
	}
	

span#booked {
	text-decoration: none;
	color: #000000;
	background-color: #ff0000;
	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: #e8f3ff;
	width: 18px;
	height: 18px;
	text-align: center;
	border: 1px #000000 solid;
	padding: 0px;}
	
span#arriveonly {
	color: #000000;
	background: #ffffff url(/images/arrive-only.gif) no-repeat;
	width: 18px;
	height: 18px;
	text-align: center;
	border: 1px #000000 solid;
	padding: 0px;}
	
span#departonly {
	color: #000000;
	background: #ffffff url(/images/depart-only.gif) no-repeat;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	text-align: center;
	border: 1px #000000 solid;
	padding: 0px;}

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

span#userres {
	color: #000000;
	background-color: #4e8fcb;
	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: 225px;
	background-color: #EFE5B5;
	border: 1px #07579b solid;
	padding: 4px;
	margin: 6px;
	vertical-align: top;}

.calBookit {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: normal;
}
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: 200px;
	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: 270px;
	background-color: #f5f5f5;
}

.errMessageBox.disabled2 {
	display: none;
}

.errMessageBox.enabled2 {
	display: block;
}

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

.nonErrMessageBox {
	padding: 4px;
	margin: 4px;
	border: 1px #0099cc solid;
	width: 270px;
	background-color: #f5f5f5;
}

.nonErrMessageBox.disabled2 {
	display: none;
}

.nonErrMessageBox.enabled2 {
	display: block;
}

.nonErrMessageTxt {
	color: #008000;
	font-weight:bold;
}
	
	
.calratebox{
background-color:#fffa99;
}	

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


/* CUSTOM FOR THE RENTAL CONNECTION */

.vdsCalGenTxt {
	color: #07579b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	text-align: left;
	line-height: normal;
}


