/* Forums */

table.forums {
	border: 1px solid black;
	border-collapse: collapse;
	width: 100%;
}
table.forums th, table.forums td {
	text-align: left;
	padding: 5px;
}
table.forums tr th {
	margin: 5px;
	background: #fcd474;
	border: 1px solid black;
	color: black;
}
table.forums tr.header th {
	background-image: url(/images/menu_gradient.gif);
	margin: 0;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: left;
	border: 1px solid black;
	white-space: nowrap;
	color: black;
}
table.forums td.forum_title {
	width: 20em;
	font-weight: bold;
}

table.forums tr.lineA {
	background: #fff4db;
}
table.forums tr.lineB {
	background: #fde4a7;
}

/* Topics */
table.forums td.t_title, table.forums td.ts_title {
	width: 45em;
}
table.forums td.ts_title {
	font-weight: bold;
}

table.forums td.t_starter {
	width: 5em;
}
table.forums td.t_r, table.forums td.t_v {
	width: 1em;
}
td.topicTable {
	border-width: 1px;
	border-style: solid;
	border-color: black;
}
td.topicTable table {
	border-collapse: collapse;
}

/* Links */
p.start_t {
	font-weight: bold;
	margin-bottom: 5px;
}
p.reply_t {
	font-weight: bold;
	margin-bottom: 5px;
}

/* Start Topic */
