/* CSS Document */
body {
	background-image:url('../../images/Main_BG.gif');
	background-repeat: repeat-x;
	background-color: #0F1D2A;
	}
	
.body_purple {
	background-image:url('../../images/Main_BG_Purple.gif');
	background-repeat: repeat-x;
	background-color: #6B427E;
	}
	
.body_green {
	background-image:url('../../images/Main_BG_Green.gif');
	background-repeat: repeat-x;
	background-color: #84A324 ;
	}
	
.body_gray {
	background-image:url('../../images/Main_BG_Gray.gif');
	background-repeat: repeat-x;
	background-color: #6A6A6A;
	}
	
.body_red {
	background-image:url('../../images/Main_BG_Red.gif');
	background-repeat: repeat-x;
	background-color: #7E0B0B;
	}
	
.logo_blue {
	background-image:url('../../images/Sab3awy_Logo.gif');
	}
	
.logo_purple {
	background-image:url('../../images/Sab3awy_Logo_Purple.gif');
	}
	
.logo_green {
	background-image:url('../../images/Sab3awy_Logo_Green.gif');
	}
	
.logo_gray {
	background-image:url('../../images/Sab3awy_Logo_Gray.gif');
	}
	
.logo_red {
	background-image:url('../../images/Sab3awy_Logo_Red.gif');
	}
	
.toolbar_txt {
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #0080FF;
	padding-right: 5px;
	}
	
.toolbar_txt A{
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #0080FF;
	}
	
.top_body_strip {
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #1F468A;
	background-color:#FFFFFF;
	}
	
.bottom_body_strip {
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #1F468A;
	background-color:#FFFFFF;
	}
	
.content_body_cell {
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #1F468A;
	background-color:#FFFFFF;
	padding-left: 18px;
	padding-right: 18px;
	}
	
.footer {
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 20px;
	padding-top: 15px;
	}
	
.footer A{
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	}
	
.settings_box {
	background-color: #D6ECF0;
	border: 1px;
	border-style: solid;
	border-collapse:collapse;
	border-color: #9AB5BB;
	padding: 10px;
	}
	
.text_blue {
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #175289;
	padding-right: 5px;
	}
	
.text_blue A{
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #175289;
	}
	
.text_green {
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #679A2C;
	padding-right: 5px;
	padding-left: 5px;
	}
	
.text_green A{
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #679A2C;
	}
	
.text_box {
	background-image:url(../../images/Txt_Box_BG.gif);
	border-color: #2A639D;
	border: 1px;
	border-style: solid;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #2A639D;
	}
	
.button {
	background-color:#244766;
	border:1px;
	border-color:#4589FF;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;	
	padding: 2px;
	}
	
/* ----- Tool Tip Script Style ----- */

#dhtmltooltip{
position: absolute;
left: -300px;
width: 100px;
border: 1px solid #155FA6;
padding: 2px;
background-color: #0B457E;
visibility: hidden;
z-index: 100;
font-family: Tahoma;
font-weight: normal;
text-decoration: none;
color: #FFFFFF;
font-size: 9px;
text-align: center;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
	
.tab_def {
	/* background-image:url(../../images/Tab_Def.gif);
	text-align: center;
	height: 27px;
	padding-bottom: 3px; */
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #99B0D5;
	border-style: solid;
	height: 23px;
	background-color: #D8ECF1;
	text-align: center;
	}
	
.tab_sel {
	/* background-image:url(../../images/Tab_Sel.gif);
	text-align: center;
	height: 27px;
	padding-bottom: 4px; */
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #99B0D5;
	border-style: solid;
	height: 27px;
	background-color: #FFFFFF;	
	text-align: center;
	}
	
.tab_cell {
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #99B0D5;
	border-style: solid;
	border-collapse: collapse;
	padding: 8px;
}

.inner_hd {
	font-family: Arabic Transparent;
	font-weight: bold;
	text-decoration: none;
	color:#1B84E6;
	font-size: 18px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	direction: rtl;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 1px;
	border-color: #CCCCCC;
	border-style: dashed;
}

