﻿.CommunityBackground
{
	background-image: url(Images/Community/community_bg.jpg);
	background-repeat: no-repeat;
	background-position: 440px 120px;
}

.CommunityHeader
{
	background-color: #5279b4;
	background-image: url(Images/Community/community_keyimage.jpg);
	background-repeat: no-repeat;
	background-position: 332px 0px;
	font-family: Verdana, Arial;
	font-size: 14pt;
	font-weight: 500;
	color: #FFFFFF;
}

.ForumSearchBackground
{
	background-image: url(Images/Community/Search_subimage.jpg);
	background-repeat: no-repeat;
	background-position: 500px 20px;
}


/* For IE */
A.ForumPostLink, A.ForumPostLink:active, A.ForumPostLink:visited
{
	color: #36588B;
}

A.ForumPostLink:hover
{
	color: #5179B4;
}

/* For Mozilla */
.ForumPostGroup a
{
	color: #36588B;
}

.ForumPostGroup a:active
{
	color: #36588B;
}

.ForumPostGroup a:visited
{
	color: #36588B;
}

.ForumPostGroup a:hover
{
	color: #5179B4;
}

.CommunityOverviewText
{
	font-family: Verdana, Arial;
	font-size: 9pt;
	color: #FFFFFF;
}

.CommunityHeaderBand
{
	background-color: #5279b4;
	width: 100%;
}

.CommunityHeaderText
{
	color: #e7e7e7;
	font-family: Verdana, Arial;
	font-size: 20pt;
	font-weight: bold;
}

.CommunityTitleText
{
	font-size: 11pt;
	font-weight: bold;
	color: #36588B;
	position: relative;
	z-index: 2;
	background-color: #e7e7e7;
}

.CommunityHorizontalRule
{
	background-color: #36588B;
	height: 1px;
	position: relative;
	z-index: 1;
	width: 100%;
}

.CommunityBodyText
{
	font-family: Verdana, Arial;
	font-size: 9pt;
	color: #36588B;
}