﻿body 
{
	margin:0px;
	direction:rtl;
	font-family:Tahoma;
	font-size:8pt;
	background-color:#cc9966;
	cursor:default;
}
#Banner
{
	background-image:url('images/MBG.jpg');
	height:154px;
	padding-left:6px;
}
.PR
{
	background-image:url('images/MBG.jpg');
	background-position:right;
	width:4px;
}
#PC
{
	border-top:2px solid #ff6600;
	border-bottom:2px solid #ff6600;
	background-color:#ffcc99;
}
.PL
{
	background-image:url('images/MBG.jpg');
	width:4px;
}
#FC
{
	background-image:url('images/FP.jpg');
}
.ContUs{margin:10px;margin-right:60px;display:none;}
.Ref{text-align:left; direction:ltr; font-weight:bold;}
/*----Default.aspx------------------*/
.DR
{
	width:580px;
	border-left:2px solid #663300;
	padding:10px;
}
.DL
{
	padding:10px;
}
/*----Post.ascx-------------------------------*/
.Ico_1
{
	height:43px;
	background-image:url('images/Ics.gif');
	background-position:right -43px;
	background-repeat:no-repeat;
}
.Ico_2
{
	height:43px;
	background-image:url('images/Ics.gif');
	background-position:right 0px;
	background-repeat:no-repeat;
}
.Ico_3
{
	height:43px;
	background-image:url('images/Ics.gif');
	background-position:right -86px;
	background-repeat:no-repeat;
	cursor:pointer;
}
.PDateCat
{
	color:#330000;
}
.PTitle
{
	font-size:10pt;
	font-weight:bold;
	color:#663300;
}
.PDes
{
	font-size:9pt;
	padding-top:10px;
	padding-bottom:30px;
	text-align:justify;
	line-height:14pt;
	border-bottom:1px solid #663300;
}
.PComment
{
	color:#330000;
}
.PLinks
{
	color:#330000;
}
/*----FormLink-------------------------------*/
a:link, a:visited
{
    color:#330000;
    text-decoration:none;
}
a:focus, a:hover
{
    color:#663300;
}
.Ref a:link, .Ref a:visited
{
    color:#ffcc99;
    text-decoration:none;
}
.Ref a:focus, .Ref a:hover
{
    color:#ce9a67;
}
a img
{
	border-width:0px;
	vertical-align:middle;
	margin:2px;
}
hr
{
	color:#663300;
	background-color:#663300;
}
input[type=text],textarea
{
	width:120pt;
	font-family:Tahoma;
	font-size:8pt;
	background-color:#ffcc99;
	border:1px solid #663300;
	color:#663300;
	margin:1px;
}
textarea{height:80pt;}
input[type=text]:focus,textarea:focus
{
	border-width:2px;
	margin:0px;
}
input[type=submit]
{
	font-family:Tahoma;
	font-size:8pt;
	border:none;
	background-color:#663300;
	color:#ffffff;
	padding-top:2px;
	padding-bottom:2px;
	cursor:pointer;
}
input[type=submit]:hover
{
	color:#cccccc;
}
.Frm{}
.Frm .Title
{
	text-align:left;
	width:80px;
}
.Frm .Obj
{
	text-align:right;
}
.Frm .Error
{
	color:#ff3c00;
}