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

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #CCCCCC;
	font:  Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
}

/* links */
.linklast  {
font-family: "tahoma", Sans-serif;
	color: #4e83b9;
	font-size:11px;
	text-align: justify;
	text-decoration:none;	
	padding:5px 13px 0 5px;
	display:block;
    direction:rtl;
	background: #FFF url(../images/raww.gif) no-repeat 7px right ;
}
.linklast:hover  {
font-family: "tahoma", Sans-serif;
	color: #C90A0A;
	font-size:11px;
	text-align: justify;
	text-decoration:underline;	
	padding:5px 13px 0 5px;
	display:block;
    direction:rtl;
	background: #FFF url(../images/raww.gif) no-repeat 7px right ;
}

.banerimg {
   width:166px;
   filter:alpha(opacity=70);
   opacity:0.7;
   border:0;
}
.banerimg:hover{
   width:166px;
   left:0;
   filter:alpha(opacity=100);
   opacity:1;
   border:0;
}
/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */

.imgslid {
padding: 5px;
margin:3px;
width:120px;
height:120px;
border:0px;
border:1px #D6D6D6 solid;
/* CSS3 tweaks for modern browsers */
-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 5px #D3D3D3;
	-webkit-box-shadow:0 0 5px #D3D3D3;	

}

h1, h2, h3, p {
	padding: 5px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #88ac0b;	
}
ul span, ol span {
	color: #666666;
}

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(../images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
margin:0px ;
	 
	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 5px;
}
input {
	padding:2px;
	border:1px solid #79ACDA;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	margin:5px 15px 5px 5px;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #79ACDA;
	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; left: 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(../images/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 980px;
	background: #CCC url(../images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 910px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 980px;
	position: relative;
	height: 106px;
	background: #CCC url(../images/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
	direction:rtl;
}
#header h1#logo-text {
	position: absolute;

	margin: 0; padding: 0;
	font: bolder 2.5em '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; right: 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; right: 58px;		
}

/* Menu */
#menu {
	clear: both;	
	margin: 0; padding: 0 40px 0 0;
	background: url(../images/menu.jpg) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
	direction:rtl;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: right;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}
/* ---------------------- menu u ---------------------- */
ul#menuu { position:relative; height: 43px; background: #FFF url("../images/menu-bg1.gif") top left repeat-x; font-size: 0.8em; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; 
margin-left: 35px;margin-right: 35px; padding: 0; }
ul#menuu li { display: block; float: right; margin: 0 0px 0 0px; }
ul#menuu li a { height: 43px; color: #777; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 15px 0 15px; }
ul#menuu li a:hover { color: #fff;background: #FFF url("../images/current-bg1.gif")top left repeat-x;margin:0px 0px; padding: 8px 15px 0 15px; }
ul#menuu li a.current{ color: #FFF; background: #FFF url("../images/current-bg1.gif") top left repeat-x; padding: 5px 15px 0 15px; }

/* ---------------------- menu u ---------------------- */
/* ---------------------- Blueslate nav ---------------------- */
.blue #slatenav{	
margin: 0; padding: 0 40px 0 0;	
display:block;
height:42px;
direction:rtl;
font-size:11px;
font-weight:bold;
background:transparent url(../images/blueslate_background.gif)  center top;
font-family:Arial,Verdana,Helvitica,sans-serif;
text-transform:uppercase;
}
.blue #slatenav ul{margin:0px;padding:0;list-style-type:none;width:auto;}
.blue #slatenav ul li{display:block;float:right;margin:0 1px 0 0;}
.blue #slatenav ul li a{display:block;float:right;color:#D5F1FF;text-decoration:none;padding:14px 22px 0 22px;height:28px;}
.blue #slatenav ul li a:hover,.blue #slatenav ul li a.current{color:#fff;background:transparent url(../images/blueslate_backgroundOVER.gif) no-repeat top center;}
/* ---------------------- END Blueslate nav ---------------------- */

/* Main Column */

#mainnleft {
	float: left;
	width: 81%;
	padding: 0px;
	direction:rtl;
	text-align: right;
	border: 1px solid #EFF0F1;
}
#mainnleftserch {
	float: left;
	width: 81%;
	padding: 0px;
	direction:rtl;
	text-align: right;
	border: 0px solid #EFF0F1;
}
#mainnleftb {
	float: left;
	width: 81%;
	padding: 0;
	direction:rtl;
	text-align: right;
	border: 1px solid #EFF0F1;
}
#mainnleftb  h1 {
	margin-top: 10px;
	font: Bold 125% Traditional Arabic,Verdana, 'Trebuchet MS', Sans-serif;
	color: #006591;
	padding: 5px 18px 5px 2px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(../images/square-blue.gif) no-repeat right 10px ;	
	
}

