table, tr, th, td {
	padding: 1;
}
.bookcalbody {
	background-color: #EEE0C2;
	border: 1px #1b5697 solid;
}
.calendar {
	/** configure the width **/
	width:144px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	padding: 0px;
	display: inline;
	float:left;	
	margin: 0px 4px 5px 5px;	
	border-left: 1px #1b5697 solid;
}
.calendar .horizontal {
	display: inline;
	float:left;
}
.calendar .vertical {
	display:block;
	float:none;
}

.calendar td {
	width: 22px;
	height: 15px;
	background-color: #FFFFFF;
	text-align: center;
	font-size:10px;
	padding: 2px;	border-bottom: 1px #1b5697 solid;	border-right: 1px #1b5697 solid;
}
.calendar .title {	
	margin: 0;
	padding: 2px;
	width: 141px;
	background: #414263;
	color: #fff;	 
	text-align: center;	font-weight: bold;	font-size: 11px;
}
.calendar .headerdays  {
	padding: 2px;
	color: #000000;
	background: #c5ab7c;	font-weight: bold;	height: 10px;}

.calendar .footer {
	background-color: #5670B3;
	font-weight: bold;
	font-size:0.8em;
	color: #FFFFFF;
	width:100%;
}

.calendar .custDay {
	color: #000000;
	background-color: #e7f0cd;	padding: 2px
}

.calendar .today {
	color: #000000;
	background-color: #e7f0cd;	padding: 2px
}
.calendar .priorDay {
	background-color: #e8e8e8;
	padding: 2px;
}
.calendar .noday {	background-color: #ffffff;
	padding: 2px;
}
.calendar .booked {
	background-color: #a6c5f2;
	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: #e7f0cd;
	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: 75px;
}
input.dic-depart{
	width: 75px;
}

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

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

.highlight.disabled {
	background-color: ;
}

.datereset {
	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 a {
	border-bottom: 1px dashed;
	text-decoration: none;
	color: #000000;
	margin-top: 5px;
}

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

span#booked {
	text-decoration: none;
	color: #000000;
	background-color: #a6c5f2;
	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: #e7f0cd;
	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: #99b4c6;
	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;
	background-color: #00713B;
	border: 1px #000000 solid;
	padding: 4px;
	margin: 6px;
	vertical-align: top;}

.calBookit {
	/*width: 130px;*/
	font-size: 10px;
	font-weight: bold;
}
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: #1b569c;
	text-decoration: none;
	font-weight: normal;
}

/* Error Message Text Box */

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

.errMessageBox.disabled2 {
	display: none;
}

.errMessageBox.enabled2 {
	display: block;
}

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

.nonErrMessageBox {
	padding: 4px;
	margin: 0px 0px 20px 0px;
	border: 1px #008000 solid;
	width: 210px;
	background-color: #f5f5f5;
}

.nonErrMessageBox.disabled2 {
	display: none;
}

.nonErrMessageBox.enabled2 {
	display: block;
}

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

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

.ajaxpickmonthTD{padding-top:5px;}
