/*
	The Way Of Che. Honor and rails!
	CSS for topic list
*/

.topic-list {
	width: 100%;
	clear: both;
	color: #00203F;
	border: 1px #154572 solid;
}
.topic-list th {
	background: url(/images/skinimages/tlist_bg.gif) repeat-x #154572;
	color: white;
	text-align: left;
	height: 23px;
	font-weight: normal;	
}
.topic-list th a {
	color: white;
	font-weight: bold;
}
.topic-list th img {
	width: 23px;
	height: 16px;
}
.topic-list th#cat {
	width:34px;
}
.topic-list th#title {
	padding-left: 6px;
	width: 620px;
}
.topic-list th#ans {
	padding-left: 6px;
	width: 160px;
}
.topic-list th#icon1, .topic-list th#icon2, .topic-list th#icon3{
	text-align: center;
	width: 40px;
}

.topic-list td {
	padding: 8px;
	vertical-align: middle;
	color: #00203F;
}
.topic-list td a {
	color: #00203F;
}
.topic-list td span.sub-text {	
	margin-top: 3px;
}
.topic-list td span.sub-text a {
	color: #587D9E;
}
.topic-list td.center {
	padding: 0px;
	text-align: center;
}
.topic-list td.bold {	
	padding: 0px;
	font-weight: bold;
}

.topic-list td.cat-icon.law {
	background: url(/images/skinimages/cat-law.gif) center right no-repeat;
}
.topic-list tr.odd td.cat-icon.law {
	background: url(/images/skinimages/cat-law-odd.gif) center right no-repeat #DCDCE2;
}

.topic-list td.cat-icon.comm {
	background: none;
}
.topic-list tr.odd td.cat-icon.comm {
	background: #DCDCE2;
}

.topic-list td.cat-icon.game {
	background: url(/images/skinimages/cat-game.gif) center right no-repeat;
}
.topic-list tr.odd td.cat-icon.game {
	background: url(/images/skinimages/cat-game-odd.gif) center right no-repeat #DCDCE2;
}

.topic-list td.cat-icon.tech {
	background: url(/images/skinimages/cat-tech.gif) center right no-repeat;
}
.topic-list tr.odd td.cat-icon.tech {
	background: url(/images/skinimages/cat-tech-odd.gif) center right no-repeat #DCDCE2;
}

.topic-list td.cat-icon.car {
	background: url(/images/skinimages/cat-car.gif) center right no-repeat;
}
.topic-list tr.odd td.cat-icon.car {
	background: url(/images/skinimages/cat-car-odd.gif) center right no-repeat #DCDCE2;
}

.topic-list td.cat-icon.poll {
	background: url(/images/skinimages/cat-poll.gif) center right no-repeat;
}
.topic-list tr.odd td.cat-icon.poll {
	background: url(/images/skinimages/cat-poll-odd.gif) center right no-repeat #DCDCE2;
}

.topic-list td.cat-icon.lepra {
	background: url(/images/skinimages/cat-lepra.gif) center right no-repeat;
}
.topic-list tr.odd td.cat-icon.lepra {
	background: url(/images/skinimages/cat-lepra-odd.gif) center right no-repeat #DCDCE2;
}


