.ForumItemTitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: White;
	background: #4169E1;
	border-bottom: 1px solid #000080;
	border-top: 1px solid #000080;
}

.ForumItemTitleText {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: White;
	font-weight: bold;
	background: #4169E1;
}

.ForumItemPanel1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background: #EFEFEF;
    color : #4169E1;
}

.ForumItemPanel2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
    color : #4169E1;
	background: #FFFFFF;
}

.ForumItemPanelLink {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background: transparent;
	text-decoration : none;
	color : #4169E1;
}

.ForumItemPanelLink:HOVER {
	text-decoration : underline;
	color : Blue;
}

.ForumItemGap {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background: #D2EDFF;
	color : Black;
}