/*
################################
# Author: Eman F. Younis       #  
#     Date: 20 July, 2008      #
################################
*/

body
{
	
	padding-right: 1%;
	padding-left: 1%;
	padding-bottom: 10%;
	margin: 0%;
	padding-top: 1%;
	background-color: #FFFFFF;
	direction: rtl;
	height: 98%;
}
#pageWrapper
{
	width: 800px;
	margin: auto;
	
}

#divHeader
{
	clear:none; /* Default. Allows floating elements on both sides*/
	width: 780px;
	height: 140px;
	/*The float property sets where an image or a text will appear in another element*/
	float:none /*The image or the text will be displayed just where it occurs in the text */
}
#navigationArea
{
	clear: both; /*No floating elements allowed on either the left or the right side*/
	padding-right: 0px;
	padding-left: 0px;
	float: none;
	padding-bottom: 0px;
	margin: 0%;
	vertical-align: top;
	width: 780px; /*color: white;*/
	padding-top: 0px;
	font-family: Verdana;
	height: 26px; /*background-color: #005D1D;*/
	text-align: Center;
	position: static;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-left-color: #000000;
}
#SubNavigationArea
{
	border: 1px solid #3F6089;
	clear: both; /*No floating elements allowed on either the left or the right side*/
	
	float:none;
	padding-bottom: 0px;
	margin: 0%;
	vertical-align: middle;
	width: 780px; /*color: white;*/
	padding-top: 5px;
	font-family: 'Times New Roman' , Times, serif;
	height: 15px;
	background-color: #FFFFF7;
	text-align:right;
	direction:rtl;
	
	font-size: 11pt;
	font-weight: bold;
	
}


#bodyArea
{
	/*background-image: url(images/sidebarGraphic.jpg);*/
	background-color: #FFFFFF;
	width: 780px;
	overflow: hidden;
	padding-bottom: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
	#bodyLeft
{
	clear: left;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1em;
	color: #005D1D;
	float: left;
	padding-bottom: 10px;
	vertical-align: top;
	width: 480px; /*The total size is 500px, 10px goes to the pagging in each side(left,right)*/
	direction: rtl;
	padding-top: 10px;
	font-family: Arial;
	position: static;
	text-align: justify;
	
}
	#bodyRigh
{
	clear: right;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1em;
	color: #3F6089;
	float: right;
	padding-bottom: 10px;
	vertical-align: top;
	width: 180px; /*The total size is 200px, 10px goes to the pagging in each side(left,right)*/
	padding-top: 2.6em;
	position: static;
	text-align: justify;
	direction: rtl;
}


#footerArea
{
	clear: both;
	font-weight: bold;
	font-size: 0.7em;
	float: none;
	vertical-align: middle;
	color: white;
	font-family: Arial (Arabic);
	position: static;
	height: 40px;
	text-align: center; /*background-color: #005D1D;*/
	width: 780px;
	overflow: hidden;
}
.timeBiker
{
	width:50%;}

#divSignOut
{border: 1px solid #3F6089;
	width: 775px;
	clear: both;
	float: none;
	text-align:left;
	padding-left:5px;
	}
