body
{
	margin: 0px;
	padding: 0px;
}

select
{
	width: 173;
}

.searchbox
{
	border: 0px solid #000000;
}

.searchbox th
{
	font-family: Arial; 
	color: #FFF; 
	text-align: left; 
	font-weight:bold;  
	font-size: 12px; 
	padding-bottom: 0.1em; 
	background-color:#FFBF00; 
	padding-left: 0.4em; 
	border-bottom: 2px solid #CC3333; 
	margin-top: 0.10em;
}


select
{
	color: #FFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}

select.languageempty, select.levelempty, select.locationempty, select.courseempty, select.date_startempty, select.durationempty, select.currencyempty
{
	background-color: #ffffcc;
}

select.languagedisabled, select.leveldisabled, select.locationdisabled, select.coursedisabled, select.date_startdisabled, select.durationdisabled, select.currencydisabled
{
	background-color: #dadada;
	color: #aaaaaa;
}

option.choose
{
	/* background-color: #ffffff; IE can't do this right yet */
	color: #000000;
}

.value
{
	/*background-color: #ffffff; */
	font-weight: bold;
	padding-left: 10px;
}
