﻿.comboboxContainer
{
	border: none;
	font-family: Helvetica, Arial;
	text-indent:2px;
	background: url(../images/combo_background.png) no-repeat left top;
	margin-left:10px;
}

.comboSearchboxContainer
{
	border: none;
	font-family: Helvetica, Arial;
	text-indent:2px;
	background: url(../images/combo_background.png) no-repeat left top;
	margin-left:10px;
}

.comboboxValueContainer
{
	
}
.comboboxValueContent
{
	padding-left:5px;
	font-family:Tahoma;
	font-size:12px;
	color:#404040;
}
.comboboxDropDownContainer
{
	overflow: hidden;
	text-indent: 7px;
	max-height:150px !important;
	padding-left:0px !important;
	cursor:pointer;
}

.comboboxDropDownButton
{
	width: 21px;
	height: 25px;
	background-image: url(../images/combo_button.gif);
}
.comboboxGroupItemHeader
{
	font-weight: bold;
}
.comboboxGroupItemContainer
{
	padding-left: 0px;
	margin-left: 0px;
}
.comboboxItem
{
	background: #fff;
	color: #000;
	font-family:Tahoma;
	font-size:11px;
	color:#404040;
	font-weight: normal;
	font-style: normal;
}
.comboboxItemHover
{
	background-color: #3366cc;
	color: #000000;
}

.comboboxGroupItemContainer .comboboxItem
{
	padding-left: 20px;
	margin-left: 0px;
}
