.category 
{
	font-weight: bold;
	color: #000;
	border: none;
}

h1 {font-size: 16px;}

table 
{
	width: 100%;
}
/* forum list page */


.forumlist 
{
	font-size: 11px;
	border: none;
	border-collapse: collapse
}

.forumlist tr.header
{
	font-weight: bold;
	text-align: left;
	background: #000;
	color: #FFF;
}

.forumlist tr.forum_even
{
	background: #F3F2F0;
	
}

.forumlist tr.forum_odd
{
	background: #FFFFFF;
	
}

.forumlist td {
	padding: 0.5em;
	border: 0;
}

/* topic list page */

.topiclist
{
	font-size: 11px;
	border: none;
	border-bottom: solid 1em #336633;
	border-collapse: collapse
}

.topiclist tr.header
{
	font-weight: bold;
	text-align: left;
	background: #000;
	color: #FFF;
}

.topiclist tr.topiclist_even
{
	background: #FFFFFF;
	
}

.topiclist tr.topiclist_odd
{
	background: #F3F2F0;
	
}

.topiclist td {
	padding: 0.5em;
	border: 0;
}

/* replylist page */
/* topicdisplay: the first block on every page displaying the topic */

.topicdisplay
{
	font-size: 11px;
	border: none;
	border-bottom: solid 1em #336633;
	border-collapse: collapse
}

.topicdisplay tr.header
{
	font-weight: bold;
	text-align: left;
	background: #336633;
	color: #FFF;
}

.topicdisplay td {
	padding: 0.5em;
	border: 0;
}

/*replylist*/
.replylist
{
	font-size: 11px;
	border: none;
	border-bottom: solid 1em #336633;
	border-collapse: collapse
}

.replylist tr.header
{
	font-weight: bold;
	text-align: left;
	background: #336633;
	color: #FFF;
}

.replylist td {
	padding: 0.5em;
	border: 0;
}

.replylist tr.replylist_even
{
	background: #F3F2F0;
	
}

.replylist tr.replylist_odd
{
	background: #FFFFFF;
	
}

label {
	display: block;
	margin-top: 1em;
}

.required {
	font-weight: bold;
	color: #C00;
}

.error {
	font-weight: bold;
	color: #C00;
}

.pagecount 
{
	padding: 0.2em;
	float: right;
}

table 
{
	margin-top: 5px;
	margin-bottom: 5px;
}

img 
{
	border: none;
}

.smallheader 
{
	font-size: smaller;
}

input
{
	margin-top: 3px;
	width: 190px;	
}

.checkbox input
{
	margin: 2px 5px 0 0;
	width: 10px;	
}

.submit input
{
	margin-top: 3px;
	width: 120px;	
}



