/*============== DROPDOWNS (country, location..) ============= */ .dropdownFirstRow{font-weight:bold;color:#000;background-color:#FFFFFF;} .dropdownHeadline{font-weight:bold;color:#FFFFFF; background-color:#999999;} .dropdownEmpty{font-size:0; height:12px; color:#FFFFFF; text-align:right;background-color:#FFFFFF;} .dropdownEntry, .dropdownEntryHover{font-weight:normal;border-bottom:0px solid #E0E0E0;cursor:pointer;} .dropdownEntry { background-color:#FFFFFF; color:#000000;} .dropdownEntryHover { background-color:#000099; color:#FFFFFF; } #CountrySection, #RetCountrySection, #TOPLocationSection, #STASection, #ILCSection, #GRP1Section, #GRPTypeSection { border:1px solid #999999; background-color:#FFFFFF; padding:1px; width:230px; } /* IE */ * html #CountrySection, * html #RetCountrySection, * html #TOPLocationSection, * html #STASection, * html #ILCSection, * html #GRPTypeSection, * html #GRP1Section { height:16px; } /* Firefox */ html > body #CountrySection, html > body #RetCountrySection, html > body #TOPLocationSection, html > body #STASection, html > body #ILCSection, html > body #GRPTypeSection, html > body #GRP1Section { height:14px; } #Country, #RetCountry, #TOPLocation; #STA, #ILC, #GRPType, #GRP1 { padding-left:2px; overflow:hidden; height:14px; width:182px; } .TableMain1 { background-color:#A7A6AA; width:100%; } #DropdownImg { cursor:pointer; width:15px; height:14px; } DIV.dropdownDiv { } DIV.scrolls{ border:1px solid #A7A6AA; padding: 2px; position:absolute; background-color:#FFFFFF; height:235px; overflow:auto; background-color:#FFFFFF; } /* IE */ * html DIV.scrolls { width:277px; } /* Firefox */ html > body DIV.scrolls { width:266px; left:-1px;}