html {
	overflow: auto;
	font-size:65.5%;
	height:100%;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, table, thead, tbody, th, td, img {
	margin:0;
	padding:0;
	border:0;
}
a:active, a:focus {
	outline: 0;
}
body {
	direction:rtl;
	background:#002f38 url(../images/bdy_tile.png) repeat-x;
	cursor:default;
	font: 11pt Tahoma, Geneva, sans-serif;
	color: #505151;
	height:100%;
	text-align:right;
}
p {
	line-height: 1.7em;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
/*********/
#hdr1, #hdr2, #hdr3, #main_nav, #pagewraper {
	clear:both;
	width:960px;
	margin:0 auto;
}
#hdr1 {
	clear:both;
	height:41px;
	background: url(../images/Aya.png) no-repeat right center;
}
#hdr1 input {
	position:relative;
	float:left;
	margin-top:9px;
	color:#86898a;
	height: 17px;
	width:230px;
	background-color: #011b1d;
	border-top: 2px solid #17393d;
	border-right: 1px solid #264d53;
	border-bottom: 2px solid #183f46;
	border-left: 0px solid #264d53;
	font-size:11pt;
	text-indent: 8px;
}
#hdr1 input.srchbtn {
	border:0;
	background: url(../images/srchbtn.png) no-repeat center center;
	height: 31px;
	width: 35px;
	float:left;
	margin-top:5px;
	position: relative;
	top: 0px;
	font-size:0px;
	z-index:20;
}
#hdr2 {
	clear:both;
	height:147px;
	background: url(../images/bnr_back.jpg) no-repeat center top;
}
#hdr3 {
	height:23px;
}
#nav_panel {
	clear:both;
	height:30px;
}
ul#main_nav {
	color:#f3e8c5;
	font-size:10pt;
	right: 1em;
	position:relative;
}
#main_nav li {
	list-style:none;
	display:inline;
	float:right;
	padding-left:0.1em;
}
#main_nav a {
	color:#f3e8c5;
	text-decoration:none;
	display:inline-block;
	line-height:30px;
	padding: 0 5px 0 8px;
	height:30px;
}
#main_nav a:hover, #main_nav .curpage a {
	color:#414d4f;
	text-decoration:none;
	background-color:#e5e5e5;
}
#main_nav .curpage a {
	cursor:default;
}
#mainbody {
	width:100%;
	clear:both;
	background: #fff url(../images/inner_bak.gif) repeat-y center top;
}
#pagewraper {
}
#leftpanel, #rightpanel {
	width:202px;
	position:relative;
	display:block;
}
#leftpanel {
	float:left;
}
#rightpanel {
	float:right;
}
.sectionbox {
	position:relative;
}
.sectionbox h1 {
	color:#f3e8c5;
	font-weight:bold;
	font-size:14px;
	display:block;
	height:25px;
	line-height:25px;
	padding-right:1.5em;
	background: #065f71 url(../images/pr_bk.gif) no-repeat right top;
}
.sectionbox ol {
	font-size:11pt;
	padding: 0.5em 2.2em 0.5px 0.5em;
}
.sectionbox ul {
	font-size:11pt;
	padding: 0.5em 1.7em 0.5em 0.5em;
}
.sectionbox li {
	clear:both;
	margin-bottom:0.5em;
	color:#065f71;
}
.sectionbox a {
	font-size:9pt;
	text-decoration:none;
	color:#505151;
}
.sectionbox a:hover {
	text-decoration:underline;
}
#pagecontent {
	padding:1em;
	display:block;
	width:500px;
	margin-right:200px;

}
#pagecontent ol{
	margin:0 20px;
}
#pagecontent ul{
	margin:0 20px;
}
#pagecontent li{
	margin:0em 20px 1em;
	position:relative;
}

