.ComboBoxDropDown_CVM
{
	border: 1px solid black;
	background-color: #fff;
	cursor: pointer;
	_cursor: hand;
}

.ComboBoxImage_CVM
{
	vertical-align:middle;
	border: 1px solid #7F9DB9;
	border-left: none;
}

.ComboBoxImageHover_CVM
{
	vertical-align:middle;
	border: 1px solid #7F9DB9;
	border-left: none;
}

.ComboBoxInput_CVM
{
	border: 1px solid #7F9DB9 !important;	
	background-color: #fff;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 10px;
	color: #666;
	padding-top: 3px;	
	padding-left: 3px;
	height: 19px;
	cursor: default;
	border-right:none;
}

.ComboBoxInputHover_CVM
{
	border: 1px solid #7F9DB9 !important;	
	background-color: #e3e3e3;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 10px;
	color: #666;
	padding-top: 3px;
	padding-left: 3px;
	height: 19px;
	cursor: default;
	border-right:none;
}

.ComboBoxItem_CVM
{
	font-family: Verdana;
	font-size: 10px; 
	color: #666;	
	padding: 3px;
	text-decoration: none;
	text-align: left;
	_height:1%;
}

.ComboBoxItemHover_CVM
{
	font-family: Verdana;
	font-size: 10px; 
	color: #666;
	text-decoration: none;
	background-color:#e3e3e3; 
	cursor: pointer;
	cursor: hand;
	padding: 3px;
	text-align: left;
	_height:1%;
}

.ComboBoxItemDisabled_CVM
{
	font-family: Verdana;
	font-size: 10px; 
	color: #333;
	cursor: no-drop;
	padding: 3px;
	text-decoration: none;
	text-align: left;
}

.ComboBoxLoadingMessage_CVM
{
	font-family: Verdana;
	font-size: 10px; 
	padding: 2px;
}

.ComboBoxMoreResultsMessage_CVM
{
	font-family: Verdana;
	font-size: 10px; 
	padding: 2px;
	text-align: center;
}


.ComboBoxMoreResultsImage_CVM
{
	padding: 5px;
	margin-top: 5px;
}

.ComboBoxMoreResultsBox_CVM
{
	background-color: #e3e3e3;
}

.ComboBoxHeader_CVM
{
	background-color: #e3e3e3;
	font-size: 11px;
	font-weight: bold;
}