.ComboBoxDropDown_DD
{
	border: 0px;
	cursor: pointer;
	_cursor: hand;
	padding: 0;
	margin: 0;
	background: none;
	width: 315px !Important;
	min-width: 315px !Important;
}

.ComboBoxImage_DD
{
	vertical-align:bottom;
	border: 1px solid #7F9DB9;
	border-left: none;
}

.ComboBoxImageHover_DD
{
	vertical-align:bottom;
	border: 1px solid #7F9DB9;
	border-left: none;
}

.ComboBoxInput_DD
{
	line-height: 18px;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: white;
	height: 24px;
	cursor: default;
	background: #336699 no-repeat;
	width: 149px;
	border: 1px solid #7F9DB9;
	border-right: 0px;
	text-indent: 5px;
}

.ComboBoxInputHover_DD
{
	line-height: 18px;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #CCC;
	height: 24px;
	cursor: default;
	background: #336699 no-repeat;
	width: 149px;
	border: 1px solid #7F9DB9;
	border-right: 0px;
	text-indent: 5px;
}

.ComboBoxItem_DD
{
	background: none;
	width: 315px;
	background-color: Transparent;
}

.ComboBoxItemHover_DD
{
	background: none;
	width: 315px;
	background: Transparent;
}

.ComboBoxItemDisabled_DD
{
	font-family: Arial;
	font-size: 11px; 
	color: gray;
	cursor: no-drop;
	padding: 3px;
	text-decoration: none;
	text-align: left;
}

.ComboBoxLoadingMessage_DD
{
	font-family: Arial;
	font-size: 11px; 
	padding: 2px;
}

.ComboBoxMoreResultsMessage_DD
{
	font-family: Arial;
	font-size: 10px; 
	padding: 2px;
	text-align: center;
}


.ComboBoxMoreResultsImage_DD
{
	padding: 5px;
	margin-top: 0px;
}

.ComboBoxMoreResultsBox_DD
{
	background-color: #EEEEE5;
}

.ComboBoxHeader_DD
{
	background-color: #EEEEE5;
	font-size: 12px;
	font-weight: bold;
}