#mainnleftb  span{
	font-family: 'simplified Arabic', Helvetica, sans-serif;
	color: #000;
	text-align: justify; 
	font-size: 19px; 
	line-height: 28px;
}

#mainnleftb   span.linkreln{
BORDER-top: #eeeeee 1px solid;
	display:block;
	padding: 3px ;
}
#mainnleftb   span.linkreln  span.titlecom{
	margin-top: 0px;
	font: Bold 100% Traditional Arabic,Verdana, 'Trebuchet MS', Sans-serif;
	color: #006591;
	padding: 0px 18px 0px 2px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #eeeeee ;
	display:block;
}
#mainnleftb   span.linkreln  span.fontcom{
font-family: tahoma, verdana, 'Arabic Transparent', 'Simplified Arabic', sans-serif;
    font-size: 12px; 
	display:block;
	padding: 3px ;
	border-bottom: 1px solid #EFF0F1;
	border-left: 1px solid #EFF0F1;
	border-right: 1px solid #EFF0F1;
	
}
#mainnleftb   div.operation{
display:block;
height:35px;


}
#mainnleftb   div.operation a.print{
margin-left:5px;
cursor: pointer;
padding: 15px ;
color: #434d17;
float:left;
background: url('../images/fileprint.png') left top no-repeat;
}
#mainnleftb   div.operation a.send{
margin-left:5px;
cursor: pointer;
float:left;
padding: 15px ;
color: #434d17;
background: url('../images/mail_send.png') left top no-repeat;
}

#mainnleftb   span  a{
	padding: 5px 18px 5px 2px; 	
    font-family: tahoma, verdana, 'Arabic Transparent', 'Simplified Arabic', sans-serif;
    font-size: 13px; 
	text-decoration: none; 
    text-align: justify;
	color: #3681C5;
	background: #FFF url(../images/agt_web.png) no-repeat right ;

}

#mainnleftb   span.addcomment{
BORDER-top: #eeeeee 1px solid;
	display:block;
	padding: 3px ;
}
#mainnleftb   span.addcomment img{
 float:right;
 border:0px;
 padding-top:0px;
}

#mainnleftb   span.addcomment img.com{
 float:right;
 border:0px;
 padding-top:10px;
}
#mainnleftb   span.titlec{
 	padding: 15px 3px 5px 2px; 	
    font-family: tahoma, verdana, 'Arabic Transparent', 'Simplified Arabic', sans-serif;
    font-size: 14px; 
	text-decoration: none; 
    text-align: justify;
	color: red;
}

div.newsall {
	 WIDTH: 100%; FLOAT: right; HEIGHT: auto ;
	BORDER-bottom: #eeeeee 1px solid;
	PADDING-BOTTOM: 5px; MARGIN: 5px 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; 
}
div.newsall  img{
	float: left;
	padding: 3px ;
	border:1px #D6D6D6 solid;
	width:150px;
}
div.newsall  span {
padding: 3px ;
font-family: arial, verdana, 'Arabic Transparent', 'Simplified Arabic', sans-serif;
font-size: 14px; 
text-align: justify;

}

div.newsall  a{
text-decoration: none; 
color: rgb(21, 66, 145);
font-family: arial, verdana, 'Arabic Transparent', 'Simplified Arabic', sans-serif;

font-size: 20px; font-weight: bold; text-align: right;
padding: 5px ;
}
div.newsall  a h1{
text-decoration: none; 
color: rgb(21, 66, 145);
font-family: arial, verdana, 'Arabic Transparent', 'Simplified Arabic', sans-serif;

font-size: 20px; font-weight: bold; text-align: right;
padding: 5px ;
}
div.newsall  span  img{
    float: none;
	position:relative;
	padding: 0px ;
	border:0px #D6D6D6 solid;
    width:66px;
    height:20px;
	

}

#mainnleftb  img{
	float: left;
	padding: 5px 5px 5px 5px;
	border:1px #D6D6D6 solid;
	
}
#main {
	float: right;
	width: 62%;
	padding: 0px 0 5px 5px;
	direction:rtl;
	text-align: right;
}
#main h1 {
	margin-top: 10px;
	font: Bold 125% Traditional Arabic,Verdana, 'Trebuchet MS', Sans-serif;
	color: #006591;
	padding: 5px 18px 5px 2px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(../images/square-blue.gif) no-repeat right ;	
}
#main  textc {
	font-family: "tahoma", Sans-serif;
	color: #000;
	font-size:15px;
	text-align: justify; 
	
}

