/** {
margin: 0;
}
a img {
border: 0;
}*/
#booking_tab #searchboxInc {
font: 14px Arial, Helvetica, sans-serif;
color:  #000;
width: 100%;
}
#booking_tab #searchboxInc form {
background: #fff;
}
#booking_tab #searchboxInc fieldset, #booking_tab #searchboxInc img {
border: 0;
}
#booking_tab #searchboxInc fieldset input,
#booking_tab #searchboxInc fieldset select {
	padding: 5px 5px 5px 10px
}
#booking_tab #searchboxInc fieldset {

}
#booking_tab #searchboxInc #inout h3 {
background-color:transparent;
font-size: 18px;
}
#booking_tab #searchboxInc h3 {
	margin-bottom: 0.2em;
	position: static;
	font-size: 25px;
	margin: 0;
	color: #00adee;
}
#booking_tab #searchboxInc p {
font-size: 2em;
margin: 0;
}
#booking_tab #homein, #booking_tab #homeout {
float: left;
padding: 0.5em 1em 0 0;
}
#booking_tab .avail {
padding-top: 1em;
clear: left;
}
#booking_tab #searchboxInc a.calender {
vertical-align: -4px;
}
#booking_tab #searchboxInc a.calender img {
background: #0896ff;
}
#booking_tab .blur {
color: #999;
}
#booking_tab button {
	display: block;
	background: url(../images/blue-button-normal.png) no-repeat top center;
	font-family: 'Crete Round', serif;
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
	width: 181px;
	height: 32px;
	line-height: 32px;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-shadow: 0px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=1);
	border: none;
	float: right;
	cursor: pointer;
}
#booking_tab #calendar {
font: 12px/1.5 Arial, Helvetica, sans-serif;
color: #003580;
display: none;
position: absolute;
background-image: url(http://q-ec.bstatic.com/static/img/shadow3/d59400a9e3fb1de83d0ecf952eef4e894acabc26.png);
padding: 0 4px 4px 0;
}
/* For calendar */
#booking_tab .caltable {
border: 1px solid #003580;
background-color: #fff;
}
#booking_tab .caltable a:link, #booking_tab .caltable a:visited {
color: #0896ff !important;
}
#booking_tab .caltable a:hover {
color: #feba02 !important;
border-color: #feba02 !important;
}
#booking_tab .caltable a:active {
color: #b30000 !important;
border-color: #b30000 !important;
}
#booking_tab .caltable td {
text-align: center;
}
#booking_tab .caltable td a {
display: block;
text-decoration: none;
}
#booking_tab .caltable td.calheader a {
display: inline;
vertical-align:top;
}
#booking_tab .caltable td.calheader span.NoPrevMonthIcon {
background: white url(http://r-ec.bstatic.com/static/img/butPrevMonth/3753f376f8fe37059e84a3ac3aa13cb5cbc459e1.png) 0 -72px no-repeat;
display:inline-block;
width:25px;
height:25px;
}
#booking_tab .caltable td.calheader span.NoNextMonthIcon {
background: white url(http://r-ec.bstatic.com/static/img/butNextMonth/dc92020627f8ae26a5d6727cef75c82262923859.png) 0 -72px no-repeat;
display:inline-block;
width:25px;
height:25px;
}
#booking_tab .caltable td.calheader .calNextMonth span.nextMonthIcon {
background: white url(http://q-ec.bstatic.com/static/img/butNextMonth2/b06b79791e7382f03b4cb59e145f1e31d373a954.png) 0 0 no-repeat;
display:inline-block;
width:25px;
height:25px;
}
#booking_tab .caltable td.calheader .calPrevMonth span.prevMonthIcon {
background: white url(http://r-ec.bstatic.com/static/img/butPrevMonth2/acad5b5107a8424186b7b88df6571532a4a540cf.png) 0 0 no-repeat;
display:inline-block;
width:25px;
height:25px;
}
#booking_tab .caltable td.calheader .calNextMonth:hover span.nextMonthIcon, .caltable td.calheader .calPrevMonth:hover span.prevMonthIcon {
background-position: 0 -24px;
}
#booking_tab .caltable td.calheader .calNextMonth:active span.nextMonthIcon, .caltable td.calheader .calPrevMonth:active span.prevMonthIcon {
background-position: 0 -48px;
}
#booking_tab .calheader {
padding: .4em;
white-space: nowrap;
}
#booking_tab .calheader select {
margin: 0 .6em;
}
#booking_tab .monthYear {
background-color: #ffffff;
color: white;
}
#booking_tab .dayNames td {
border-bottom: 1px solid #003580;
background-color: #e6edf6;
}
#booking_tab .days td {
color: #779bca;
background-color: #e6edf6;
padding: .2em;
border: 2px solid #e6edf6;
}
#booking_tab .days td.weekend {
background-color: #c5d4e9;
border-color: #c5d4e9;
}
#booking_tab .days td.past {
text-decoration: line-through;
}
#booking_tab .days td.today, #booking_tab .days td.future {
border: none;
padding: 0;
}
#booking_tab .days td a {
padding: .2em;
border: 2px solid #e6edf6;
}
#booking_tab .days td.weekend a {
border-color: #c5d4e9;
}
#booking_tab .days td.today a {
background-color: #fff;
}
#booking_tab .days td.selected {
font-weight: bold;
}
#booking_tab .days td.selected a {
border-color: #0896ff;
}