﻿.ForumTreeRootTitle
{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	cursor: default;
}

.ForumTreeRootText
{
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	cursor: default;
}


.ForumTreeReplyTitle
{
	font-size: 13px;
	color: #000000;
	cursor: hand;
}

.ForumTreeReplyText
{
	font-size: 12px;
	color: #000000;
	cursor: default;
}

.ForumTreeMessageInfo
{
	font-size: 12px;
	color: #000000;
	cursor: default;
	overflow: hidden;
}

.ForumTreeRootRow
{
	border-top: solid 1px #000000;
	border: solid 1px #000000;
	background-color: #c3dfff;
}

.ForumTreeReplyRow
{
	border: solid 1px #000000;
	background-color: #EFE7E7;
}

.ForumTreeRootRowOver
{
	border: solid 1px #000000;
	background-color: #abd1fd;
}

.ForumTreeReplyRowOver
{
	border: solid 1px #000000;
	background-color: #dfd7d7;
}

.ForumTreeNewMessageTitleInput
{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	width: 300px;
	border: solid 1px #000000;
}

.ForumTreeNewMessageTextInput
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	width: 300px;
	height: 100px;
	border: solid 1px #000000;
}

.ForumTreeAddNewMessageTable
{
	width: 430px;
	height: 300px;
	border: solid 3px #000000;
	background-color: #c2dfff;
}

.ForumNavigateBox
{
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	background-color: #EFE7E7;	
}

.ForumNavigateCurrentBox
{
	font-size: 11px;
	color: #ffffff;
	padding: 2px 2px 2px 2px;
	background-color: #d80016;	
}

.RootMessageWrapDiv
{
	border-top: solid 1px #d80016;
}