#main a h4 {

	font: Bold 115% Traditional Arabic,Verdana, 'Trebuchet MS', Sans-serif;
	color: #006591;
	padding: 5px 18px 5px 2px; 	

	border-bottom: 0px solid #EFF0F1;
	background: #FFF url(../images/square-blue.gif) no-repeat right ;		
}
#main a:hover h4 {
	font: Bold 115% Traditional Arabic,Verdana, 'Trebuchet MS', Sans-serif;
	color: #0079B2;
	padding: 5px 18px 5px 2px;
    text-decoration:underline;	
	border-bottom: 0px solid #EFF0F1;
	background: #FFF url(../images/square-blue.gif) no-repeat right ;	
	
}

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

/* Sidebar */	
#sidebar {
	float: right;
	width: 18.5%;
	padding: 0; margin: 0;	
	direction:rtl;
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 10px 10px 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(../images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
	direction:rtl;
	text-align: right;
	
}
#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;	
	
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(../images/raww.gif) no-repeat right ;	
	padding: 5px 20px 5px 5px;
	margin: 0 2px;	
	
	
	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}
#sidebar ul.sidemenu   a:hover {
	font-weight: bolder;
	text-decoration: none;	
	
		background: #EEF0F1 url(../images/headerbg.gif) repeat-x left bottom;	

	color: #333;	
}


/* Sidebarleft */	
#sidebarl {
	float: left;
	width: 18.5%;
	padding: 0; margin: 0;	
	direction:rtl;
	text-align: right;
}	
#sidebarl h1 {
	margin-top: 10px;
	padding: 10px 10px 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(../images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
	direction:rtl;
	text-align: right;
	
}
#sidebarl .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
	direction:rtl;
}
/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(../images/footer.jpg) no-repeat center top;
	clear: both;
	width: 980px;
	height: 55px;
	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; height:10px; }
.gray { color: #CCC; }



/*- Menu 14--------------------------- */
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}	
#menu14 {
	width: 165px;
	
	direction:rtl;
	float: right;
	
	}
	
#menu14 li a {
font-family: "Traditional Arabic";
	font-size: 15px;
	font-weight: bold;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	direction:rtl;
	padding: 8px 10px 0 10px;
	text-align:right;
	color: #fff;
	}	
	
#menu14 li a:link, #menu14 li a:visited {
	color: #fff;
	display: block;
	background:  url(menu141.gif) 0 -32px;
	padding: 8px 10px 0 10px;
	}
	
	
#menu14 li a:hover {
	color: #316898;
	background:  url(menu141.gif);
	padding: 8px 10px 0 10px;
	}
#menu14 li a.current {
	color: #316898;
	background:  url(menu141.gif);
	padding: 8px 10px 0 10px;
	}		
/* my design */
input.submit-green { 
	background: url(../images/submit-green-bg.gif) top left repeat-x; 
	border: 0; 
	border-top: 1px solid #6bd091; 
	border-left: 1px solid #6bd091; 
	border-right: 1px solid #349c5c; 
	border-bottom: 1px solid #349c5c; 
	color: #ffffff; 
	font-size: 14px; 
	padding: 2px 12px; 
	margin: 0px 25px 5px 0;
	cursor: pointer;
	}

input.submit-green-hover { 
	background-image: url(../images/submit-green-bg-hover.gif);
	}

	
/* my design */
/*--------------*/
div.pagination {
width:625px;
clear:both;
padding:10px 0 10px 0;
margin:0px;
text-align:center;
float:left;
clear:both;
font-size:11px;
}

div.pagination a {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #3681C5;
text-decoration: none; 
color: #3681C5;
}
div.pagination a:hover, div.pagination a:active {
border:1px solid #3681C5;
color: #fff;
background-color: #3681C5;
}
div.pagination span.current {
clear:both;
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #3681C5;

color: #fff;
background-color: #71A7D9;

}
div.pagination span.disabled {

margin-right: 2px;
border: 1px solid #f3f3f3;
color: #000;
}
a#linkv{
margin-right:5px;
	padding: 2px 18px 5px 2px; 	
	display:block;
    font-family: tahoma, verdana, 'Arabic Transparent', 'Simplified Arabic', sans-serif;
    font-size: 13px; 
	text-decoration: none; 
    text-align: justify;
	color: #3681C5;
	background: #FFF url(../images/agt_web.png) no-repeat right ;
}  
TABLE#dataGrid {
	FONT-SIZE: 10pt; MARGIN: 5px 0px; WIDTH: 100%; FONT-FAMILY: Tahoma,arial, sans-serif; TEXT-ALIGN: center
}
TABLE#dataGrid THEAD TR.titles {
	BACKGROUND: #2D87AB; COLOR: #ffffff
}
TABLE#dataGrid THEAD TR.infos {
	FONT-SIZE: 10px; COLOR: #ffffff
}

