﻿ @charset "utf-8";

/* CSS Document */
 body {
	direction: ltr;
	background-color: #000 !important;
	background-image: url(/Images/bg-repeat.png);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
span {
	 font-family:Arial; 
}
a {
	 font-family:Arial; 
}
.main_div2 input[type="text"]{
    border-radius: 2px;
    border: 1px solid #C8C8C8;
	height:25px;
	width:150px;
}
.btn {
	background-color: #a81100;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	border:none;
	margin:1px;
	height:24px;
}
.btn:hover { background-color: #D55500; } 

 @font-face {
  font-family: 'futura-bold';
  src: url('../font/FuturaBT-Bold.eot?#') format('eot'),  /* IE6�8 */
       url('../font/FuturaBT-Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../font/FuturaBT-Bold.ttf') format('truetype');  /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
}
  @font-face {
  font-family: 'futura-bold';
  src: url('../font/FuturaBT-Bold.eot?#') format('eot'),  /* IE6�8 */
       url('../font/FuturaBT-Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../font/FuturaBT-Bold.ttf') format('truetype');  /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
}
 a{
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-decoration:none;
}

img{
	border:none;
}
ul, li { list-style:none;}

#outer-wrapper{
	background: url(/galleryimages/slider/bg.jpg) no-repeat center top;
	max-width:1624px;
	min-width:1000px;
	margin:auto;
	overflow:hidden;
	position:relative;
	/* [disabled]z-index:-2; */
}
.wrapper {
	width: 1003px;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]border: 1px solid #333; */
	/* [disabled]height: 1500px; */
}
.head {
	background-image: url(../Images/light-head.png);
	background-repeat: no-repeat;
	background-position: left top;
	/* [disabled]float: right; */
	width: 100%;
	height: 177px;
	
}
.logo {
	height: 157px;
	width: 158px;
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	position:absolute;
	background-image:url(/Images/logo2.png);
	transition: all 0.3s ease-out;
}
.logo:hover {
	background-image:url(/Images/logo2.png);
}
.name-club {
	height: 79px;
	width: 217px;
	float: left;
	margin-top: 30px;
	margin-left: 165px;
}
.div_one_head {
	float: left;
	width: 550px;
	margin-top: 35px;
	margin-left: 40px;
}
.date {
	width: 190px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url('/images/bgtime.png');
height: 28px;
width: 122px;
padding-top:2px;
margin-left:49px;
margin-right:5px;
	/*width: 210px;
	float: left;
	font-family: Arial, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;*/
	/* [disabled]margin-top: 15px; */
}
.membership_link {
		background-image:url(/images/bg_head.png);	
	background-repeat:repeat-x;
	float: left;
	font-family:Arial, Arial, Arial;
	font-size: 13px;
	color: #FFF;
    margin-right:10px;
	padding: 2px 5px;
}
.membership_link a {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	margin-left: 10px;
	float:left;
	
	border-right:solid 1px #777;
}
.membership_link a:hover {
	text-decoration: underline;
}
	.search {
	float: right;
 /*background-image:url(/images/bgsearch.png);*/
 background-color:#FF4B4B;
 height:29px;
	}
#sprytextfield1 {
	/*border: 1px solid #FFF;*/
	height: 25px;
	width: 170px;
	font-family:Arial, Arial, Arial;
	font-size: 13px;
	color: #FFF;
	background-image: url(../Images/search.png);
	background-repeat: no-repeat;
	background-position: 102px center;
	background-color:none;
	/*height: 25px;
	width: 170px;
	font-family:MyBYekan, B Yekan, Tahoma;
	font-size: 13px;
	color: #FFF;
	background-image: url(../Images/search.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color:none;*/
}
#searcharea {
	background:none;
	border: 1px solid #FFF;	
	font-family:Arial, Arial, Arial;
	font-size: 13px;
	color: #FFF;
	border:none;
    width:95px;

}
#menu-wrapper {
	/*margin-top: 17px;
	float: left;
	margin-left:140px;
	margin-top:68px;*/
	position:relative;
	margin-top:4px;
	float: left;
}
.menuDown {
	background-color:#F90000;
	width:150%;
	z-index:9000;
	left:-466px;
	margin-top:0;
	text-align:center;
	transition: all 0.9s ease-out;
}
.menuDownBg {
	background: #f90000; /* Old browsers */
	background: -moz-linear-gradient(top,  #f90000 0%, #ba0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f90000), color-stop(100%,#ba0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f90000 0%,#ba0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f90000 0%,#ba0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f90000 0%,#ba0000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f90000 0%,#ba0000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f90000', endColorstr='#ba0000',GradientType=0 ); /* IE6-9 */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF4848;
}
.logo-nav {
	/* [disabled]display:block; */
	margin-top: 10px;
	position:relative;
	top: -6px;
}
.image-dropdown {
	width: 997px;
	background-color: #B70E07;
	clear: both;
	float: left;
	/* [disabled]border-top-width: 2px !important; */
	/* [disabled]border-top-style: solid !important; */;
	/* [disabled]border-top-color: #FFF !important; */;
	margin-left: -50px !important;
	display:inline-block;
}


/* Reset */
.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.nav a { text-decoration: none; }

.nav li { list-style: none;padding:0 10px; }

/* Menu Container */
.nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	margin-left:50px;
}

/* Menu List */
.nav > li {
	display: block;
	float: left;
}

