body {
	margin-left: auto;
	margin-right: auto;
	background-color: #F5EDD6;
	background-image: url(images/bg_.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #006699;
	padding: 0px;
	margin-top: 0px;
}

.flash {
	margin-left:auto;
	margin-right:auto;
	width: 760px;
}

.tblwarp {
	margin-left:auto;
	margin-right:auto;
	width: 760px;
}
#listtbl {
	text-align: right;
	border: 1px solid #EBF5F5;
}
#listtbl td{
	padding: 3px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F3E7BC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBEBEB;
}

.tdright {
	text-align: right;
	width: 180px;
	vertical-align: top;
}

.tdleft {
	text-align: right;
	vertical-align: top;
	padding-right: 15px;
	background-image: url(images/bg_td_left.jpg);
	background-repeat: no-repeat;
}

.footer {
	font-size: 1em;
	text-align: center;
	color: #666666;
	height: 80px;
	background-image: url(images/bg_boxs_l.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* --------------------- tool tip --------------------- */
#tipDiv {
	border: 1px solid #A2D8E8;
	font-size: 8pt;
	background-color: #0099CC;
	color: #FFFFFF;
	direction:rtl;
	text-align: right;
}

/* inner white border */
#tipDiv div {
	padding: 2px 10px;
}


.bgBoxs {
	background-image: url(images/bg_boxs.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.txtArabic {
	font-size: 1.2em;
}

.bgBoxsL {
	background-image: url(images/bg_boxs_l.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.BoxsLmarg {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/* --------------------- main navigation --------------------- */
#navwarp {}
#navmain {
	padding-bottom: 10px;
	background-image: url(images/arc_nav.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
dl {margin: 0; padding: 0; border-left:1px solid #fff; border-right:1px solid #fff;}
dt {
	margin:0;
	padding:0.4em;
	text-align:right;
	font-size: 1.4em;
	font-weight:bold;
	background: #006699;
	color: #FFFFFF;
}

dd {
	margin:0;
	padding:0;
	text-align:right;
	border-top:1px solid #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A4CAD5;
}

#navmain a, #navmain a:visited {
	color:#006699;
	text-decoration:none;
	display:block;
	padding:0.4em;
	background: #D6EEF5;
	width: 168px;
}

#navmain a:hover {background: #0099CC url(images/ar1.gif) no-repeat left center; color:#FFFFFF;}
.txtLarge {
	font-size: 1.3em;
	line-height: 1.3em;
}

.color1 {
	color: #FF9900;
}

.color2 {

	color: #CC6699;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
	font-size: 24px;
}

h2 {
	font-size: 1.4em;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC66;
	margin: 8px 0px 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

h3 {
	font-size: 1.3em;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 8px 0px 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FF9900;
}

.mark {
	float: left;
	width: 260px;
	background-image: url(images/bg_mark.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 20px;
}
p {
	margin-top: 5px;
	margin-bottom: 8px;
}
.fl {
	float: left;
}
a:link {
	color: #0066CC;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
}
.color1 {
	color: #009900;
}

/* --------------------- form --------------------- */
.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000066;
	background-color: #FEFBF6;
	padding-right: 10px;
	padding-left: 10px;
	width: 150px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #CCCCCC;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000066;
	border: 1px solid #CCCCCC;
	background-color: #FEFBF6;
	height: 90px;
	width: 300px;
	padding-right: 10px;
	padding-left: 10px;
}
.btn {
	font-weight: bold;
	background-color: #FEFBF6;
	font-family: Arial, Helvetica, sans-serif;
	width: 60px;
	border: 1px solid #CCCCCC;
	padding-top: 4px;
	padding-bottom: 4px;
}
input:focus, 
textarea:focus {
	background-color: #FFFFFF;
	border: 1px groove #0099CC;
}
h4 {
	color: #0099CC;
	margin: 0px 0px 5px;
	padding: 0px 0px 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: inline;
	font-size: 1.2em;
}
h5 {
	color: #0066CC;
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 1px;
}
.frame {
	background-color: #FFFFF2;
	padding: 5px;
	border: 1px solid #FFCC00;
}
div.hr {
  height: 30px;
  background: #fff url(images/hr.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}

.title {
	font-size: 1.6em;
	font-weight: bold;
	color: #990000;
	line-height: 1.2em;
	text-align: center;
}
.ctr {
	text-align: center;
}
.note {
	font-size: 11px;
	color: #009900;
	font-weight: bold;
}
A.menu:link  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464901;
	text-decoration: none;
	font-weight: normal;
}
A.menu:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464901;
	font-weight: normal;
	text-decoration: none;
}
 A.menu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464901;
	font-weight: normal;
	text-decoration: none;
}
 A.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #798001;
	text-decoration: none;


}
