*
{
	font-family : Arial;
	font-size   : 14px;
}

body
{
	direction     : rtl;
	overflow-x    : visible;
	overflow-y    : scroll;
	border-left   : 0px;
	border-bottom : 1px solid #dddddd;
	margin        : 0px;
}

.btn
{
	font-weight  : bold;
	font-size    : 15px;
	width        : 100px;
	height       : 20px;
	line-height  : 13px;
	background   : #f0f0f0;
	margin-right : 10px;
	margin-left  : 10px;
}

.NavigationBar
{
	width		: 95%;
	line-height     : 16px;
	direction	: rtl;
	background	: #f0f0f0;
	border		: 2px outset #f0f0f0;
	color		: black;
	font-weight     : bold;
	padding-top     : 0px;
	padding-bottom  : 1px;
	padding-left    : 2px;
	padding-right   : 2px;
}

.NavigationBar a
{
	color           : black;
	text-decoration : none;
	font-size       : 17px;
}

.NavigationBar .Arrow
{
	font-size       : 15px;
	text-decoration : none;
}

.NavigationBar .PageCounter
{
	text-align : center;
	font-size  : 14px;
}

.NavigationBar .PageCounter .Text
{
	font-size : 17px;
}

.NavigationBar .ForumTitle
{
	font-size  : 17px;
	text-align : center;
	color      : #900000;
}

.TreeNode
{
	width           : 100%;
	text-decoration : none;
	height          : 18px;
	line-height	: 18px;
	direction	: rtl;
}

.TreeNode a
{
	direction	: rtl;
}

.TreeSelectedNode
{
	width           : 100%;
	background      : e5e5e5; /*f5f5f5 e6e6e6; eef3f9; ecf2f9; e9f0f8; e6eef7; #dbe7f2;  #e9e9e9; */
	margin-left     : 1px;
	text-decoration : none;
	height          : 18px;
line-height:18px;
}

.TreeSubject
{
	font-size       : 15px;
	font-weight     : bold;
	color           : #000099;
	text-decoration : none;
	direction	: rtl;
}

a:hover, a:hover .TreeSubject
{
	text-decoration : underline;
	color           : red;
}

a:visited .TreeSubject
{
	font-weight     : normal;
}

.TreeFrom
{
	font-size       : 12px;
	color           : #990000;
	text-decoration : none;
	direction	: rtl;
}

.TreeFromForumAdmin
{
	font-size       : 12px;
	color           : #990000;
	text-decoration : none;
	font-weight     : bold;
	direction	: rtl;
}
	
.TreeDate
{
	font-size       : 11px;
	color           : black;
	text-decoration : none;
}
		
hr
{
	height        : 1px;
	color         : #eeeeee;
	margin-top    : 0px;
}

.Envelope
{
	margin-right  : 2px;
	margin-left   : 3px;
	height        : 11px;
	width         : 14px;
	background    : white;
	border        : 0px;
	padding-left  : 3px; /* mozilla only */
}

.ForumName
{
	width           : 80px;
	text-align      : center;
	height          : 18px;
	font-size       : 14px;
	background      : #336699;
	color           : #ffffa0;
	margin-left     : 2px;
	margin-right    : 2px;
	border-bottom   : 1px solid #336699;
	text-decoration : none;
}



/* for mozilla version */
.LinkBox
{
	width          : 512px;
	margin-bottom  : 5px;
	border-left    : 1px solid #ccccdd;
	border-top     : 1px solid #ccccdd;
	border-right   : 1px solid #aaaabb;
	border-bottom  : 1px solid #aaaabb;
	background     : #e6e6e6;
	padding-right  : 7px;
	padding-bottom : 5px;
}

.LinkBox a,
.LinkBox a:visited
{
	text-decoration : none;
	color           : black;
	font-weight     : bold;
}

.LinkBox a:hover
{
	text-decoration : underline;
}