.combo-button {
	cursor:			hand;
	cursor:			pointer;	
	height:			15px;
	border:			1px solid rgb(120,172,255);
	padding:		0;
	background:		rgb(234,242,255);
	width:			14px;
	vertical-align:	baseline;
	font-size:		8pt;
	font-family:	Webdings, Marlett;
}
.combo-button_12 {
	cursor:			hand;
	cursor:			pointer;	
	height:			20px;
	border:			1px solid rgb(120,172,255);
	padding:		0;
	background:		rgb(234,242,255);
	width:			14px;
	vertical-align:	baseline;
	font-size:		12px;
	font-family:	Webdings, Marlett;
}
.combo-hilite1 {
	cursor:			hand;
	cursor:			pointer;
	background:		aqua;
	border:			1px solid rgb(120,172,255);
	color:			black;
	font-family:	verdana;
	font-size:		8pt;
	line-height:    15px;
}
.combo-hilite {
	cursor:			hand;
	cursor:			pointer;
	background:		rgb(234,242,255);
	border:			1px solid rgb(120,172,255);
	color:			black;
	font-family:	verdana;
	font-size:		8pt;
	line-height:    15px;
}
.combo-item   {
	cursor:			hand;
	cursor:			pointer;
	background:		#E7E6E2;
	border:			1px solid #E7E6E2;
	color:			black;
	font-family:	verdana;
	font-size:		8pt;
	line-height:    15px;
}
.combo-item2   {
	cursor:			hand;
	cursor:			pointer;
	background:		#FAFAFA;
	border:			1px solid #FAFAFA;
	color:			black;
	font-family:	verdana;
	font-size:		8pt;
	line-height:    15px;
}
.combo-input  {
	cursor:			hand;
	cursor:			pointer;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #666666;
	border-left: 0;
	vertical-align:	baseline;
}
.combo-list table {
	table-layout:	fixed;
}
.combo-list-width {
	border-collapse: collapse;
}
.combo-list {
	border-collapse: collapse;
	border:				1px solid black;
	background:			white;
	padding:			1px;
	/*height:				200px;*/
	overflow:			auto;
	overflow-x:			visible;
	overflow-y:			auto;
	scrollbar-base-color:		rgb(234,242,255);
	scrollbar-highlight-color:	rgb(234,242,255);
	scrollbar-3dlight-color:	rgb(120,172,255);
	scrollbar-darkshadow-color:	rgb(120,172,255);
	scrollbar-shadow-color:		rgb(234,242,255);
	scrollbar-face-color:		rgb(234,242,255);
	scrollbar-track-color:		white;
	scrollbar-arrow-color:		black;
}
