﻿.comboboxContainer
{
	border-left: solid 2px #777;
	border-top: solid 2px #777;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	width:20px;
	margin-left: 2px;
}
 
.comboboxValueContainer
{
	background: url(/IMAGES/CSS_Images/ddbutton_green.gif) repeat-x left top;
 
}

.comboboxValueContent
{
	padding-left: 3px;
	 
	background: #fff;
}

.comboboxDropDownContainer
{
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
	background: #fff;
	overflow: hidden;
	padding-left: 3px;	
	padding-right: 3px;	
	min-width:250px;
}

.comboboxDropDownButton
{
	width: 20px;
	height: 18px;
	background-image: url(/IMAGES/CSS_Images/blue_combo.gif);
	 <! --- background-image: url(/IMAGES/CSS_Images/ddbutton_green.gif);--->
}

.comboboxGroupItemHeader
{
	display: block;
	background: #000;
	color: #fff;
}

.comboboxGroupItemContainer
{
	padding-left: 0px;
	margin-left: 0px;
	min-width:500px;
}

.comboboxItem
{
	background: #fff;
	color: #000;
	font-weight: normal;
	font-style: normal;
	padding:2px 2px 2px 2px;
	border-color: #CCCC99;
	border-style:solid;
	border-bottom-width:thin;
	border-top:none;
	border-left:none;
	border-right:none;
}

.comboboxItemHover
{
	background-color:#006;
	color: #fff;
	 
	padding-left: 0px;
	cursor:default;
}

.comboboxGroupItemContainer .comboboxItem
{
	padding-left: 20px;
	margin-left: 0px;
}