/********************************************
   AUTHOR:  			Erwin Aligam
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		Refresh
   TEMPLATE CODE: 	S-0002
   VERSION:          1.0
 *******************************************/

/********************************************
   HTML ELEMENTS
********************************************/

/* Top Elements */
H1{font-size:10pt; text-align:center}
H1 , H2 , H3 , H4{direction:rtl; font-weight:600}
H2 , H3 , H4{text-align:right; font-size:9pt; margin-top:0px; margin-bottom:0px}
H3{margin-top:5px; margin-bottom:5px; text-align:center}
H1{color:#F98A3C}
H2 , H3 , H4{color:#993300}
* { margin: 0; padding: 0; }

body {

	padding:0px;
	margin:0px;
    background: #65ACDC ;
	font: 70%/1.5em  Tahoma,Verdana, arial, sans-serif;
	color: #333;
	text-align: center;
    margin-top: 30px;
    margin-bottom: 40px

}

/* links */
a, a:visited {
	text-decoration: none;
	color: #006699;
	background: inherit;
    font-size: 8pt;
}
a:hover {
	color: #9400D3;
	background: inherit;
        font-size: 8pt;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;

}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: black;
}
h3 {
	font-size: 110%;
	color: #666666;
}

/* images */
img {
	border: 0px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #666666;
}
ul span, ol span {
	color: #666666;
	font-weight:normal;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;
   border: 1px solid #f2f2f2;
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;
}

label {
	display:block;
	font-weight:normal;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	margin: 0;
	font: bolder 12px Arial, Sans-serif;
	border: 1px solid #CCC;
	padding: 2px 3px;
	background: #FFF;
	color: #88ac0b;
}

/* search */
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;
}
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333;
}
form.search input.button {
	background: #CCC url(headerbg.gif) repeat-x;
	color: #333;
	border: none;
	width: 70px; height: 21px;
}

/********************************************
   LAYOUT
********************************************/
#wrap {

	width: 990px;
	background:  url(content.jpg) repeat-y  center;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {

	clear: both;
	width: 990px;
	padding: 0;
	margin: 0 auto;

}
#headerOrg {
	margin-left:30px;
	width: 930px;
	position: relative;
	height: 122px;
	background: #96C0EA;
	padding: 2;
	font-size: 14px;
	color: #FFF;
	text-align:right
}
#headerOrg *
{
	font-size: 11px;
}
#header {
	width: 990px;
	position: relative;
	height: 106px;
	background: #CCC url(header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
.color1 #header {background: url(header1.jpg);}
/*.color2 #header {background: url(header2.jpg);}*/
.color3 #header {background: url(header3.jpg);}
.color4 #header {background: url(header4.jpg);}
.color5 #header {background: url(header5.jpg);}
.color6 #header {background: url(header6.jpg);}
.color7 #header {background: url(header7.jpg);}
.color8 #header {background: url(header8.jpg);}
.color9 #header {background: url(header9.jpg);}


#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;

	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 50px;
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;

	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 58px;
}

/* Menu */
#menu {
	clear: both;
	width:928px;
	margin-top:2px;
	margin-left:30px;
	/*background: url(menu.jpg) repeat-y center top;	*/
	background:#96C0EA;
	border:0x solid #0364CD;
	font: 11px Tahoma, Sans-serif;
	height: 20px;
}
#botMenu {
position: relative;
 left: 30px;
clear:both;
color:#666666;
font-size:92%;
height:100%;
text-align:right;
margin-top:0px;

}
#botMenu a {

 color: #267499;
 font-family: Tahoma;
}
.botMenuHead
{
   font-family: Tahoma;
   font-size: 8pt;
    color: #000099;
}
#Arabicmenu {
	clear: both;
	width:928px;
	margin-top:2px;
	margin-left:30px;
	/*background: url(menu.jpg) repeat-y center top;	*/
	background:#0364CD;
	border:1px solid #AACCEE;
	font: 11px Tahoma, Sans-serif;
	height: 20px;
}

