/* 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 #6DA0D8;}
.table-list .odd td{ background-position: left -150px;}

.table-list thead th, .table-list tbody th{ background:#88B9F0 url(../img/bg-header.png) no-repeat left top; font-size:13px; color:#333; border:1px solid #6DA0D8; cursor:pointer; padding:3px 6px;}

.table-list thead th .tooltip{ float:right; margin-top:8px;}

.table-list tfoot td{ background:none; border:none; text-align:center; font-size:11px; font-weight:bold; padding:5px 0;}

.table-list tbody tr:hover td{ background:#e7f1fc;}
.table-list tbody tr.sticky td{ background:#fcd4a5 }
div.pending, div.active, div.expired{ font-weight:bold;}
div.active, a.green{ color:#559C4D;}
div.pending{ color:#f09523;}
div.expired, a.red{ color:#c00;}

.table-list td img{ margin:0 3px -3px 0;}

/* custom table styles */
#members .actions{ width:200px;}

/* search results */
.search-results{ width:100%; border-collapse:collapse;}
.search-results tbody td{ border-bottom:1px dashed #ccc;}
.search-results td{ padding:10px 0;}
.search-results td p{ margin:0;}
.search-results .search-url{ font-style:italic; color:#00ADEE;}

.leaderboard{ width:98%; border-collapse:collapse; border: 1px solid #F6921E}
.leaderboard tbody td{ border-bottom:1px dashed #ccc; padding:10px;}
.member-score td{ background:url(../img/form-bg.png);}

/* forum topics */
.topic-list{ border-collapse:collapse; width:100%}

.topic-list tbody td{ border:1px solid #6DA0D8; background:#fff; padding:5px; text-align:center}
.topic-list tbody td.title{ text-align:left}
.topic-list tbody .sticky td{ background:#e7f5fc}

.topic-list thead th{ background:#BEE7FA; padding:5px 10px; text-align:center; border:1px solid #fff; border-width:0 1px}
.topic-list thead th.empty{ background:none;}

.topic-list thead th.left-round{ background:#BEE7FA url(../img/topic-corners.png) no-repeat left top; border:none}
.topic-list thead th.right-round{ background:#BEE7FA url(../img/topic-corners.png) no-repeat right top; border:none}