/*Bookassist Starts*/
		#bookassist_form{
			font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
			font-size:12px;
			text-transform:capitalize;
			text-align:left;
			color: #EEEEEE;		
		}
		#bookassist_form form{
			height:90px;
			width:880px;			
		}
		#bookassist_form #DatesForm{
			margin-top:6px;
			margin-bottom:5px;
		}
		#bookassist_form .search_title{
		margin-right: 270px;
		margin-left: 5px;
		font-weight:bold;
		font-size: 18px;
		}
		#bookassist_form label{
		margin-left:10px;
		display: inline;
		}
		#bookassist_form .date_select{
			font-size:12px;
			background: #FFFFFF;
			color:#666666;
			margin-left:5px;
			width:48px;
			padding:0;
		}


		#bookassist_form #DatesForm #inday{
		width:45px;
		}
		#bookassist_form #DatesForm #outday{
		width:45px;
		}
		#bookassist_form #DatesForm #inmonthyear{
		width:82px;
		}
		#bookassist_form #DatesForm #outmonthyear{
		width:82px;
		}
		
		#bookassist_form #ba_adults{
		width:38px;
		margin-left:10px;
		}
		
		#bookassist_form #ba_children{
		width:38px;
		}
		
		#bookassist_form .date_input{
			text-transform: capitalize;
			width:110px;
			font-size:16px;
			padding:0px 2px 0px 2px;
			margin-top:5px;
			margin-left:20px;
			background: #FFFFFF;
			border:1px solid #EEEEEE;
			color:#615211;
		}
	#ba_javascript p{
	margin:0px 0px 0px 5px;
	padding:0px;
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	text-align:center;
	font-size:10px;
	color: #000000;
	}
	#ba_javascript a{
	color: #FFCC33;
	text-decoration:underline;
	}
	a img {
    border: none !important;
} 
 #bookassist_form img{ 
		margin:0px 0px -5px 3px;
	}   
a.callink{
	cursor:pointer;
	cursor:hand;
}


/* For JS-popu-windows */
#calendar{
display: none;
position: absolute;
padding: 0;      
font-size:12px;
font-family:"Trebuchet MS",Tahoma,Arial,sans-serif;     
color:#444;  
z-index: 100;
}

/* For calendar */
.caltab {
border: 1px solid #333;
background: #fff; 
font-size:1em;
}

.caltab a:link, .caltab a:visited {
color: #272F6D;
}

.caltab a:hover {
color: #000000;
border-color: #DBCDCD;     
background:#DBCDCD;
}

.caltab a:active {
color: #000000;
border-color: #DBCDCD;
}

.caltab td {
text-align: center;
font-size:12px;
border: 1px solid #333;
}

.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;
width: 175px;
}

.weekdays td {
border-bottom: 1px solid #DDDDDD;  
}

.days td {
color: #999999;
padding: .1em;
border: 1px solid #333333;  
}

.days td.weekend {
background-color: #EEEEEE;
border: 1px solid #333333;   
}
         
.days td.gone {
text-decoration: line-through;      
padding:0.2em;
}

.days td.today, .days td.future {
border: 1px solid #333333;  
}

.days td a {
padding: .1em;
border: 1px solid #FFFFFF;
}

.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: #615211;
}             

.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: 100;
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;
}
