	#bookassist_form *{
	margin:0;
	padding:0;
	}
	#bookassist_form{
	overflow:hidden;
	padding:12px 0 0 20px;
	width:240px;
	}
	#bookassist_form #DatesForm{
	overflow:hidden;
	color: #374149;
	}
	#bookassist_form .search_title{
	float:left;
	color:#b5141b;
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	text-transform:uppercase;
	width:240px;
	}
	#bookassist_form label{
	text-align:left;
	float:left;
	font-weight: bold;
	color:#6d664d;
	text-transform:uppercase;
	width:240px;
	padding:10px 0;
	font-size: 13px;
	}
	#bookassist_form .date_select{
	float:left;
	display:inline;
	margin:0 0 0 10px;
	width:250px;
	padding:2px;
	}
	#bookassist_form #DatesForm #inday{
	width:50px;
	}
	#bookassist_form #DatesForm #outday{
	width:50px;
	}
	#bookassist_form #inmonthyear{
	width:100px;
	float:left;		
	}
    #bookassist_form #outmonthyear {
	width:100px;
	float:left;		
	}
	#bookassist_form .date_input{
	clear:both;
	font-size:20px;
	color:#ffffff;
	background:#b5141b;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	padding:5px 25px;
	margin:17px 0 0 0;
	cursor:pointer;
	}
	#bookassist_form img{ 
	float:left;
	margin-left:5px;
	}
	#bookassist_form #ba_adults{
	width:50px;
	float:left;
	}
	#bookassist_form #ba_children{
	width:50px;
	float:left;
	}
	a img {
    border: 0;
} 
 #bookassist_form img{ 
		margin:2px 5px;
}   
a.callink{
	cursor:pointer;
}

/* For JS-popu-windows */
#calendar{
    display: none;
    position: absolute;
    padding: 0;      
	color:#000;
	z-index:500;
}


/* For calendar */
.caltab
{
	background: #ffffff;
	border: 1px solid #000;
	padding: 10px;
}
.caltab td {
    text-align: center;  
}
.caltab td a {
    display: block;
	padding: 0px;
}
.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;
}
td.calheader{
	/*background:  #CCCCCC;*/
    padding: 0px;
	text-align: left;  
	
}
.weekdays td {
    border-bottom: 1px solid #000;  
	width: 20px;
	color: #000;
	font-size:85%;
	text-transform:uppercase;

	padding:5px 0;
}
.days td {
    padding: 2px;
	width: 20px;
}
.days td.weekend {
    background-color: #b5141b;  
}
         
.days td.gone {
	color: #cec59c;
    text-decoration: line-through;
}
.days td.today, .days td.future {
    border: none;
}
.days td a {
	color: #000;
    padding: 0px 1px 0px 0px;
	text-decoration: none;
}
.days td.weekend a {

	color: #ffffff;
	text-decoration: none; 
}
.days td a:hover {
	background: none;

}
.days td.today a {
	color: #cec59c;
	
}
.days td.selected a {
	background: none;
}              

.caltab .calfoot
{
	padding: 5px 0px 0px 0px;
}
.caltab .calfoot a
{
	border: 1px solid #b5141b;
	background-color: #b5141b;
	color: #ffffff;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
}
.caltab .calfoot a:hover
{
	background-color: #b5141b;
	border: 1px solid #b5141b;
	color: #ffffff;
	text-decoration: none;
}

/* 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: 500; }
   
a.calNextMonth, a.calPrevMonth{
	background:transparent !important;
}

