
body  
{
	direction:rtl;
	background: #000; 
	color: #000; 
	margin: 0; 
	padding: 0; 
    font-family: tahoma, arial;
    font-size: 9pt;
    background:#555 url(../Images/MP_Main_BG.jpg) repeat-y;
	} 
p  
{
	margin: 0; 
	padding: 0; 
} 
th
{
	font-weight:normal;
}
a:link 
{
	color:#666666;
	outline: none;
	text-decoration:none;
}
a:visited
{
	outline: none;
	color:#666666;
	text-decoration:none;
}
a:hover
{
	outline: none;
	color:#0b99bb;
	text-decoration:none;
}
a:active
{
	outline: none;
	color:#666666;
	text-decoration:none;
}
	
/* ================ Master Page ===================================================================*/
.MP_Extra
{
	height:20px;
	width:100%;
}
#MP_HeaderTop
{
	width:100%;
	height:90px;
	background:#b1b1b1 url(../Images/MP_Header_BG.jpg) repeat-x;
}
#MP_Header_Logo
{
	width:287px;
	height:90px;
	background-image:url(../Images/MP_Header_Logo.jpg);
	margin:0 left;
}
#MP_Content
{
	width:100%;
	vertical-align:top;
	height:700px;
}
#MP_Menu
{
	width:180px;
	height:100px;
	margin:0 left;
	float:left;
	vertical-align:top;
}
#MP_PlaceHolder
{
	height:100px;
	margin-left:180px auto;
	vertical-align:top;
}
#MP_Footer
{
	width:100%;
	height:50px;
	background:url(../Images/MP_Header_BG.jpg) repeat-x scroll left bottom;
	bottom:0px;
	left:0px;
	position:fixed;
}
#LoginDIV
{
	background-color:#999;
	top:100px;
	left:50%;
	min-width: 400px;
	margin-left: -200px;
	position:absolute;
	border:solid 3px #666;
	height:200px;
}
#MP_Progress 
 {
	background-color: black; 
	filter:alpha(opacity=55); 
	-moz-opacity:.55; 
	opacity:.55; 
	margin: 0px; 
	width: 100%; 
	position: absolute; 
	top: 0px; 
	height: 100%;
 }
#container {
    width:600px;
    background:#333;
    padding:10px;
	}

/* ================ Modules and Forms ===================================================================*/
.Pages_DIV_BG
{
	margin:0px 20px 20px 200px;
	background-color:#ccc;
	padding:5px;
	display:block;
}

.Pages_DIV_BG_Float
{
	background-color:#ccc;
	top:100px;
	left:50%;
	min-width: 800px;
	margin-left: -400px;
	position:absolute;
	z-index:100;
	border:solid 5px #333;
}

.Pages_DIV_BG_Inner
{
	background-color:#d9e4ed;
	display:block;
	clear:both;
}

br
{
   clear:both;
}
.Inline_Images
{
	float:right;
	border:0px;
	outline:none;
	margin:5px 10px 0px 0px;
}
fieldset
{
   -moz-border-radius: 7px; 
   border:1px #fff solid;
   padding: 10px;
   margin-top: 10px;
}
fieldset legend
{
   border: 1px #0099ff solid; 
   color: #333; 
   font-family: times;
   font-size: 15px;
   font-weight:bold;
   padding-right: 5px;
   padding-left: 5px;
   padding-top: 2px;
   padding-bottom: 2px;
   -moz-border-radius: 3px;
}
.FormsValidator
{
   font-weight:bold;
   padding-left: 10px;
   float: right;
   font:normal 8pt tahoma;
   color:RED;
}
.FormsLabels 
{
   width: 120px;
   padding-left: 10px;
   margin: 5px;
   float: right;
   text-align: left;
   font:normal 8pt tahoma;
   color:#666;
}
.FormsLabelsRight
{
   margin: 5px;
   float:right;
   text-align: right;
   font:normal 8pt tahoma;
   color:#666;
   font-weight:bold;
}
.FormsLabelsRegular
{
   margin: 5px;
   float: right;
   text-align: right;
   font:normal 8pt tahoma;
   color:#666;
}
.FormsTextBoxes
{
   width:250px;
   font:normal 8pt tahoma;
   float: right;
   color:#666;
}
.FormsRegularTextBoxes
{
   width:100px;
   font:normal 8pt tahoma;
   color:#666;
}
.FormsRegularLabels
{
   text-align: right;
   font:normal 8pt tahoma;
   color:#666;
}
.FormsHidenTextBoxes
{
	display:none;
	width:0px;
	height:0px;
}
.FormsButtons
{
	width:130px;
	height:22px;
	margin:5px;
	border: 1px #0099ff solid;
	background-color:#7cc0ee;
	cursor:pointer;
	font:8pt tahoma;
	color:#fff;
	outline:none;
	float:left;
}
.FormsButtonsOver
{
	width:130px;
	height:22px;
	margin:5px;
	border: 1px #0099ff solid;
	background-color:#5b91b6;
	cursor:pointer;
	font:8pt tahoma;
	color:#fff;
	outline:none;
	float:left;
}

