@charset "utf-8";
/* ------ CSS RESET ------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ------ CSS RESET END ------ */

body {
	background: url(../images/bg_rood.jpg) repeat-y center top;
}

a{
	color:#f30406;
	text-decoration: none;
}

a:hover{
	color:#f30406;
	text-decoration: underline;
}

#maincont{
	width: 980px;
	margin: 0 auto 0 auto;
	background: url(../images/container.gif) repeat-y;
}

#menu {
	width: 980px;
	height: 34px;
	background: url(../images/menu.gif) repeat-x;
}

#menu ul{
	width: 700px;
	float:left;	
}

#lang{
	width: 40px;
	padding:10px 0 0 0;
	float:right;
}

#header{
	width: 980px;
	height: 243px;
	background: url(../images/header.jpg);
}

#container{
	width: 980px;
}

#left_side{
	width: 220px;
	float:left;
	color:#fff;
}

#left_side .title{
	width: 200px;
	height: 30px;
	padding-left:20px;
	color:#fff;
	line-height: 30px;
	background: url(../images/left_title.gif) repeat-y top;
	font-weight: bold;
}


#right_side{
	width: 220px;
	float:right;
	color:#fff;
}

#right_side .title{
	width: 200px;
	height: 30px;
	padding-left:20px;
	color:#fff;
	line-height: 30px;
	background: url(../images/right_title.gif) repeat-y top;
	font-weight: bold;
}

#main_side{
	width:540px;
	float:left;
}

#main_side .title, h2{
	height: 26px;
	padding-left:20px;
	color:#f30406;
	line-height: 26px;
	border-bottom:solid 4px #f30406;
	font-weight: bold;
	font-size:14px;
}

.in{
	padding:15px;
}

#footer{
	clear: both;
	background: #9E0001 url(../images/cont_footer.gif) top left no-repeat;
	height: 15px;
	padding-top:45px;
	color:#fff;
	font-size:11px;
	text-align: center;
}

#footer a{
	color:#fff;
}

.next_match img{
	margin-right: 18px;
}

#poll li{
	padding-top: 8px;
}

.submit{
	padding:3px;
	background: #f60507;
	color:#fff;
	border:1px solid #9E0001;
}

#standing{
	width: 180px;
}

#standing tr.selected td{
	font-weight: bold;
	color:#f30406;
}

#standing tr td{
	padding:0 2px 0 2px;
}

.standing a{
	text-decoration:none;
	color:#f30406;
	font-size:13px;
}

#up p{
	float:left;
	width: 190px;
}


#up p label{
	width: 83px;
	height:15px;
	display: block;
	float:left;
}

#up p input.text{
	width: 105px;
	border: solid 1px #000;
	background: #797777;
	float:left;
}

#up p input.submit{
	padding:0;
	width: 105px;
}

#up p а{
	color:#f30406;
	text-decoration: none;
}

br.clear{
	clear: both;
	height: 1px;
}

#last_news {
	padding: 10px 15px 10px 15px;
}

#last_news div {
	clear: both;
	margin-bottom: 10px;
}	

#last_news div img{
	float:right;
	margin-left:10px;
	border: 2px solid #9E0001;
}

#last_news div h3{
	color:#F30406;
	font-weight: bold;
}

#last_news div p.date{
	font-size:10px;
	background: #EFEFEF;
	color:#8F8F8F;
}

#news_view{
	padding: 0px 15px 10px 15px;
}

#news_view img{
	float:right;
	margin-left:10px;
	border: 2px solid #9E0001;
}

#news_view p.date{
	font-size:10px;
	background: #EFEFEF;
}

#formcom{
	padding: 0px 15px 10px 15px;	
}

#formcom label{
	font-weight: bold;
	color: #F30406;
}

#formcom p input#com_title{
	width: 420px;
	margin-left:20px;
	height: 16px;
}

#formcom p textarea {
	width: 500px;
	height: 100px;
}

#comments {
	padding:10px 15px 10px 15px;
}

#comments div{
	border: 1px solid #D3D3D3;
	padding:4px;
	margin-bottom: 5px;
}

#comments div h3{
	font-weight: bold;
	color:#0075B5;
}


.pagination{
	padding: 2px;
	text-align: center;
}

.pagination a, .pagination a:visited{
	padding: 0 5px;
	border: 1px solid #1E1E1E;
	text-decoration: none; 
	color: #9E0001;
}

.pagination a:hover, .pagination a:active{
	border: 1px solid #1E1E1E;
	color: #000;
	background-color: #9E0001;
}

.pagination a.currentpage{
	background-color: #2e6ab1;
	color: #FFF !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.pagination a.prevnext{
	font-weight: bold;
}

#fixture{
	width: 100%;
}

#fixture tr{
	border-bottom: dotted 1px #FC0507;
}

#fixture tr td{
	padding:4px;
}

#fixture tr td h3{
	color:#F30406;
	font-weight: bold;
	font-size:12px;
}

#fixture tr td.res{
	color:#F30406;
	font-weight: bold;
	font-size:12px;
}

.tablesorter{
	width: 100%;
}

.tablesorter tr {
	border-bottom: dotted 1px #FC0507; 
}

.tablesorter tr th{
	background: #1E1E1E;
	color:#fff;
	padding:1px 4px 1px 4px;
}

.tablesorter tr td{
	padding:1px 4px 1px 4px;
}

.tablesorter tr td a{
	color:#1E1E1E;
}

.tablesorter tr.ajax td{
	font-weight: bold;
	color:#F30406;
}

.tablesorter tr.ajax td a{
	color:#F30406;
}

#team_list{
	padding:0 15px 0 15px;
}

#team_list div{
	width: 160px;
	height: 190px;
	float:left;
	text-align: center;
	background: #e8e6e6;
	border-top: solid 3px #fff;
	border-left: solid 5px #fff;
	border-right: solid 5px #fff;
	border-bottom: solid 3px #fff;
}

#team_list div:hover{
	background: #fff;
}

#team_list div h3{
	color:#F30406;
	font-weight: bold;
	font-size:10px;
}

#add_link_to {
	margin:10px;
	background:#EFEFEF;
	padding:5px;
	height:56px;
}

#add_link_to  a {
	display:block;
	float: left;
	width: 140px;
	padding:0 0 0 20px;
	margin:3px 0 3px 0;
	background: url(../images/social_networks.png) no-repeat;
}

#add_link_to  a.sv{
	background-position:0 0;
}

#add_link_to  a.fb{
	background-position:0 -16px;
}

#add_link_to  a.dao{
	background-position:0 -32px;
}

#add_link_to  a.digg{
	background-position:0 -48px;
}

#add_link_to  a.li{
	background-position:0 -64px;
}

#add_link_to  a.wb{
	background-position:0 -80px;
}



.none{ display: none }