﻿.ForumTable
{
	width:100%;
	background-color: #0066CC;
}

.ForumReplyTable
{
	width:700px;
	background-color: white;
}

.ForumReplyTableTop
{
	background-image: url('Images/Forum/shadowbox700_top.gif');
	background-repeat: no-repeat;
	height: 12px;
}

.ForumReplyTableBottom
{
	background-image: url('Images/Forum/shadowbox700_bottom.gif');
	background-repeat: no-repeat;
	height: 19px;
}

.ForumReplyTableLeft
{
	background-image: url('Images/Forum/shadowbox700_left.gif');
	background-repeat: repeat-y;
	background-position: left top;
	width: 10px;
}

.ForumReplyTableRight
{
	background-image: url('Images/Forum/shadowbox700_right.gif');
	background-repeat: repeat-y;
	background-position: right top;
	width: 17px;
}


.TopicListHeader
{
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	color: #ffffff;
	font-size: 10pt;
}

.TopicListItem
{
	height:35px;
	background-color:#ECF3F7;
	color: #105289;
	border-top: solid 1px white;
	border-bottom: solid 1px black;
	vertical-align:middle;
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size:10pt;
	line-height:15px;
}

.TopicListItemOver
{
	height:35px;
	background-color:#F6F4D0;
	color: #105289;
	border-top: solid 1px white;
	border-bottom: solid 1px black;
	vertical-align:middle;
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size:10pt;
	line-height:15px;
}

a.TopicListLink
{	
	font-weight: bold;
	color: #105289;
	text-decoration: none;
}

a.TopicListLink:hover
{
	color: #105289;
	font-weight:bold;
	text-decoration: underline;
}

a.TopicListLink:visited
{
	color: #105289;
	font-weight:bold;
}

.TopicListItemAlternate
{
	height:35px;
	background-color:#E1EBF2;
	color: #105289;
	border-top: solid 1px white;
	border-bottom: solid 1px black;
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size:10pt;
	line-height: 15px;
}

.TopicListPostCell
{
	border-right: solid 1px white;
	border-left: solid 1px white;
	width: 60px;
	font-size: 9pt;
}

.TopicListCreatedCell
{
	width:160px;
	font-size: 9pt;
}

.ForumListTopicsCell
{
    border-right: solid 1px white;
    border-left: solid 1px white;
    width: 60px;
    font-size: 9pt;
}

.ForumListPostsCell
{
	width:60px;
	text-align:center;
	vertical-align:middle;
	font-size: 9pt;
}

.PostTitle
{
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	color: #105289;
	font-size: 12pt;
	font-weight: bold;
}

.PostSubTitle
{
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	color: #105289;
	font-size: 10pt;
}

.PostText
{
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	color: Black;
	background-color: White;
	font-size: 10pt;
	padding-top: 5px;	
}

.ForumTitle
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
}

.TopicTitle
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
}