html { margin: 0; padding: 0; }  #tableInfo { width: 600px; clear: both; overflow: hidden; margin: 0px; padding: 4px; border: 1px solid #FE9A2E; background-color: #FEF9F4; } #tableInfo table { } #tableInfo table tr { } #tableInfo table tr.odd { } #tableInfo table td { vertical-align: top; padding: 3px 2px 3px 2px; } #tableInfo table td.caption { font-weight: bold; } #tableInfo hr { background-color: #999999; height: 1px; border: 0; } #tableInfo table tr.hover:hover, #tableInfo table tr.hover:hover th { background-color: #FBEEDD; }  #tableList table { border: 1px solid rgb(214,224,236); } #tableList table th {  font-size: 0.9em; color: #000000; background-color: #c8ff98; height: 22px; } #tableList table td { font-size: 0.8em; padding: 2px 2px 2px 2px; vertical-align: top; }  #tableList table tr.odd { background-color: #efefef; text-align: left; }  #tableList table tr.even { background-color: #fbfbfb; text-align: left; }  #tableList table tr.marked { background-color: #FFCC99; }  #tableList table tr.odd:hover, #tableList table tr.even:hover, #tableList table tr.odd:hover th, #tableList table tr.even:hover th, #tableList table tr.hover th, #tableList table tr.hover { background-color: #CCFFCC; }  #tableList table [class=value] { white-space: pre; }  .largeHeaders { background: #e9e9da url('/img/tools/icons/green_arrows.gif') no-repeat center left; padding: 1px; padding-left: 25px; text-align: left; cursor: pointer; } .sortUp { background: #e9e900 url('/img/tools/icons/green_decending.gif') no-repeat center left; } .sortDown { background: #e9e900 url('/img/tools/icons/green_acending.gif') no-repeat center left; } #sorting { position: absolute; left: 50%; top: 50%; text-align: center; display: none; padding:0px; width: 300px; height:100px; margin-left:-150px;  margin-top:-50px;  }  #sorting div { position:absolute; left:50%; top:50%; width: 250px; height:24px; margin-left:-125px;  margin-top:-12px;  border: 1px solid #000; padding:10px; text-align: center; background-color: #FFF; color: #333; font-weight: bold; } #sorting img { padding-right:10px; } #tableSimple { clear: both; overflow: hidden; margin: 5px; padding: 5px; } #tableSimple table td { text-align: left; padding: 3px 2px 3px 3px; }
