/* normal list table */
.table-list{border-collapse:collapse; width:100%; margin:5px 0;}
.table-list td{ color:#333; background:#fff; padding:5px; font-size:11px; line-height:13px; border:1px solid #0079C1;}
.table-list .odd td, .table-list tr.odd .column1{ background:#dce8ef}

.table-list th{ background:#77aecf url(../graphics/th-bg.png) no-repeat top left; font-size:13px; color:#333; border:1px solid #0079C1; padding:3px 6px; text-align:left}

.table-list th a{ color:#333}

.table-list thead th .tooltip{ float:right; margin-top:8px;}

.table-list tbody tr:hover td{ background:#c8e1f0;}

.table-list td a{ text-decoration:none; white-space:nowrap}
.table-list td a img{ margin-bottom:-3px}
