﻿body 
{
	font-family:Tahoma,Arial;
	font-size:12px;
	padding:0px;
	margin:0px;
	direction:rtl;
	background-color:#FFFFFF /*#FEFDE8;*/
}
A
{
	text-decoration:none;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}
ul
{
	padding:0px;
	margin:0px;
}
li,ul
{
	list-style-type:none;	
}

/*Zahra*/
div
{
	padding:0px;
	margin:0px;
	border-style:solid; 
	border-width:0px;	
}

/*************************************
		alignment
*************************************/
.direction
{
	direction:rtl;
}
.notdirection
{
	direction:ltr;
}

.alignment
{
	float:right;
	text-align:right;
}
.alignment-Not
{
	float:left;
	text-align:left;
}
.textalign
{
	text-align:right;
}
.Nottextalign
{
	text-align:left;
}
/*************************************
		Header Page(Master Page)
*************************************/
#headerPage
{
	width:986px;
	text-align:center;
	margin-bottom:0px;
	padding-bottom:0px;
	height:136px;
	background-color:#ECEBD9;
}
.Content
{
	display:block;	
	width:986px;
	margin-top:0px;
	padding-top:0px;	
	/*background:url("Images/bg.gif") repeat-y scroll right top;	*/
	height:100%;	
}

#rightPage
{
	direction:rtl;
	float:right;
	text-align:right;
	width:170px;
	margin-top:0px;
	margin-left:3px;
	margin-right:0px;
	padding-top:0px;
	/*height:100%;*/
	background-color:#ECEBD9;		
}
#leftPage
{
	direction:rtl;
	float:right;
	text-align:right;
	width:812px;
	height:100%;
	background-color: #F1F1E5;/*#F1F1E5;*/
	border-right:solid 1px #BCB678;
	border-top:solid 1px #ECEBD9;
}
.Message
{
	font-family:Tahoma;
	font-size:12px;
	color:Red;
}
#RssItemList
{
	list-style-type:none;	
	text-align:center;
	float:right;
}

.Menu
{
	line-height:20px;	
	width:145px;
	height:23px;
	/*margin-right:15px;
	background-image:url("Images/menu.gif");			
	color:#FFFFFF;*/
	color:#000000;
	margin-right:5px;	
}
.Menu a:link
{
	/*color:#FFFFFF;*/
	color:#000000;
}

.Menu a:hover
{
	/*color:#FFFFFF;*/
	color:#000000;
}

.Menu a:visited
{
	/*color:#FFFFFF;*/
	color:#000000;
}

.subMenu
{
	line-height:20px;	
	width:145px;
	height:23px;	
	color:#000000;
	margin-right:20px;	
}
.subMenu a:link
{
	color:#000000;
}

.subMenu a:hover
{
	color:#000000;
}

.subMenu a:visited
{
	color:#000000;
}

.SubMenuli
{
	line-height:20px;	
	width:145px;
	height:120px;
	color:#000000;
	margin-right:5px;
}

.AddressBar
{
	margin-top:15px;
	padding-right:5px;
	margin-right:5px;
	width:800px;
	height:40px;
	text-align:right;
}
/***************************************
			  Controls
****************************************/
.Label
{
	font-family:Tahoma,Arial;
	font-size:12px;	
}
/*Zahra*/
.TitleLabel
{
	font-family:Tahoma;
	font-size:11px;
	color:Black;
	font-weight:bold;
}
.LinkLabel
{
	color: #0000FF;
	cursor: pointer;
}
.LegendCls
{
	color:Blue;
}
.ErrorLb
{
	font-family:Tahoma;
	font-size:12px;
	color:Red;
}
.TedadText
{
	font-family:Tahoma;
	font-size:12px;
	color:Black;	
}
.Tedad
{
	font-family:Tahoma;
	font-size:12px;
	color:Blue;
	background-color:#F5CA8F;	
}

.AdminTitle
{
	font-family:Arial;
	font-size:14pt;
	color:#000000; /*#8B643D;*/
}

.ListBox
{
	font-family:Tahoma;
	font-size:11px;
}
/************************************
            Text Box       
************************************/
.STextBox, .NTextBox, .BTextBox, .TextArea, .MTextBox, textArea, input
{
	font-family:Tahoma,Arial;
	font-size:12px;		
	border-width:1px;
	border-left-color:#7F9DB9;/*#C8A000;*/
	border-bottom-color:#7F9DB9;
	border-top-color:#7F9DB9;
	border-right-color:#7F9DB9;
}
.STextBox
{
	width:100px;
	height:15px;	
}
.NTextBox
{
	width:150px;
	height:15px;
}
.BTextBox
{
	width:250px;
	height:15px;	
}
.TextArea
{
	width:250px;	
}
.FileBox
{
	width:325px;
	height:20px;
}
.MTextBox
{
	color:Black;
	width:140px;
}
/************************************
            Buttons       
************************************/
.NormalButton
{
	font-family :Tahoma;
	font-size :10pt;	
    border-color:#000000;    
	background-color:#ECE9D8;
	color:#000000;	
	cursor:pointer;
}
.Button
{
	font-family:Tahoma;
	font-size:12px;
	border-color:#000000;    
	background-color:#ECE9D8;/*#cc6600;*/
	color:#000000;
	width:50px;
	height:20px;
	cursor:pointer;
}
/************************************/
/*****       CheckBox       *********/
/************************************/
.CheckBox
{
	font-family:Tahoma;
	font-size:12px;
	cursor:pointer;
}
/************************************
          DrodownList       
************************************/
.SDropDown
{
	font-family :Tahoma;
	font-size :10pt;	
	width:107px;
}
.NDropDown
{
	font-family :Tahoma;
	font-size :10pt;	
	width:155px;
}
.BDropDown
{
	font-family :Tahoma;
	font-size :10pt;	
	width:200px;
}
/******************************************************************/
/*   AboutUs													  */
/******************************************************************/

.About, .About-list
{
	direction:rtl;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 25px;
	text-align:justify;
	line-height:25px;
}
.About
{
	color: #300000;
	text-indent:30px;	
}

.About-list
{
	color: #100000;
	list-style-type:square; 
	text-indent:30px;	
}

/*Message Validator*/
.Validator
{
	font-family:Tahoma;
	font-size:10px;
	color:Red;
}

/*Message For INsert & DELETE & UPDATE*/
.OpMessage
{
	font-family:Tahoma;
	font-size:12px;
	color:Red;

}
.SrvCenterDiv
{
	height: 25px;
	text-align: right; 
	padding-right: 20px;
	vertical-align: middle;
	width: 70%; 
}
.HomeTitle
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}

/**************************************/
			/*GRID*/
/**************************************/
.DGHeader
{
	font-size : 11px;
	font-family :Tahoma;
	color :#FFFFFF;
	background-color:#679ccc;
	height:22px;
	font-weight:bold;
	text-align:center;
}
.DGHeader a:Link
{
	color:#ffffdd;
}

.DGHeader a:visited
{
	color:#ffffdd;
}

.DGHeader a:hover
{
	color:#ffffdd;
}

.DGBody
{
	font-size : 10pt;
	font-family :Tahoma,Arial;
	color :#000000;
	background-color:#FFFFFF;
	height:20px;
}

.DGAlternating
{
	font-size : 10pt;
	font-family :Tahoma,Arial;
	color :#000000;
	background-color:#FFFFFF;
	height:20px;
}

.DGRowSelect
{
	font-size : 10pt;
	font-family :Tahoma,Arial;
	color :#000000;
	background-color:#D0D0D0;
	height:20px;
}