.inner_makalat_List {
	font-family: Arabic Transparent;
	font-weight: bold;
	text-decoration: none;
	color:#1B84E6;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	direction: rtl;
}
.inner_makalat_List A{
	font-family: Arabic Transparent;
	font-weight: bold;
	text-decoration: none;
	color:#1B84E6;
	font-size: 14px;
}

.inner_date {
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	color:#7B7B7B;
	font-size: 11px;
	
}

.inner_text {
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	font-size: 13px;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	direction: rtl;
	}
	
.header_box {
	background-color:#E1EAF7;
	border: 1px;
	border-color: #99B0D5;
	border-style: solid;
	border-collapse: collapse;
	padding: 3px;
	}
	
.hd_text {
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	color:#175289;
	font-size: 11px;
	padding-right: 6px;
	}
	
.content_box {
	border: 1px;/*******abohassan 22-2-2008  border: 1px;*****/
	border-color: #C6D2EB;
	border-style: solid;
	border-collapse: collapse;
	padding: 8px;
	}
.verb {
	direction:ltr;/*******abohassan 22-2-2008  border: 1px;*****/

	}

.news_cell {
	border: 1px;
	border-color: #1F468A;
	border-style: solid;
	border-collapse: collapse;
	padding: 2px;

}


.news_text_title {    
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	color:#76B210;
	font-size: 11px;
	padding-top: 2px;
	}

.news_text {
	font-family: Tahoma;
	font-weight: normal;
	text-align:justify;
	text-decoration: none;
	color:#303030;
	font-size: 11px;
	padding-left: 10px;
	}
	
.hot_files_text {
	font-family: Tahoma;
	direction:rtl;
	font-weight: normal;
	text-decoration: none;
	color:#0C375F;
	font-size: 11px;
	}

.hot_files_text A {
	font-family: Tahoma;
	direction:rtl;
	font-weight: normal;
	text-decoration: none;
	color:#0C375F;
	font-size: 11px;
	}
	

.matches_teams_text { 
	background-color:#BDC9D4;    
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	color:#175289;
	font-size: 11px;
	text-align:center;
}


.matches_scores_text { 
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	color:#303030;
	font-size: 11px;
	text-align:center;
	}
	
.matches_sc_text { 
	background-color:#BDC9D4;    
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	color:#303030;
	font-size: 11px;
	text-align:center;
	}
	
	
.extra_news_text {
	font-family: Tahoma;
	font-weight: normal;
	direction:rtl;
	text-decoration: none;
	color:#303030;
	font-size: 11px;
	padding: 6px;
	border-bottom:dashed;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-color: #CDCDCD;
	}
	
.extra_news_text A{
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	color:#303030;
	font-size: 11px;
	}
	
.hot_files_text {
	font-family: Tahoma;
	direction:rtl;
	font-weight: normal;
	text-decoration: none;
	color:#0C375F;
	font-size: 11px;
	}
	

.radio_cell {
	padding: 8px;
	}
	
.radio_plugin_cell {
	padding: 6px;
	border: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #4674B2;
	}

.magazines_text { 
	background-color:#E9EDF1;    
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	color:#0C375F;
	font-size: 11px;
	text-align: left;
	padding-left: 5px;
	}
	
.magazines_text A { 
	background-color:#E9EDF1;    
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	color:#0C375F;
	font-size: 11px;
	text-align: left;
	padding-left: 5px;
	}
	
.magazine_cell {
	border: 0px;
	padding: 3px;
	background-color:#E9EDF1;   
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 18px;
    height: 18px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../../images/Rate_Star_ico.gif);

}

.emptyRatingStar {
    background-image: url(../../images/Rate_Star_ico_def.gif);
    
}

.savedRatingStar {
    background-image: url(../../images/Rate_Star_ico.gif);
}

/***********************/
.game_cell {
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-style: dashed;
	border-color: #CDCDCD;
	padding-bottom: 10px;
	}