TABLE#dataGrid THEAD TD {
	PADDING-RIGHT: 12px; PADDING-LEFT: 12px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; TEXT-ALIGN: center
}
TABLE#dataGrid TR TD {
	PADDING-RIGHT: 12px; PADDING-LEFT: 12px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; TEXT-ALIGN: right
}
TABLE#dataGrid THEAD TH {
	COLOR: #ffffff
}

TABLE#dataGrid THEAD TR A:hover {
	COLOR: #2733a1
}
TABLE#dataGrid TR.backLight {
	BACKGROUND: #ffffff; BORDER-BOTTOM: #d3e1f5 1px solid
}
TABLE#dataGrid TR.backDark {
	BACKGROUND: #ebf5fe; BORDER-BOTTOM: #E5E5E5 1px solid
}
TABLE#dataGrid TR.backHighlight {
	BACKGROUND: #c7d0eb
}
DIV#news_block_head {
 FONT-WEIGHT: bold; FONT-SIZE: 22px; MARGIN: 0px 3px; COLOR: #05538C; PADDING-TOP: 5px; FONT-FAMILY: 'Times New Roman';  TEXT-ALIGN: center
}

A {
	FONT-SIZE: 10pt; COLOR: #c90a0a; TEXT-DECORATION: none
}
A:hover {
	COLOR: #0099cc; TEXT-DECORATION: underline
}
A:focus {
	outline: none
}
DIV#news_block_body {
 PADDING-RIGHT: 5px; PADDING-LEFT: 5px;FONT: 10pt/18px Tahoma;   PADDING-BOTTOM: 3px;  PADDING-TOP: 5px;  FONT-SIZE: 14px;	  TEXT-ALIGN: justify; 
}



DIV#news_block_desc {
 FONT-SIZE: 10pt; MARGIN: 0px 3px; COLOR: #ff8855; PADDING-TOP: 5px; FONT-FAMILY: 'Tahoma'; TEXT-ALIGN: justify; 
}
DIV#info .labels {
	COLOR: #c09220;
	padding: 10px ;
}

#mainnleftb  a.imagdown{
clear: both;
float:center;
padding-right: 70px ;
padding-bottom: 70px ;
BORDER: #d2ecfc 0px dotted;
background: url('../images/download.png') left top no-repeat;
}
.clear2 { clear: both; height:1px; 

}
DIV#info {
display:block;
float:center;
	BORDER-RIGHT: #d2ecfc 2px dotted;
	
	  BORDER-TOP: #d2ecfc 2px dotted; 
	  
	  BACKGROUND: #f7fcff; 
	  PADDING-BOTTOM: 0px; 
	  MARGIN: 2px 5px 5px; 
	  BORDER-LEFT: #d2ecfc 2px dotted; 
	  WIDTH: 90%; PADDING-TOP: 0px;
	   BORDER-BOTTOM: #d2ecfc 2px dotted
}


	
label { 

	margin-bottom: 5px; 
	}
	
.input-short,
.input-medium,
.input-long { 
	padding: 3px; 
	direction:rtl;
	}
	
select { 
	padding: 2px; 
	}
	
textarea { 
	padding: 3px; 
	direction:rtl;
	}
	
.input-short { 
padding: 3px;
	width: 10% 
	}
	
.input-medium { 
padding: 3px;
margin:3px;
	width: 75% 
	}
	
.input-long { 
	width: 100% ;
	direction:rtl;
	}
	
input.input-short,
input.input-medium,
input.input-long, 
select, 
textarea {
	background: url(images/input-bg.gif) top left repeat-x #f6f6f6;
	border: 0;
	border: 1px solid #cccccc;
	direction:rtl;
	}

input.input-short:focus,
input.input-medium:focus,
input.input-long:focus, 
select:focus, 
textarea:focus {
	background: url(images/input-bg-focus.gif) top left repeat-x #ffffff;
	border-color: #a9c2d1;
	}


input.submit-green { 
	border: 0; 
	border-top: 1px solid #6bd091; 
	border-left: 1px solid #6bd091; 
	border-right: 1px solid #349c5c; 
	border-bottom: 1px solid #349c5c; 
 
	font-size: 14px; 
	padding: 2px 12px; 
	margin: 0px 10px 0 0;
	cursor: pointer;
	}

