.hidden
{
	display:none;
}
.visible
{
	display:block;
}
.list
{
	position:absolute;
	top:22;
	left:150;
	border:1px solid black;
	width:150px;
	height:100px;
	margin:0px;
	overflow:auto;
	background-color:white;
	-moz-box-sizing: border-box;
	
}
.list UL
{
	
	list-style-type:none;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;	
	padding-top:0px;
	padding-left:0px;
	height:100%;
}
.list UL LI
{
	line-height:18px;
	height:18px;
	font-family:arial;
	text-align:left;
	font-size:12px;
	cursor:pointer;
	cursor:hand;
	/* reference behaviors */
	behavior: url(/scripts/components/dropdownlist.htc);
	-moz-binding: url(/scripts/components/bindings.xml#dropdownlist.htc);
}
.close
{
	position:absolute;
	top:122;
	text-align:right;
	background-color:#d4d0c8;
	border-left:1px solid black;
	border-bottom:1px solid black;
	border-right:1px solid black;
	margin:0px;
	padding-right:3px;
	cursor:pointer;
	cursor:hand;
	font-weight:bold;
	font-size:15px;	
	behavior: url(/scripts/components/comboclose.htc);
	-moz-binding: url(/scripts/components/bindings.xml#comboclose.htc);	
	-moz-box-sizing: border-box;	
}
.selected
{
	background-color:#316ac5;
	color:white;
}
gear\:combo
{
	/* reference behaviors */
	behavior: url(/scripts/components/combobox.htc);
	-moz-binding: url(/scripts/components/bindings.xml#combobox.htc);
}
.combotext
{
	float:right;
}
.combo
{
	font-family:arial;
	font-size:11px;
	width:150px;
}
.listicon
{
	float:right;
	cursor:pointer;
	cursor:hand;
	/* reference behaviors */
	behavior: url(/scripts/components/searchcombo.htc);
	-moz-binding: url(/scripts/components/bindings.xml#searchcombo.htc);
	
}
