.DO_ComboBoxItem
{
	font-size: 11px;
	border-top-style: none;
	font-family: Arial;
	border-right-style: none;
	border-left-style: none;
	text-align: right;
	border-bottom-style: none;
	color: #666666;
}

.DO_ComboBoxItem_NotSelected
{
	font-size: 11px;
	border-top-style: none;
	font-family: Arial;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-color: #FFFFFF;
	color: #333333;
}

.DO_ComboBoxItem_Selected
{
	font-size: 11px;
	border-top-style: none;
	font-family: Arial;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-color: #017DC7;
	color: #FFFFFF;
}

.select			{border: 0 inset buttonface;width: 124; font: icon; cursor: default;}
.selected		
{
	border-top: inset 2 #E9E8E3;
	border-left: inset 2 #E9E8E3;
	border-bottom: inset 1 #CCCCCC;
	border-right: inset 1 #CCCCCC;
	background: window; padding: 0; font: icon;}
.selectTable	{height: 22; width: 100%;padding: 0; 
				background: #FFFFFF;}
.option			{font: icon; padding: 1; padding-left: 3; padding-right: 3; width: 100%;}
.dropDown		{position: absolute; visibility: hidden; width: 100%;
				border: 1 solid windowtext; padding: 0;
				background: window; color: windowtext;}
.select .button	{width: 17px; font-family: webdings; color:#333333; padding: 0;
				border-top: solid 1px #E9E8E3;  
				border-right: solid 1px #E9E8E3;  
				border-bottom: solid 1px #E9E8E3; 
				font-size: 13px;}
