.forumheadertext {
    height:20px;
    display:inline;
    font-size: 20px;
    font-family: Lucida Sans Unicode;
    /*arial, helvetica, sans-serif;*/
    color : #e04213;
}
.forumheadertext A:link {text-decoration: none; color: #e04213}
.forumheadertext A:visited {text-decoration: none; color: #e04213}
.forumheadertext A:active {text-decoration: none; color: #e04213}
.forumheadertext A:hover {text-decoration: underline; color: #e04213}

a.forum_link
{
	font-family 	: arial;	
	font-size   	: 12px;	
	color           : #5c9dd8;
	text-decoration : none;
}

a:hover.forum_link
{
	font-family 	: arial;	
	font-size   	: 12px;	
	color           : #96c0e7;
	text-decoration : none;
}


.forum_head {
    font-size: 12px;
    color: #054377;
    font-family: arial, sans-serif;
    font-weight: bold;
}
.forum_row {
    color: #41839c;
    font-size: 12px;
    border-bottom: 1px solid #cce1e9;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}
.forum_row_white {
	margin-left:15px;
    color: #41839c;
    font-size: 12px;
    border-bottom: 1px solid #cce1e9;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}
.forum_group {
    background: #e6f0f4;
    color: #41839c;
    font-size: 14px;
    font-weight: bold;
}
.forum_checkbox {
    background: #e6f0f4;
    color: #41839c;
    font-size: 12px;
}
.forum_messages_head {
    background: #d9e5ee; /*#e04213;*/
    color: white;
    font-size: 12px;
    border-style:solid;
    border-width:4px;
    border-color:#000000;    
}

.forum_messages_row {
    background: #e6f0f4;
    color: #41839c;
    font-size: 12px;
}
