@media screen{
body{ 
	margin:10px 10px 10px 10px; 
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;	
	direction:rtl;
}
	.hidePrinting{ display:;}
	.showPrinting{ display:none; }
}

@media print{
body{ 
	margin:10px 10px 10px 10px; 
	padding:0px 0px 0px 0px ;
}
.hidePrinting{ display:none;}
.showPrinting{ display:compact; }
}

a{
	text-decoration:none;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-right: 1px solid #999;
	width: 297px;
}

ul.tabs li {
	float: right;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	background: #e0e0e0;
}

ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 18px;
	padding: 0 28px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}

ul.tabs li a:hover {
	background: #ccc;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	overflow: hidden;
	clear: both;
	float: right; width: 100%;
	background: #fff;
}

.tab_content {
	padding: 10px;
	font-size: 16px;
	text-align:right;
}

.top{
	color:#FFFFFF; 
	font-size:13px; 
	font-family:Tahoma; 
	font-weight:bold; 
	text-decoration:none;
}

.Righttableheader{
	background-image:url(_images/cellpic1.gif); 
	color:#FFFFFF; 
	font-weight:bold; 
	font-size:12px; 
	font-family:Tahoma;
}

.tableheader{
	background-image:url(_images/cellpic1.gif); 
	color:#FFFFFF; 
	font-weight:bold; 
	font-size:16px; 
	font-family:"Times New Roman", Times, serif;
}

.footer{
	color:#000066; 
	font-family:"Simplified Arabic"; 
	font-size:14px; 
	font-weight:bold;
}

.title1{
	color:#000066; 
	font-family:"Simplified Arabic"; 
	font-size:14px; 
	font-weight:bold;
}

.tableRight{
	color:#000066; 
	font-family:"Simplified Arabic"; 
	font-size:14px; 
	font-weight:bold;
}

.Righttable{
	color:#000099; 
	font-family: Tahoma; 
	font-size:12px; 
	direction:rtl;
}

.link{
	color:#000066;
}

.subject{
	font-family:"Simplified Arabic"; 
	color:#000066; 
	font-size:16px; 
	direction:rtl; 
	text-align:justify;
}