/* Menu Links */
.nav > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 54px;
	padding: 0 10px;
	line-height: 54px;
	font-weight: bold;
	font-family: futura-bold;
	font-size: 14px;
	color: #fcfcfc;
	text-shadow: 0 0 1px rgba(0,0,0,.35);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nav > li:hover > a {
	/* [disabled]border-bottom-width: 5px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #CF0; */
	background-image: url(../Images/line-menu.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.nav > li:first-child > a {
	border-radius: 3px 0 0 3px;
	border-left: none;
}

/* Search Form */
.nav > li.nav-search > form {
	position: relative;
	width: inherit;
	height: 54px;
	z-index: 510;
	border-left: 1px solid #4b4441;
}

.nav > li.nav-search input[type="text"] {
	display: block;
	float: left;
	width: 1px;
	height: 24px;
	padding: 15px 0;
	line-height: 24px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #999999;
	text-shadow: 0 0 1px rgba(0,0,0,.35);
	background: #372f2b;
	-webkit-transition: all .3s ease 1s;
	-moz-transition: all .3s ease 1s;
	-o-transition: all .3s ease 1s;
	-ms-transition: all .3s ease 1s;
	transition: all .3s ease 1s;
}

.nav > li.nav-search input[type="text"]:focus { color: #fcfcfc; }

.nav > li.nav-search input[type="text"]:focus,
.nav > li.nav-search:hover input[type="text"] {
	width: 110px;
	padding: 15px 20px;
	-webkit-transition: all .3s ease .1s;
	-moz-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	-ms-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}

.nav > li.nav-search input[type="submit"] {
	display: block;
	float: left;
	width: 20px;
	height: 54px;
	padding: 0 25px;
	cursor: pointer;
	background: #372f2b url(../img/search-icon.png) no-repeat center center;
	border-radius: 0 3px 3px 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nav > li.nav-search input[type="submit"]:hover { background-color: #4b4441; }

/* Menu Dropdown */
.nav > li > div {
	position: absolute;
	display: block;
	width: 897px;
	top: 54px;
	left:-47px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	border-radius: 0 0 3px 3px;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
	background-image: url(../Images/bg-dropdown1.jpg);
	background-repeat: repeat;
	padding-right: 50px;
	padding-left: 50px;
}

.nav > li:hover > div {
	opacity: 0.97;
	visibility: visible;
	overflow: visible;
	border: 1px solid #FFF;
}

/* Menu Content Styles */
.nav .nav-column {
	float: left;
	padding: 3px;
	min-width:90px;
}

.nav .nav-column h3 {
	margin: 20px 0 10px 0;
	line-height: 16px;
	font-family:Arial, "Arial", Arial;
	font-size: 15px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	/*width:90px;*/
}

.nav .nav-column h3.orange { color: #ff722b; }

.nav .nav-column li a {
	display: block;
	line-height: 18px;
	font-family:Arial, "Arial", Arial;
	font-size: 11px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9E2012;
	text-align: center;
}

.nav .nav-column li a:hover {
	color: #F93;
}

.content_three {
	width: 100%;
	margin-top: 0px;
	display:inline-block;
	background: linear-gradient(to bottom, #FFF 0%, #E3E3E3 100%) repeat scroll 0% 0% transparent;

}
.content- {
	/* [disabled]background-color: #333; */
	/* [disabled]height: 500px; */
	width: 100%;
	margin-top: 7px;
	display:inline-block;
}
.div_R {
	width: 310px;
	float: left;
	min-height: 600px;
	border: 1px solid #883A1F;
	/* [disabled]background-image: url(../Images/div-R-bg.jpg); */
	/* [disabled]background-repeat: repeat-x; */
	background: #fcae43; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcae43 0%, #dc633b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcae43), color-stop(100%,#dc633b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcae43 0%,#dc633b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcae43 0%,#dc633b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcae43 0%,#dc633b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcae43 0%,#dc633b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcae43', endColorstr='#dc633b',GradientType=0 ); /* IE6-9 */

}
  /*.mosabeghat {
	display: inline;
}
.mosabeghat .title {
	background-image: url(../Images/light1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
	display: inline-block;
}
.mosabeghat .title h3 {
	font-family: "Arial";
	font-size: 18px;
	font-weight: normal;
	color: #AD0900;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right: 25px;
	float: right;
	width: 200px;
}
.logo_mosabeghat {
	height: 63px;
	width: 41px;
	float: left;
	margin-top: -4px;
	margin-left: 15px;
}
.session-match {
	clear: both;
	display:inline-block;
}

.title-match {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #944D04;
	text-align: center;
	width: 100%;
}
.teams-logo {
	width: 100%;
	margin-top: 20px;
}
.team-away {
	height: 72px;
	width: 105px;
	float: left;
	margin-left: 25px;
}
.team-home {
 	float: right;
    height: 72px;
    margin-right: 25px;
    width: 106px;
}
.line-team {
	height: 5px;
	width: 16px;
	float: left;
	margin-top: 35px;
	margin-left: 15px;
	margin-right:15px;
}
.teams-logo .name-team {
	font-family: Arial, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A90C04;
	text-align: center;
	margin-top: 10px;
	width: 100px;
}
.info-match {
	width: 100%;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #500101;
	text-align: center;
	clear: both;
	float: right;
	margin-top: 25px;
	line-height: 20px;
}
.info-match span {
	color: #944D04;
}
.link-match {
	text-align: center;
}
.link-match span {
	color: #DF0000;
}
.link-match a {
	font-family: Arial, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
}
.pre {
 	background-image: url("../Images/pre.png");
    border: medium none;
    height: 26px;
    left: -290px;
    position: relative;
    top: 75px;
    width: 13px;
	background-color:#F4A460;
}
.next {
	background-image: url("../Images/next.png");
    border: medium none;
    height: 26px;
    right: -11px;
    position: relative;
    top: 75px;
    width: 13px;
	background-color:#F4A460;
}

.point-team {

    color: #0033FF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 25px;
    height: 30px;
    text-align: center;
    width: 25px;
	margin-top:20px;
}
.point-team-two {
	float:right;
	margin-left:7px;
}*/
/*.mosabeghat {
	display: inline;
}
.mosabeghat .title {
	background-image: url(../Images/light1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
	display: inline-block;
}
.mosabeghat .title h3 {
	font-family: "Arial" !important;
	font-size: 18px;
	font-weight: normal;
	color: #AD0900;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right: 25px;
	float: right;
	width: 200px;
}
.logo_mosabeghat {
	height: 63px;
	width: 41px;
	float: left;
	margin-top: -4px;
	margin-left: 15px;
}
.session-match {
	clear: both;
}*/



.div_L {
	width: 688px;
	float: left;
	min-height: 818px;
	/* [disabled]background-image: url(../Images/cont_L_bg.jpg); */
	background-repeat: repeat-x;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e3e3e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e3e3e3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
}
.div_L_two {
	width:100%;
}
.title-div-L, .title-box, .title-photo {
	width: 100%;
	text-align: right;
	background-image: url(../Images/titleBg-en.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: -5px;
	display:inline-block;
	background-size: 100% 100%;
}
.title-div-L h3, .title-box h3, .title-photo h4 {
	font-weight: normal;
	color:#AD0900;
	font-size:18px;
	/* [disabled]width: 70%; */
	margin-left: 30px;
	padding-bottom:12px;
	padding-top:12px;
	float:left;
}
.address-page {
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Geneva, sans-serif;
	font-size: 10px;
	color: #4d4d4d;
	background-color: #EEE;
}
.address-page span {
	color: #B81507;
	float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.address-page a {
	font-family: Arial, Geneva, sans-serif;
	color: #4D4D4D;
	font-size: 10px;
	padding-left: 10px;
	float: left;
}
.page-tool-holder {
	background-color: #F5F5F5;
    display: block;
    float: right;
    margin-top: 7px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-top: 5px;
    width: 98.5%;
}
.icon-tool {
	height: 24px;
	width: 22px;
	float: left;
	margin-left: 7px;
}
.socialNet {
	float: right;
	margin-left: 15px;
}
.board {
	clear: both;
	width: 100%;
	margin-top: 40px;
	display: inline-block;
}
.board .title , .manager .title, .title-award, .title_football_school {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 15px;
	background-image: url(../Images/title_bg2-en.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.board .title h4, .manager .title h4, .title-award h4, .title_football_school h4 {
	font-size: 1em;
	color: #000;
	font-weight: bold;
	margin-left: 30px;
}
.board .board-place {
	clear: both;
	width: 100%;
	margin-top: 40px;
}
.board-item {
	height: 227px;
	width: 115px;
	float: right;
	margin-right: 11px;
	margin-left: 11px;
}
.inner_board-item {
	height: 217px;
	width: 100%;
	background-image: url(../Images/board_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #E8E8E8;
}
.img_board {
	height: 119px;
	width: 98px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	/* [disabled]border: 1px solid #666; */
}
.board-item .info-board {
	text-align: center;
	margin-top: 15px;
	font-size: 12px;
	font-family: "Arial";
	line-height: 20px;
	color: #4B4B4B;
}
.info-board span {
	font-size: 13px;
}
.board-item .shadow_board {
	margin-top: -1px;
}
.manager {
	clear: both;
	margin-top: 70px;
	width: 100%;
	display: inline-table;
}
.about_manager {
    color: #6D6D6D;
    font-family: Arial,Geneva,sans-serif;
    font-size: 12px;
    line-height: 25px;
    margin-left: 20px;
    margin-right: 29px;
    margin-top: 4px;
    text-align: justify;
}
.box-manager-present-holder {
	float: right;
	width: 242px;
}

.manager-present {
	background-color: #ffffff;
	box-shadow: 6px 1px 6px #EAEAEA; 
    float: left;
	height: 140px;
	margin-right: -13px;
	margin-left: 14px;
	width: 228px;
}
.img_manager {
	height: 119px;
	width: 98px;
	float: left;
	margin-top: 10px;
	margin-left: 5px;

}
.info-manager {
	float: right;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;	font-size: 12px;
	color: #4B4B4B;
	width: 114px;
	margin-top: 9px;
	margin-right: 5px;
}
.info-manager span {
	font-size: 15px;
}
.about_manager span {
	color: #950000;
	text-decoration: underline;
}



/* carousel style */

.jcarousel-skin-tango .jcarousel-container {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/* border-radius: 10px;*/
    /* [disabled]background: #F0F6F9; */    /*border: 1px solid #346F97;*/
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 240px;
	padding-top: 7px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 250px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  240px;
    height: 215px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 230px;
    height: 250px;
}

.jcarousel-skin-tango .jcarousel-item img {
	/* [disabled]width: 230px; */
	/* [disabled]height: 75px; */
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	top: 65px;
	right: 5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../Images/next-horizontal.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background-image: url(../Images/prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	top: 65px;
	left: 5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../Images/prev-horizontal.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	border:none;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 5px;
	background-image: url(../Images/next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
#pre {
	position: absolute;
	top: 65px;
	left: 5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../Images/prev-horizontal.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#next {
}
/*.mosabeghe-holder {
}
.title-match {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #944D04;
	text-align: center;
	width: 100%;
}
.teams-logo {
	width: 100%;
}
.team-away {
	height: 72px;
	width: 72px;
	float: left;
	margin-left: 10px;
}
.team-home {
	float: right;
	height: 72px;
	width: 72px;
	margin-right: 10px;
}*/



.line-team {
	height: 5px;
	width: 16px;
	float: left;
	margin-top: 35px;
	margin-left: 20px;
	
}
.teams-logo .name-team {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A90C04;
	text-align: center;
	margin-top: 10px;
	width: 77px;
}
.info-match {
	width: 100%;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #500101;
	text-align: center;
	clear: both;
	float: right;
	margin-top: 25px;
	line-height: 20px;
}
.info-match span {
	color: #944D04;
}
.link-match {
	text-align: center;
}
.link-match span {
	color: #DF0000;
}
.link-match a {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}
.link-match a:hover {
	text-decoration:underline;
}


.banners {
	clear: both;
	/*height:327px;*/
}
.banners .banner-item {
	height: 114px;
	width: 290px;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-top: 15px; */
}
.other-leagues {
	height:207px;
	margin-top:-10px;
}
.title-other {
	background-image: url("../Images/title_bg6-en.png");
    background-position: right center;
    background-repeat: no-repeat;
    margin-bottom: 13px;
    margin-top: 5px;
    padding-bottom: 29px;
    padding-top: 12px;
}
.title-other h3 {
	font-weight: normal;
	font-family:"Arial";
	color:#AD0900;
	font-size:17px;
	margin-left: 25px;
	width: 140px;
	float: left;

}
.league-category {
}
.league-category a {
	color: #000;
	text-decoration: none;
	/*font-family: Arial, Geneva, sans-serif;*/
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.league-category .activeLink {
	color: #FFF;
	background-color: #BF0000;
}
.team-away-other {
	height: 45px;
	width: 45px;
	float: left;
	margin-left: 40px;
}
.team-home-other {
	float: right;
	height: 45px;
	width: 45px;
	margin-right: 28px;
}
.name-team-other {
	font-family: Arial, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #A90C04;
	text-align: center;
	margin-top: 10px;
	width: 100px;
	float: left;
	margin-left: -29px;
}
.active-member {
	background-color: #AC0C04;
	/* [disabled]height: 50px; */
	width: 99.7%;
	clear: both;
	/* [disabled]margin-top: -1px; */
	display: inline-block;
}
.active-member .title, .important_news .title {
	height: 36px;
	width: 99px;
	float: left;
	background-image: url(../Images/shape1-eng.png);
	margin-left: -5px;
	margin-top:-10px;
}
.active-member .title h5, .important_news .title h5{
	font-family: "Arial";
	font-size: 11px;
	font-weight: normal;
	color: #A10500;
	margin-top: 9px;
	margin-left: 7px;
}
.members-name {
	background:#790903;
	width: 99.7%;
	clear: both;
	display: table-caption;
	height: 43px;
	/* [disabled]margin-top: -20px; */
	float: right;
}
.members-name .title {
	background-image: url(../Images/shape2-en.png);
	height: 36px;
	width: 114px;
	margin-top: 6px;
	margin-left: -10px;
}
.members-name .title h5 {
	margin-top: 9px;
	margin-left: 10px;
	font-family: "Arial";
	font-size: 11px;
	font-weight: normal;
	color: #A10500;
	float: left;
}
.footer {
	/* [disabled]background-color: #06F; */
	/* [disabled]height: 400px; */
	width: 100%;
	clear: both;
	padding-top: 30px;
	 background-color:#000;
	float: right;
	padding-bottom: 20px;
}
.box-r-footer {
	float: left;
}
.box-r-footer .memberShip {
	height: 87px;
	width: 313px;
	background-color: #E4E4E4;
}
.memberShip h3 {
	font-family: "Arial";
	font-size: 18px;
	font-weight: normal;
	color: #DD4800;
	width: 100%;
	text-align: left;
	background-image: url(../Images/title-membership-en.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 13px;
}
#membership {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D8199;
	height: 25px;
	width: 193px;
	border: 1px solid #d6d6d6;
	margin-top: 9px;
	margin-left: 20px;
}
.memberShip #sendbt {
	color: #FFF;
	height: 26px;
	width: 48px;
	background-color: #701105;
	border:none;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
}
.ads-banner {
	width: 100%;
	height: 68px;
	margin-top: 15px;
}
.box-l-footer {
	float: right;
	margin-left: 20px;
	width: 666px;
}
.box-item {
    background-image: url("../Images/shadow-box-footer-en.png");
    background-position: right center;
    background-repeat: no-repeat;
    float: left;
    height: 150px;
    margin-right: 20px;
    width: 200px;
}
.one_fourth {
	width: 160px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.one_fourth:hover {
	background-color:#1b1b1b;
}
.one_fourth .boxImage {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-align: center;
}
.one_fourth:hover .boxImage {
	position: relative;
	-webkit-animation: moveFromTop 350ms ease;
	-moz-animation: moveFromTop 350ms ease;
	-ms-animation: moveFromTop 350ms ease;
}
.one_fourth h2 {
	color: #FFE540;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-family: "Arial";
	font-size: 18px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	text-align: center;
}

.one_fourth:hover h2 {
	position: relative;
	color:#F93;
	-webkit-animation: moveFromTop 200ms ease;
	-moz-animation: moveFromTop 200ms ease;
	-ms-animation: moveFromTop 200ms ease;
}
@-webkit-keyframes moveFromTop {
    from {
        top: -100px;
    }
    to {
      	top: auto;
    }

}

@-moz-keyframes moveFromTop {

    from {
        -moz-transform: translateY(-100%);
    }
    to {
        -moz-transform: translateY(0%);
    }

}

@-ms-keyframes moveFromTop {
    from {
        -ms-transform: translateY(-100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
@-webkit-keyframes moveFromBottom {
    from {
        bottom: -80px;
    }
    to {
       	top: auto;
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(80%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(80%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
.last-box-footer {
	float: right;
	width: 225px;
	line-height: 18px;
}
.last-box-footer h2 {
	color: #FFE540;
	font-family: "Arial";
	font-size: 18px;
	margin-top: 6px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 0;
	text-align: left;
}
.last-box-footer span {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #C5C79C;
	margin-right: 18px;
	float: right;
}
.button-holder {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #C5C79C;
	margin-right: 25px;
}
.bt-vote {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #D96600;
	border:none;
	margin-top: 5px;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	margin-right: 5px;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor: pointer;
}
.bt-vote:hover {
	background-color: #D83101;
}.copyright {
	clear: both;
	margin-top: 10px;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	display: inline-block;
	width: 100%;
	padding-top:10px;
}
.sponsor {
	width: 100%;
	clear: both;
}
.sponsor .sponsor-item {
	float: left;
	margin-right: 44px;
	margin-left: 44px;
	margin-top: 25px;
}
.sponsor-in {
	width: 100%;
	clear: both;
	background-color: #282828;
	text-align: center;
	display: inline-block;
	padding-bottom: 15px;
	background-image: url(../Images/footer-bg.jpg);
	background-repeat: repeat-x;
}
.sponsor-in .sponsor-item {
	float: left;
	margin-right: 44px;
	margin-left: 44px;
	margin-top: 25px;
}
.sponsor-item img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.live-score {
	height: 377px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
}
.info-contact {
	float: left;
	width: 270px;
	margin-top: 30px;
	margin-left: 45px;
	height: 225px;
	background-image: url(../Images/shadow-cnt.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 35px;
}
.info-contact h3 , .contact-form-place h3{
	font-family: Arial;
	font-size: 16px;
	color: #000;
	font-weight: normal;
}
.info-contact .txt-info-contact {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #4B4B4B;
	width: 250px;
	margin-top: 15px;
	text-align: right;
	direction: rtl;
	line-height: 22px;
	text-align: left;
}
.txt-info-contact span {
	color: #A71100;
}
.contact-form-place {
	float: left;
	width: 320px;
	margin-top: 30px;
}
.form-contact label {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #302F2F;
}
.form-contact #msg {
	width: 213px;
	height: 79px;
	margin-right: 15px;
	border:1px solid #DADADA;
}
.contact-form-place .form-contact {
	margin-top: 20px;
}
.form-contact .txtFld {
	height: 21px;
	margin-bottom: 4px;
	margin-top: 4px;
	width: 132px;
	border:1px solid #DADADA;
}
.form-contact input {
	margin-right: 15px;
}
#send-form-cont {
	background-color: #A81100;
	height: 30px;
	width: 95px;
	border:none;
	color:#fff;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	margin-right: 56px;
	margin-top: 5px;
}
#send-form-cont:hover {
	background-color: #EC883F;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#map-address {
	height: 218px;
	width: 620px;
	border: 2px solid #cc5a4d;
	clear: both;
	margin-left: 35px;
	margin-top: 15px;
	display: inline-block;
}
.steps, steps-two, steps-three {
	background-image: url(../Images/title-bet2-en.jpg);
	padding-top: 28px;
	padding-bottom: 29px;
	margin-top: 7px;
}
.steps {
	background-image: url(../Images/title-bet1-en.jpg);
}
.steps-two{
	background-image: url(../Images/title-bet2-en.jpg);
}
.steps-three {
	background-image: url(../Images/title-bet3-en.jpg);
}
.steps a {
    color: #727272;
    font-size: 18px;
    margin-left: 120px;
	display: inline-block;
}
.txt-bet {
	color: #727272;
	font-family: Arial,Geneva,sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-top: 35px;
	padding-left: 25px;
	padding-right: 32px;
}
.txt-bet span {
	color: #000;
}
.txt-bet a {
	color: #F00;
	text-decoration: underline;
	margin-top: 22px;
}
.login-bet {
	width: 375px;
	background-image: url(../Images/bg-login-bet.jpg);
	border: 1px solid #000;
}
.login-bet-holder {
	width: 377px;
	margin-top: 40px;
	margin-left: 150px;
}
#form-bet-login {
	width: 280px;
	margin-top: 40px;
	margin-left: 30px;
}

.login-bet-holder label {
	font-size: 15px;
	color: #000;
	margin-top: 10px;
	float:right\9;
}
.login-bet span a {
	color: #666666;
	font-size: 15px;
	text-decoration:underline;
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
}
#form-bet-login #mail {
	margin-left: 15px;
	margin-bottom: 12px;
}
#form-bet-login .txtfldbet {
	height: 22px;
	width: 230px;
	border: 1px solid #C49C2E;
	float:left\9;
}
.txtfldbet {
	height: 22px;
	width: 230px;
	border: 1px solid #C49C2E;
	float:left\9;
}
#send-form-bet {
	background-color: #D55500;
	height: 45px;
	width: 125px;
	color: #FFF;
	font-size: 18px;
	border:none;
	margin-top: 25px;
	margin-left: 80px;
}
#send-form-bet:hover {
    background-color: #790903;
    box-shadow: 1px 1px 10px #FC7770;
	-webkit-box-shadow:1px 1px 10px #FC7770;
	-moz-box-shadow:1px 1px 10px #FC7770;
	-ms-box-shadow:1px 1px 10px #FC7770;
	-o-box-shadow:1px 1px 10px #FC7770;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor:pointer;
}
.bet-two-box {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
.bet-two-box .team-bet {
	height: 192px;
	width: 183px;
	float: left;
	background-image: url(../Images/bet-team-bg.jpg);
	background-repeat: repeat-x;
	-webkit-box-shadow:1px 2px 2px #999999;
	-moz-box-shadow:1px 2px 2px #999999;
	-ms-box-shadow:1px 2px 2px #999999;
	-o-box-shadow:1px 2px 2px #999999;
	box-shadow:1px 2px 2px #999999;
	border:1px #fff solid;
}
.team-bet .img-team-bet {
	height: 80px;
	width: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.team-bet .name-team-bet {
	font-family:Arial, Helvetica, sans-serif;	font-size: 15px;
	color: #000;
	text-align: center;
	margin-top: 20px;
}
.team-bet .goal-num {
	font-family:Arial, Helvetica, sans-serif;	font-size: 15px;
	color: #000;
	text-align: center;
	margin-top: 7px;
}
.goal-num #goal {
	height: 26px;
	width: 26px;
}
.info-match-bet {
	color: #000000;
	float: left;
	font-family:Arial, Helvetica, sans-serif;	font-size: 20px;
	line-height: 22px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 100px;
	text-align: center;
	width: 105px;
}
.submit-bet-holder {
	clear: both;
	text-align: center;
	width: 100%;
}
.submit-bet-holder #submit-bet {
	height: 45px;
	width: 125px;
	font-family:Arial, Helvetica, sans-serif;	font-size: 18px;
	color: #FFF;
	background-color: #D55500;
	border: 1px solid #FFF;
	display: inline-block;
	margin-top: 20px;
}
.submit-bet-holder #submit-bet:hover {
    background-color: #790903;
    box-shadow: 1px 1px 10px #FC7770;
	-webkit-box-shadow:1px 1px 10px #FC7770;
	-moz-box-shadow:1px 1px 10px #FC7770;
	-ms-box-shadow:1px 1px 10px #FC7770;
	-o-box-shadow:1px 1px 10px #FC7770;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
}

.roundabout-holder {
	padding: 0;
	height: 5em;
	margin-top: 88px;
}
.roundabout-moveable-item {
	height: 206px;
	width: 170px;
    cursor: pointer;
    background-color: #ffc;
    border: 1px solid #999;
}
.roundabout-in-focus {
	 cursor: auto;
}
.roundabout-in-focus-ar .info-ply, .roundabout-in-focus-ar  {
	display:block;
	width:280px;
	text-align:left;
}
.name-ply { width:180px;}
#myRoundabout li {
	height: 206px;
	width: 170px;
}
#myRoundabout {
	width: 250px;
    margin-left: auto;
    margin-right: auto;
}

    #myRoundabout li img {
        width:100%;
        height:100%;        
    }
	
#myRoundabout-two li {
	height: 142px;
	width: 101px;
	box-shadow: 1px 1px 5px #666666;
}
#myRoundabout-two {
	width: 170px;
    margin-left: auto;
    margin-right: auto;
	margin-top: -44px;
	height: 240px;
}

    #myRoundabout-two li img {
        width:100%;
        height:100%;        
    }


.all_table {
	width:660px;
	border:1px solid #d7d7d7;
	text-align:center;
	line-height:30px;
	direction: ltr;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.all_table_two {
	margin-top: 20px;
}
.all_table span {
	float:left;
	
}
.table1 {
	height:34px;
	background:#B40015;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;	font-size: 15px;
}
.table2 {
	color:#333333;
	border:1px solid transparent;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;	font-size: 12px;
	text-align: right;
}
.bg-yellow {
	background-color: #FFC864;
	height: 31px;
	padding-right: 4px;
	padding-left:49px;
}
.bg-gray {
	background-color: #999999;
	height: 31px;
	padding-right: 4px;
	padding-left:45px;
}

.even {
	background:#f5f5f5;
	border:solid 1px #DADADA;
}
.table2:hover {
	background:#FF8A00;
	color:#fff;
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-box-shadow:0 0 5px #FF8A00;
	-moz-box-shadow:0 0 5px #FF8A00;
	box-shadow:0 0 5px #FF8A00;
	border:1px solid #fff;
}

.table2 span .img_one {
	float: right;
	height: 19px;
	width: 19px;
	margin-top: 10px;
}
.table2 span .img_two {
	float: right;
	height: 15px;
	width: 15px;
	margin-top: 12px;
}
.odd {
	background-color: #ffffff;
}
.yourBet h2, .topTenBet h2{
	font-family: "Arial";
	font-size: 13px;
	color: #B30015;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.yourBet , .topTenBet{
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}
.news-box-item {
	/*width: 645px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 55px;
	margin-bottom: 15px;
	
	background-image: url(../Images/shadow-news-box.png);
	background-repeat: no-repeat;
	background-position: 55px bottom;
	padding-bottom: 20px;*/
	width: 645px;
margin: 20px auto 15px;
display: table;
background-image: url("../Images/shadow-news-box.png");
background-repeat: no-repeat;
background-position: 250px bottom;
padding-bottom: 20px;
}
.news-box-item .news-img {
	height: 127px;
	width: 212px;
	border: 1px solid #A91305;
	float: left;
	margin-right:10px;
}
.news-img img {
	margin-left:1px\9;
}
.box-left-news {
	margin-left: 15px;
	}
.box-left-news h2 {
	font-family: Arial;
	font-size: 20px;
	color: #8F150D;
	font-weight: normal;
	margin: 0px;
	padding-top:4px;
	text-align:left;
}
.box-left-news h2 a {
	color: #8F150D;
	text-decoration:none;
	font-family:Arial;
	padding-top:4px;
}
.box-left-news h3 {
	font-family: Arial;
	font-size: 17px;
	font-weight: normal;
	color: #2B2B2B;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.box-left-news h3 a {
	color: #2B2B2B;
	text-decoration:none;
}
.text-box-news {
	font-family: Arial, Geneva, sans-serif;
	font-size: 13px;
	color: #5E5C5C;
	width: 100%;
	line-height: 19px;
	margin-top: 14px;
	/*font-weight:bold;*/
}
.news-date {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #A0A0A0;
	margin-top: 10px;
}
.page-num-holder {
	float: right;
	margin-right: -20px;
	position:relative;
	z-index:1000px;
}
.page-num-holder .page-num {
	/*width: 202px;*/
	background-color: #EE6A00;
	padding-top: 6px;
	padding-bottom: 24px;
	border: 1px solid #FFF;
}
.page-num .prePage {
    float: left;
    height: 11px;
    margin-left: 30px;
    margin-right: 14px;
    margin-top: 4px;
    width: 10px;
}
.page-num .nextPage {
	height: 11px;
	width: 10px;
	float: right;
    margin-right: 10px;
	margin-top: 4px;
}
.page-num a {
 color: #FFFFFF;
    float: left;
    font-family: Arial,Geneva,sans-serif;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.activePage {
	color: #FFFFFF;
    font-family: Arial,Geneva,sans-serif;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	background-color: #D61E21;
}
.team-profile {
	margin-top: 25px;
}
.awards-box {
	width: 100%;
	margin-top: 25px;
}
.awards-item {
	height: 245px;
	width: 100%;
	clear: both;
	margin-top: 25px;
	margin-bottom: 25px;
}
.img-award-holder {
	float: left;
	width: 158px;
	margin-left: 20px;
}
.img-award-holder .img-award {
	height: 224px;
	width: 158px;
	background-color: #FFF;
    box-shadow: 0px 0px 6px #c1c1c1;
	-webkit-box-shadow:0px 0px 6px #c1c1c1;
	-moz-box-shadow:0px 0px 6px #c1c1c1;
	-ms-box-shadow:0px 0px 6px #c1c1c1;
	-o-box-shadow:0px 0px 6px #c1c1c1;
}
.img-award .image-place {
	margin-right: 10px;
	margin-left: auto;
	margin-top: 15px;
	display: inline-block;
}
.name-award {
	font-family:Arial, Helvetica, sans-serif;	font-size: 16px;
	color: #4b4b4b;
	text-align: center;
	margin-top: 5px;
}
.div-l-award-item {
	float: right;
	width: 470px;
	margin-right: 18px;
}
.div-l-award-item p {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #737373;
	line-height: 22px;
	text-align: justify;
}
.champios-title {
   color: #555555;
    font-family:Arial, Helvetica, sans-serif;    font-size: 16px;
    font-weight: lighter;
    margin-top: 10px;
	line-height:18px;
}
.date-news {
	float: right;
	width: 200px;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #353535;
	background-image: url(../Images/date-bg-en.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.full_txt_news {
	clear: both;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #5E5C5C;
	width: 618px;
	line-height: 21px;
	margin-top: 14px;
	margin-left:22px;
	text-align:justify;

}
.send-comment-div {
	/* [disabled]height: 500px; */
	width: 100%;
	display: inline-block;
	margin-top:20px;
}
.form-comment-place {
	float: left;
	width: 455px;
}
.title-comment-div {
	width: 100%;
	text-align: right;
	background-image: url(../Images/titleBg-en.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: -5px;
	display:inline-block;
}
.title-comment-div h3 {
	font-weight: normal;
	font-family:"Arial";
	color:#AD0900;
	font-size:18px;
	/* [disabled]width: 70%; */
	margin-left: 30px;
	padding-bottom:12px;
	padding-top:12px;
	float: left;
}
.form-com-news {
	clear: both;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #302F2F;
	margin-top: 15px;
	margin-left: 10px;
}
.form-com-news input {
	width:142px;
	margin-right: 11px\9;
	height: 20px;
	font-family:Arial;
}
.form-com-news label {
	
}
.form-com-news #txtCommentNews  {
	width: 359px;
	margin-right: 15px;
	margin-top: 15px;
}
.send-cm-form {
	background-color: #a81100;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	border:none;
	margin-left: 75px !important;
	padding: 8px 34px 24px;
	margin-top:10px;
}
.send-cm-form:hover {
	background-color: #D55500;
}
.related-news-box {
	float: right;
	width: 205px;
	margin-top: 10px;
	margin-right: -20px;
	position:relative;
	z-index:100;
}
.related-news-box h3 {
	font-weight: normal;
	font-family:"Arial";
	color:#AD0900;
	font-size:18px;
	/* [disabled]width: 70%; */
	margin-left: 10px;
	padding-bottom:12px;
	padding-top:12px;
	float: left;
}

.related-news {
	float: left;
	width: 205px;
	min-height: 250px;
	background: #e5773d; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5773d 0%, #e28251 50%, #D15629 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5773d), color-stop(50%,#e28251), color-stop(100%,#D15629)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5773d 0%,#e28251 50%,#D15629 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5773d 0%,#e28251 50%,#D15629 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5773d 0%,#e28251 50%,#D15629 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5773d 0%,#e28251 50%,#D15629 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5773d', endColorstr='#e5773d',GradientType=0 ); /* IE6-9 */
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a81100;
	border-bottom-color: #a81100;
}
.related-news ul li {
	background-image: url(../Images/shape3_en.png);
	background-repeat: no-repeat;
	background-position: 174px top;
	width:170px;
	margin-right:auto;
	margin-left:auto;
	padding-right:15px;
	text-align:justify;
	margin-top: 14px;
	margin-bottom: 14px;
}
.related-news ul li a {
	/*font-family: Arial, Geneva, sans-serif;*/
	font-size: 12px;
	color: #000;
	padding-right: 5px;
}
.comments-div {
	clear: both;
	width: 100%;
}
.title-comments {
	background-image: url(../Images/title_bg4-en.png);
	width: 300px;
	height:50px;
	background-repeat: no-repeat;
}
.title-comments h3 {
	font-weight: normal;
	font-family:"Arial";
	color:#AD0900;
	font-size:18px;
	/* [disabled]width: 70%; */
	margin-left: 30px;
	padding-bottom:12px;
	padding-top:12px;
	float:left;
}
.title-comments h3 span {
	font-size: 14px;
	color: #505050;
}
.cm-item-holder {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
.comment-item {
	margin-top: 7px;
}
.title-cm {
	background-color: #d8d8d8;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../Images/shape5.jpg);
	background-position: 15px center;
	background-repeat: no-repeat;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	display: inline-block;
	width: 100%;
	padding-bottom:6px;
	padding-top:6px;
}
.title-cm .name-cm {
	float: left;
	margin-left: 50px;
	margin-top: 2px;
	/* [disabled]margin-bottom: 5px; */
}
.title-cm .date-cm {
	float: left;
	margin-left: 20px;
	margin-top: 3px;
}
.comment-item .reply_cm {
	float: right;
	color: #2F73A9;
	margin-right: 10px;
}
.reply_cm img {
	float: left;
	margin-right: 5px;
}
.comment-item .like-cm, .comment-item .unlike-cm {
	float: right;
	height: 18px;
	width: 18px;
	margin-left: 3px;
	margin-right: 5px;
}
.comment-item .txt-cm {
	color: #5E5C5C;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	clear: both;
	margin-top: 7px;
	display: inline-block;
	width: 91%;
	padding-left: 48px;
	line-height: 17px;
}
.cm-num-pg {
	clear: both;
	text-align: center;
	width: 100%;
	margin-top: 15px;
}
.cm-num-pg a {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #7a7a7a;
	margin-right: 3px;
	margin-left: 3px;
}
.cm-num-pg .current-pg {
	background-color: #BF0000;
	padding: 5px;
	color: #FFF;
}
.current-poll {
	margin-top: 15px;
}
.title-cur-poll {
	padding-left: 40px;
	line-height: 33px;
}
.title-cur-poll h4 {
	font-family: Arial;
	font-size: 18px;
	color: #272727;
	font-weight: normal;
}
.title-cur-poll h5 {
	font-family: Arial;
	font-size: 16px;
	color: #787878;
	font-weight: normal;
}
.item-cur-poll-holder {
	clear: both;
	display: inline-block;
	margin-top: 15px;
	margin-left: 26px;
}
.item-cur-poll {
	height: 130px;
	width: 92px;
	float: left;
	margin-right: 7px;
	margin-left: 7px;
}
.item-cur-poll .img-itm-cur-poll {
	height: 81px;
	width: 77px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 11px;
}
.item-cur-poll .name-itm-cur-poll {
	font-family: Arial;
	font-size: 15px;
	color: #000;
	text-align: center;
	margin-top: 10px;
}
.selected-item-poll {
	background-color: #F2B100;
}
.show-selected-item {
	background-color: #E97900;
	clear: both;
	width: 160px;
	margin-left: 236px;
	margin-top: 30px;
	display: inline-block;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: center;
	font-family: Arial;
	font-size: 17px;
	color: #000;
}
.archive-polls {
	clear: both;
	width: 655px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
.title-archive-polls {
	background-color: #FF8B3D;
	height: 50px;
	border: 1px solid #cacaca;
}
.title-archive-polls h3 {
	font-family:Arial, Helvetica, sans-serif;	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin-top: 18px;
	margin-left: 20px;
	float: left;
}
.archive-polls .poll-box-item {
	width: 100%;
	height: 105px;
	background-image: url(../Images/shadow-news-box.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 15px;
	margin-bottom: 20px;
}
.poll-box-item .div-R-poll {
	float: left;
	line-height: 24px;
	margin-right: 35px;
}
.div-R-poll h3 {
	font-family: Arial;
	font-size: 17px;
	color: #4e4e4e;
	font-weight: normal;
}
.div-R-poll span {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #a0a0a0;
	width: 100%;
}
.div-R-poll h4 {
	color: #8F150D;
	font-weight: normal;
	font-family: Arial;
	font-size: 17px;
}
.poll-box-item .div-L-poll {
	float: right;
	margin-top: 5px;
}
.numb-person-poll {
	background-color: #4e4e4e;
	color: #FFF;
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 10px;
	padding-left: 11px;
	font-family: Arial;
}
.div-L-poll a {
	text-align: center;
	margin-top: 10px;
	display: inline-block;
	font-family:Arial, Helvetica, sans-serif;	font-size: 15px;
	color: #4d4d4d;
	width:100%;
	text-decoration:underline;
}
#title-table {
	width: 655px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.home-table {
	color: #C0C0C0;
	float: right;
}
.home-table img {
	float: left !important;
	margin-top: 11px;
}
.match_later {
	
	margin-top: -8px;
}
.info_table {
	padding-left: 10px;
}
.info_table_item {
	float: right;
	margin-right: 4px;
	margin-left: 4px;
	font-family: Arial;
	font-size: 12px;
	color: #6B6B6B;
}

.taghirate_fasl {
	clear: both;
	margin-top: 25px;
}
.title_taghirat {
	width: 100%;
	text-align: right;
	background-image: url(../Images/titleBg-en.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display:inline-block;
}
.title_taghirat h3 {
	font-family: "Arial";
	font-size: 18px;
	font-weight: normal;
	color: #AD0900;
	padding-top: 14x;
	padding-bottom: 14px;
	padding-left: 25px;
	float: left;
}
.nemoodar-taghirat {
	margin-top: 10px;
	margin-right: 7px;
}
.slider {
	clear: both;
	/* [disabled]height: 400px; */
	width: 100%;
	position: relative;
	height:329px;
}
.important_news {
	clear: both;
	height: 26px;
	width: 100px;
	display:inline-block;
}
.content_two {
	width:1000px;
	min-height:550px;
}
.noMargin {
	margin: 0;
}.img-search-holder {
	float: right;
	width: 487px;
	margin-top: 15px;
	margin-right: 20px;
}
.img_search {
	height: 299px;
	width: 487px;
}
.search_box {
	float: left;
	width: 400px;
	margin-top: 35px;
	margin-left: 69px;
}
#phrase {
	margin-right: 20px;
	background-color: #ececec;
	border: 1px solid #c3c3c1;
	width:230px;
	height:27px;
}

#form-search label {
	font-family:Arial, Helvetica, sans-serif;	font-size: 15px;
	color: #4a4a4a;
}
.search-date {
	background-color: #ececec;
	border: 1px solid #c3c3c1;
	width:130px;
	height:20px;
	margin-right: 7px;
	margin-left: 7px;
}
.radioBt-search {
	margin-left: 114px;
	clear: both;
	margin-top: 25px;
	font-family:Arial, Helvetica, sans-serif;	font-size: 15px;
	color: #000;
}
.bt-search {
	margin-top:10px;
	margin-left:111px;
	background-color: #D55500;
	font-family:Arial, Helvetica, sans-serif;	height: 45px;
	width: 125px;
	color: #FFF;
	font-size: 18px;
	border:none;
}
.found-item-box {
	width: 100%;
	display: inline-block;
}
.title-found-item {
	background-color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family:Arial, Helvetica, sans-serif;	font-size: 13px;
	color: #000;
	padding-left: 64px;
}
.title-found-item span {
	font-size: 14px;
	color: #D00600;
	margin-right: 7px;
	margin-left: 7px;
}
.found-item-holder {
	margin-left: 64px;
	margin-top: 15px;
	width:900px;
	line-height:20px;
}
.found-item-holder ul li h3 a {
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	color: #570601;
	background-image: url(../Images/shape7.jpg);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
.found-item-holder ul li p {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #2C2C2C;
	padding-left: 20px;
}
.found-item-holder ul li p span {
	color: #FF0000;
	text-decoration: underline;
}
.found-item-holder ul li {
	background-image: url(../Images/shadow-news-box.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	padding-top: 10px;
}
.title_two {
	background-image: url(../Images/shape1-eng.png) !important;
	
	
}

/* tab style */

div.domtab{
	/* [disabled]padding:0 3em; */
	width:100%;
	font-size:90%;
		}
		ul.domtabs{
	float:left;
	margin: 1em 0 0 17px;
    width: 95%;
	border-radius: 7px;
	background-image: url(../Images/tab-nav-bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
				
		}
		ul.domtabs li{
	float:left;
	height:20px;margin-top:3px;
	/* [disabled]padding:0 .5em 0 0; */
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
	width:9em;
	padding:0;
	display:block;
	color:#343434;
	height:3em;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;	font-size: 14px;
		}
		html>body ul.domtabs a:link,
		html>body ul.domtabs a:visited,
		html>body ul.domtabs a:active,
		html>body ul.domtabs a:hover{
			height:auto;
			min-height:3em;
			padding-top:2px;
		}
		ul.domtabs a:hover{
	/* [disabled]background:#696; */
		}
		div.domtab div{
			
	/* [disabled]background-color: #999; */
		}
		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover{
	background-image: url("../Images/tab-select.png");
    background-position: center top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    margin-top: -2px;
    padding: 5px 0 0;
		}
		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			color:#fff;
		}
		pre{
			font-size:1.2em;
			padding:1em;
		}
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
			font-size:10px;
	/* [disabled]color:#fff; */
	/* [disabled]display:block; */
	/* [disabled]padding:1em .5em; */
	/* [disabled]font-weight:bold; */
	/* [disabled]font-size:1.3em; */
		}
		div.domtab div h2 a,
		div.domtab div h2 a:hover,
		div.domtab div h2 a:active
		{
	/* [disabled]color:#cfc; */
	display:inline;
	padding:0;
	font-weight:normal;
	font-size:1em;
		}
		.domtab .divhide {
	margin-top:20px;
	float:right;
	width:100%;
	/* [disabled]padding:0px 10px 15px; */
		}
/* other scheme! */
#other{
	font-size:.8em;
	margin-left:.3em;
	width:60em;
	margin-bottom:3em;
	float:left;
}
div#other.domtab div{
	clear:both;
	width:54em;
	background:#669;
	color:#fff;
	padding:1em 3em;
}
		
#other ul.domtabs a:hover{
	background:#669;
}
div#other ul.domtabs li.active a:link,
div#other ul.domtabs li.active a:visited,
div#other ul.domtabs li.active a:active,
div#other ul.domtabs li.active a:hover{
	background:#669;
	color:#fff;
}
#other div{
	float:left;
}

.checkbox-mask{
    background:url('../Images/unchecked.png') no-repeat;
    height: 14px;
    width: 15px;
    padding: 0;
    float: right;
}
.checkbox-mask.checked{
    background:url('../Images/checked.png') no-repeat;
}
.shop-place {
	height: 282px;
}
.enter-shop {
	clear: both;
	text-align: left;
	margin-left:11px;
}
.enter-shop a {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9D0000;
	padding-bottom: 7px;
	transition: all 0.3s ease-out;
}
.enter-shop a:hover {
	padding-left: 100px;
	padding-right: 100px;
	color:#fff;
}
.checkbox-mask-t{
	height: 21px;
	width: 21px;
	padding: 0;
	float: left;
	background-image: url(../Images/unCheckedBox.png);
	background-repeat: no-repeat;
	margin-right:5px;
}

.checkbox-mask-t.checked{
    background:url('../Images/checkedBox.png') no-repeat;
}
.txt_about_academy, .football_school p {
	color: #000000;
    display: inline-block;
    font-family: Arial,Geneva,sans-serif;
    font-size: 12px;
    line-height: 27px;
    padding: 22px;
    text-align: justify;
}
.football_school {
	margin-top:14px;
	margin-bottom:10px;
	display:inline-block;
}
.img-holder {
	/* [disabled]margin-top: 20px; */
	margin-right: 10px;
	margin-left: auto;
}
.img_box {
	width:200px;
	height:125px;
	border: 2px solid #FFF;
	box-shadow: 4px 3px 5px #CCCCCC;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 25px;
	margin-bottom: 5px;
}
.img_box .info_img_box {
	background-image: url("../Images/info-bg.png");
    background-repeat: repeat;
    bottom: 27px;
    padding-bottom: 23px;
    padding-top: 4px;
    position: relative;
	width:100%;
	font-family:Arial, Geneva, sans-serif;
	font-size:11px;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;

}
.info_img_box .img-num {
	float: right;
	margin-right:7px;
}
.info_img_box .date-img {
	float:left;
	margin-left: 7px;
}
.info_img_box a {
	text-decoration:none;
	color:#000;
}
.img_box:hover .info_img_box, .img_box:hover .info_img_box a {
	background-color:#D94600;
	color:#fff;
	opacity: 1;
	background-image:none;
}
.img-txt {
	float: left;
	height: 127px;
	width: 212px;
	background-color: #999;
	border: 1px #A91305 solid;
	margin-left:10px;
}
.football_school .txt-div {
	color: #5E5C5C;
    float: left;
    font-family: Arial,Geneva,sans-serif;
    font-size: 12px;
    line-height: 28px;
    padding-left: 28px;
    padding-top: 20px;
    width: 460px;
}
.L-box {
	float: right;
	width: 202px;
	margin-right: -50px;
}
.box_up {
	margin-top: 22px;
}.L-box h3 {
	font-family: "Arial";
	font-size: 18px;
	font-weight: normal;
	color: #AB0C04;
}
.img_box_two_holder {
	width: 100%;
	margin-top: 7px;
}
.srch {
	background-image: url("../Images/search-Icon.png");
	background-position: 145px center;
	background-repeat: no-repeat;
	border: 1px solid #B1B1B1;
	color: #858585;
	float: right;
	font-family: "Arial";
	font-size: 13px;
	height: 22px;
	margin-right: 15px;
	margin-top: 12px;
	padding-right: 5px;
	width: 160px;
}
.domtabs span {
	color: #A30012;
	font-family: "Arial";
	font-size: 13px;
	float: right;
	margin-right: 15px;
	padding-top: 4px;
}
.gallery-item-holder {
	width: 100%;
	display: block;
	margin: auto;
}
.box_t_holder {
	width: 220px;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.img_box_t {
	width:220px;
	height:135px;
	border: 2px solid #FFF;
	box-shadow: 4px 3px 5px #CCCCCC;
	float: right;
	text-align:center;
}
.img_box_t .info_img_box_t {
	background-image: url("../Images/info-bg.png");
    background-repeat: repeat;
    bottom: 40px;
    font-family: Arial,Geneva,sans-serif;
    font-size: 12px;
    padding-bottom: 34px;
    padding-top: 6px;
    position: relative;
	width:100%;
	-webkit-transition: all 4s ease-in-out;
	-moz-transition: all 4s ease-in-out;
	-o-transition: all 4s ease-in-out;
	transition: all 4s ease-in-out;
}
.info_img_box_t .img-num_t {
	float: right;
	margin-right:7px;
}
.info_img_box_t .date-img_t {
	float:left;
	margin-left: 7px;
}
.info_img_box_t a {
	text-decoration:none;
	color:#000;
}
.info_two {
	background-image: url("../Images/info-bg.png");
    background-repeat: repeat;
    font-family: Arial,Geneva,sans-serif;
    font-size: 12px;
    padding-bottom: 21px;
    padding-top: 17px;
    position: relative;
    width:100%;
	display:none;
	text-align:center;
	bottom: 93px;
    -webkit-transition: all 4s ease-in-out;
	-moz-transition: all 4s ease-in-out;
	-o-transition: all 4s ease-in-out;
	transition: all 4s ease-in-out;
}
.img_box_t:hover .info_two {
	display:block;
    bottom: 55px;
	top: -55px;
	left: 0;
}
.img_box_t:hover .info_img_box_t {
	display:none;
}
.info_two a {
	color: #6A0600;
	padding-right:5px;
}
.desc_img {
    display: inline-block;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}
.desc_img a {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #2D2D2D;
	text-align: center;
	width:100%;
	text-align:center;
}
.table-holder {
	min-height:180px;
}
.player-info {
    background-image: url("../Images/player-info-bg.jpg");
    background-repeat: repeat-x;
    height: 253px;
    left: 69px;
    position: absolute;
    top: 80px;
    width: 510px;
	box-shadow: 0 -3px 6px #333333;
}
.player-score {
	height:50px;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
}
.player-info .title-player {
	width: 100%;
	margin-top:12px;
}

.name-player {
	font-size: 31px;
	color: #FFF;
	float: right;
	margin-top: 22px;
	margin-right:233px;
}
.name-player2 {
	font-size: 31px;
	color: #FFF;
	float: right;
	margin-top: 22px;
	margin-right:140px;
}
.player-numb {
	color: #FCFF00;
    float: right;
    font-size: 57px;
    margin-right: 10px;
    margin-top: 9px;
}
.box-info {
	width: 100%;
	margin-top:10px;
	display: inline-block;
	margin-top:-5px;
}
.img-player {
	/*width: 104px;
	height: 118px;
	float:left;
	margin-left: 20px;*/
	width: 104px;
	height: 118px;
	float:left;
	margin-left: -27px;
	margin-top:-86px;
}
.box-info .text-info {
	float: left;
	font-family: "Arial";
	font-size: 13px;
	color: #FFF;
	margin-left: 100px;
}
.box-info .text-info p {
	float: left;
	margin-left: 12px;
	margin-right: 12px;
	line-height: 26px;
}
.box-right {
	width: 507px;
	float: left;
}
.news-box-item-r {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 11px;
	margin-bottom: 5px;
	display: table;
	padding-bottom: 10px;
}
.news-box-item-r .news-img-r {
	height: 65px;
	width: 105px;
	border: 1px solid #A91305;
	float: left;
	margin-left:12px;
}
.news-img-r img {
	margin-right:1px;
}
.box-left-news-r {
	float: left;
	margin-left: 7px;
	width: 380px;
}
.box-left-news-r h2 {
	font-family: Arial;
	font-size: 17px;
	color: #8F150D;
	font-weight: normal;
	margin: 0px;
}
.box-left-news-r h2 a {
	color: #8F150D;
	text-decoration:none;
	font-family:Arial;
}
.box-left-news-r h3 {
	font-family: Arial;
	font-size: 17px;
	font-weight: normal;
	color: #2B2B2B;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.box-left-news-r h3 a {
	color: #2B2B2B;
	text-decoration:none;
}
.text-box-news-r {
	font-family: Arial, Geneva, sans-serif;
	font-size: 11px;
	color: #5E5C5C;
	width: 350px;
	line-height: 19px;
	margin-top: 5px;
}
.h2_r {
	margin-right:12px !important;
}
.photo-holder {
	margin-top: 30px;
	float: left;
}
.box-photo-item {
	float: right;
	width: 240px;
}
.title-photo span {
    float: right;
    margin-right: 29px;
    margin-top: 22px;
	text-decoration:underline;
}
.title-photo span a {
	color: #616161;
	font-family: Arial, Geneva, sans-serif;
	font-size: 10px;
}
.photo-div {
	float: right;
	height: 100px;
	width: 225px;
	margin-top: 15px;
	position: relative;
}
.photo-div .icon {
 	position: absolute;
    right: 40%;
    top: 26%;
	opacity: 0.7;
}
.photo-div:hover .icon {
	opacity: 1;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.box-left {
	width: 203px;
	float: right;
    margin-right: -30px;

}
.box-holder-item {
	background-image: url(../Images/bg2.jpg);
	min-height: 235px;
	width: 203px;
	background-color: #f3974d; /* Old browsers */
background-color: -moz-linear-gradient(top,  #f3974d 0%, #db603b 100%); /* FF3.6+ */
background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3974d), color-stop(100%,#db603b)); /* Chrome,Safari4+ */
background-color: -webkit-linear-gradient(top,  #f3974d 0%,#db603b 100%); /* Chrome10+,Safari5.1+ */
background-color: -o-linear-gradient(top,  #f3974d 0%,#db603b 100%); /* Opera 11.10+ */
background-color: -ms-linear-gradient(top,  #f3974d 0%,#db603b 100%); /* IE10+ */
background-color: linear-gradient(to bottom,  #f3974d 0%,#db603b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3974d', endColorstr='#db603b',GradientType=0 ); /* IE6-9 */

}
.text-place {
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	margin-top: 7px;
}
.title_box  {
	background-image: url(../Images/bg3.png);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E88B59;
}
.title_box h4  {
	font-family: "Arial";
	font-size: 20px;
	color: #D9601F;
	padding-top: 8px;
	padding-left: 15px;
	padding-bottom: 8px;
}
.top-scorer-place {
	width: 203px;
	margin-top: 15px;
}
.scorer-place {
	margin-top: 17px;
}
.title_box_two  {
	width:100%;
}
.title_box_two h4  {
	font-family: "Arial";
	font-size: 20px;
	color: #D9601F;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
}
.title-table {
	background: #981518; /* Old browsers */
	background: -moz-linear-gradient(left,  #981518 0%, #c81b1c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#981518), color-stop(100%,#c81b1c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #981518 0%,#c81b1c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #981518 0%,#c81b1c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #981518 0%,#c81b1c 100%); /* IE10+ */
	background: linear-gradient(to right,  #981518 0%,#c81b1c 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#981518', endColorstr='#c81b1c',GradientType=1 ); /* IE6-9 */
	width: 100%;
	padding-top: 11px;
	padding-bottom: 11px;
	display: inline-table;
}
.title-table span, .top_scorer {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF !important;
	float: left;
	text-align: center;
}
.table3 {
	background: #d51d20; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #d51d20 0%, #890000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#d51d20), color-stop(100%,#890000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #d51d20 0%,#890000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #d51d20 0%,#890000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #d51d20 0%,#890000 100%); /* IE10+ */
background: linear-gradient(135deg,  #d51d20 0%,#890000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d51d20', endColorstr='#890000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	width: 100%;
	min-height: 85px;
}
.table3 span {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	float: left;
	text-align: left;
	padding-bottom: 5px;
}

/* slide team player */

        .team-slider-wp {
	height: 300px;
	clear:both;
	/* [disabled]overflow: hidden; */
	background-image: url(../galleryimages/slider/backslide.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	margin-bottom: 45px;
        }
        .player-person {
            width: 190px;
            height: 300px;
            position:relative;
			margin-top: 20px;
        }
        .player-info-slide {
	height: 100px;
	top: 200px;
	position: absolute;
	width: 90%;
	left: 5%;
    transition: all .5s;
	background-image: url(../Images/bg-info-player.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-shadow: 1px 1px 6px #000;
	opacity: 0.9;
        }

        .player-person:hover .player-info {
            height: 150px;
            top: 150px;
            position: absolute;
            width: 90%;
            left: 5%;
            background-color: #f44442;
        }
.player-info-slide span {
	font-size: 30px;
	color: #FFF600;
	text-align: center;
	width: 100%;
	font-family: "Arial";
	display: inline-block;
}
        .player-person img {
            width: 170px;
            display: block;
            margin: auto;
            transition: all .5s;
			margin-top: 35px;
        }

        .player-person:hover img {
	/* [disabled]width: 190px; */
	height: 310px;
	margin-top: -15px;
        }
.name-bazikon {
	font-size: 14px;
	color: #FFF;
	text-align: center;
	width: 100%;
	font-family: "Arial";
	display: inline-block;
	min-height: 28px;
}
.info-player-two {
	font-size: 14px;
	color: #FFB4A1;
	text-align: center;
	width: 77px;
	font-family: "Arial";
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
	
}
.info-player-two img {
	display: inline;
    float: right;
    height: 13px !important;
    margin: 0 !important;
    width: 14px !important;
}
.info-player-two a {
	font-size: 9px;
	color: #FFF600;
	text-align: center;
	width: 100%;
	font-family: "Arial";
	text-decoration:underline;
	clear:both;
}
.div-holder {
	width: 655px;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
}
.team-holder-box {
	margin-top: 20px;
}

.team-holder-box h3 {
    background-image: url("../Images/shadow-news-box-en.png");
    background-position: 0 bottom;
    background-repeat: no-repeat;
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 15px;
    padding-left: 12px;
    width: 162px;
	margin-bottom: 11px;
}
.player-div-holder {
	float: left;
	margin-top: 11px;
	margin-bottom: 11px;
	margin-left: 12px;
	margin-right: 12px;
}
.player-div-holder:hover .player-div {
	background-color: #F90;
	transition: all 0.3s ease-out;
}
.player-div-holder:hover .personal-info {
	color: #FFF;
}
.player-div {
	height: 102px;
	width: 191px;
	box-shadow: 0 0 3px #BFBFBF; 
}
.img-player-two {
	width: 63px;
	height: 81px;
	float: left;
	margin-top: 11px;
	margin-left: 11px;
	overflow: hidden;
}
.personal-info {
	color: #5E5E5E;
	float: right;
	font-size: 14px;
	line-height: 18px;
	margin-top: 5px;
	width: 104px;
	height: 90px;
	overflow: hidden;
}
.personal-info h4 {
	font-size: 18px;
	font-weight: normal;
	color: #DF0B00;
}
.nationality {
	clear: both;
	margin-top: 7px;
}
.txt-title-slide {
	position: absolute;
	top: 15px;
	right: 20px;
}
.txt-title-slide h2 {
	font-size: 25px;
	font-weight: normal;
	color: #FFF;
}
#pre-pg {
	background-image: url(../Images/pre.png);
	background-repeat: no-repeat;
	border:none;
 	background-color: #F49852;	
    float:left;
}
#next-pg {
	background-image: url(../Images/nex.png);
	background-repeat: no-repeat;
	border:none;
	background-color: #F49852;
	float:right;
}
.page-nav {
	float: right;
	margin-right: 25px;
}
.page-nav span {
	color: #AD0900;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	padding-right: 7px;
	padding-left: 7px;
}

.player-int-box {
	width: 285px;
 	border-bottom: 1px solid #FFFFFF;
    height: 75px;
    margin: 0 auto;
}
.img-player-int-box {
	width: 50px;
	height: 65px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}
.info-ply {
	width: 83px;
	font-family: Arial, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	float: right;
	line-height: 18px;
	margin-right: 11px;
	margin-left: 11px;
	margin-top: 8px;
}
.num-ply {
	font-family: "Arial";
	font-size: 14px;
	color: #DF0B00;
}
.info-ply p {
	color: #570703;
}
.info-ply2 {
	/*width: 120px;*/
	font-family: Arial, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	float: left;
	line-height: 18px;
	margin-right: 11px;
	margin-left: 11px;
	margin-top: 8px;
}
.info-ply3 {
	width: 60px;
	font-family: Arial, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	float: right;
	line-height: 18px;
	margin-right: 11px;
	margin-left: 11px;
	margin-top: 8px;
}
.num-ply2 {
	font-family: "Arial";
	font-size: 14px;
	color: #DF0B00;
}
.info-ply2 p {
	color: #570703;
}
.cards {
	font-family: "Arial";
	font-size: 15px;
	color: #000;
	margin-top: 3px;
}
.player-int-box:hover {
	background-color: #E9E9E9;
	transition: all 0.3s ease-out;
}
.select-session {
	float: left;
}
.item-player-score {
	font-family: "Arial";
	font-size: 14px;
	color: #FFF;
	float: left;
	margin-top: 23px;
	margin-right: 18px;
	margin-left: 18px;
}

.item-player-score span {
    background-color: #FFFFFF;
    border-radius: 4px;
    color: #000000;
    float: right;
    font-size: 20px;
    margin-left: 5px;
    margin-top: -4px;
    padding: 2px 8px;
}

#slideshow {
	width: 777px;
	height: 300px;
}
.div-l-box-right {
	float: left;
	width: 498px;
	z-index:10000;
}
.tab-place {
	width: 470px;
	margin-top: 35px;
}
.tab-link {
	width: 100%;
	margin-left: 15px;
}
.tab-link a {
	font-family: "Arial";
	font-size: 14px;
	color: #FFF;
	padding-top: 4px;
	padding-right: 31px;
	padding-bottom: 4px;
	padding-left: 31px;
	/* [disabled]background-color: #B12828; */
}
.tab-div-holder {
	width: 462px;
	border: 1px solid #CCC;
	/*height: 535px;*/
	margin-top: 7px;
	margin-left: 15px;
}
.tab-link a.active-tab {
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	color: #AD0900;
	margin-left: 5px;
	margin-right: 6px;
	padding-bottom: 5px;
	padding-top: 11px;
}
.tab-link-one {
	background-color: #811D1D;
}
.tab-link-two {
	background-color: #B12828;
}
.tab-link-three {
	background-color: #BA3F3F;
}
.tab-link-four {
	background-color: #C25555;
}
.cat-news-holder {
	width: 100%;
}

.cat-news {
    background-color: #8D8A88;
    float: left;
    margin-left: 4px;
    margin-right: 8px;
    margin-top: 8px;
    /*padding: 5px 4px;*/
}
.cat-news a {
	color: #FFF;
	font-family: "Arial";
	font-size: 14px;
}
.news-item-box {
    background-image: url("../Images/sss.png");
    background-position: center -27px;
    background-repeat: no-repeat;
    clear: both;
    display: inline-block;
    margin-top: 14px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-top: 8px;
	transition: all 0.4s ease-out
}
.news-item-box:hover {
	background-color:#DADADA;
}
.img-news-item-box {
	float: left;
	height: 65px;
	width: 105px;
}
.txt-news-item-box {
	float: right;
	width: 340px;
	padding-left: 7px;
}
.txt-news-item-box h4 a {
	font-family: Arial;
	font-size: 17px;
	font-weight: normal;
	color: #8F150D;
}
.up_title {
	font-size:10px !important;
	padding-top:0px !important;
	color: #444 !important;
	margin-bottom:3px;
}
.up_title2 {
	font-size:10px !important;
	padding-top:0px !important;
	color: #444 !important;
	margin-bottom:3px;
}
.txt-news-item-box h4 a:hover {
	text-decoration:underline;
}
.txt-news-item-box p {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 17px;
	padding-top: 5px;
}
.page-num-tab-holder {
	clear: both;
	width: 100%;
}
.emkanat-holder {
	/* [disabled]float: right; */
	margin-top: 10px;
	margin-bottom: 10px;
	width: 482px;
	display: inline-block;
}
.emkanat-holder h3 {
	font-size: 18px;
	font-weight: normal;
	color: #AD0900;
	font-family: "Arial";
	background-image: url(../Images/light2-en.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
}
.item-place-holder {
	float: left;
	width: 150px;
	transition: all 0.3s ease-out;
	margin-left: 10px;
	margin-top: 20px;
}
.item-place-holder:hover .desc-item-emkanat {
	background-color: #F93;
	background-image: url(../Images/ic2-en.png);
	background-repeat: no-repeat;
	background-position: 136px center;
	opacity: 0.9;
}
.item-place-holder:hover .desc-item-emkanat a {
	color:#fff;
}
.item-emkanat {
	float: right;
	height: 90px;
	width: 150px;
	box-shadow: 1px -1px 4px #666666;
}
.desc-item-emkanat {
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	background-color: #FFF;
	bottom: 18px;
	background-image: url(../Images/ic-en.png);
	background-repeat: no-repeat;
	background-position: 136px center;
	opacity: 0.9;
}
.desc-item-emkanat a {
	font-family: Arial, Geneva, sans-serif;
	font-size: 8px;
	color: #000;
	padding-left: 5px;
}
.div-l-box-left {
	/* [disabled]background-color: #999; */
	float: right;
	/* [disabled]height: 400px; */
	width: 204px;
	margin-right: -20px;
}
.daily-photo-holder, .kanoon-photo-holder {
	margin-top: 10px;
}
.daily-photo-holder h3, .kanoon-photo-holder h3 {
	font-family: "Arial";
	font-size: 18px;
	font-weight: normal;
	color: #5b5b5b;
	margin-bottom: 12px;
}
.daily-photo, .kanoon-photo {
	border: 1px solid #FFF;
	transition: all 0.3s ease-out;
}
.daily-photo:hover, .kanoon-photo:hover {
	border: 1px solid #FFFF00;
}

.title-table-two {
	background-image: url(../Images/bg3.png);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E88B59;
	border-bottom: 1px solid #E88B59;
	
}
.title-table-two span {
	color:#CF1D1E !important;
	font-weight: bold;
}.div-hld {
	margin-top: 15px;
}
.div-hld h3 {
	font-size: 18px;
	font-weight: normal;
	color: #AD0900;
	font-family: "Arial";
	margin-bottom: 15px;
}
.row-tbl {
	clear: both;
	margin-top: 3px;
	margin-bottom: 3px;
}
.row-tbl span {
	float: left;
	margin-left: 4px;
	font-size:11px;
}
.active-row-tbl {
	color: #FFF;
	background-color: #A7171A;
	display: inline-block;
}
.text-place-two {
	width: 180px;
}
.box-holder-item a {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #991518;
	text-align: center;
	width: 100%;
	float: right;
	margin-top: 10px;
}
.title-table h3 {
	font-size: 18px;
	font-weight: normal;
	color: #C42E00;
	font-family: "Arial";
	padding-left: 15px;
}
.title-table-three {
	background-image: url(../Images/title-bg-en.jpg) !important;
	background-repeat: no-repeat;
}
.tbl4 {
	background: #fab000 !important;
	height: 150px;
}
.nav-div {
	text-align: center;
	width: 100%;
	margin-top: -2px;
}

.top-cm-item {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 17px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 140px;
}
.top-cm-holder {
	height: 128px;
	overflow: hidden;
}
.hidden{
	display: none;
}
.name-ply {
	font-family: "Arial";
	font-size: 14px;
	color: #000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
}
.info-ply {
	display: none;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #910B03;
	position: relative;
	right: -96px;
	width: 270px;
}
.info-ply p {
	color: #000;
	float: right;
	margin-right: 5px;
}
.info-ply .inf-itm {
	float: right;
	margin-right: 7px;
	margin-left: 7px;
}
.inf-itm span {
	color: #FFF;
	background-color: #4c4c4c;
	border-radius: 2px;
	padding: 1px;
}
.team-cat-age2,team-cat-age {
	text-align: center;
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}
.team-cat-age2 { margin-top: 0px;}
.team-cat-age2 a,.team-cat-age a {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 8px 2px 7px;
	font-size:9px;
}
.team-cat-act,.team-cat-age a:hover  {
	color:#fff !important;
	background-image: url(../Images/active-link.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100% 100%;
	background-color:transparent;
	border:none;
	height:24px;
	font-size:12px;
}
.team-cat-act2 { 
	color:#fff !important;
	background-image: url(../Images/active-link2.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100% 100%;
}
.team-cat-act2 a:hover  {
	color:#fff !important;
	background-image: url(../Images/active-link2.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100% 100%;
}
.team-cat-age { margin-top:15px;}
.team-cat-age a:hover  {
	color:#fff !important;
	background-image: url(../Images/active-link.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100% 100%;
}
.team-cat-age2 a:hover  {
	color:#fff !important;
	background-image: url(../Images/active-link2.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100% 100%;
}

.holder-two {
	margin-top: 2px;
	padding-bottom:10px;
}
.ads-top-pg {
	background-color: #360;
	height: 80px;
	width: 369px;
	float: left;
	margin-top: 5px;
	margin-bottom: -20px;
	margin-left: 4px;
}
.ViewImg {
            float: right;
            width: 650px;
}
.slider2 {
	width: 700px;
}

/* ios slider details */
.fluidHeight {
	/* [disabled]position: absolute; */
	width: 100%;
	height: 329px;
	/* [disabled]padding: 4% 0 4% 0; */
}

.sliderContainer {
	height: 100%;
	max-height: 400px;
	padding: 0 0;
}

.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 400px;
}

.iosSlider .slider { width: 100%; height: 100%; }

.iosSlider .slider .item { width: 100%; height: 100%; padding: 5px 0 5px 0; }

.iosSlider .slider .item .inner {
	position: relative;
	top: 0;
	left: 0;
	width: 1000px;
	margin: 0 auto;
	height: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.iosSlider .slider .item .inner .text1 {
  position: absolute;
  right: 75px;
  top: 75px;
  padding: 5px 2px 0 7px;
  z-index:100000;
}

.iosSlider .slider .item .inner .text1 span {
	 color: #fff;
	 font-size: 13px; 
	 font-family: "Arial";
	 padding: 0 8px;
}

.iosSlider .slider .item .inner .text2 {
  padding: 5px 7px 7px;
  position: absolute;
  right: 0;
  top: 100px;
  z-index:100000;
}

.iosSlider .slider .item .inner .text2 span {
	 color: #fff;
	 font-size: 33px; 
	 font-family: "Arial";
	 line-height: 40px;
}

.iosSlider .slider .item1 .inner { background-image: url('../Images/slider1.jpg'); }

.iosSlider .slider .item2 .inner { background-image: url('../Images/slider2.jpg'); }


.sliderContainer .slideSelectors {
	position: relative;
	bottom: 40px;
	right: 75px;
  width: 15%;
  margin: 0 4%;
	z-index: 1;
	height: 10px;
}

.sliderContainer .slideSelectors .item {
	float: right;
	width: 10px;
	height: 10px;
	margin: 0 0 0 10px;
	background-image:url(../Images/bullet-slide.png);
	background-repeat:no-repeat;
}

.sliderContainer .slideSelectors .selected {
	background-image:url(../Images/bullet-slide-select.png);
}

.bg-txt-slider {
	background-image: url(../Images/cover-slider.png);
	height: 324px;
	width: 538px;
	position: absolute;
	/* [disabled]top: 6px; */
	/* [disabled]right: 3px; */
	z-index: 5;
}
.copyright a {
	color: #FFC;
}

.important_news_main {
	float:right;
}
.btn_search1 {
    background-color: transparent;
    border: medium none;
    width: 30px;
    height: 30px;
}
.btn_search1:hover {background-color:#AD0900;opacity:0.5;border:none; }



  .mosabeghat {
	display: inline;
}
.mosabeghat .title {
	background-image: url(../Images/light1-eng.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
	display: inline-block;
}
.mosabeghat .title h3 {
	font-family: "Arial";
	font-size: 18px;
	font-weight: normal;
	color: #AD0900;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
	float: left;
	width: 180px;
}
.logo_mosabeghat {
	height: 63px;
	width: 41px;
	float: right;
	margin-top: -4px;
	margin-right: 15px;
}
.session-match {
	clear: both;
	display:block;
	width: 100%;
	height:215px;
}
.mosabeghe-holder { margin-top:1px;}
.title-match {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #944D04;
	text-align: center;
	width: 100%;
}
.teams-logo {
	width: 265px;
margin-top: 12px;
}
.teams-logo_other {
	width: 92% !important;
	margin:auto;
}
.team-away {
	height: 72px;
	width: 104px;
	float: right;
	margin-left: 25px;
}
.team-home {
 	float: left;
    height: 72px;
    margin-left: 29px;
    width: 100px;
}
.line-team {
	height: 5px;
	width: 16px;
	float: left;
	margin-top: 35px;
	margin-left: 10px;
	margin-right:4px;
	display:none;
}
.teams-logo .name-team {
	font-family: Arial, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A90C04;
	text-align: center;
	margin-top: 10px;
	width: 100px;
	z-index:1000;
}
.info-match {
	width: 100%;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #500101;
	text-align: center;
	clear: both;
	float: right;
	margin-top: 25px;
	line-height: 20px;
}
.info-match span {
	color: #944D04;
}
.link-match {
	text-align: center;
}
.link-match span {
	color: #DF0000;
}
.link-match a {
	font-family: Arial, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
}
.pre2 {
 	background-image: url("../Images/pre.png");
    border: medium none;
    height: 26px;
    left: 10px;
    position: relative;
    top: 65px;
    width: 13px;
	background-color:transparent;
    cursor:pointer;
    
}
.next2 {
	background-image: url("../Images/next.png");
    border: medium none;
    height: 26px;
    right: -270px;
    position: relative;
    top: 65px;
    width: 13px;
	background-color:transparent;
    z-index:100;
    cursor:pointer;
}

.point-team {

    color: #0033FF;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 25px;
    height: 30px;
    text-align: center;
    width: 10px;
	margin-top:20px;
	width:21px;
	height:24px;
	color:#fff;
	font-size:22px;
	background-image:url(/images/bord3.jpg);
	margin-right:5px;
}
.point-team-two {
	float:left;
	margin-left:0px;
	background-image:url(/images/bord3.jpg);
	width:21px;
	height:24px;
	color:#fff;
	font-size:22px;
}
  .LockOff { 
         display: block; 
         visibility: hidden; 
      } 

      .LockOn { 
         display: block; 
         visibility: visible; 
         position: absolute; 
         z-index: 999; 
         top: 0px; 
         left: 0px; 
         width: 105%; 
         height: 500%; 
         background-color: #333; 
         text-align: center; 
         padding-top: 20%; 
         filter: alpha(opacity=75); 
         opacity: 0.75; 
      }
.news_tags { 
	margin:10px;
	font-size:12px;
	color:#777;
}
.lnk_ref { font-size:12px;margin:10px; }

.form_r_form_l {
	float:right;margin-top:17px;
	margin-left:15px;
}
.match-box {
    height: 190px;
    left: 60px;
    margin-top: 75px;
    opacity: 0.9;
    overflow: hidden;
    width: 896px;
	top: 105px;
}
.item-match:hover {
	margin-top: 0px;
	z-index:1000;
}
.item-match {
	z-index:1000;
    float: right;
    margin-right: 15px;
    margin-left: 42px;
    margin-top: 45px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    width: 240px;
}
.logo-club {
	width: 74px;
	height: 74px;
	margin-left: auto;
	margin-right: auto;
	z-index:10000;
}
.name-club-match {
	width: 100%;
	font-family: Arial, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	margin-top: 10px;
}
.date-matches {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #FFE579;
	margin-top: 14px;
}
.time-matches {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-top: 7px;
}
.countdown-match {
	width: 157px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	float:left;
}
.content_four {
	width: 100%;
	margin-top: 20px;
	display:inline-block;
}
.title-result {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.checkbox-mask-two{
    background:url('../Images/check-two.png') no-repeat;
    height: 14px;
    width: 15px;
    padding: 0;
    float: right;
}
.checkbox-mask-two.checked{
    background:url('../Images/check-two-checked.png') no-repeat;
}
.radioBt-search-two {
	font-family:Arial, Helvetica, sans-serif;	font-size: 15px;
	color: #000;
	float:left;
	margin-top: 19px;
	margin-left: 15px;
}
.checkbox-mask-two{
	height: 21px;
	width: 21px;
	padding: 0;
	float: right;
	background-image: url(../Images/unCheckedBox.png);
	background-repeat: no-repeat;
	margin-left:5px;
	margin-top: -4px;
}
.tool-div {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
.inner-tool-div {
	float: right;
}
.inner-tool-div a {
	margin-right: 7px;
}
.week-match-box {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 15px;
}
.week-item {
}
.title-week {
    background-color: #E4E4E4;
    border: 1px solid #A2A2A2;
    border-radius: 5px;
    clear: both;
    display: inline-block;
    height: 26px;
    margin-top: 10px;
    width: 100%;
}
.title-week h3 {
	font-family:Arial, Arial, Arial;
	font-size: 14px;
	color: #E10019;
	padding-top: 5px;
	padding-left: 20px;
}
.match-table {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #D9D9D9;
	margin-top: 20px;
	font-family: Arial,Arial,Arial;
	font-size: 14px;
	/* [disabled]display: inline-block; */
}
.row-match-item {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	display: inline-block;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family:Tahoma;
}
.row-match-item .logo-cl {
	height: 28px;
	width: 28px;
	float: left;
	margin-left: 8px;
	margin-top: 5px;
}
.name-cl {
	color: #060606;
	float: left;
	margin-left: 7px;
	margin-top: 11px;
	width: 112px;
	text-align: center;
}
.result-div {
	float: left;
	width: 52px;
	height:35px;
	background-image:url(/images/bord2.jpg)
}
.date-mt {
	margin-left: 20px;
	margin-top: 12px;
	float: left;
}
.time-mt {
	float: left;
	margin-left: 20px;
	margin-top: 3px;
}
.place-mt {
	float: left;
	margin-left: 30px;
	margin-top: 7px;
	width: 160px;
	font-size:13px;
}
.place-mt img {
	margin-right: 5px;
}
.report-link {
    background-color: #E10019;
    border: medium none #FFFFFF;
    border-radius: 3px;
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 7px 5px;
    text-align: center;
    width: 92px;
}
.report-link:hover {
    background-color: #fff;
    border-radius: 3px;
    color: #E10019;
	border: solid 1px #E10019;
}
.row-two {
	background-color: #EFEFEF;
}
.div-match-holder {
	overflow: hidden;
}
.mosabeghe-holder2 { margin-top:-12px;}
.radioBt-search-two {
	font-family:Arial, Helvetica, sans-serif;	font-size: 15px;
	color: #000;
	float:right;
	margin-top: 19px;
	margin-right: 15px;
}
.checkbox-mask-two{
	height: 21px;
	width: 21px;
	padding: 0;
	float: right;
	background-image: url(../Images/unCheckedBox.png);
	background-repeat: no-repeat;
	margin-left:5px;
	margin-top: -4px;
}
.row-two {
    background-color: #EFEFEF;
}
.score1 {float:left;padding:1px 6px;font-size:25px !important;color:#fff;font-family:Tahoma;padding-top:4px }
.score2 {float:left;padding:1px 6px;font-size:25px !important;color:#fff;padding-top:4px;font-family:Tahoma; }

 .day, .hours, .minute, .second { width:20%;float:right;background-color:#333;height:45px;background-color:#35160B;border:solid 0.5px #B63916;color:#fff;font-size:16px;padding-top:4px; }
 .day span, .hours span, .minute span, .second span { font-size:12px;color:#eee }
.second {font-size:12px;color:#F58504 }
.remain {background-color:#444;text-align:center;float:right }

.head_goal {border:solid 1px #AC0000;text-align:center;color:orange; font-family:Arial }
.rep_uptitle { }
.rep_title {font-size:22px;padding-top:15px;width:200px;line-height:24px; }
.rep_sum {padding-top:20px;width:200px }
.p_content {font-size:12px; }

    .preload-loading {
            background-image: url('../Images/preload.gif');
            background-position: center center;
            background-repeat: no-repeat;
            display: block;
        }
.note_comm { color:red;font-size:11px;text-align:left;margin-right:28px; }
.ViewImg2 {
    margin-left: 48px;
    margin-top: 50px;
}

.show {
    display:block
}
.hide {
    display:none;
}
.tabel_score {
    width:100%;
}
.even span {
    border-right:solid 1px #ccc;
    height:30px;
    padding:0px 1px;
    text-align:left;
}
.tabel1 span {
    text-align:center;
}
.name_p {
    width: 130px;
}
.play_col {
    /*width:95px;*/
}

.even2 span {
   text-align:left;
    height:30px;
    padding:0px 1px;
    
}

/*.div_lang { padding:5px; color:#000;background-color:#D50706;font-family:Tahoma;width:95px;font-size:12px;margin-left:30px; }*/
.div_mag a {color:#fff; }
.drp_season { float:right;margin-top:16px;}
.sy-slide > a > img {
    margin: 0px ;
    padding: 0px;
    display: block;
    width: 70%;
    border: 0px none;
    float: right !important;
    height: 329px;
}
.cap-img {
    color: #FFF;
    position: absolute;
    top: 0px;
    z-index: 10000000;
    background-image: url('../Images/cover-slider_en.png') !important;
    height: 330px;
    width: 538px;
    font-family: "b Yekan";
    line-height: 20px;
}
.name-team { color: #AD0900;
margin-top: 4px;
text-align: center;
font-size:12px;
}
.load-match {float:right; margin-top:0px;}
.head_ads { 
	/*margin-left:50px;*/
	width: 500px;
min-height: 90px;
height: 91px;
margin-top: 15px;
float: right;
}

.sy-pager {
    float: left !important;
    text-align: left !important;
 	right:0px !important;
    left: 56px;
}
.sy-controls li.sy-next {
    right: 0px;
    bottom: 42px;
	 left: 150px !important;
}
.sy-controls li.sy-prev {
    bottom: 42px;
    left: 0px !important;
}
.news_icons { 
	width:25px;height:25px;
}
.sp_div { padding: 5px 5px 18px;vertical-align: middle;
}
.player-info2 {
    background-image: url('../Images/player-info-bg.jpg');
    background-repeat: repeat-x;
    left: 69px;
    position: absolute;
    top: 119px;
    width: 510px;
    box-shadow: 0px -3px 6px #333;
	height:215px;
}

.name-player2 {
	font-size: 31px;
	color: #FFF;
	float: right;
	margin-top: 22px;
	margin-right:144px;
}
.main_div2 {width:667px;height:113px;margin-top:20px;margin-right:10px;background-color:#fff;font-family:Tahoma }
        .title_div {text-align:center;color:#FF721F;margin:2px; }
        .score_div { background-color:#F3F3F3;color:#AB0E06;border:solid 1px #D4D4D6; width:247px;float:left;height:49px;margin-top:32px}
            .t_name {height:40px;padding:1px 10px;text-align:right; }
            .t_logo { position:relative;float:left; margin:-40px 10px;width:83px;height:84px; top: 0px; left: 0px;}
        .bord {margin-bottom:10px;margin-top:-10px; float:left; background-image:url('/images/bord.jpg');width:168px;height:113px }
            .score11 { position:relative;float:left; margin:16px 22px;width:38px;height:70px;font-weight:bold;font-size:63pt;font-family:Arial;color:#fff}
            .score22 {position:relative;float:left; margin:16px 22px;width:38px;height:70px;font-weight:bold;font-size:63pt;font-family:Arial;color:#fff}
        .score_div2 {background-color:#F3F3F3;color:#AB0E06;border:solid 1px #D4D4D6; width:247px;float:left;height:49px;margin-top:18px }
            .t_name2 {margin-top:10px;margin-right:100px;text-align:left }
            .t_logo2 {position:relative;float:right; margin:-40px 10px;width:83px;height:84px; top: 0px; left: 0px; }
        .date_div {margin-top:30px;margin-bottom:10px;text-align:center;color:#AB0E06;font-family:Tahoma}
        .info_div {margin:1px 10px;margin:0 auto }
            .timer {width:140px;float:right;margin-right:200px; }
            .timer2 {float:right;margin-right:10px;margin-top:7px; }
            .stadium { float:right; width:31px;height:22px;}
            .stadium2 { float:right;margin-right:10px;margin-top:7px;}
        .details_div {width:665px;margin:10px 1px;background-color:#fff;border:solid 1px #DDDDDD }
        .shadow {background-image:url(/images/foot_shadow.jpg);width:667px;height:19px;margin-top:-12px; }
        .tbl td {vertical-align:top;font-size:12px; }
        .tbl tr {border:solid 1px #ddd }
.time_txt { margin: 1px 10px; float: right; color; }

.False { display: none; }
.ai_link { float:right;}
.False { display: none; }
.ai_link { float:left;}
.bg_head { 
	background-image:url(/images/bg_head.png);	
	background-repeat: repeat-x;
	background-position:0 25px;
}
.hide { display:none;}
.log_icon { 
	width:16px;height:16px;float:left;padding:0 10px;
}
.last-news  { 
	overflow:hidden;
}
.last-news a { 
	padding:4px;
	color:#000;
	font-size:11px;
	overflow:hidden;
}
.last-news a:hover { 
	padding:4px;
	color:#c90000;
	font-size:11px;
}
.last-news li { 
	padding:4px 10px;
	color:#000;
}
 #BoxAdd input[type='text'],#BoxAdd input[type='textarea'],#BoxAdd input[type='password'] {background-color:#ECECEC;
        border-radius:2px;
        width:235px;
        border:solid 1px #C8C8C8;
        height:30px;
        margin-left:2px;
        font-family:Tahoma;
        padding-right:2px; }
  .text_login {
         border-radius:2px;
        width:235px;
        border:solid 1px #C8C8C8;
        height:30px;
        margin-left:2px;
        font-family:Tahoma;
        padding-right:2px;
    }
.main_div{
	width:590px;
	background-color:#E1E1E1;
    padding-bottom:20px;
    height:950px;
    color:#000;
	}
	.head_div{
background-image:url('/images/r_head.jpg');
width:590px;
height:172px;
	}
	.body_div{
	background-color:#fff;
margin-right:18px;
width:552px;
position:relative;
top:-14px; right: 0px; }

    .txt_color { color:#E22909; }
    .star {color:#E22909;font-family:Tahoma }

.title1 {
    position: relative;
    background-image:url('/images/reg1.jpg');
top: -132px;
width: 170px;
right: 421px;
color: rgb(255, 255, 255);
font-size: 19px;
background-color: red;
height: 33px;
padding-top: 10px;
    }
    .title2 {position:relative;top:-69px;right:113px;color:#000;font-size:14px; }
    .popup3
{
    background-color: #F5F5F5;
    min-height:130px;
    font-family:'B Yekan' !important;
    position:absolute;
    left:28%;
    right:28%;
    top: 3%;
    min-width:300px;
    z-index: 1002;
	border:3px solid #394557;
	border-radius:0px;
    display:none;
    box-shadow: 0px 0px 10px rgba(159, 217, 215, 0.59);
    font-family:Tahoma;
   

}
    .valid {
        background-image:url(/images/yellow-card.png);
        background-color:#FFCC00;
        width:25px;
        height:15px;
        color:transparent;
        padding-left:10px;
        border-radius:3px;
    }
	.link_week { 
	background-color: #eee;
border: solid 1px #ccc;
padding: 2px;
color: #666;
}
.link_week:hover { 
	background-color: #E4E4E4;
border: solid 1px #ccc;
padding: 2px;
color: #222;
}
.div_lang { 
	background-image:url(/images/bglang.png);
	height:23px;
	width:75px;
	float:left;
	margin-right:5px;
	padding-top:7px;
}

.div_user { 
	background-image:url(/images/bguser.png);
	height:25px;
	width:75px;
	margin-right:5px;
	padding-top:5px;
	float:left;
}
.div_log { 
	background-image:url(/images/bglog.png);
	height:24px;
	width:75px;
	float:left;
	margin-right:5px;
	padding-top:6px;
}
.div_user span { 
	margin-right:0px;
	font-size: 12px;
}
.div_user a { 
	color:#fff;
	margin-top:-9px;
	overflow:hidden;
}
.div_log span { 
	margin-left:6px;
	font-size:11px;
}
.div_log a { 
	color:#fff;
	/*margin-right:22px;*/
}
.div_lang span { 
	margin-left:20px;
}
.div_lang a { 
	color:#fff;
}
.date span { margin-right: 30px; font-family: tahoma; }
  .arrange { float:left; }
  .arrange span { float:left; }
        .arr_line { border-right:4px solid #F97777;padding:0px 3px; line-height:25px;height:20px; }
        .box_match { float:left;width:100px;height:100px;background-color:#E2E2E4;text-align:center;padding:0px 15px;border-right: solid 1px #ccc;}
        .box_match:hover {background-color:#D7D7D9;}
        .box_match span {display:inline-block;padding-top:5px; }
        .box_match img { width:75px;height:65px;margin-top:10px; }
        .rep_game {padding:5px;text-align:center;color:#ff6a00;background-color:#eee;margin:10px; }
		 .arrange img {float:left;padding:2px; }

.sp_change { margin:1px 5px;text-align:left;color:#809D0B;width:90px}
.arr_div { float:left;height:53px;}
  .arrange img {float:left;padding:2px; }
  .title-matchall {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #944D04;
	text-align: center;
	width: 100%;
	margin-right:20px;
}
.title-matchall {text-align:center;font-family:Tahoma; }

.step_title { 
font-size: 11px;
position: absolute;
color: #7F4103;
text-align: center;
width: 240px;
margin: 0 auto;
margin-top: 10px;
}
.step_title2 { font-size: 11px;
position: absolute;
color: #7F4103;
text-align: center;
width: 240px;
margin: 0 auto;
margin-top: 0px;}
.loading2 { 
    background-color: #DC643B;
    text-align: center;
    margin-top: 0px;
    position: absolute;
    z-index: 10000;
    width: 309px;
    opacity: 0.6;
	padding:105px 0px;
	display:none;
}
.team-cat-age2 .btnp,.team-cat-age .btnp {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 8px 2px 7px;
	font-size:12px;
}
.btnp { background-color:transparent;border:none;cursor:pointer; }
.team-cat-age .btnp:hover  {
	color:#fff !important;
	background-image: url(../Images/active-link.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100% 100%;
}
.btnp { background-color:transparent;border:none;cursor:pointer; }
.roundabout-in-focus .info-ply, .roundabout-in-focus {
    display: block;
    width: 280px;
    text-align: left;
}
.team-cat-act2 { 
	color:#fff !important;
	background-image: url(../Images/active-link2.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100% 100%;
}
.team-cat-act2 a:hover  {
	color:#fff !important;
	background-image: url(../Images/active-link2.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100% 100%;
}
.blueberry { margin: 0 auto; }
.blueberry .slides {
	display: block;
	position: relative;
	overflow: hidden;
	height: 135px !important;
}
.blueberry .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.blueberry .slides li img {
	display: block;
	width: 210px;
	max-width: none;
}
.blueberry .slides li.active { display: block; position: relative; }
.blueberry .crop li img { width: auto; }

.blueberry .pager {
	height: 40px;
	text-align: center;
	display:none;
}
.blueberry .pager li { display: inline-block; }
.blueberry .pager li a,
.blueberry .pager li a span {
	display: block;
	height: 4px;
	width: 4px;
}
.blueberry .pager li a {
	padding: 18px 8px;
-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
	border-radius: 6px;
}
.blueberry .pager li a span {
	overflow: hidden;
	background: #c0c0c0;
	text-indent: -9999px;
-webkit-border-radius: 2px;
   -moz-border-radius: 2px;
	border-radius: 2px;
}
.blueberry .pager li.active a span { background: #404040; }
.drop1 { 
	width: 150px;
margin-top: 16px;
height: 30px;
border-radius: 5px;
border: 4px solid #FBAD42;
}
.kanoon-photo2 { 
	margin-top: -20px;
height: 90px;
}
.main_div2{padding-bottom: 20px; color: #000;background-color:#f9f9f9 }
.div-wel {
	position: absolute;
color: #FFF;
top: 10px;
margin-right: 50px;
font-size: 13px;
font-family:Tahoma;
}
.div-wel {display:none }
   .ui-widget-content {
    border: 1px solid #AAA;
    background: transparent;
    color: #222;
}
      .ui-accordion-content {
    padding: 5px 5px !important;
    border-top: 0px none;
   overflow: auto;
 }
    .ui-accordion .ui-accordion-header {
    min-height: 0px;
    margin-top: 2px;
    position: relative;
    cursor: pointer;
    display: block;
    background-color: #8A0A0A;
    padding: 0px;
}
     .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none;
    border:none;
    font-weight: normal;
    color: #ff6a00;
}
	 .a-rss {float: right;
margin-top: 20px; }
.a-rss img { width:24px; }
.green1 { color:#80AE40;}

.hide1 {
    display:none;
}

#popup-notify {
	display:none !important
}
.wrp-pager {
	text-align: left;
	direction: ltr;
	margin-bottom:6px;
}

	.wrp-pager a {
		color: #333;
		margin: 0px 5px;
	}

	.wrp-pager span {
		margin: 0px 5px;
	}