/* 


		forum-specific-styles 

*/

.ForumPanelStyle
{
	background-color: White;
	padding: 5px 5px 5px 5px;
	border: solid 1px #CCCCCC;
	width: 100%;
}

.ForumPanelStyle td
{
		padding: 5px 5px 5px 5px;
}

.ForumAllTable
{
	left: 0px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	position: static;
	top: 0px;
	border-bottom-style: none;
}

.ForumListHead
{
    background-color: #A30001;
    font-weight: bold;
    padding-left: 5px;
    width: 100%;
	color:white;
}

.ForumListHead td
{
	padding:2px 2px 2px 4px;
}

.ForumNormalBold
{
	font-weight: bold;
}
/* listOfcatialPosts */

.ForumContentTable
{
	width: 100%;
	border: none 0px white;
	border-collapse: collapse;
}
.ForumContentTable td
{
	width: 50%;
	padding: 6px;
}
.ForumContentTable h1{
	font-weight: bold;
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	background-color:white;
	
}
.ForumContentTable h2
{
	font-weight: normal;
	border: 0px;
	padding: 0px;
	padding-left: 6px;
	margin: 0px;
	margin-bottom: 2px;
	background-color:white;
	color:black;
	
}
	
.ForumTimeStyle
{
	color: #666666;
	margin-right: 8px;
}


.ForumNormal
{
    font-weight: normal;
    line-height: 12px    
}


.ForumListItemAlt
{
	background-color: #EEEEEE;
}
