﻿body{
	background: #e5e5e5 url('/CustomCode/Images/bg_mohe_2012.jpg') repeat-x center top;
width: 100%;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
}
.ErrorContainer{
	max-width:900px;

	margin:auto;
	margin-top:50px;
	padding:30px;
}
.Doc_grid_Class{
	background:red;
}
.Logo{
	margin:auto;
	text-align:center
}
.Logo img{
	max-width:100%;
}
.ErrorText{
	font-weight:bold;
	text-align:center;
	line-height:22px;
height: 68px;
line-height: 23px;
    margin-top: 30px;
}
.colR{
	float:right;
}
.ErrorTextAr{
	direction:rtl;margin-right: 50px;
margin-top: 12px;
}
.ErrorTextEn{
	direction:ltr;font-size:10pt;margin-left: 50px;
margin-top: 10px;

}
.ErrorText2{
	font-weight:bold;
	text-align:center;
	line-height:22px;
	padding-top:7px;
	font-size:11pt;
}
.ErrorTextAr2{
	width:100%;
	float:right;
	direction:rtl;
}
.ErrorTextEn2{
	width:49%;
	float:left;
	direction:ltr;
	display:none;
}
.ErrorTextEn2,.ErrorTextAr2{
	background:#fff;
	margin:2px;
	padding-top:10px;	
	border:1px #d5d5d5 solid;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	
}

.Header{
	font-weight:bold;
	direction:rtl;
}
span{
	color:green;
}
.ErrorTextAr2 ul,.ErrorTextEn2 ul{
	margin:0;
	padding:0;
	margin-top:5px;
	list-style:none;
}
.ErrorTextAr2 ul li,.ErrorTextEn2 ul li{
	width:380px;
	margin:auto;
	margin-bottom:1px;
	border-bottom:1px #e5e5e5 solid;line-height: 30px;


}
.ErrorTextAr2 ul li a,.ErrorTextEn2 ul li a{
	color:#000;
	text-decoration:none;
}
.Clear{
	clear:both;
}
