#bookassist_form #DatesForm {width:240px;height:142px;background: transparent url(../images/bookbg.jpg) 0px 0px no-repeat;position:absolute;}
#bookassist_form #DatesForm label, #bookassist_form #DatesFormlegend, #bookassist_form #DatesForm span {display:none;}
#bookassist_form #DatesForm option, #bookassist_form #DatesForm select {background-color: transparent;margin:0px;padding:0px;border:0px;}
#bookassist_form #DatesForm select {position:absolute;font-size: 18px;background-color:#f3efdd;}
#bookassist_form #DatesForm #inday {top: 39px;left: 78px;width:44px;height:28px;}
#bookassist_form #DatesForm #inmonthyear {top: 39px;left: 123px;width:97px;height:28px;}
#bookassist_form #DatesForm #outday {top: 72px;left: 78px;width:44px;height:28px;}
#bookassist_form #DatesForm #outmonthyear {top: 72px;left: 123px;width:97px;height:28px;}
#bookassist_form #DatesForm input.date_input {position:absolute;top:105px;left:120px;height:30px;width:90px;border:0px;background: transparent url(../images/book_submitbg.jpg) 0px 0px no-repeat;cursor:pointer;cursor:hand;text-indent:-999px;font-size:1px;color:#000;padding-left:10px;text-align:left;}
#bookassist_form #DatesForm input.date_input:hover {background-position: 0px -30px;}
#dep_cal_icon {position:absolute;top:76px;right:0px;}
#arr_cal_icon {position:absolute;top:43px;right:0px;}
/*Bookassist Starts*/



/* For JS-popu-windows */
#calendar{
    display: none;
    position: fixed;
    padding: 0;
	font-size:11px;
	font-family:verdana, arial;
	color:#444;
}



/* For calendar */
.caltab {
    border: 1px solid #333;
    background: #fff;
	font-size:1em;
}
.caltab a:link, .caltab a:visited {
    color: #004567;
}
.caltab a:hover {
    color: #933;
    border-color: #DBCDCD;
	background:#DBCDCD;
}
.caltab a:active {
    color: #933;
    border-color: #933;
}
.caltab td {
    text-align: center;
}
.caltab td a {
    display: block;
    text-decoration: none;

}
.caltab td.calheader a {
    display: inline;
    vertical-align: -.2em;
}
.caltab td.calheader img.calNoPrevMonth {
    background: transparent url(http://bookassist.com/scripts/calendar/calprev.png) 0 -32px no-repeat;
    vertical-align: -.2em;
}
.caltab td.calheader img.calNoNextMonth {
    background: transparent url(http://bookassist.com/scripts/calendar/calnext.png) 0 -32px no-repeat;
    vertical-align: -.2em;
}
.caltab td.calheader .calNextMonth img {
    background: transparent url(http://bookassist.com/scripts/calendar/calnext.png) 0 0 no-repeat;
}
.caltab td.calheader .calPrevMonth img {
    background: transparent url(http://bookassist.com/scripts/calendar/calprev.png) 0 0 no-repeat;
}
.caltab td.calheader .calNextMonth:hover img, .caltab td.calheader .calPrevMonth:hover img {
    background-position: 0 -16px;
}
.caltab td.calheader .calNextMonth:active img, .caltab td.calheader .calPrevMonth:active img {
    background-position: 0 -32px;
}
.calheader {
    padding: .2em;
    white-space: nowrap;
}
.calheader select {
	font-size:0.9em;
}
.weekdays td {
    border-bottom: 1px solid #ddd;
}
.days td {
    color: #7E9FC9;
    padding: .1em;
    border: 1px solid #fff;
}
.days td.weekend {
    background-color: #eee;
    border-color: #eee;
}

.days td.gone {
    text-decoration: line-through;
	padding:0.2em;
}
.days td.today, .days td.future {
    border: none;
}
.days td a {
    padding: .1em;
    border: 1px solid #fff;
}
.days td.weekend a {
    border-color: #eee;
}
.days td.today a {
    background-color: #DBCDCD;
	border:1px solid #DBCDCD;
}
.days td.selected {
    font-weight: bold;
}
.days td.selected a {
    border-color: #09c;
}

.caltab .calfoot{
	background:#fff;
    border-top:1px solid #ddd;
}
.caltab .calfoot{
	padding:0;
}

/* Support for the "iehover-fix.js" */

#calendar iframe {
	position: absolute;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	width:100%;
	height:auto;
}

#calendar{
	overflow:hidden;
}

* html table.caltab { z-index: 200; }

a.calNextMonth, a.calPrevMonth{
	background:transparent !important;
}

/*---------Bookassist Ends----------------*/
 /*Bookassist Starts*/