.FormsButtonsSmall
{
	width:17px;
	height:17px;
	border: 1px #0099ff solid;
	background-color:#7cc0ee;
	cursor:pointer;
	color:#fff;
	outline:none;
	font:bold 6pt tahoma;
	margin:1px 3px 0px 3px;
	float:right;
}
.FormsButtonsOverSmall
{
	width:17px;
	height:17px;
	border: 1px #0099ff solid;
	background-color:#5b91b6;
	cursor:pointer;
	color:#fff;
	outline:none;
	font:bold 6pt tahoma;
	margin:1px 3px 0px 3px;
	float:right;
}

.SpecialLabels
{
   border: 1px #0099ff solid; 
   color: #666; 
   font-family: tahoma;
   font-size: 8pt;
   padding:4px;
   margin:5px;
   float:right;
}

.SpecialDiv
{
	background-color:#d9e4ed;
	width:100%;
	text-align:center;
	vertical-align:middle;
}
.StatisLink
{
	font-family:Tahoma;
	font-size:8pt;
	color:#606060;
	text-decoration:none;
}
/*========= DataGrids ================*/

.DataGrids
{
	border:none;
	outline:none;
}
.DataGridsHeaders
{
	background:url(../Images/DGHeader.jpg) repeat-x;
	text-align:center;
	border:0px;
	font:normal 8pt tahoma;
	height:30px;
	color :#ffffff  ;
	direction:rtl;
}
.DataGridsFooter
{
	background-color:#cccccc;
	text-align:center;
	border:solid 1px white;
	font:normal 8pt tahoma;
	color :#404040  ;
}
.DataGridsPager
{
	border-width:0px;
	font:normal 8pt tahoma;
	color :#009350  ;
	height:25px;
}
.DataGridNormalRow
{
	font:normal 8pt tahoma;
	color :#666666 ;
	height:24px;
	background:#fff url(../Images/DGOddRowBG.jpg)  repeat-x;
}
.DataGridOverRow
{
	font:normal 8pt tahoma;
	color :#0099ff ;
	height:24px;
    background-color:#E0EFF8;
}
.DataGridSelectedRow
{
	background-color: red;
	font:normal 8pt tahoma;
	color :#404040;
}
.DataGridBulletes
{
	color:#0099ff;
	font:normal bold 8pt tahoma;
}
.DataGridTextBox
{
	font:normal 9pt tahoma;
	color:#adadad;
}
.DataGridEmpty
{
	background:none;
	border:none;
	color:#008aff;
	font:normal bold 8pt tahoma;
}

/*========= End DataGrids ============*/

/*========= JQuery ToolTip ============*/
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
/*========= End JQuery ToolTip ========*/

.RightDivBeside1{
	min-width: 300px;
	display:table-cell;
	}

.RightDivBeside2{
	width:580px;
	display:table-cell;
	} 
	
	
/*============ ALERT PopUps =================*/
.Pages_DIV_Alert
{
	top:100px;
	left:50%;
	min-width: 400px;
	margin-left: -200px;
	position:absolute;
	border:solid 5px #333;
	z-index:2;
}
.Pages_DIV_Alert_BG
{
	background:none repeat scroll 0 0 #000;
	height:100%;
	left:0;
	opacity:0.8;
	filter:alpha(opacity=80);
	position:fixed;
	top:0;
	width:100%;
	z-index:1;
}
.Page_DIV_Loading_BG
{
	position:fixed;
	top:0px;
	right:0px;
	height:100%;
	width:100%;
	background-color:black;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
	z-index:100;
}
.Pages_DIV_Alert_Header
{
	width:400px;
	height:30px;
	background-color:#ff9900;
}
.Pages_DIV_Alert_Header_Text
{
	margin:7px 10px 0px 0px;
	float:right;
	color:white;
	font:bold tahoma;
}
.Pages_DIV_Alert_Xbtn
{
	width:20px;
	height:20px;
	float:left;
	margin:5px 5px 0px 5px;
}
.Pages_DIV_Alert_Body
{
	width:400px;
	height:100px;
	background-color:white;
}
.Pages_DIV_Alert_Body_DivRight
{
	margin:0 right;
	width:90px;
	float:right;
}
.Pages_DIV_Alert_Body_DivImage
{
	margin:20px 20px 0px 0px;
}
.Pages_DIV_Alert_Body_DivLeft
{
	margin:0 left;
	float:right;
}
.Pages_DIV_Alert_Body_Text
{
	margin:7px 10px 0px 0px;
	float:right;
	color:#666;
	font:normal tahoma;
}	

/*============ End of ALERT PopUps =================*/

.DIV_SelCat
{
	position:absolute;
	background-color:#eee;
	top:212px;
	right:178px;
	border:solid 2px #808080;
	min-width:272px;
}

.DIV_SelCat_Edit
{
	position:absolute;
	background-color:#eee;
	top:168px;
	left:50%;
	min-width:272px;
	margin-left: -25px;
	z-index:200;
	border:solid 2px #808080;
}

.Iframe
{
	width:auto;
	min-width:0px;
	margin:0px;
	overflow:hidden;
	height:40px;
	border:0px;
	border-width:0px;
}

.radEditorDIVSmall
{
	float:right;
	height:320px;
	direction:rtl;
}

.RadUpload .ruFileInput
{
	width: auto !important;
}


.divInnerCurves
{
	margin:50px 20px 20px 20px;
	border: 0px;
	background-color:#e2e2e2;
	padding:5px;
	display:block;
	-webkit-border-radius:7px;
	-khtml-border-radius: 7px;
	-opera-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
}