.header_box_special {
	background-color:#E6F7B8;
	border: 1px;
	border-color: #B1E086;
	border-style: solid;
	border-collapse: collapse;
	padding: 3px;
	}
	
.hd_text_special {
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	color:#66A72D;
	font-size: 11px;
	padding-right: 6px;
	}
	
.content_box_special {
	border: 1px;
	border-color: #AEDF83;
	border-style: solid;
	border-collapse: collapse;
	padding: 8px;
	}
	
.more_text_special {
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	color:#FF9600;
	font-size: 11px;
	padding-right: 6px;
	}
	
.more_text_special A{
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	color:#FF9600;
	font-size: 11px;
	}
	.magazine_buttons_def {
	background-color:#FFFFFF;
	border: 1px;
	border-color: #D0DAEF;
	border-style: solid;
	border-collapse: collapse;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	color:#175289;
	font-size: 11px;
	width: 18px;
	height: 18px;
}

.magazine_buttons_def A{
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	color:#175289;
	font-size: 11px;
}


.magazine_buttons_sel {
	background-color:#D2DFF3;
	border: 1px;
	border-color: #D0DAEF;
	border-style: solid;
	border-collapse: collapse;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	color:#175289;
	font-size: 11px;
	width: 18px;
	height: 18px;
}

.magazine_buttons_sel A{
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	color:#175289;
	font-size: 11px;
}
.text_green {
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #679A2C;
	padding-right: 5px;
	padding-left: 5px;
	}
	
.text_green A{
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #679A2C;
	}
	

.extra_news_text {
	font-family: Tahoma;
	font-weight: normal;
	direction:rtl;
	text-decoration: none;
	color:#303030;
	font-size: 11px;
	padding: 6px;
	border-bottom:dashed;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-color: #CDCDCD;
	}
	
.extra_news_text A{
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	color:#303030;
	font-size: 11px;
	}
	


	
.header_box {
	background-color:#E1EAF7;
	border: 1px;
	border-color: #99B0D5;
	border-style: solid;
	border-collapse: collapse;
	padding: 3px;
	}
	
.hd_text {
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	color:#175289;
	font-size: 11px;
	padding-right: 6px;
	}
	
.content_box {
	border: 1px;/*******abohassan 22-2-2008  border: 1px;*****/
	border-color: #C6D2EB;
	border-style: solid;
	border-collapse: collapse;
	padding: 8px;
	}


.news_cell {
	border: 1px;
	border-color: #1F468A;
	border-style: solid;
	border-collapse: collapse;
	padding: 2px;

}

	




.arrow_box {
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #AAA9A9;
	}
	
	
	
.container_box {
	border : 1px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #AAA9A9;
	padding: 2px;
	}
	
	
	
.mobile_text {
	font-family: Tahoma;
	font-weight: bold;
	direction:rtl;
	text-decoration: none;
	color:#2D82BE;
	font-size: 11px;
	padding: 3px;
	border-bottom:dashed;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-color: #CDCDCD;
	}
	
	
.mobile_text A {
	font-family: Tahoma;
	font-weight: bold;
	direction:rtl;
	text-decoration: none;
	color:#2D82BE;
	font-size: 11px;
	}
	
	
	
.new_text_green {
	border-bottom:dashed;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-color: #B4B3B3;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #679A2C;
	padding-right: 5px;
	padding-left: 5px;
	height: 18px;
	}
	
	
.new_text_green A {
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #679A2C;
	height: 18px;
	}


	
.new_button_text {
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	color:#175289;
	font-size: 11px;
	padding-right: 6px;
	}

.new_button_text A {
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	color:#175289;
	font-size: 11px;
	}
	
.new_content_text {
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	color:#1F63A3;
	font-size: 11px;
	padding-right: 6px;
	height: 20px;
	}
	
.new_content_text A{
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	color:#1F63A3;
	font-size: 11px;
	height: 20px;
	}

.text_orange {
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #E97E01;
	padding-right: 2px;
	padding-left: 2px;
	}
	
.text_orange A{
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #E97E01;
	}