﻿div.SLSTForumContainer
{
	border-top: #345487 1px solid;
	border-right: #345487 1px solid;
	border-left: #345487 1px solid;
	border-bottom: #345487 1px solid;
	width: 98%;
}

Table.SLSTForumContainer
{
	border-style: solid;
	border-width: 1px;
	width: 100%;
	border-collapse: collapse;
}

Table.SLSTForumContainer th
{
	background-color: white;
	background-image: url(Images/Forum/ForumChooserHeader.gif);
	background-repeat: repeat-x;
	color: White;
	vertical-align: middle;
	background-color: #78b1f3;
}

Table.SLSTForumContainer td
{
	background-color: #bcd0ed;
	border-right: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
}

img.SLSTForumContainerHeaderImage
{
	width: 24px;
	height: 35px;
	border: 0px;
}
img.SLSTForumContainerFooterImage
{
	width: 24px;
	height: 20px;
	border: 0px;
}



Table.SLSTForum td
{
	background-image: url(Images/Forum/ForumChooserGridHeader.gif);
	background-repeat: repeat-x;
	background-color: #bfd3ee;
	color: #3a4f6c;
	font-size: 0.7em;
}








.ForumSelectorContainer
{
	border-top: #345487 1px solid;
	border-right: #345487 1px solid;
	border-left: #345487 1px solid;
	border-bottom: #345487 1px solid;
	width: 98%;
}

.ForumSelectTopBar
{
	background-color: white;
	background-image: url(Images/Forum/ForumChooserHeader.gif);
	background-repeat: repeat-x;
}
.ForumSelectFooterBar
{
	background-color: #bcd0ed;
	border-right: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
}



.ForumSelectGridView
{
	background-color: white;
}

.ForumSelectHeader
{
	background-image: url(Images/Forum/ForumChooserGridHeader.gif);
	background-repeat: repeat-x;
	background-color: #bfd3ee;
	color: #3a4f6c;
	font-size: 0.7em;
}
.ForumSelectHeaderMargin
{
	padding-left: 10px;
}
.ForumSelectHeaderCell
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
}

.ForumSelectItemRow
{
	background-color: #E4EAF2;
}
.ForumSelectItemCell
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
}
.ForumSelectItemCellMargin
{
	padding-left: 5px;
}
.ForumSelectItemName
{
	font-size: 0.8em;
	font-weight: bold;
	color: blue;
}
.ForumSelectItemDescription
{
	font-size: 0.6em;
}


.FormPostTable
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.ForumPostHeader, .ForumPostFooter
{
	background-color: #e4eaf2;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	font-size: 0.8em;
	height: 25px;
}

.ForumPostContent
{
	background-color: #EEF2F7;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	padding-bottom: 5px;
	padding-top: 5px;
}
