.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 #275785 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 #275785 solid;	border-right: 1px #275785 solid;
}
.calendar .title {	margin: 0;
	padding: 2px;
	width: 141px;
	background-color: #275785;
	color: #fff;	 
	text-align: center;	font-weight: bold;	font-size: 11px;
}
.calendar .headerdays  {
	padding: 2px;
	color: #ffffff;
	background: #467eb9;	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: #e8e8e8;
	padding: 2px;
}
.calendar .noday {	background-color: #ffffff;
	padding: 2px;
}
.calendar .booked {
	background-color: #ff0000;
	padding: 2px;
}
.calendar .candepart {
	background-image: url(/vdsCal/images/depart-only.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
.calendar .canarrive {
	background-image: url(/vdsCal/images/arrive-only.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
.calendar .outofbounds {
	background-color: #ffd700;
	padding: 2px;
}

.calendar .userres {
	background-color: #708090;
	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: 90px;
}
input.dic-depart{
	width: 90px;
}

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

.highlight.enabled {
	background-color: #008000;
}

.highlight.disabled {
	background-color: ;
}

.datereset {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
}

/* 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:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;	color: #c63;	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{
	text-align:right;
	color: #000000;
	font-size: 13px;
}

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: -180px;/*-100px 50px*/
	left: -105px;
	display: block;
	position: absolute; 
	border: 1px #000000 solid;
	background-color: #f5f5f5;}


span#booked {
	text-decoration: none;
	color: #000000;
	background-color: #ff0000;
	width:18px;
	height:18px;
	text-align: left;
	border: 1px #000000 solid;
	padding: 0px;}
	
span#available {
	color: #000000;
	background-color: #ffffff;
	width: 18px;
	height: 18px;
	text-align: left;
	border: 1px #000000 solid;
	padding: 0px;}
	
span#unavailable {
	color: #000000;
	background-color: #ffd700;
	width: 18px;
	height: 18px;
	text-align: left;
	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: left;
	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: left;
	border: 1px #000000 solid;
	padding: 0px;}

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

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

/* End Calendar Key */

/* Charges Box */
.calratebox {
	font-weight: bold;
	height: 100%;
	width: 170px;
	background-color: #CCCCCC;
	border: 1px #000000 solid;
/*	padding: 4px;
	margin: 6px; */
	vertical-align: top;}

.calBookit {
	font-size: 10px;
	font-weight: bold;
}
span#rent {
	color: #275785; /* #ff0000 */
	text-align: right;
}
span#charges {
	color: #275785;
	text-align: right;
}
span#tax {
	color: #275785;
	text-align: right;
	text-decoration: underline;
}
span#total {
	color: #275785;
	text-align: right;
}

/* End Charges Box */

/* Date Range Box */
.caldatebox {
	height: 100%;
	width: 230px;
/*	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: 377px;/* 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 #008000 solid;
	width: 377px; /* 270px; */
	background-color: #f5f5f5;
}

.nonErrMessageBox.disabled2 {
	display: none;
}

.nonErrMessageBox.enabled2 {
	display: block;
}

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

.vdsCalGenTxt{
	text-align:left;
	color: #000000;
	margin-left:40px;
}

.vdsCalKey{
	font-family: Arial, Helvetica, sans-serif;
	color: #845934;
	font-weight:bold;
}

.rental_house_ajax_table{
	font-size:13px;
}


.cal_rates_table td{
	font-weight: normal;
}

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


