/* Forum CSS */


#mainapp
{
	width:770px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
}
.menu{
	border: none;
	color: #665656;
	font-family: sans-serif;
	font-size: 10pt;
	text-align: right;
}
td.heading{
	border: 1px solid #665656;
	background-color: #665656;
	color: #f5eaca;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	height: 32px;
}
td.category_title{
	border: 1px solid #665656;
	background-color: #f0e0b3;
	color: #665656;
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}
td.category1{
	border: 1px solid #665656;
	background-color: #f5eaca;
	color: #665656;
	font-family: sans-serif;
	font-size: 10pt;
	text-align: center;
	height: 50px;
}
td.category2{
	border: 1px solid #665656;
	background-color: #f0e0b3;
	color: #665656;
	font-family: sans-serif;
	font-size: 10pt;
	text-align: center;
	height: 50px;
}
td.post{
	border: 1px solid #665656;
	background-color: #f0e0b3;
	color: #665656;
	font-family: sans-serif;
	text-align:left;
}
span.sub_name{
	font-style: italic;
	font-size: 8pt;
}
table.post{
	width: 95%;
	border: none;
	text-align:left;
}
td.post_top{
	border: 1px solid #665656;
	background-color: #f0e0b3;
	color: #665656;
	font-family: sans-serif;
	font-size: 10pt;
	padding: 5px;
	text-align:left;
}
td.post_left{
	border: 1px solid #665656;
	background-color: #f5eaca;
	color: #665656;
	font-family: sans-serif;
	font-size: 10pt;
	width: 150px;
	padding: 5px;
	vertical-align: top;
}
td.post_right{
	border: 1px solid #665656;
	background-color: #ffffff;
	color: #665656;
	font-family: sans-serif;
	font-size: 10pt;
	padding: 5px;
	vertical-align: top;
}
td.sm{
	color: #665656;
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
}
div.hr{
	height: 1px;
	background-color: #665656;
}
td.admin{
	text-align: left;
	padding-right: 25px;
	width: 25%;
}
td.users{
	border: 1px solid #665656;
	color: #665656;
	font-family: sans-serif;
	font-size: 10pt;
	text-align: center;
}



a.menu:link { color: #665656; text-decoration: none; }
a.menu:hover { color: #000000; text-decoration: underline; }
a.menu:active { color: #665656; text-decoration: none; }
a.menu:visited { color: #665656; text-decoration: none; }
a.menu:visited:hover { color: #000000; text-decoration: underline; }

a.hlink:link { color: #f5eaca; text-decoration: none; }
a.hlink:hover { color: #ffffff; text-decoration: underline; }
a.hlink:active { color: #f5eaca; text-decoration: none; }
a.hlink:visited { color: #f5eaca; text-decoration: none; }
a.hlink:visited:hover { color: #ffffff; text-decoration: underline; }
