.combo-button {
	cursor:			hand;
	cursor:			pointer;	
	height:			20px;
	border:			1px solid rgb(120,172,255);
	padding:		0;
	background:		rgb(234,242,255);
	/*background:		url(../img/combobox1.gif);*/
	width:			14px;
	vertical-align:	baseline;
	font-size:		8pt;
	font-family:	Webdings, Marlett;
}
.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:		9pt;
}
.combo-item   {
	cursor:			hand;
	cursor:			pointer;
	background:		white;
	border:			1px solid white;
	color:			black;
	font-family:	verdana;
	font-size:		9pt;
}

.combo-input  {
	border:			1px solid rgb(120,172,255) !important;
	width:			138px !important;
	vertical-align:	baseline;
}

.combo-list table {
	table-layout:	fixed;
	width:			95%; /*169px;98%;*/
}

.combo-list {
	border:				1px solid black;
	background:			white;
	padding:			1px;
	width:  			99%; /*169px;*/
	/*overflow:			auto;*/
	overflow-y:			auto;
	height:				360px;
	/* enable this if you want scroll bars
	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;
	*/
}

.cbTextbox {
	border:0px none;
	/*font-family: Verdana;
	font-size: 9pt;*/
	/*font-size-adjust: none;*/
	/*font-stretch: normal;*/
	/*
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 18px;
	line-height: normal;
	*/
	padding: 0px 2px;
	/*width: 100%; */
}

.cbTables
{
	border-collapse: separate;
	border-spacing: 0px; /*border-right: aqua thin solid;
	border-top: #000444 1px solid;
	border-left: #000444 1px solid;
	border-bottom: #000444 1px solid;*/
	font: normal 12px Tahoma;
	margin: 0px;
	color: #444;
	/*border: #e3e2d8 1px solid;*/
	border:solid 1px #444; 
	border-color:#AAA; 
}
.cbTablesTD
{
	border:solid 1px #444; 
}
