tbody tr .num { text-align:center; }

tbody tr.alt { background: #EFEFEF; }
tbody tr.alt:hover { background: #fff; }

tbody th { background: #444444; color: #fff; }
tbody th a { color: #fff; }
tbody th a:focus,
tbody th a:hover,
tbody th a:active { color: #fff; }

tbody td { border-bottom: 1px solid #ccc; }

table#latest { width: 100%; }
table#latest th { text-align:center;}
table#forumlist { width: 100%; }
table#forumlist th { font-family: Georgia,Times,Serif; font-weight:400; font-size: 133.33%; }

/* Category Table */
tbody tr.bb-category { background: #444444; font-family: Georgia,Times,Serif; font-weight:400; }
tbody tr.bb-category a { color: #fff; font-size: 116.67%; }

tbody tr.bb-category:hover td { background: #444444; }

/* Closed, Sticky Topics Table */
tbody tr.closed, tbody tr.closed a { background: #fee; color: #400; }
tbody tr.closed { font-weight: bold; }
tbody tr.closed a { font-weight: normal; }
tbody tr.closed:hover td { background: #fee; }

tbody tr.sticky, tbody tr.sticky a { background: #efe; color: #040; font-weight: bold; }
tbody tr.sticky big { font-size: normal; }
tbody tr.sticky:hover td { background: #efe; }
