#quicksearchcontainer h1 {
	background-color: #E6E6F0;
	color: #41406e;
	font-weight:bold;
	line-height: 18px;
}

#quicksearchheadline h1 {
	background-color: #455890;
	color: #FFFFFF;
	padding-left: 10px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}

.quichsearchcalendarmonths select
{
	font-family: tahoma; 
	font-size: 11px;
	color: #41406e;
}

.quicksearchcalendar
{
	border-left: 1px solid #e5e7ef;
	border-top: 1px solid #e5e7ef;
	width: 160px;
	margin-bottom: 5px;
}

.quicksearchcalendar td
{
	border-right: 1px solid #e5e7ef;
	border-bottom: 1px solid #e5e7ef;
	height: 20px;
	color: #bebebe;
	background: url('../gfx/calendar_gradient.gif') repeat-x;
	font-family: tahoma; 
	font-size: 11px;
}

.quicksearchcalendar thead td
{
	font-weight:bold;
	height: 20px;
	text-align:center;
	color: #41406e;
	background: url('../gfx/calendar_gradient2.gif') repeat-x;
	
}

.quicksearchcalendarlegend span
{
	width: 15px;
}

.quicksearchcalendar .selected
{
	background: url('');
	background-color: #b5bbcf;
	color: #41406e;
}

.quicksearchcalendar .cell_hover
{
	background: url('');
	background-color:#cdd2e0;
	color: #41406e;
}

.quicksearchcalendar .bookable, #quicksearchcontainer .bookable
{
	background: url('');
	background-color: #00ee00;
	color: #41406e;
			
}

.quicksearchcalendar .sold_out, #quicksearchcontainer .sold_out
{
	background: url('');
	background-color: #88eaF0;
	color: #41406e;
			
}

.quicksearchcalendar .departed, #quicksearchcontainer .departed
{
	background: url('');
	background-color: #FF00FF;
	color: #41406e;
			
}

.quicksearchcalendar .not_bookable, #quicksearchcontainer .not_bookable
{
	background: url('');
	background-color: #ee0000;
	color: #41406e;
}

.quicksearchcalendar .selected
{
	background: url('');
	background-color: #0000FF;
	color: #41406e;
}

