﻿body{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	direction:	rtl;
}

#warp{
	padding: 0px;
	margin: 0px auto 5px auto;
	width: 760px;
}

#adTable {
	position:absolute;
	top:-2000;
	left:20%;
	background-color:#FFF;
	}

/*-------------------------------------------------------------------------------*/

.header{
	padding: 0px;
	margin: 0px;
	height: 100px;
	background-color: #ffffff;
	text-align: center;
}
.header img{
	margin: 2px 0px 2px 2px;
}
.logo_box{
	margin: 2px 0px 2px 2px;
	float: right;
	background-color: #CCCCCC;
	width: 160px;
	vertical-align: middle;
}
.logo1_box{
	margin: 2px 0px 2px 0px;
	float: left;
	vertical-align: middle;
	background-color: #006699;
}
.search_submit{
	background-color: #006699;
	border: 0px double #FFFFFF;
	width: 40px;
	color: #FFFFFF;
	text-align: center;
}
.search_text{
	background-color: #006699;
	border: 0px double #FFFFFF;
	color: #FFFFFF;
	text-align: right;
	width: 110px; 
	height: 17px;
}
.search_box{
	margin: 2px 0px 2px 0px;
	float: left;
	background-color: #CCCCCC;
	width: 162px;
	height: 40px;
	vertical-align: middle;
	padding-top: 69px;
	text-align: center;
}

.header_link{
	clear: both;
	height: 40px;
	background-color: #3399CC;
	color: #FFFFFF;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #006699;
	padding-right: 10px;
}

.header_link a{
	color: #FFFFFF;
	text-decoration: none;
}

.header_link a:hover{
	color: #CCCCCC;
	text-decoration: none;
}
/*-------------------------------------------------------------------------------*/
#content{
	padding: 2px 6px 6px 6px;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 180%;
	text-align: justify;
}
#content a {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover{
	color: #FF0000;
	font-weight: bold;
}
#content hr {
	color: #EAEAEA;
	margin-top: 6px;
	margin-bottom: 15px;
}
#content input,#content textarea {
	border: 1px solid #3399CC;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 15px;
	background-color: #CCCCCC;
}
marquee{
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
h3{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	margin-bottom: 2px;
	vertical-align: middle;
}
h3 a,h3 a:hover,h3 a:after,h3 a:before,h3 a:visited{
	color: #000000;
	text-decoration: none;
}

h2{
	color: #006699;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 2px;
}

h2 a{
	color: #006699;
	font-weight: bold;
}

h2 a:hover{
	color: #FF0000;
	font-weight: bold;
}

a img{
	border-style: none;
}
/*-------------------------------------------------------------------------------*/
#sidebar{
	background-color: #ffffff;
}
#left_sidebar{
	background-color: #FFFFFF;
}
#sidebar ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	font: 15px "Arabic Transparent", Arial, sans-serif;
	line-height: 165%;
	width: 180px;
}
#sidebar ul li{
	text-align: right;
	color: #006699;
	font-weight: bold;
}
#sidebar ul li.m_title{
	text-align: right;
	color: #006699;
	background-color: #cccccc;
	padding-right: 10px;
}
#sidebar ul li a{
	display: block;
	color: #006699;
	background: #FFFFFF;
	text-align: right;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding-right: 20px;
	text-decoration: none;
	height: 25px;
}
#sidebar ul li a:hover{
	color: #FF0000;
	height: 25px;
}
/*-------------------------------------------------------------------------------*/
#footer{
	clear: both;
	height: 40px;
	background-color: #3399CC;
	color: #FFFFFF;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #006699;
	padding-right: 10px;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	color: #CCCCCC;
	text-decoration: none;
}

/*-------------------------------------------------------------------------------*/

/* navigation pages - Begin*/
DIV.pages {
	display:inline-block;
	TEXT-ALIGN:center;
	margin: 10px 0 10px 10px;
	padding-left:10px;
	width:100%;
	direction:rtl;
}

UL.pages_list {
	DISPLAY:inline;
	padding: 2px 2px 2px 2px;
	MARGIN: 5px 5px 5px 5px; 
	LIST-STYLE-TYPE: none;
	direction:rtl;
	line-height:2em;
}
UL.pages_list LI {
	padding: 0;
	margin:0;
	DISPLAY: inline; 
	FONT-SIZE: 1em; 
	direction:rtl;
		font-size:11px;
		font-family:tahoma;
}
UL.pages_list LI A {
	border-left: #5A8327 0.05em solid;
	border-right: #5A8327 0.05em solid;
	padding: 0 0.5em 0 0.5em;
	COLOR: #0000FF;
	TEXT-DECORATION: underline;
	direction: rtl;
	border-right-color: #0000FF;
	border-left-color: #0000FF;
}
UL.pages_list LI A:hover {
	TEXT-DECORATION: underline;
	color: #000000;
	direction:rtl;
}

UL.pages_list LI A.active {
	COLOR: #000000;
	BACKGROUND-COLOR: ;
	direction: rtl;
	text-decoration: none;
}
/* user_navigation_pages - END*/
