﻿
.forumTable
{
	width: 100%;
	border: solid 1px silver;
	font-family: Arial;
	font-size: 12px;
}

.forumTitle
{
	background-repeat: repeat-x;
	background-image: url(../images/forum/titlebg.gif);
	color:#FD0200;
	font-weight:bold;
	font-size: 18px;
	font-family: Verdana;
}

.gvForumHeaders
{
	background-color:LightSteelBlue;
	font-size: 12px;
	font-weight:bold;
	color: SlateGray;
}

.gvForumRows
{
	font-size: 12px;
}

.gvForumRows A
{
	font-size: 14px;
	font-weight:bold;
	color:CornflowerBlue;
}
.gvForumRows A:Visited
{
	font-size: 14px;
	font-weight:bold;
	color:CornflowerBlue;
}

/*.threadTitleReply
{
	background-color:Gray;
	color:Maroon;
	font-weight:bold;
	font-size: 16px;
	font-family: Verdana;
	width: 100%;	
	border-left: solid 2px silver;
	border-bottom: solid 2px silver;
}*/

.threadReply
{
	font-family: Arial;
	vertical-align:top;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	 
}

.tableForumResponses
{
	border: solid 1px black;
	width: 100%;
}

.threadReplyHeader
{
	background-image: url(../images/forum/responsebg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 14px;
	vertical-align:text-top;
	width: 100%;
	padding-left: 5px;
	padding-top: 2px;
	height: 30px;
	font-family: Arial;
	color: White;
}