.comboField
{
	color: #000000;
	border-right: #808080 1px solid;
	padding-right: 2px;
	border-top: #808080 1px solid;
	padding-left: 2px;
	font-size: 9pt;
	padding-bottom: 2px;
	vertical-align: middle;
	overflow: hidden;
	border-left: #808080 1px solid;
	padding-top: 2px;
	border-bottom: #808080 1px solid;
	font-family: Arial, 'Microsoft Sans Serif';
	white-space: nowrap;
	height: 22px;
	background-color: #ffffff;
	text-align: left;
	display:  -moz-inline-box;
	display: inline-block; 	
}
.comboButton
{
	width: 22px;
	cursor: default;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 22px;
	border-bottom-style: none;
	vertical-align: middle;
}
.comboList
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	visibility: hidden;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	position: absolute;
	background-color: #ffffff;
	color:Black;
}
.comboListItem
{
	font-size: 9pt;
	cursor: default;
	font-family: Arial, 'Microsoft Sans Serif';
}
.comboListItemHover
{
	font-size: 9pt;
	cursor: default;
	color: #ffffff;
	font-family: Arial, 'Microsoft Sans Serif';
	background-color: #000080;
}
