body {
	font: 11px Tahoma, Arial;
	background: #bababa url('bg.png') repeat-x scroll center top;
	margin: 0;
	padding: 0 0 30px;
}

h2 {
	margin: 0;
	padding: 0;
	direction: rtl;
	font-size: 12px;
}

form {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #C60001;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

a img {
	border: 0;
}

img {
	-ms-interpolation-mode: bicubic;
}

input, textarea, button, select {
	font: 11px Tahoma;
	padding: 3px;
	margin-bottom: 2px;
	border: 1px solid #c4c4c4;
	background: #e9e9e9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

textarea {
	width: 300px;
}

td {
	text-align: right;
	font: 11px Tahoma, Arial;
}

.clear {
	clear: both;
}

.wrapper {
	margin: 0 auto;
	width: 1070px;
	background: #bababa url('main_bg.png') repeat-y scroll center top;
}

.header {
	direction: rtl;
	background: #bababa url('header.jpg') no-repeat scroll center top;
	height: 198px;
}

.header h1 {
	text-indent: -9999px;
	direction: ltr;
}

.right_col {
	float: right;
	width: 200px;
	margin-right: 20px;
	_margin-right: 10px;
}

.left_col {
	float: left;
	width: 200px;
	margin-left: 20px;
	_margin-left: 10px;
}

.main_col {
	float: right;
	width: 625px;
	margin-right: 3px;
}

.footer {
	background: #bababa url('footer.png') no-repeat scroll center bottom;
	height: 45px;
}

.footer p {
	direction: rtl;
	text-align: center;
	color: #777;
}

.block {
	margin-bottom: 5px;
}

.right_col .block .title {
	background: url('block_right_title.png') no-repeat scroll center top;
	height: 51px;
}

.right_col .block .title h2 {
	color: #fff;
	padding: 19px 20px 0px 35px;
	text-align: left;
	font: Bold 16px "B Mitra", Mitra, Arial;
}

.left_col .block .title h2 {
	color: #fff;
	padding: 19px 35px 0px 20px;
	font: Bold 16px "B Mitra", Mitra, Arial;
}

.left_col .block .title {
	background: url('block_left_title.png') no-repeat scroll center top;
	height: 51px;
	direction: rtl;
}

.left_col .block .content {
	background: url('block_left_content.png') repeat-y scroll center top;
	padding: 5px 15px;
	direction: rtl;
}

.right_col .block .content {
	background: url('block_right_content.png') repeat-y scroll center top;
	padding: 5px 15px;
	direction: rtl;
}

.right_col .block .bottom {
	background: url('block_right_bottom.png') no-repeat scroll center top;
	height: 19px;
}

.left_col .block .bottom {
	background: url('block_left_bottom.png') no-repeat scroll center top;
	height: 19px;
}

.main_col .block .title {
	background: url('block_center_title.png') no-repeat scroll center top;
	height: 43px;
}

.main_col .block .title h2 {
	padding: 9px 150px 0px 150px;
	text-align: center;
	color: #fff;
}

.main_col .block .top {
	background: url('block_center_top.png') no-repeat scroll center top;
	height: 17px;
}

.main_col .block .content {
	background: url('block_center_content.png') repeat-y scroll center top;
	direction: rtl;
	padding: 5px 15px;
}

.main_col .block .bottom {
	background: url('block_center_bottom.png') no-repeat scroll center top;
	height: 17px;
}

.lastNews {
	margin: 0 5px 0 10px;
	_height: 10px;
}

.lastNews .newsItem {
	float: right;
	width: 570px;
	margin-bottom: 7px;
	direction: rtl;
	padding: 5px;
}

.lastNews .newsItem:hover {
	background: #cfcfcf;
}

.lastNews .newsItem .newsText {
	text-align: justify;
}

.lastNews .newsItem h2.newsTitle a {
	display: inline-block;
	border-right: 2px solid;
	color: #666;
	padding-right: 5px;
	font: Bold 16px "B Mitra", Mitra, Arial;
	/*letter-spacing: 1px;*/
}

.lastNews .newsItem h2.newsTitle a:hover {
	color: #cd0000;
}

.lastNews .newsItem img {
	float: right;
	width: 75px;
	margin-left: 5px;
	margin-top: 5px;
}

.lastTitles {
	float: right;
	width: 260px;
	direction: rtl;
	margin-right: 15px;
	_margin-right: 7px;
	margin-top: 7px;
}

.lastTitles ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lastTitles ul li {
	
}

.lastTitles ul a {
	display: inline-block;
	padding: 3px;
}

.slideShow {
	float: left;
	width: 320px;
	margin-left: 17px;
	_margin-left: 8px;
	height: 200px;
	margin-top: 7px;
}

img.news_image {
	float: right;
	margin-top: 12px;
	margin-left: 5px;
	border: none;
	width: 210px;
}

ul.linksList, ul.newsCounter {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.linksList a, ul.newsCounter li, .leagues a.league, .ir-leagues a.league{
	display: block;
	padding: 5px 17px 5px 5px;
	margin-bottom: 2px;
	border: 1px solid #e0e0e0;
	color: #C60001;
	background: url('bullet.gif') no-repeat 156px 10px;
}

ul.linksList a:hover, .leagues a.league:hover, .leagues a.selected, .ir-leagues a.league:hover, .ir-leagues a.selected {
	background-image: url('bullet_hover.gif');
	background-color: #cfcfcf;
	border: 1px solid #efefef;
	color: #efefef;
	text-decoration: none;
}

ul.newsCounter li {
	font-weight: bold;
}

.paginator {
	text-align: center;
	margin-top: 16px;
}

.paginator a {
	border: 1px solid #cfcfcf;
	color: #6f6f6f;
	font-size: 1.1em;
	padding: 2px 5px 3px 5px;
}

.paginator a:hover {
	text-decoration: none;
	border: 1px solid #EF0E0E;
	color: #EF0E0E;
}

table.LegTBL {
	direction: ltr;
}

table.Right{
	direction: rtl;
}

.leagues #england-league, .leagues #spain-league, .leagues #germany-league, .leagues #france-league, .ir-leagues #A-league, .ir-leagues #B-league{
	display: none;
}

table.LegTBL th {
	background: #df0303;
	color: #fff;
	font-weight: normal;
	text-align: center;
}

table.LegTBL td {
	text-align: center;
}

table.LegTBL tr.even td {
	background: #cacaca;
}

td.pollTitle {
	background: #bbb;
}

.ads-banner {
	background: url('banner-bg.gif') no-repeat center center;
	margin: 15px 0px 7px 0px;
}

#msg-error {
	background: #FFF1ED url('error.png') no-repeat 0.5em 50%;
	border: 1px solid #900;
	text-align: right;
	font-family: tahoma;
	font-size: 8pt;
	color: #820000;
	margin-left:auto; margin-right:auto; margin-top:0.15em; margin-bottom:1.2em; padding-left:2.8em; padding-right:0.5em; padding-top:0.5em; padding-bottom:0.5em
}

#msg-success {
	background: #F4FDEF url('success.png') no-repeat 0.5em 50%;
	border: 1px solid #3F9305;
	text-align: right;
	font-family: tahoma;
	font-size: 8pt;
	color: #0D7504;
	margin-left:auto; margin-right:auto; margin-top:0.15em; margin-bottom:1.2em; padding-left:2.8em; padding-right:0.5em; padding-top:0.5em; padding-bottom:0.5em
}

