.sortable {width:650px;  border-bottom:none; font-size : 12px; line-height : 110%;}
.sortable th {background:#006398; text-align:left; color:#ffffff; border-right:none}
.sortable th h3 {font-size:12px; }
.sortable td {padding:4px 6px 6px; border-bottom:1px solid #e9eef1;}
.sortable .head h3 {background:url(../images/2009/sort.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.sortable .desc, .sortable .asc {background:#006398;}
.sortable .desc h3 {background:url(../images/2009/desc.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.sortable .asc h3 {background:url(../images/2009/asc.gif) 7px  center no-repeat; cursor:pointer; padding-left:18px}

*html .sortable th {background:#000000; text-align:left; color:#ffffff; border-right:none; padding-top : 16px; height : 10px;}
*+html .sortable th {background:#006398; text-align:left; color:#ffffff; border-right:none; padding-top : 16px;}
*html h3  {height : 10px; margin : 0px height : 0px;}
.sortable .head:hover, .sortable .desc:hover, .sortable .asc:hover {color:#fff}
.sortable .evenrow td {background:#fff}
.sortable .oddrow td {background:#e9eef1}
.sortable td.evenselected {background:#e9eef1}
.sortable td.oddselected {background:#d2dee4}