/**************att*/
.attachments {
	display:block;
	width:100%;
	margin-bottom: 10px;
}
fieldset.attachmentsc {
	min-height:85px;
	border: 1px #99BBE8 solid;
	margin: 0 auto;
	position:relative;
	padding-top:5px;
	display:inline-block;
}
.attachmentsc legend {
	margin-right: 20px;
	margin-left: 20px;
	text-indent: 30px;
	font-size:12px;
	padding: 8px;
	font-weight:bold;
	background:url(../images/Attach.png) no-repeat right center;
}
.thmb {
	width:75px;
	display:block;
	margin: 0 10px;
	margin-bottom: 10px;
	position:relative;
	float:right;
	background-color: #D6E4F8;
}
.thmb a {
	width:16px;
	height:16px;

	margin: 0px;
	cursor:pointer;
	padding:0;
	right:0;
}
.thmb a.removeit {
	background:url(../images/cancel.png) no-repeat center center;
}
.thmb a.refreshitx {
	background:url(../images/refresh.png) no-repeat center center;
}
.thmb a.refreshit {
	background:url(../images/refresh.png) no-repeat center center;
}
.thmb a.viewitx {
	background:url(../images/enlarge.png) no-repeat center center;
}
.thmb a.viewit {
	background:url(../images/enlarge.png) no-repeat center center;
}
.thmb img {
	text-align:center;
	position:relative;
	width:75px;
	height:75px;
	border: 1px #99BBE8 solid;
	float:right;
}
/***coment form*/
#docomment {
	position:relative;
	margin: 2em auto;	
	display:block;
	border-top: 1px solid red;
	border-bottom: 1px solid blue;
	border-left: none;
	border-right: none;

}
#docomment form{
	position:relative;display:block;	padding:8px;
}
#docomment fieldset {


	display:block;
}
#docomment legend {
	color:#154a93;
	font-size:12pt;
	padding:8px;
	font-weight:bold;
	display:block;	
}
#docomment ul {
	margin-top: 1.5em;
	position:relative;
	display:block;margin: 0px 10px;
}
#docomment li {
	margin-bottom: 1.5em;
	float:right;
	clear:both;
	position:relative;
	display:block;
}
#docomment textarea {
	overflow:auto;
	width: 400px;
	height: 200px;
	border: #CFCFCF 1px solid;
}
.artcomment,.artcomment2{
	margin-bottom:2em;
	padding-bottom:2em;

	
}
.artcomment{
	border-bottom: red 1px solid;
}
.artcomment2{
	border-bottom: blue 1px solid;
}
.artcomment h1, .artcomment h2{
	color:red;
}
.artcomment2 h1, .artcomment2 h2{
	color:blue;
}
.artcomment h1, .artcomment2 h1{
	font-weight:bold;
	font-size:10px;
	display:block;
	float:left;
	
}
.artcomment h2, .artcomment2 h2{
	font-weight:bold;
	font-size:12px;
	display:block;
	float:right;
	clear:right;
}


#footer {
	clear:both;
	height:40px;
	border-top:1px solid #20494b;
	background: #002f38 url(../images/ftr.jpg) no-repeat center top;
	border-top-color: #20494b;
	clear:both;
	text-align:center;
	font-size:10pt;
	color: #f3e8c5;
}
#footer p {
	margin:0em;
}
#footer a {
	text-decoration:none;
	color: #E87A17;
}
#footer a:hover {
	text-decoration:underline;
}
#vscroll {
	padding:0em 1.2em 1.7em 0.2em;
	height:120px;
	display:block;
	margin-left:1px;
}
#vscroll ul {
	margin-top:0.5em;
	display:block;
	position:relative;
	margin:0;
	padding:0;
}
#vscroll li {
	clear:both;
	margin-bottom:10px;
	color:#065f71;
	position:relative;

}
#vscroll a {
	font-size:10pt;
	text-decoration:none;
	color:#505151;
	margin-bottom:0.5em;
}
#vscroll a:hover {
	text-decoration:underline;
}
.articleslist{
	margin-bottom: 2em;
	
}
.articleslist a {
	font-size:10pt;
	text-decoration:none;
	color:#505151;
}
.articleslist a:hover {
	text-decoration:underline;
}

.articleslist h1{
	font-size:13pt;
	text-decoration:none;
	color:#505151;
	margin-bottom:0.3em;
	margin-top:0.5em;
}
.articleslist li{
	margin-right: 0.3em;
	margin-bottom: 0.8em;
}
#newslistscontent{
	
}
#newslistscontent li{
	margin-bottom:0.5em;
	
}
#newslistscontent a{
	font-size:10pt;
	text-decoration:none;
	color:#505151;
	font-weight:bold;
	
}
#newslistscontent a:hover{
	text-decoration:underline;
}
.error{
	color:red;
	font-weight:bold;
	font-size:10pt;
}
