﻿/** Main **/
@import url(allcsslist.css);
#WindowLayer {
	position:absolute;
	left:0px;
	top:0px;
	z-index: 1001;
	width: 100%;
	height: 600px;
	display: none;
}
.v-outer {
	display: table;
 #position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.v-middle {
	display: table-cell;
 #position: absolute;
 #top: 50%;
	width: 100%;
	vertical-align: middle;
}
.v-inner {
 #position: relative;
 #top: -50%;
	width: inherit;
}
.windowTitle {
	font:8pt tahoma;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(images/zwindow/window_t.gif);
}
.windowBody {
	font:8pt tahoma;
	padding: 4px;
	background-color: rgb(244, 244, 244);
	width: 100%;
	height: 100%;
}
#shadowWindow {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height: 0px;
	z-index: 1000;
}
/* IE SELECT ABOVE LAYER BUG FIX */
.select-free iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:100%;/*must have for any big value*/
	height:auto;/*must have for any big value*/
	;
}
tr.head {
	text-align:center;
	font-weight:bold;
	font-size:11px;
	color:#000000;
}
td.head {
	border:solid 1px #0157B6;
	padding:7px;
	background-color:#86B4E6;
}
td.head a {
	color:#000000;
}
td.head a:hover {
	color:#FFFFFF;
}
table.list {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	width:80%;
}
tr.row1 {
	text-align:center;
	background-color:#E0EBF6;
	padding:2px;
}
tr.row1 a {
	color:#0033CC;
}
tr.row2 a {
	color:#0033CC;
}
tr.over {
	text-align:center;
	background-color:#CEDFF0;
}
tr.selected {
	text-align:center;
	background-color:#7CB4E0;
	font-weight:bold;
}
tr.row1 {
	text-align:center;
	background-color:#F3F5FF;
}
tr.row2 {
	text-align:center;
	background-color:#E0EAFF;
}
tr.over {
	text-align:center;
	background-color:#FFFFAA;
}
tr.selected {
	text-align:center;
	background-color:#C0C4ED;
}
td.cell {
	border:solid 1px #378BD0;
	padding:5;
}
td.extra {
	border:solid 1px #378BD0;
	padding:5;
}
td.page {
	font-size:11px;
	padding:2px;
}
td.radif {
	border:solid 1px #378BD0;
	padding:3px;
	background-color:#E0EBF6;
}
html, body {
	font:8pt tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color:#FAFAFA;
}
* {
	font-family:tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	font-size:11px;
}
p, div, td, input, textarea {
	font-size: 1 em;
}
.titles {
	text-align:right;
}
.extra_info {
	color: #9B9B9B;
	text-align:left;
}
.continue_link {
	text-align:left;
}
.content_style {
	text-align:justify;
}
button.mult_submit {
	border:             2;
	background-color:   transparent;
}
.clsIndexName {
	color:#000000;
}
.Page {
/*border: 1px solid #000;*/
}
.branch_table td {
	font:8pt tahoma;
}
div.TabView {
	font-family: tahoma;
	font-size: 13px;
}
div.TabView a {
	float: left;
	display: block;
	width:  90px;
	text-align: center;
	height:      24px;
	line-height: 20px;
	vertical-align: middle;
	background: url('images/tabs.png') no-repeat -2px -1px;
	text-decoration: none;
	font-family: "Times New Roman", Serif;
	font-weight: 900;
	font-size: 13px;
	color: #000080;
}
div.TabView a:hover, div.TabView a.active {
	background: url('images/tabs.png') no-repeat -2px -31px;
}
div.TabView {
	padding: 0px;
	overflow: auto;
}
div.back_button {
	padding-bottom: 15px;
	padding-left: 20px;
	text-align:left
}
.Lside {
	background-image:url(images/horizantal_sprite.png);
	background-position:-165px;
	width:44px;
	background-repeat: repeat-y;
}
.Rside {
	background-image:url(images/horizantal_sprite.png);
	background-position:-119px;
	width:44px;
	background-repeat: repeat-y;
}
.main-td {
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
}
.small-top-mid {
	background-image:url(images/a2light.png);
	background-position:right -152px;
	background-repeat: repeat-x;
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.small-top-l {
	background-image:url(images/a2light.png);
	background-position:right -206px;
	background-repeat:no-repeat;
}
.small-top-r {
	background-image:url(images/a2light.png);
	background-position:right -96px;
	background-repeat:no-repeat;
}
.Small_top_NoBold {
	background-image: url(images/small_top_mid.png);
	background-repeat: repeat-x;
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	color: #000000;
	font-size: 12px;
	text-align: center;
}
.Small_top_NoBold_Bg {
	background-color:#99CC33;
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	color: #000000;
	font-size: 12px;
	text-align: center;
}
.Small_top_NoBold_NoBg {
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	color: #000000;
	font-size: 12px;
	text-align: center;
}
.footer_bg {
	background-image:url(images/a2light.png);
	background-repeat: repeat-x;
	background-position:right -574px;
	padding-top: 12px;
	text-align: center;
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	font-size: 11px;
	color: #333333;
	padding-bottom: 5px;
}
.header_bg {
	background-image:url(images/a2light.png);
	background-repeat: repeat-x;
	background-position:right -385px;
	background-color:#FAFAFA;
}
.small-mid-l {
	background-image:url(images/horizantal_sprite.png);
	background-repeat: repeat-y;
	background-position:-242px;
}
.middleLside {
	background-image:url(images/horizantal_sprite.png);
	background-repeat: repeat-y;
	background-position:-72px 0;
	width: 27px;
}
.big-top-mid {
	background-image:url(images/a2light.png);
	background-position:0 -45px;
	background-repeat: repeat-x;
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	cursor: pointer;
}
.middleRside {
	background-image:url(images/horizantal_sprite.png);
	background-repeat: repeat-y;
	background-position:-15px;
	width: 27px;
}
.big-inside {
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	font-size: 12px;
	color: #000000;
	padding: 2px;
	background-color: #FFFFFF;
}
#post-table {
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EFEFEF;
	margin-top: 15px;
}
#all-post {
	margin-bottom: 10px;
}
.small-mid-r {
	background-image:url(images/horizantal_sprite.png);
	background-repeat: repeat-y;
	background-position:-237px;
}
.small-mid-mid {
	background-image: url(images/small_mid_mid.png);
	background-repeat: repeat-x;
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	font-size: 12px;
	color: #000000;
	padding: 1px;
}
.small-bot-mid {
	background-image:url(images/a2light.png);
	background-position:right -486px;
	background-repeat: repeat-x;
}
.small-bot-r{
background-image:url(images/a2light.png);
background-position:right -555px;
background-repeat:no-repeat;
}
.small-bot-l{
background-image:url(images/a2light.png);
background-position:0 -555px;
background-repeat:no-repeat;
}
.big-top-right {
	background:url(images/a2light.png) no-repeat right top;
}
.big-top-left {
	background:url(images/a2light.png) no-repeat 0 top;
}
.big-bot-right {
	background:url(images/a2light.png) no-repeat right -273px;
}
.big-bot-left {
	background:url(images/a2light.png) no-repeat 0 -273px;
}
#dhtmlmenu ul {
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
	background-color:#F5F5F5;
}
#dhtmlmenu li {
	list-style-type:none;	/* No bullets */
	background-color:#F5F5F5;
	/*
font-family: tahoma;
font-size: 11px;
text-align: right;
color: #FFFFFF;
height: 22px;
width:150px;*/
padding: 0px;
	margin:2px;
}
#dhtmlmenu li ul li {
/*height: 22px;*/
	}
