﻿

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body 
{
	direction:rtl;
	margin:0;
	font: normal 62.5% Tahoma,sans-serif;
}
 
 .tdRight
 {
	background: #FFFFFF url(../img/bkgd_right_column.jpg) repeat-y left;
 }
 .tdLeft
 {
	background: #FFFFFF url(../img/bkgd_left_column.jpg) repeat-y right;
 }
.clearer {	clear: both;}

.Lheader
{
 background: transparent url(../logo/leftLogo.gif) top left no-repeat;
 width:406px;
 height:134px;
 
}

.header 
{
	background: transparent url(../logo/tileLogo.gif) top center repeat-x;
	margin: 0 auto;
	padding: 0px 0px 0px;
	height: 134px;
	width: 925px;
	border-bottom:8px solid #FFF;
}
.Rheader
{
	background: transparent url(../logo/RightLogo.gif) top Right no-repeat;
	
	width:184px;
}

.mainborder
{
	border: 8px solid #FFF;
}


/* container */
.container 
{
	border-top: 8px solid #FFF;
	border-bottom : 8px solid #FFF;
	background: #ffffff;
}

.sidenav
{
	border-left : 8px solid #FFF;
	width: 180px;
	background:url(../img/RSide.jpg) repeat-y ;
}
.sidenav h2 {
	color: #333300;
	font-size: 12px;
	font-family: Courier New;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
	text-align:left;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #e4e4e4;
}
.sidenav li {border-bottom: 1px solid #e4e4e4;}
.sidenav li a {
	font-size: 12px;
	font-family: Courier New;
	color: #333300;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
ul {
	LIST-STYLE-TYPE: none
}
.sidenav li a:hover {
	background-color: #ebebeb;
	color: #654;	
}


.navigation 
{
	background: #507BB2	 url(../img/nav.jpg);
	border: 1px solid #7795BD;
	height: 23px;
}

.navigation a {
	background: transparent url(../img/nav.jpg) left top repeat-x;
	border-right: 1px solid #7795BD;
	color: #fff;
	display: block;
	float: left ;
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	line-height: 23px;
	text-decoration: none;
	padding: 0 18px;
}
.search {
	background: transparent url(../img/nav.jpg) left top repeat-x;
	border-right: 1px solid #7795BD;
	color: #fff;
	display: block;
	float: left ;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	line-height: 23px;
	text-decoration: none;
	padding: 0 18px;
	direction:ltr;
}
.searchBox{
	background: #11294B;
	border: 1px solid #ffffff;
	height: 18px;
	margin-bottom :20px;
}

.navigation a:hover {
background: transparent url(../img/nav.jpg) left bottom; 
color: #f1f1f1;
}

.date {
	background: transparent url(../img/nav.jpg) left top repeat-x;
	color: #fff;
	display: block;
	float: right ;
	font-family: Arial;
	font-weight: bold;
	line-height: 23px;
	text-decoration: none;
}


.footer 
{
	font-family: Times New Roman ;
	font: normal 13px Times New Roman;
	direction:ltr;
	line-height: 39px;
	text-align: center;
	background:#507BB2 url(../img/bluefooter.jpg) repeat-x;
	color: #FFF;
}
.footer a,.footer a:hover {color: #FFF;}

.marquee 
{
	font-family: Traditional Arabic;
	font: normal 13px Traditional Arabic;
	direction:ltr;
	text-align: center;
	background: transparent url(../logo/tileLogo.gif) top center repeat-x;
	color: #FFF;
	margin-bottom:10px;
	
}



/************************************/
/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 700px;
}
.content {
	color: #666;
	font-size: 1.0em;
	margin-bottom: 6px;
}


.content .imgright {
padding: 5px;
border: 1px solid #666;
margin-left: 10px;
float: right;
}
h1 {
	font: normal 1.1em Tahoma,sans-serif;
	font-weight:bold;
	margin-bottom: 4px;
	color: #005B9C;
	margin: 0 0 7px 0;
	text-align:right;
}

h2 {
	font: normal 1.1em Tahoma,sans-serif;
	margin-bottom: 4px;
	text-align:right;
	color: #005B9C;
	margin: 0 0 7px 0;
}

p 
{	text-align:justify;
	padding-bottom: 1.2em;
	font-size:14px;
	font-family:Arial;
	}

.lnkMgtUser {	
	height: 19px;
	text-decoration: none;
	font-size: 11pt;
	color:White;
	font-weight: bold;
	font-family: Arial;

}

.lnkMgtUser:hover{	
	height: 19px;
	text-decoration: none;
	font-size: 11pt;
	color:White;
	font-weight: bold;
	font-family: Arial;
}

a
{
   	color: #002065 ;
	}
	
	.imgHome
	{
	    border : solid 1px #999999 ;
	    padding:7px;
	       
	}