.ComboBoxDropDown_DropDown
{
	border: 1px solid black;
	background-color: white;
	scrollbar-base-color : #D4D0C8;
	color: #000000;
}

.ComboBoxImage_DropDown
{
	vertical-align:top;
	background-color: White;
	color: #000000;
	cursor:auto;
	border: 2px inset #D4D0C8;
    border-bottom: solid 2px #CCCCCC;
	border-left: none;
	margin-top: 1px;
}

.ComboBoxImageHover_DropDown
{
	vertical-align:top;
	border: 2px inset #D4D0C8;
	border-left: none;	
	margin-top: 1px;
}

.ComboBoxInput_DropDown
{
	background-color: White;
	color: #000000;
	cursor:auto;
    border-left: solid 2px #666666;
    border-right: solid 1px #CCCCCC;
    border-top: solid 2px #666666;
    border-bottom: solid 1px #CCCCCC;
    height: 22px;
}

.ComboBoxInputHover_DropDown
{
	border: 2px inset #D4D0C8;	
	background-color: white;
	color: #000000;
}

.ComboBoxItem_DropDown
{
	font-family: MS Sans Serif, Arial, Verdana;
	font-size: 12px;
	color: #333333;	
	padding: 3px;
	cursor: default;
	text-decoration: none;
	text-align: left;
	_height:1%;
}

.ComboBoxItemHover_DropDown
{
	font-family: MS Sans Serif, Arial, Verdana;
	font-size: 12px;
	color: white;
	text-decoration: none;
	background-color: #777777; 
	cursor: default;
	padding: 3px;
	text-align: left;
	_height:1%;
}

.ComboBoxItemDisabled_DropDown
{
	font-family: MS Sans Serif, Arial, Verdana;
	font-size: 12px;
	color: gray;
	cursor: no-drop;
	padding: 3px;
	text-decoration: none;
	text-align: left;
}

.ComboBoxLoadingMessage_DropDown
{
	font-family: MS Sans Serif, Arial, Verdana;
	font-size: 12px;
	padding: 2px;
}

.ComboBoxMoreResultsMessage_DropDown
{
	font-family: Arial;
	font-size: 12px; 
	padding: 2px;
	text-align: center;
}


.ComboBoxMoreResultsImage_DropDown
{
	padding: 5px;
	margin-top: 5px;
}

.ComboBoxMoreResultsBox_DropDown
{
	background-color: #EEEEE5;
}

.ComboBoxHeader_DropDown
{
	background-color: #EEEEE5;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #bbbeac;
}
