﻿.comboboxContainer
{
	border-left: solid 1px #848586;
	border-right: solid 1px #848586;
	border-top: solid 1px #848586;
	border-bottom: solid 1px #ccc;
	background:#ffffff;
	height:27px;
	line-height:19px;
}

.comboboxValueContainer
{
	/*background: url(../../images/diag_content.gif) repeat-x left top;*/
	color:#000000;
	background:#333333;
	height:27px;
}

.comboboxValueContent
{
	padding-left: 3px;
	color: #666666;
	max-height: 20px;
	font-size:16px;
}

.comboboxDropDownContainer
{
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
	/*background: url(../../images/diag_ddl.gif) repeat left top;*/
	background:#ffffff;
	overflow: hidden;
	overflow-y:auto;
	padding-left: 1px;
	padding-right: 1px;
	cursor: default;
	outline: none;
	max-height:200px;
	white-space:nowrap;
	position:absolute;
	height:expression((this.offsetHeight > 200) ? "200px" : "auto");
}

.comboboxDropDownButton
{
	width: 27px;
	height: 27px;
	background-image:url(../../images/trigger.gif);
}

.comboboxGroupItemHeader
{
	display: block;
	background: #770033;
	color: #666666;
	padding-left: 5px;
	font-style: italic;
	font-weight: bolder;
	font-family: Arial;
}

.comboboxGroupItemContainer
{
	padding-left: 0px;
	margin: 0;
}

.comboboxItem
{
	font-family:Arial;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	font-size:16px;
	line-height:27px;
	padding-right:4px;
}

.comboboxItemHover
{
	background-color: #eeeeee;
	color: #666666;
}

.comboboxGroupItemContainer .comboboxItem
{
	padding-left: 20px;
	margin-left: 0px;
}