#dhtmlmenu li ul {
/*border: 1px solid #A6BFDB;*/
	}
#dhtmlmenu li a:hover {
	text-decoration: none;
	height: 100%;
	color: #FF0000;
	background-color: #F0F0F0;
	border: 1px solid #DCDCDC;
	display: block;
	padding: 4px;
	height: 100%;
}
#dhtmlmenu li a {	/* Main menu links */
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	font-size: 12px;
	color: #20699F;
	text-decoration: none;
	background-color: #F5F5F5;
	display: block;
	border: 1px solid #E8E8E8;
	padding: 4px;
	height: 100%;
	direction:rtl;
	/*line-height:20px;	/* 20 pixel height */
		vertical-align:middle;	/* Align text in the middle */
}
#cat td, #author td, #link td, #archive td {
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	font-size: 12px;
	color: #333333;
	background-color: #FAFAFA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E8E8E8;
	border-left-color: #E8E8E8;
	height: 100%;
	padding: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
	text-align: center;
}
#contact td {
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	font-size: 12px;
	color: #333333;
	padding: 2px;
}
#smspanel td {
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	font-size: 12px;
	color: #333333;
	padding: 2px;
}
 #login td, #search td, #vote td, #logo td, {
 font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
 font-size: 12px;
 color: #333333;
}
#contact input, #contact textarea, #search #keyword, #logo input, #smspanel input, #smspanel textarea, #language select {
	border: 1px solid #CCCCCC;
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	font-size: 12px;
	color: #000000;
	width: 110px;
}
#contact #submit, #login #vorood, #anjam, #ramz, #submit_comment, #smspanel #submit {
	background-color: #FAFAFA;
	text-align: center;
	color: #000000;
}
#submit_comment {
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #FAFAFA;
	text-align: center;
	color: #000000;
	border: 1px solid #CCCCCC;
}
#cat a, #author a, #link a, #archive a {
	color: #20699F;
	text-decoration: none;
	display: block;
	height: 100%;
}
#cat a:hover, #author a:hover, #link a:hover, #archive a:hover {
	color: #FF0000;
	text-decoration: none;
	background-color: #F3F3F3;
}
#stat td {
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	font-size: 12px;
	color: #333333;
	background-color: #FAFAFA;
	padding: 2px;
}
#login input {
	border: 1px solid #CCCCCC;
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	font-size: 12px;
	color: #000000;/*width: 70px;*/
}
#search #go, #vote #vote {
	background-color: #FAFAFA;
	text-align: center;
	color: #333333;
	border: 1px solid #CCCCCC;
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	font-size: 12px;
}
#login a, #vote a {
	color: #20699F;
	text-decoration: none;
}
.big-mid-r {
	background-image:url(images/horizantal_sprite.png);
	background-repeat: repeat-y;
	background-position:-237px 0;
}
.big-mid-l {
	background-image:url(images/horizantal_sprite.png);
	background-repeat: repeat-y;
	background-position:-242px 0;
}
.big-bot-mid {
	background-image:url(images/a2light.png);
	background-position:right -308px;
	background-repeat: repeat-x;
}
#login a:hover, #vote a:hover {
	color: #FF0000;
	text-decoration: none;
}
#ads {
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 15px;
	border: 1px dashed #CCCCCC;
}
#ads a {
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	font-size: 12px;
	color: #20699F;
	background-color: #FFFFFF;
	margin-top: 15px;
	text-decoration: none;
}
#ads a:hover {
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	font-size: 12px;
	color: #FF0000;
	background-color: #FFFFFF;
	margin-top: 15px;
	text-decoration: none;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
}
.footer_bg a {
	padding-top: 12px;
	text-align: center;
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	font-size: 11px;
	color: #000000;
}
.footer_bg a:hover {
	padding-top: 12px;
	text-align: center;
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	font-size: 11px;
	color: #20699F;
	text-decoration: none;
}
.header_bg_bot {
	background-image:url(images/a2light.png);
	background-position:right -340px;
	background-repeat:repeat-x;
}
.post_bot_td {
	text-align:center;
}
.post_bot_td a {
	color: #007ED2;
	text-decoration: none;
	display: block;
	height: 100%;
}
.post_bot_td a:hover {
	color: #0033CC;
	text-decoration: none;
	display: block;
	height: 100%;
	background-color: #D2EDFF;
}
.post_main_td {
	text-align:justify;
	line-height:20px;
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	font-size: 12px;
	color: #000000;
}
.post_main_td a {
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	font-size: 12px;
	color: #008AE6;
	text-decoration: none;
}
.post_main_td a:hover {
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
select {
	font-family: Tahoma, arial, verdana;
	font-size:11px
}
.loading_progress {
	border: 1px solid #A6BFDB;
}
a {
	color: #0033CC;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
a:hover {
	color: #CE0000;
	text-decoration: none;
}
.comments_field {
	width: 200px;
	border: 1px solid #A6BFDB;
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	font-size: 11px;
	color: #000000;
	padding: 2px;
}
/* ------------------ start add by mahdi keyvanlu ---------------------------*/
.SubGroupt_BgColor {
	background-color:#E8E8E8;
	border:1px dotted #a1a1a1;
	border-top: 0px;
	text-align:center;
}
.hide_table {
	background-color:#E8E8E8;
	border-top: 0px;
	text-align:center;
}
.Reply_BgColor {
	background-color:#E8E8E8;
	text-align:center;
}
.topic_BgColor {
	background-color:#E2DED7;
	text-align:center;
}
/* ------------------ start new add by mahdi keyvanlu ---------------------------*/
.alt1, .alt1Active {
	background: #F5F5FF;
	color: #000000;
}
.alt3, .alt1Active {
	background: #E9E9FE;
	color: #000000;
}
.alt2, .alt2Active {
	background: #E1E4F2;
	color: #000000;
}
.handalt1 {
	cursor:hand;
	background: #F5F5FF;
	color: #000000;
}
.smallfont {
	font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
td, th, p, li, input, txtarea, select {
	font: 11px Tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tborder {
	background: #D1D1E1;
	color: #000000;
	border: 0px;
}
.navbar {
	font: 11px Tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.thead {
	background: #5C7099 url(images/gradients/gradient_thead.gif) repeat-x top left;
	color: #FFFFFF;
	font: bold 11px Tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.thead a:link {
	color: #FFFFFF;
}
.thead a:visited {
	color: #FFFFFF;
}
.thead a:hover, .thead a:active {
	color: #FFFF00;
}
.time {
	color: #666686;
}
td.thead {
	padding: 4px;
}
/* ------------------ End new add by mahdi keyvanlu ---------------------------*/
.class03 {
	vertical-align:top;
}
.class04 {
	border:0px #52B3DA solid;
	text-align:center;
	vertical-align:top;
}
.class05 {
	border:0px #52B3DA solid;
}
.class06 {
	border:0px #0066FF solid;
	font-family:Tahoma, Verdana, 'Times New Roman';
	font-size:12px;
	direction:rtl;
}
.class07 {
	border:1px #52B3DA solid;
	font-family:Tahoma, Verdana, 'Times New Roman';
	font-size:12px;
	direction:rtl;
}
.class07new {
	border: 0px #52B3DA solid;
	font-family:Tahoma, Verdana, 'Times New Roman';
	font-size:12px;
	direction:rtl;
}
.class08 {
	text-align:justify;
}
.class05new {
	border:1px #52B3DA solid;
}
/* c8c8c8 fafafa------------------ end add by mahdi keyvanlu ---------------------------*/

/*-------- ///////// Exam Css \\\\\\\\\\\\\ --------------------*/

.exams_table_border {
	border:1px solid #E7E9ED;
	background:#ECF5FF;
}
.exams_table {
	border:1px solid #FFFFFF;
}
.title {
	font-weight: 700;
	color: #333333;
	padding: 5px 5px 5px 5px;
}
.error_text {
	color: #FF0000;
}
td.choice_title {
	color: #333333;
}
td.question_title {
	color: #000000;
	padding-right:5px;
	padding-left:5px;
}
td.question_body {
	background-color: #FFFFFF;
	padding:10px 0px 10px 0px;
}
/*--------- ///////// Match Css \\\\\\\\\\\\\ --------------------*/

.matchs_table_border {
	border:1px solid #E7E9ED;
}
.matchs_table {
	border:1px solid #FFFFFF;
}
.title {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 700;
	color: #333333;
	padding: 5px 5px 5px 5px;
}
.match_title {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #172359;
	padding:5px 0px 5px 0px;
	text-align:center;
}
.error_text {
	color: #FF0000;
	font-family: Tahoma;
	font-size: 11px;
}
td.choice_title {
	font-size: 11px;
	color: #333333;
}
td.question_title {
	color: #000000;
	font-size: 11px;
	padding-right:5px;
	padding-left:5px;
}
td.question_body {
	background-color: #FFFFFF;
	padding:10px 0px 10px 0px;
}
.submit_match {
	background-color: #FAFAFA;
	text-align: center;
	color: #000000;
	border: 1px solid #CCCCCC;
	font-family: tahoma, arial, sans-serif, verdana, "times New Roman", georgia;
	font-size: 12px;
	width: 110px;
}
/*--------- ///////// helpdesk Css \\\\\\\\\\\\\ --------------------*/
td.title-helpdesk-r {
	background-image:url(images/form_help_desk_r_03.jpg);
	background-repeat:no-repeat;
}
td.title-helpdesk-mid {
	background-image:url(images/form_help_desk_mid_03.jpg);
	background-repeat:repeat-x;
}
td.title-helpdesk-l {
	background-image:url(images/form_help_desk_l_03.jpg);
	background-repeat:no-repeat;
}
td.title-send-l {
	background-image:url(images/send_l_03.jpg);
	background-repeat:no-repeat;
}
td.title-answer-l {
	background-image:url(images/answer_l_03.jpg);
	background-repeat:no-repeat;
}
td.send-button {
	background-image:url(images/send_button_03_03.jpg);
	background-repeat:no-repeat;
	background-position: 100px 112px;
}
#form1 textarea {
	height: 100px;
	width: 350px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.style2 {
	font: 11px Tahoma, "Times New Roman", Times, serif;
}
.text_rtl {
	text-align:right;
	direction:rtl;
}
.text_ltr {
	text-align:left;
}
.lang_align {
	text-align:right;
}
.fix_news_title {
	color:#000000;
}
textarea {
	font-family: Tahoma;
	font-size: 10pt;/*border: 1px solid #B69292;
    padding: 1px 1px 1px 1px;
    background-color: #E8EEF0 */}

.box_news_title {
	background:#FCDDCB;
	border-top:0px;
}
.box_news_title_left{
	background:#FCDDCB;
	border-left:1px #858587 solid;
	border-top:1px #858587 solid;
	width:8%;
}
.box_news_title_right {
	background:#FCDDCB;
	border-right:1px #858587 solid;
	border-top:1px #858587 solid;
	width:8%;
}
.box_news_subject {
	color:#4C4535;
	font-weight:bold;
}
.box_news_bottom {
	border-bottom:1px #F0A57E solid;
}
.box_news_bottom_left {
	border-left:1px #858587 solid;
	border-bottom:1px #858587 solid;
	width:8%;
}
.box_news_bottom_right {
	border-right:1px #858587 solid;
	border-bottom:1px #858587 solid;
	width:8%;
}
/* ///////////// Special News Style ////////////////// */
#news_special_photo {
	border: 1px solid #ccc;
	cursor: pointer;
}
#news_special_title {
	font: 9pt tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E9D0C9;
	margin-right: 10px;
}
#apDiv1 {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
}
#news_special_status {
	position:absolute;
	right: 0px;
	bottom: 0px;
	margin: 0px 0px 5px 0px;
	width: 100px;
	font: 8pt Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
}
.imageArrow {
	cursor: pointer;
}
#news_numbers {
	font:10px Arial, Helvetica, sans-serif;
	color: #000;
}
#news_numbers td {
	width: 20%;
	text-align: center;
	cursor: pointer;
}
td.numberActive {
	background-color: #AA2B02;
}
td.numberDeactive {
	background-color: #EDEDED;
}
.special_news_list_bg {
	background-color:#E9D0C9;
}
.special_news_title_bg {
	background-color: #AA2B02;
}
.special_news_title {
	color:#6B3004;
	text-align:right;
}
.gallery_border {
	border:1px #666666 solid;
	padding:3px;
}
.article_pages_table {
	border:1px #666666 dashed;
 c
}
.article_pages_table_header {
	background-color:#FFFFCC;
	text-align:center;
	border-bottom:1px #666666 dashed;
}
.article_page_title_select {
	color:#990033;
}
.article_page_title {
	color:#000000;
}
ul.footer_back_icons {
	margin:0;
	direction:ltr;
	padding:0 0 0 15px;
	text-align:left
}
ul.footer_back_icons li {
	display:block;
	float:left;
	padding:2px 2px;
	list-style:none;
	direction:rtl;
}
ul.footer_back_icons li a {
	text-decoration:none;
}
ul.footer_back_icons li img {
	padding:0px 2px 0 0px;
}
ul.footer_back_icons li span {
	/*margin-right:20px;*/
	font-size:10px;
}
div.footer_send2f {
	display:none;
	position:relative;
}
div.footer_send2f h4 {
	padding-right:10px;
	font-size:11px;
	text-align:right
}
div.footer_send2f div.field {
	width:20%;
	float:right;
	text-align:left;
	padding-left:10px;
	margin:2px 0;
}
div.footer_send2f div.input_field {
	text-align:right;
	margin:2px 0;
}
div.footer_send2f div.field_submit {
	text-align:right;
	padding-right:150px;
}
div.class_common {
	direction:rtl;
}
div.group_navigation {
	margin:5px 0px 10px 0px;
	;
}
/* tree style */
div.dtree {
	white-space: nowrap;
}
div.dtree img {
	border: 0px;
	vertical-align: middle;
}
div.dtree a {
	color: #000000;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	text-decoration: underline;
	color:#0033CC;
}
.dtree a.nodeSel {
}
.dtree .clip {
	overflow: hidden;
}
.sobh{
background:url(../../../../images/oghatsharee/sprite.gif) no-repeat right -108px;
width:100%;
height:20px;
}
.toloo{
background:url(../../../../images/oghatsharee/sprite.gif) no-repeat right -31px;
width:100%;
height:20px;
}
.ghoroob{
background:url(../../../../images/oghatsharee/sprite.gif) no-repeat right -2px;
width:100%;
height:20px;
}
.zohr{
background:url(../../../../images/oghatsharee/sprite.gif) no-repeat right -57px;
width:100%;
height:20px;
}
.maghreb{
background:url(../../../../images/oghatsharee/sprite.gif) no-repeat right -81px;
width:100%;
height:20px;
}
