﻿/* Styles for tblNavigation */
.menu,
.menu ul,
.menu li,
.menu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
.menu {
    height: 40px;
    width: 480px;
 
    background: #0C5EA4;
    background: -webkit-linear-gradient(top, #0C5EA4 0%,#2c2d33 100%);
    background: -moz-linear-gradient(top, #0C5EA4 0%,#2c2d33 100%);
    background: -o-linear-gradient(top, #0C5EA4 0%,#2c2d33 100%);
    background: -ms-linear-gradient(top, #0C5EA4 0%,#2c2d33 100%);
    background: linear-gradient(top, #0C5EA4 0%,#2c2d33 100%);
 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
 
.menu li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 40px;
}
.menu li a {
    display: block;
    padding: 0 14px;
    margin: 6px 0;
    line-height: 28px;
    text-decoration: none;
 
    border-left: 1px solid #393942;
    border-right: 1px solid #4f5058;
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
 
    color: #f3f3f3;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
 
.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }
 
.menu li:hover > a { color: #8fde62; }

.menu ul {
    position: absolute;
    top: 40px;
    left: 0;
 
    opacity: 0;
    background: #0C5EA4;
 
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
 
.menu li:hover > ul { opacity: 1; }
 
.menu ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
 
.menu li:hover > ul li {
    height: 36px;
    overflow: visible;
    padding: 0;
}
.menu ul li a {
    width: 100px;
    padding: 4px 0 4px 40px;
    margin: 0;
 
    border: none;
    border-bottom: 1px solid #353539;
}
 
.menu ul li:last-child a { border: none; }
.menu ul li a {
    width: 100px;
    padding: 4px 0 4px 40px;
    margin: 0;
 
    border: none;
    border-bottom: 1px solid #353539;
}
 
.menu ul li:last-child a { border: none; }
.menu a.softwares { background: url(../images/B/software.png) no-repeat 6px center; }
.menu a.ebooks { background: url(../images/B/ebook.png) no-repeat 6px center; }
.menu a.SerialNumber { background: url(../images/B/SerialNumber.png) no-repeat 6px center; }
.menu a.ActivationCode { background: url(../images/B/Activation.png) no-repeat 6px center; }
.menu a.Charges { background: url(../images/B/charge.png) no-repeat 6px center; }
.menu a.Shop { background: url(../images/B/shop.png) no-repeat 6px center; }
.menu a.search { background: url(../images/B/search.png) no-repeat 6px center; }
.menu a.culture { background: url(../images/B/culture.png) no-repeat 6px center; }
.menu a.advertise { background: url(../images/B/advertise.png) no-repeat 6px center; }

.ad {border-radius:7px;/*border:1px solid lightblue*/}

#tblNavigation
{
	font-size:14px;
}
#tblNavigation a {
	color:white;
	text-decoration: none;
	display: block;
	padding:5px 0px 5px 0px;
	border: 1px solid #8DA3E2;
	background-color:#004F9D;
	background-image:url('../images/BackGround/bt07.gif');
	background-repeat: repeat-x;
}
#tblNavigation a:hover {
	color:yellow ;
	text-decoration: none;
	border: 1px solid #607DD7;
	background-color:#8DA3E2;
	background-image:url('../images/BackGround/bt1.gif');
	background-repeat: repeat-x;
}
/* Styles for tblSoalat */
#tblSoalat
{
	font-size:13px;
}
#tblSoalat a {
	color:white;
	text-decoration: none;
	display: block;
	padding:5px 0px 5px 0px;
	border: 1px solid #8DA3E2;
	background-color: #607DD7;
}
#tblSoalat a:hover {
	color:yellow ;
	text-decoration: none;
	border: 1px solid #607DD7;
	background-color:#8DA3E2;
}
/* tblShop */
#tblShop a{
	color:Blue;
	display: block;
	padding: 2px;
}
#tblShop a:hover{
	color:yellow;
	background-color:#4F88FF;
	text-decoration: none;
}
#tblShop h3
{
	color:Blue;}
#tblShop h3:hover
{
	color:yellow;}
	
/* Style for EnFa */
#EnFa a{
	color:#99FF33;
	display: block;
	padding: 5px;
}
#EnFa a:hover{
	color:yellow;
	background-color:#8DA3E2;
}
/* Style for tblForm */
#tblForm a{
	color: rgb(51,103,255);
	display: block;
	padding: 5px;
}
#tblForm a:hover{
	color:yellow;
	background-color:#8DA3E2;
	text-decoration: none
}

