﻿.comboboxContainer
{
    text-align: left;
}

.comboboxValueContainer
{
	height: 17px!important;
	width: 92px!important;
	/*background: url('/images/comboboxDisplayValue.gif') repeat-x left top;*/
}

.comboboxValueContent
{
    font-family: Helvetica,sans-serif!important;
	color:#C0C0C0;
	padding-left: 3px;
	z-index: 0;
	white-space: nowrap;
}

.comboboxDropDownContainer
{
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
	background-color: #434039;
	overflow: hidden;
	padding-left: 3px;
	width: 200px!important;
	font-family: Helvetica,sans-serif;
}

.comboboxDropDownButton
{
	background-color: White;
	width: 17px;
	height: 17px;
	background: url('/images/default-combobox.gif');
	z-index: 10;
}

.comboboxGroupItemHeader
{
	display: block;
	background: #000;
	color:#C0C0C0;
}

.comboboxGroupItemContainer
{
	padding-left: 0px;
	margin-left: 0px;
}

.comboboxItem
{
	background-color: #434039;
	color:#C0C0C0;
	font-weight: normal;
	font-style: normal;
	padding-left: 4px;	
}

.comboboxItemHover
{
	background-color: #316ac5;
	padding-left: 4px;
	font-weight: normal;
	font-style: normal;
}

.comboboxGroupItemContainer .comboboxItem
{
	padding-left: 20px;
	margin-left: 0px;
}
.colored li:first-child
{
	color:Olive!important;
	font-weight:bold;
}

