.combo-button {
	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:		8pt;
	font-family:	Webdings, Marlett;
}
.combo-hilite {
	cursor:			hand;
	cursor:			pointer;
	background:		#eee;
	/*border:			1px solid rgb(120,172,255);*/
	width:			153px;
	color:			black;
	font-family:		arial;
	font-size:		9pt;
}
.combo-item   {
	cursor:			hand;
	cursor:			pointer;
	background:		white;
	border:			1px solid white;
	color:			black;
	font-family:		arial;
	font-size:		9pt;
	width:			143px;
}
.combo-item-pass   {
	width:			45px;
}
.combo-hilite-pass   {
	width:			45px;
}

.combo-input  {
	vertical-align:	baseline;
}
/*
.combo-list1 table {
	table-layout:	fixed;
        width:		149px;
}
.combo-list2 table {
	table-layout:	fixed;
        width:		60px;
}
*/

.combo-list1{
	    overflow-x:hidden;overflow-y:scroll;top:42px;background:white;
        clear:both;
        position:absolute;
        height:250px;
        width:168px;
        border:1px solid #cccccc;
        zindex:9000;
		left:0 !important;margin-left:0;
	}
.combo-list2{
            margin : 10px 0px;
            background : white;
            height : 150px;        
            clear:both;
            overflow : auto;
            position : absolute;
            margin : 10px 0px;
            background : white;
            height : 150px;        
            width : 85px;
            top : 30px;
            zindex : 9000;
            border : 1px solid #cccccc;left:0 !important;margin-left:0;
}
/*
.combo-list {
	border:				1px solid #cccccc;
	padding:			1px;
	width:  			165px;
        overflow:		        auto;
        background: 			white;
	height:				250px;
	position:			absolute;
	margin:				25px 0;
	overflow-x:			hidden;
	overflow-y:			auto;

	/* enable this if you want scroll bars
	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;
	*/
}



#combo_new { position:absolute; z-index:756756; background:#fff; width:173px; height:250px; overflow-x:auto; }
#combo_new a { text-decoration:none; color:#222;padding:2px 10px; display:block; }
#combo_new a:hover { background:#eee; }
