body 
{
font-family:	tahoma;
font-size:		12px;
}

h1
{
font-family: Arabic Transparent;
font-size: 32px;
font-weight: bold;
}

h2
{
font-family: Arabic Transparent;
font-size: 24px;
font-weight: bold;
}

h3
{
font-family: Arabic Transparent;
font-size: 20px;
font-weight: bold;
}


a {
	font-family: Arabic Transparent:
	font-size: 16px;
	font-weight: bold;
	color: #003d4c;
	text-decoration: underline;
}

a:active     {  color: #003d4c; font-family:tahoma; font-size:12px; text-decoration:none; font-weight:bold}
a:link       {  color: #003d4c; font-family:tahoma; font-size:12px; text-decoration:none; font-weight:bold}
a:visited    {  color: #003d4c; font-family:tahoma; font-size:12px; text-decoration:none; font-weight:bold}
a:hover      {  color: #003d4c; font-family:tahoma; font-size:12px; text-decoration:none underline; font-weight:bold}



a img {
	border:none;
}




/* style for title */


a:active.postTitleOne     {  color: #003d4c; font-family:Arabic Transparent; font-size:16pt; text-decoration:none; font-weight:bold}
a:link.postTitleOne       {  color: #003d4c; font-family:Arabic Transparent; font-size:16pt; text-decoration:none; font-weight:bold}
a:visited.postTitleOne    {  color: #003d4c; font-family:Arabic Transparent; font-size:16pt; text-decoration:none; font-weight:bold}
a:hover.postTitleOne      {  color: #003d4c; font-family:Arabic Transparent; font-size:16pt; text-decoration:none underline; font-weight:bold}


a:active.section     {  color: #003d4c; font-family:Arabic Transparent; font-size:14px; text-decoration:none; font-weight:bold}
a:link.section       {  color: #003d4c; font-family:Arabic Transparent; font-size:14px; text-decoration:none; font-weight:bold}
a:visited.section    {  color: #003d4c; font-family:Arabic Transparent; font-size:14px; text-decoration:none; font-weight:bold}
a:hover.section      {  color: #003d4c; font-family:Arabic Transparent; font-size:14px; text-decoration:none underline; font-weight:bold}


legend
{
font-family: Arabic Transparent;
font-size:		16px;
font-weight:bold;
}

label
{
font-family: Arabic Transparent;
font-size:		16px;
font-weight:bold;
}




form {
	margin: 20px;
	padding: 0;
	width: 90%
}


form div.required {
	color: red;
}

input {

	font-size: 12px;
	font-family: Tahoma;
	width: 150px;
		
}

textarea {

	font-size: 12px;
	font-family: Tahoma;
	width: 350px;
	height: 150px;
		
}

select {
	clear: both;
	font-size: 10px;
	font-family: Tahoma;
	font-size: 12px;
	width: 157px;	
	}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 10px;
	padding: 0 0.3em;
}
input[type=checkbox] {
	clear: left;
	float: left;
	width: auto;
}
input[type=submit] {
	display: inline;
	padding: 0 .4em;
	width: 100px;
	vertical-align: bottom;
}



input.btn {
	clear: both;
	display: block;
	font-family: Arabic Transparent;
	font-weight:bold;	
	font-size: 16px;
	width: 90px;
	height:30px;
}

































/* Notices and Errors */

div.message, p.error, div.error-message {
	color: #900;
	font-family: Arabic Transparent;
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0px;
}
div.error-message {
	clear: both;
	color: red;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
}
div.error em {
	font-size: 9px;
	color: #003d4c;
}
span.notice {
	background-color: #c6c65b;
	color: #fff;
	display: block;
	font-size: 9px;
	padding: 0.5em;
	margin: 1em 0;
}

/* Actions */
div.actions {
	position: absolute;
	top: 130px;
	left: 248px;
	text-align: left;
	width:100%;
}
div.actions ul {
	margin: 0;
	padding: 2px 6px;
	list-style-type: none;
	display: inline;
}
div.actions li {
	display: inline;
	list-style-type: none;
	margin: 0px 0px 3px 0px;
	padding: 0px 2px;
}
div.actions ul li a{
	background: #003d4c;
	border: 0px solid #656565;
	border-width: 1px 1px 0px 1px;
	color: #ddd;
	padding: 3px 8px;
	text-decoration: none;
}
div.actions ul li a:hover {
	background:#fff;
	color: #003d4c;
}

/* Related */
div.related {
	clear: both;
	display: block;
}
div.related div.actions {
	position: relative;
	top: 4px;
	left: 0;
	text-align: left;
}
div.related div.actions ul {
	list-style-type: none;
	margin: o;
	padding: 0;
	
}
div.related div.actions li {
	padding: 0;
	margin-left:0px;
	margin-right:0; 
	margin-top:0;
	margin-bottom:4px
}
div.related div.actions ul li a {

	list-style-type: none;

	background:#FFFFFF;
	color: #2C6877;
	padding: 4px;
	text-decoration: underline
	
}
div.related div.actions ul li a:hover {
	background:#fff;
	color: #2C6877;
	text-decoration: none;
}

/* Debugging */
pre {
	padding: 1em;
}

pre.cake_debug {
	margin: 2px;
	font-size: 9px;
	line-height: 18px;
}

div.cake-stack-trace {
	margin: 2px 2px 0 2px;
	font-size: 12px;
	line-height: 18px;
}

div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	border: 1px dotted #606060;
	padding: 2px 0 2px 5px;
	margin: 0px 4px 5px 5px;
}

div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 5px;
	margin: 0;
	padding: 0 0 10px 0;
}

div.cake-code-dump pre {
	padding: 7px 8px;
	margin: 1px 4px 2px 6px;
}

div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
}




/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}








table.t1 td, th {
padding: 2px;
border-style: solid; border-width: 1px}

























/*kofia*/

p.postTitleFeature {font-family: Arabic Transparent; font-size: 20pt; font-weight: bold; color:#FF0000; text-align:center}
      
p.postTitleOne {font-family: Arabic Transparent; font-size: 14pt; font-weight: bold}
p.postViewTitle {font-family: Arabic Transparent; font-size: 20pt; font-weight: bold}

p.postDateOne  {font-family: verdana; font-size: 7pt}
p.postHitsOne  {font-family: Tahoma; font-size: 10pt}

.postThumb  {
    float: left; 
    margin: 4px; 
border:3px double #C0C0C0; i

}

p.breakingTitle {font-size: 12pt; color: #FF0000; font-weight: bold}

p.breakingDate {font-family: Verdana; font-size: 10pt}

p.postText1  {font-family: Simplified Arabic; font-size: 14pt; font-weight: bold; text-align:justify}

p.postText2  {font-family: Simplified Arabic; font-size: 14pt; font-weight: bold; text-align:justify}

p.postHomeText1  {text-align:justify; line-height:200%}

a:active.menuMain     {  color: #000000; font-family:Arabic Transparent; font-size:12pt; text-decoration:none; font-weight:bold}
a:link.menuMain       {  color: #000000; font-family:Arabic Transparent; font-size:12pt; text-decoration:none; font-weight:bold}
a:visited.menuMain    {  color: #000000; font-family:Arabic Transparent; font-size:12pt; text-decoration:none; font-weight:bold}
a:hover.menuMain      {  color: #A75A14; font-family:Arabic Transparent; font-size:12pt; text-decoration:none underline; font-weight:bold}


a:active.top     {  color: #000000; font-family:Arabic Transparent; font-size:12pt; text-decoration:none; font-weight:bold}
a:link.top       {  color: #000000; font-family:Arabic Transparent; font-size:12pt; text-decoration:none; font-weight:bold}
a:visited.top    {  color: #000000; font-family:Arabic Transparent; font-size:12pt; text-decoration:none; font-weight:bold}
a:hover.top      {  color: #A75A14; font-family:Arabic Transparent; font-size:12pt; text-decoration:none underline; font-weight:bold}

a:active.feature     {font-family: Arabic Transparent; font-size: 20; font-weight: bold; color:#CC0000}
a:link.feature       {font-family: Arabic Transparent; font-size: 20; font-weight: bold; color:#CC0000}
a:visited.feature    {font-family: Arabic Transparent; font-size: 20; font-weight: bold; color:#CC0000}
a:hover.feature      {font-family: Arabic Transparent; font-size: 20; font-weight: bold; color:#CC0000}

form  {direction: rtl; }

div#commentForm{margin: 0px 20px 0px 20px;display: none;}

td.sideTitle {font-family: Arabic Transparent; color: #FFFFFF; font-size: 12pt; 
               font-weight: bold; background-color: #006040}
               
               
td.sideTitleRight {font-family: Arabic Transparent; color: #FFFFFF; font-size: 12pt; 
               font-weight: bold; background-color: #a02020 }
               
               
               
               
#flashMessage{
    background:#fec;
    color:#600;
    padding:0.25em;
  }






















/*  styles for the unit rater     */
.ratingblock {
	display:block;
	padding-bottom:8px;
	margin-bottom:8px;
	}

.loading {
	height: 30px;
	background: url('i/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 25px;
	position: relative;
	background: url('i/alt_star.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:25px;
	height: 25px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover {
	background: url('i/alt_star.gif') left center;
	z-index: 2;
	left: 0px;
}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a:hover.r1-unit{width:25px;}
.unit-rating a.r2-unit{left:25px;}
.unit-rating a:hover.r2-unit{width: 50px;}
.unit-rating a.r3-unit{left: 50px;}
.unit-rating a:hover.r3-unit{width: 75px;}
.unit-rating a.r4-unit{left: 75px;}	
.unit-rating a:hover.r4-unit{width: 100px;}
.unit-rating a.r5-unit{left: 100px;}
.unit-rating a:hover.r5-unit{width: 125px;}

.unit-rating li.current-rating {
	background: url('i/alt_star.gif') left bottom;
	position: absolute;
	height: 25px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
div#qTip {
  padding: 3px;
  /* border: 1px solid #666;*/
  display: none;
  background: #fff;
  color: #000;
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
}
#ratingtxt { 
	padding-top: 5px;
	text-align: center     	
 }
    
#ratetext { 
}
#totalvotes {
    text-align: center     
}


.result1 {
background-color: #F1E8A5
}
.result2 {
background-color: #F1E8C3
}
.result3 {
background-color: #008080
}
.result4 {
background-color: #FDE8A5
}
.result5 {
background-color: #FKE8A5
}
.result6 {
background-color: #DEE8A5
}
.result7 {
background-color: #KKE8A5
}
.result8 {
background-color: #RDE8A5
}
.result9 {
background-color: #FTT8A5
}
