﻿.ComboBox_CC2009
{
	background: transparent url(../combobox_bgr.jpg) repeat-x center center;
}
.ComboBoxInput_CC2009,
.ComboBoxInputHover_CC2009
{
	border-top: solid 1px #639200;
	border-left: solid 1px #639200;
	border-bottom: solid 1px #639200;
	border-right: solid 1px transparent;
	color: #639200;
	background-color: White;
}
.ComboBoxImage_CC2009
{
	border-top: solid 1px #639200;
	border-right: solid 1px #639200;
	border-bottom: solid 1px #639200;
}
.ComboBoxDropDown_CC2009
{
	border: 1px solid #639200;
}
.ComboBoxItem_CC2009
{
	color: #639200;	
	background-color: white; 
}
.ComboBoxItemHover_CC2009
{
	color: white;
	background-color: #639200; 
}
.ComboBoxItemDisabled_CC2009
{
	color: gray;
	cursor: no-drop;
}
