.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 #758fa6 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 #758fa6 solid;	border-right: 1px #758fa6 solid;
}
.calendar .title {	margin: 0;
	padding: 2px;
	width: 141px;
	background: #afc4d6;
	color: #4a4629;	 
	text-align: center;	font-weight: bold;	font-size: 11px;
}
.calendar .headerdays  {
	padding: 2px;
	color: #4a4629;
	background: #f8f8f3;	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: #a6bccf;	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: #f9f8f4;
	font-weight:bold;
	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: 2px 2px;
	display: inline;
}

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

.highlight.disabled {
	background-color: ;
}

.datereset {
	font-size: 9px;
	margin:5px 0px;
}

/* Button to change month and year on top of calendar */
#vdsCal input.calButton1 {	
	color: #4A4629;
	font: bold 10px  Verdana, Helvetica, sans-serif;
	padding: 3px 5px 5px 5px;
	background-image:url(/images/buttonbarclass-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #4d6185;
	width: 50px;
	height: 18px;
	text-align:center;
	/*filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffcccccc');*/
	
}
      
/*#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 solid;
	text-decoration: underline;
	color: #4a4629;
}

div#tooltip a:link {
	border-bottom: 1px dashed;
	text-decoration: underline;
	color: #4a4629;
}

div#tooltip a:visited {
text-decoration: underline;

}

div#tooltip a:hover {
	position: relative;
	text-decoration: underline;
}

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

div#tooltip a:hover span#window {
	top: -100px;
	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: 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: #ffd700;
	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;
	background-color: #CCCCCC;
	border: 1px #000000 solid;
	padding: 4px;
	margin: 6px;
	vertical-align: top;}

.calBookit {
	/*width: 130px;*/
	font-size: 10px;
	font-weight: bold;
/*
	filter:progid:DXImageTransform.Microsoft.Gradient 
	  (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
*/
}



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: 2px;
	margin: 2px;
	vertical-align: top;
}

/* end date range box */

span#nolink {
	color: #4a4629;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}

/* 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 #008000 solid;
	width: 270px;
	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; }


/* NEW RATE POPUP BOX */

#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#fade {
	background: #6D848C; 
	position: fixed; 
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 100;
}
.popup_block {
	background: #6D848C;
	padding: 10px 20px;
	border: 10px solid #fff;
	float: left;
	width: 280px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin: 0 0 0 -150px;
	z-index: 100;

}
.popup_block .popup {
	float: left;
	width: 100%;
	background: #fff;
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #00112B;
	
}

.popup img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}

/*--Making IE6 Understand Fixed Positioning--*/

*html #fade {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
}

*html .popup_block {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}

#calrates {
	margin-left:auto; margin-right:auto;
	width: 150px;
}

.arrive-depart {
	text-align:left;
	width: 100px;
	margin:5px 0px;
}