/*  Slider */

div#newsSlider {
	position: relative;
	height: 330px;
}

div#newsSlider div#slide-holder div#slide-runner {
	top: 9px;
	left: 9px;
	width: 580px;
	height: 320px;
	overflow: hidden;
	position: absolute;
}

div#newsSlider div#slide-holder img {
	margin: 0;
	display: none;
	position: absolute;
	width: 580px;
	height: 320px;
}

div#newsSlider div#slide-holder div#slide-controls {
	left: 0;
	top: 0px;
	bottom: 228px;
	width: 580px;
	height: 46px;
	display: none;
	position: absolute;
	background: url(slide-bg.png) 0 0;
	_background: #000;
}

div#newsSlider div#slide-holder div#slide-controls p.text {
	float: right;
	color: #fff;
	display: inline;
	line-height: 16px;
	margin: 15px 15px 0 0;
	direction: rtl;
}

div#newsSlider div#slide-holder div#slide-controls p#slide-nav {
	float: left;
	height: 24px;
	display: inline;
	margin: 10px 0 0 10px;
}

div#newsSlider div#slide-holder div#slide-controls p#slide-nav a {
	float: left;
	width: 24px;
	height: 24px;
	display: inline;
	font-size: 11px;
	margin: 0 5px 0 0;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#newsSlider div#slide-holder div#slide-controls p#slide-nav a.on {
	background-position: 0 -24px;
}

div#newsSlider div#slide-holder div#slide-controls p#slide-nav a {
	background-image: url(silde-nav.gif);
	color: #fff;
}

.LiveScoreTBL td {
	padding: 5px;
}

.LiveScoreTBL .dateRow td {
	background: #555;
	height: 40px;
	color: #e0e0e0;
	vertical-align: top;
}

.LiveScoreTBL .even td {
	background: #ccc;
}

.LiveScoreTBL .odd td {
	background: #a3a3a3;
}

ul.authors {
	list-style: none;
}

ul.authors li {
	float: right;
	padding: 5px;
	margin-left: 5px;
	text-align: center;
}
	
div.author .author_pic {
	text-align: center;
	margin-bottom: 5px;
}

.leagues a.league{
	float:right;
	margin-left:10px;
	width:83px;
	background-position: 93px 10px;
}

.ir-leagues a.league{
	float:right;
	margin-left:10px;
	width:93px;
	background-position: 103px 10px;
}

/*
World Cup Block
*/

.worldcup{
	background: transparent url('worldcup.jpg') no-repeat top left;
	width: 580px;
	height: 234px;
	margin: 0 auto;
	position: relative;
}

.worldcup-final{
	background: transparent url('worldcup-final.jpg') no-repeat top left;
	width: 580px;
	height: 250px;
	margin: 0 auto;
	position: relative;
}

.worldcup-final a{
	display: block;
	height: 250px;
	position: absolute;
	width: 580px;
	z-index: 1001;
}

.count-down{
	position: relative;
	top: 12px;
	right: 12px;
}

.count-down ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.count-down ul li{
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 36px;
	float: right;
	padding: 4px;
	text-align: center;
	margin: 0 0 0 4px;
	background-color: #c0c0c0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

fieldset.comment-reply{
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #CFD1FF;
	border: 4px solid #ccc;
}

fieldset.comment-reply legend{
	padding: 5px 30px;
	background-color: #ccc;
	font-weight: 900;
}