a{
	text-decoration: none;
}		
a:link
{
	color: rgb(51,103,255); 
}
a:visited
{
	color: rgb(51,102,204); 
} 
a:active 
{
	color: rgb(255,153,0);
}
a:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
/* Style for tage a */
a.TextA1:active { color :#07297A; text-decoration : none; }
a.TextA1:hover{ color : #07297A; text-decoration : none; cursor:default; }
a.TextA1:link{ color :#07297A; text-decoration : none; }
a.TextA1:visited{ color : #07297A; text-decoration : none; cursor:default; }

a.TextA2:active { color:black ; text-decoration : none; }
a.TextA2:hover{ color : black ; text-decoration : none; cursor:default; }
a.TextA2:link{ color :black ; text-decoration : none; }
a.TextA2:visited{ color : black ; text-decoration : none; cursor:default; }

a.TextA3:active { color:#5B1002 ; text-decoration : none; }
a.TextA3:hover{ color:#5B1002; text-decoration : none; cursor:default; }
a.TextA3:link{ color:#5B1002; text-decoration : none; }
a.TextA3:visited{ color:#5B1002; text-decoration : none; cursor:default; }

a.TextA4:active { color:White ; text-decoration : none; }
a.TextA4:hover{ color:White; text-decoration : none; cursor:default; }
a.TextA4:link{ color:White; text-decoration : none; }
a.TextA4:visited{ color:White; text-decoration : none; cursor:default; }


img {
border:0;
}
table
{	width:100%;
	border:0px solid #8585A5 ;
}
body
{	direction:rtl;
	text-align: center ;
	font-family: Tahoma;
	background-color:#B2CEFB;
	background-image:url('../images/BackGround/b2.png');
	background-repeat: repeat-x;
}
p{
	text-align:justify;
}
.imgS{
    width:11px;
    height:11px;
}
.imgS2{
    width:16px;
    height:16px;
}
.HomeTableWidth {
    border-width: 0px;
    border-style:none;
    border-style: none;
    border-color: inherit;
    width: 946px;
}
.MainTable{
	direction: rtl;
	text-align: center;
	background: #8AA6E3;
	width: 100%;
	height: 100%;
	border: 0;
}
.subMain{
	direction: rtl;
	text-align: center;
	background: #D9E3FF;
	height: 0px;
	border: 0px;
}
.newStyle1{
	font-size: 14px;
	font-weight: normal;
	color: #003F7D;
	text-align: justify;
}
.newStyle2{
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.newStyle3{
	font-size: 14px;
	font-weight: normal;
	color: #FF0000;
	text-align: justify;
}
.newStyle4{
	white-space: nowrap;
}
.newStyle5{
	color:#800000; font-weight: normal;
}
.center
{
	    text-align: center;white-space:nowrap;
	    width:100%;
	height: 25px;
}
.fontFood
{	text-align: center;
	color: rgb(255,245,240);
	font-size: 12px;
}
.SoftwareHeader {
	color: #6B6D10;
	font-size: 12px;
	font-family: tahoma;
	text-align: center;
	vertical-align: top;
	background-color: #D9E3FF;
	font-weight: normal;
}
.SoftwareBody {
	font-size: 12px;
	color: #07297A;
	font-weight: normal;
	text-align: left;
	background-color: white;
	border-color:#8AA6E3;
	border-width:1px;
}
.Moshakhasat_A_M {
	font-size: 13px;
	font-weight: normal;
	background-color: #D9E3FF;
}
.HamiRayaneHeader {
	color:white;
	font-size: 12px;
	font-family: tahoma;
	text-align: center;
	vertical-align: top;
	font-weight: normal;
	background-image:url('../images/BackGround/bt5.gif');
	background-repeat: repeat-x;
}
.SoftwareHeader1 {
	color:white;
	font-size: 12px;
	font-family: tahoma;
	text-align: center;
	vertical-align: top;
	font-weight: normal;
	background-image:url('../images/BackGround/bt4.gif');
	background-repeat: repeat-x;
}
.SoftwareHeader2 {
	color:white;
	font-size: 12px;
	font-family: tahoma;
	text-align: center;
	vertical-align: top;
	font-weight: normal;
	background-image:url('../images/BackGround/bt2.gif');
	background-repeat: repeat-x;
}
.SoftwareHeader3{
	color:white;
	font-size: 12px;
	font-family: tahoma;
	text-align: center;
	vertical-align: top;
	font-weight: normal;
	background-image:url('../images/BackGround/bt3.gif');
	background-repeat: repeat-x;
}
.DasteHeader{
	color:Black;
	font-size: 13px;
	font-family: tahoma;
	text-align: center;
	vertical-align: top;
	background-image:url('../images/BackGround/bt13.gif');
	background-repeat: repeat-x;
}
.DasteHeader2{
	color:Black;
	font-size: 13px;
	font-family: tahoma;
	text-align: center;
	vertical-align: top;
	background-image:url('../images/BackGround/bt14.gif');
	background-repeat: repeat-x;
}
.DasteBody{
	text-align:left;
	vertical-align:top;
	font-size: 13px;
	color: #07297A;
	font-weight: normal;
	background-color:white;
}
.DasteW{
	 width:200px;
}
.LatestUpdatesHeader{
	color:white;
	font-size: 12px;
	font-family: tahoma;
	text-align: center;
	vertical-align: top;
	font-weight: normal;
	background-image:url('../images/BackGround/bt0.gif');
	background-repeat: repeat-x;
}
.LatestProductsHeader{
	color:white;
	font-size: 12px;
	font-family: tahoma;
	text-align: center;
	vertical-align: top;
	font-weight: normal;
	background-image:url('../images/BackGround/bt5.gif');
	background-repeat: repeat-x;
}
.LatestUpdatesBody{
	font-size: 12px;
	color: #07297A;
	font-weight: normal;
	text-align: left;
	background-color:white;
	border-color:#8AA6E3;
	border-width:1px;
}
.HomeHeader {
	color:white;
	font-size: 14px;
	font-family: tahoma;
	text-align: center;
	vertical-align: top;
	font-weight: normal;
	background-image:url('../images/BackGround/bt6.gif');
	background-repeat: repeat-x;
}
.HomeBody {
	font-size: 13px;
	color: #000000;
	border-color:Gray;
	border-width:1px;
	background-color:#EFEFEF;
	font-weight: normal;
	text-align:right;
}
/*English Navigation Header*/
.LinkHeader{
	direction:ltr;
	text-align:justify;
	background-image:url('../images/BackGround/bt9.gif');
	background-repeat: repeat-x;
}
/*English Description Table*/
.DescriptionHeader{
	color:Black ;
	font-size: 13px;
	font-family: tahoma;
	text-align:left ;
	vertical-align: top;
	font-weight:bold;
	background-image:url('../images/BackGround/bt8.gif');
	background-repeat: repeat-x;
}
.DescriptionBody{
	direction:ltr;
	text-align:justify;
	font-size: 12px;
	color: #07297A;
	font-weight: normal;
	background-color:white;
}
.DescriptionBody3{
	direction:ltr;
	text-align:justify;
	font-size: 13px;
	color: #07297A;
	font-weight: normal;
	background-color:white;
}
/*Farsi Description Table*/
.DescriptionHeader2{
	color:Black ;
	font-size: 13px;
	font-family: tahoma;
	text-align:right  ;
	vertical-align: top;
	font-weight:bold;
	background-image:url('../images/BackGround/bt8.gif');
	background-repeat: repeat-x;
}
.DescriptionBody2{
	direction:rtl;
	text-align:justify;
	font-size: 12px;
	color: #07297A;
	font-weight: normal;
	background-color:white;
}
/*	Advertise body #7993DD #07297A */
.AdvertiseBody{
	direction:rtl;
	text-align:justify;
	vertical-align:top;
	font-size: 6px;
	font-weight: normal;
	background-color:white;
}
.AdvertiseBody2{
	direction:rtl;
	text-align:justify;
	vertical-align:top;
	font-size: 6px;
	font-weight: normal;
	background-color:white;
}

.style1 {
	direction: ltr;
}
.style2 {
	text-align: left;
}
.style3 {
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-align: right;
}
.style4 {
	text-align: center;
}
.style6 {
	vertical-align: middle ;
	border-width: 0px;
}
.style7 {
	color: #FF0000;
}
.Bezoodi
{
	color:green;
}
.Hoshdar
{
	color:#FF6600;
}
/* Styles for aspx */
.aspx_page
{
	background: white;
	font-family: Tahoma;
	text-align: center;
}
.aspx_lable_L
{
	text-align:left;
}
.aspx_lable_R
{
	text-align:right;
}
.aspx_lable_C
{
	text-align:center;
}
.L
{
	text-align:left;
}
.R
{
	text-align:right;
}
.C
{
	text-align:center;
}
.Alert
{
	font-size: 12px; 
	font-family: Verdana;
	color: #1508C2; 
	text-align: center;
}
.h1style
        {
        	font-family:Arial;font-size:21px;height:45px;
        }
 .RVDL{font-size:11px}
 .Tech{width:15%; font-weight:bold}
/* Styles for Content */
#h1DL h1 {
 	font-size: 1.7em;
	color: #383848;
	text-align:left;
	margin:0;
 }
h1 {
	font-size: 2.2em;
	color:white ;
	text-align:center;
	margin:0; 
}
h2 {
	font-size: 2.0em;
	color:blue;
}
h3 {
	font-size: 1.5em;
	color: #383848;
	margin:0;
}
h4 {
	font-size: 1.25em;
	color: #383848;
	margin:0;
}
h5 {
	font-size: 0.75em;
	color:white ;
	margin:0; 
}
h6 {
	font-size: 0.65em;
	color:white ;
	text-align:center ;
	margin:0; 
}
.viewmore
{
	background-color:#cfcfcf;
	text-align:right
}		
thead	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
tfoot	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
th	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

small	{	
	font-size:	.7em;
	}	

ul li	{	
	list-style-type:	disc;
	}	
ul li li	{	
	list-style-type:	disc;
	}	
hr
{
	width:80%;
}

/* Styles for tblQuran */
#tblQuran a {
	color:Black ;
	text-decoration: none;
	display: block;
	padding: 3px;
	background-color:#D5C9ED ;
}
#tblQuran a:hover {
	color:yellow ;
	text-decoration: none;
	border: 1px solid #8DA3E2;
	background-color:#607DD7;
}
#tblQuran {
	background:#D5C9ED;
}

#tblQuran2 a {
	color:#000099 ;
	text-decoration: none;
	display: block;
	padding: 3px;
	background-color:#D5C9ED ;
}
#tblQuran2 a:hover {
	color:yellow ;
	text-decoration: none;
	border: 1px solid #8DA3E2;
	background-color:#607DD7;
}
#tblQuran2 {
	background:#D5C9ED;
}
#Pager 
{
	font-weight:normal;clear:both;text-align:center;padding:3px 5px 0px 0px;height:20px;}
#Pager div
{
	float:right;margin:auto;}
.PageNumber,.PageNumber:visited,.CurPage 
{
	display:block;float:left;color:#000000;background-color:#ffffff;padding:0px 4px 1px 4px;margin-left:1px;border:1px solid #3399ff;}
.PageNumber,.PageNumber:visited 
{
	text-decoration:none;}
a.PageNumber:Hover,span.CurPage 
{
	color:#ffffff;background-color:#ffffff;border:1px solid #ffffff;background-color:#3399ff;}