/* normal list table */
.table-list {border-collapse:collapse; margin:10px 0; width:100%;}

.table-list td { color:#333; padding:5px; background:#fff; font-size:12px; border:1px solid #B9913F;}
.table-list .odd td { background: #F5FAFA;}

.table-list thead{ background:url(../img/thead-bg.png) repeat-x;}
.table-list thead td{ background:none; color:#fff;}

.table-list tbody th { background:#EBE7B9; padding:5px 10px; font-weight:bold; letter-spacing:-1px; font-size:13px; white-space: nowrap; border:1px solid #B9913F;}

.table-list thead th { padding:0 10px; line-height:30px; white-space:nowrap; font-weight:bold; letter-spacing:-1px; font-size:15px; color:#033967; border:1px solid #B9913F; text-align:center;}

.table-list tfoot td{ background:#cae5ff; text-align:center; font-size:11px; font-weight:bold; padding:5px 0;}