/*.color1 #menu {background: url(menu1.jpg)}*/
/*.color2 #menu {background: url(menu2.jpg)}*/
.color3 #menu {background: url(menu3.jpg)}
.color4 #menu {background: url(menu4.jpg)}
.color5 #menu {background: url(menu5.jpg)}
.color6 #menu {background: url(menu6.jpg)}
.color7 #menu {background: url(menu7.jpg)}
.color8 #menu {background: url(menu8.jpg)}
.color9 #menu {background: url(menu9.jpg)}

#menu ul {
float: right;
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;
	text-decoration: none;
}
#menu ul li a:hover {

	color: #333;
}
#menu ul li#current a {
	background-color: #FFF;
	color: #333;
}

/* Main Column */
#main {

	float: right;
	text-align:right;
	padding: 0; margin: 0;
	width: 800px;
    position: relative;
    bottom: 30px
}
#centerpanel {
	float: right;
	text-align:right;
	padding: 0; margin: 0;
	width: 430px;

}
#centerpanel h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding: 5px 0 5px 25px;
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(square-green.png) no-repeat 3px 50%;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 165px;
	padding: 0; margin: 0;
	padding-right:20px;
    position: relative;
    bottom: 30px;
    margin-top: 10px


}
#sidebar a{
  font-size: 8pt;

}
#sidebar h1 {

	margin-top: 10px;
	padding: 5px 0 5px 10px;
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(headerbg.gif) repeat-x left bottom;
	border: 1px solid #EFF0F1;
}
h1.back {
	text-align:right;
	vertical-align: top;
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color: #555;
	background:#96C0EA;
	border-color:#6699ff;

}
h1.back a,h1.back span{
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;

	}
#sidebar .left-box {


	border: 1px solid #EFF0F1;
	margin: 0 0 5px 0;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: right;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;
     background: url(../hp-bg-290-top.jpg) repeat-x

}
#sidebar ul.sidemenu li {

    border-bottom: 1px solid #BED3EE;
    padding: 2px 0 2px 25px;
	padding-right:20px;
	margin: 0 2px;
    background: url(../arabic/TItemTemp4.gif) no-repeat 132PX 0PX ;

}
.sidebox
{
 background-image: url(../Untitled-1.jpg);

}
.sidebox .handle a
{
  color: #000099;
 font-size: 8pt;


}
.handle a
{
  color: #000099;
 font-size: 8pt;


}
.sidebox  a
{
   color: black;
 font-size: 12px;
}


#sidebar ul.sidemenu a {
	font-weight: normal;
	font-family:tahoma;
	text-decoration: none;
	background-image: none;
}
/* left panel*/
#leftpanel {
	float: right;
	width: 335px;
	padding: 0; margin: 0;

}

/* Footer */
#footer {
	color: #666666;
	background: url(ooter.jpg) no-repeat center top;
	clear: both;
	width: 950px;

	text-align: center;
	font-size: 92%;
}
#footer a { text-decoration: none; }


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }
hr.Footer {width:50%;direction:rtl;margin-top:10px}
.wi div.window,.TabMenu .TabTDH{background:#C5DEF2;}
.wi{border-color: #0364CD;}
.wi div.window, .content, .Grid, .textbox, .Grid tr.item td, .Grid tr.alt-item td, .button{border-color:#ffffff;}
input,textarea {border-color:#A8C3E6;}
.boxRight{direction:rtl}
.wiAr{
  background-color:#FFFFFF;
}
.contentAr
{
  border-right: 1px solid #dbe2ea;
  border-left: 1px solid #dbe2ea;
  border-bottom: 1px solid #dbe2ea;

background-color:#f8fafb;
background:url(../boxkotob.jpg) repeat-x
}
.boxRight span .leftboxA {

 color: #696969;
 position: relative;
 left: 12px
}
a.leftboxA2 , hover , visited {
 font-weight: normal;
position: relative;
bottom:10px;
float:right;
color: #000099;
font-size: 8pt;
}
.class37
{
font-size: 8pt;
color: #000099;

}
#TextNews
{
  font-size: 8pt;
  color: #666666;
}


#ctl0_Main_ctl0_ctl0_mainSubjectContinue
{
  color: #003399;
  font-size: 10px;
  font-weight: bold;
}

