
.ComboBox
{
}

.ComboBoxHover
{
}

.ComboBoxDropDown
{
	border: solid 1px #000;
	background-color: white;
	width: 500px;
	cursor: default;
}

.ComboBoxTextBox
{
	border: solid 1px #CCC;
}

.ComboBoxItem
{
	font-family: Verdana;
	font-size: 11px;
}

.ComboBoxItemHover
{
	background-color: #B2B4BF;
	background-image: url(../images/common/combobox/comboItemBg.gif);
	font-family: Verdana;
	font-size: 11px;
}

.ComboBoxDataRow
{
}

.ComboBoxDataCell
{
	cursor: default;
	padding: 3px;
	border: 1px solid #ffffff;
	border-right-color: #EAE9E1;
	border-bottom-color: #EAE9E1;
	font-family: verdana;
	font-size: 10px;
	text-align: left;
}

.ComboBoxHeadingRow
{
}

.ComboBoxHeadingCell
{
	background-color: #E2E2E2;
	border: 1px solid #FFFFFF;
	border-right-color: #B5B5B5;
	border-bottom-color: #B5B5B5;
	padding: 3px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}









.ComboBoxDropDownRegister
{
	border: solid 1px #000;
	background-color: white;
	width: 155px;
	cursor: default;
}

