* { font:12px "Arial";} 

h1 { font:20px "Arial";}
h2 { font:bold 16px "Arial";padding:0;margin:0;}

input, button { cursor:pointer;} 

#contentWrapper { margin:0 auto;background:#fff;padding:0 10px 0 10px;} 

table { text-align:left;padding:0;margin:0;border-collapse:collapse;width:100%;}
table td { padding:3px; vertical-align:top;} 
table thead { background:#ddd;border-bottom:3px solid #666;}
table th span { float:left;margin:3px;} 
table tbody tr {border:0;}
table tbody tr:hover{ background:#ddd;cursor:pointer;}
table tbody tr.active{ background:#ccc;}

fieldset { background : #eee;border:1px solid #666;margin:5px 0 10px 0;}
fieldset ol { list-style:none;padding:0;margin:0;}
fieldset ol li { clear:both; height:30px;}
fieldset label { width:50px;float:left;margin:4px;}
fieldset select { width:100px;float:left;}
 
img.sorticon { padding-top:3px;float:left;}

.odd { background:#eee;}