.combobox_dropdown_table{table-layout:fixed;border-collapse:collapse;border-color:black;}
.combobox_dropdown_table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:2px;}
.combobox_dropdown_table thead th{padding:2px;position:relative;top:expression(offsetParent.scrollTop - 1) }
.combobox_div{border:2px #ffffff inset;width:100px;font-family:Arial;font-size:8pt;padding:0px;margin:0px;vertical-align:bottom;}
.combobox_text{border:0;height:100%;margin:0px;padding:8px;margin-left:1px;}
.combobox_button{height:16px;width:16px;}
.combobox_button_td{background-color:buttonface;}
.combobox_table, .combobox_table td, .combobox_table tr{padding:0px;margin:0px;}
.combobox_dropdown_div{display:none;overflow:hidden;overflow-y:scroll;position:absolute;left:60px;top:150px;height:200px;background-color:white;border:1px solid black;margin:0;padding:0;}
.hover{background-color:green;}
.combobox_header{display:inline;border:1px solid blue;}
.combo_row_selected{background-color:Highlight;color:HighlightText;cursor:pointer;}
.combobox_dropdown_table thead th{padding:2px;}
