﻿.comboboxContainer { 
border-left: solid 1px #aaa; 
border-top: solid 1px #aaa; 
border-right: solid 1px #aaa; 
border-bottom: solid 1px #aaa;
width:160px;
font-size:8.5pt;
} 

.comboboxDropDownButton { 
	width: 16px; 
	height: 18px; 
	background-image: url(/images/trigger.gif); 
} 
.comboboxDropDownContainer 
{ 
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa; 
	border-left: solid 1px #aaa; 
	border-top: solid 1px #aaa; 
	background: #fff; 
	overflow: hidden; 
	line-height:18px;
	padding-bottom:8px;
	hide-focus: expression(this.hideFocus=true);  /* for ie 5+ */
    outline: none; /* for firefox 1.5 + */
}
.comboboxDropDownContainer  ul li {
	margin:0 0 0 0;
	line-height:18px;
	padding:0 0 0 5px;

}
.comboboxDropDownContainer  ul {
	margin:0 0 0 0;
	padding:0 0 0 5px;
}
.comboboxValueContainer {
	line-height:20px;
}
.comboboxGroupItemHeader 
{
	display: block;  
	padding: 10px 0 1px 10px; 
	font-weight:bold;
}
.comboboxValueContent
{
	padding:0 0 0 6px;
}
.comboboxItem a 
{
	display: block;  
	color:#464646;
}
.comboboxItem a:visited ,a:hover
{
	color:#464646;
}