/* r.a.d.combobox TVVlaanderen skin */

.ComboBoxDropDown_TVVlaanderen
{
	border: solid 1px #969696;
	background: white;
	text-align: left;
	scrollbar-3dlight-color:none;
	scrollbar-arrow-color:#676767;
	scrollbar-base-color:#676767;
	scrollbar-track-color:#F8F8F8;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:none;	
}

.ComboBoxHeader_TVVlaanderen
{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	text-align: left;
	line-height: 20px;
	background: #f0f2f4;
	border-top: solid 1px #d8dde0;
	border-top: solid 1px #d8dde0;
	cursor: default;
}

.ComboBoxImageHover_TVVlaanderen
{
	background: url('ComboDropArrowClicked.gif') no-repeat;
}

.ComboBoxImage_TVVlaanderen
{
	background: url('ComboDropArrowNormal.gif') no-repeat;
}

.ComboBoxImage_TVVlaanderen,
.ComboBoxImageHover_TVVlaanderen
{
	vertical-align: middle;
	border-top: solid 1px #a6a6a6;
	border-right: solid 1px #cacaca;
	border-bottom: solid 1px #cacaca;
	border-left: 0;
	width: 28px;
	height: 23px;
}

.ComboBoxInput_TVVlaanderen,
.ComboBoxInputHover_TVVlaanderen
{
	border-top: solid 1px #a6a6a6;
	border-right: solid 1px #cbcbcb;
	border-bottom: solid 1px #cacaca;
	border-left: solid 1px #cbcbcb;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333;
	cursor: default;
	height: 20px;
	background: white;
	vertical-align: middle;
	padding: 1px 0 0 1px; 
}

.ComboBoxItem_TVVlaanderen,
.ComboBoxItemHover_TVVlaanderen,
.ComboBoxItemDisabled_TVVlaanderen
{
	padding: 6px 0 6px 4px;
	/*background: white url('ComboItemBg.gif') repeat-x;*/
	font: normal 11px Arial, Helvetica, sans-serif;
	cursor: default;
	background-color:#ffffff;
	border-bottom:1px dotted #ddd;
}

.ComboBoxItemHover_TVVlaanderen
{
	background-color: #ebebeb;
}

.ComboBoxItemDisabled_TVVlaanderen
{
	color: gray;
	cursor: no-drop;
}

.ComboBoxLoadingMessage_TVVlaanderen
{
	font: normal 10px Arial, Helvetica, sans-serif;
	padding: 2px;
}

.ComboBoxMoreResultsMessage_TVVlaanderen
{
	font: normal 10px Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
}

.ComboBoxMoreResultsImage_TVVlaanderen
{
	padding: 4px;
	margin: 4px;
}

.ComboBoxMoreResultsBox_TVVlaanderen
{
	/*background: url('moreResults.gif') repeat-x bottom;*/
	border-top: solid 1px #d8dde0;
	cursor: default;
}