﻿html, body { 
  padding: 0; 
  margin: 0;  
  font-size:10px; 
  font-family:Arial, Helvetica, sans-serif;
  /*color: #929497;*/
  /*color: #707070;*/
  color: #333333;
  min-width: 1024px;
  font-size: 12px;
}
body {
  background: url(../img/bg.png) center repeat-y;
}

p, a, h1, h2, h3, h4, h5, h6, span, b, strong {
  /*-moz-text-shadow: 0px 2px 2px #ccc;
  -webkit-text-shadow: 0px 2px 2px #ccc;
  text-shadow: 0px 2px 2px #ccc; */
}

p {
    font-size: 12px;
    /*color: #707070;*/
	color: #333333;
}

bold, b, strong {
    font-weight: bold;
    color: #0e9bcf;
}
a {
  color: #0e9bcf;
}
a:hover {
  text-decoration: none;
}

h1, h2, h3 {
    font-size: 14px;
    font-weight: bold;
    /*color: #707070;*/
	color: #333333;
}

table {
	border-collapse: collapse;
	border-color: #0e9bcf;
}

::selection{ background-color: #0e9bcf; color: white; }
::moz-selection{ background-color: #0e9bcf; color: white; }
::webkit-selection{ background-color: #0e9bcf; color: white; }

a img, img {
  border: 0;
}
input[type=text], input[type=password], textarea {
  border: 1px solid #707070;
  margin: 0;
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
  color: #707070;
  font-size: 14px;
  width: 128px;
  height: 14px;
  margin-bottom: 4px;
}

#wrapper {
  width: 1024px;
  min-width: 1024px;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
}

#topbanner {
  position: relative;
  width: 1024px;
  height: 49px;
  background: /*url(../img/topbanner.jpg) #e1e1e1 no-repeat center*/ none;
  display: none;
}

#topline {
  position: relative;
  width: 1024px;
  height: 12px;
  background: #0e9bcf;
  
}

#header {
  position: relative;
  width: 1024px;
  height: 228px;
  color: #ffffff;
  z-index: 5;
}

#logo {
  position: absolute;
  top: 6px;
  left: 40px;
  width: 125px;
  height: 126px;
  background: url(../img/logo.jpg) no-repeat center;
}

#logo a {
  display: block;
  width: 125px;
  height: 126px;
}

#rfs {
  position: absolute;
  top: 11px;
  left: 766px;
  background: url(../img/rfs.jpg) no-repeat center;
  width: 42px;
  height: 49px;
}

#rfs a {
  display: block;
  width: 42px;
  height: 49px;
}

#uefa {
  position: absolute;
  top: 11px;
  left: 821px;
  background: url(../img/uefa.jpg) no-repeat center;
  width: 49px;
  height: 49px;
}
#uefa a {
  display: block;
  width: 49px;
  height: 49px;
}
#fifa {
  position: absolute;
  top: 11px;
  left: 886px;
  background: url(../img/fifa.jpg) no-repeat center;
  width: 53px;
  height: 49px;
}
#fifa a {
  display: block;
  width: 53px;
  height: 49px;
}
#epfl {
  position: absolute;
  top: 11px;
  left: 948px;
  background: url(../img/epfl.jpg) no-repeat center;
  width: 38px;
  height: 49px;
}
#epfl a {
  display: block;
  width: 38px;
  height: 49px;
}

#lang {
  position: absolute;
  top: 60px;
  left: 190px;
  color: #707070;
  font-size: 10px;
}

#lang a, #lang a:visited, #lang a:link {
  text-decoration: none;
  color: #707070;
}

#lang a:hover {
  text-decoration: underline;
}

#lang a.activelang {
  text-decoration: none;
  color: #4792be;
}

#slogan {
  position: absolute;
  top: 10px;
  left: 190px;
  font-size: 14px;
  color: #18306c;
  /*letter-spacing: 4px;*/
}

#slogan span {
  font-size: 24px;
  font-weight: bold;
}

#search {
  position: absolute;
  top: 43px;
  left: 436px;
}

#search .search {
  border: 0;
  margin: 0;
  padding: 0;
  padding-left: 5px;
  padding-right: 10px;
  color: #707070;
  font-size: 14px;
  background: url(../img/search.png) no-repeat;
  width: 125px;
  height: 16px;
  padding-bottom: 4px;
}

#searchbutton {
  position: absolute;
  top: 0;
  right: 0px;
  width: 22px;
  height: 18px;
}

#searchbutton a {
  display: block;
  width: 22px;
  height: 18px;
}

#cabinet {
  position: absolute;
  top: 44px;
  left: 600px;
  height: 14px;
  width: 165px;
  color: #707070;
  font-size: 14px;
}

#cabinet a, #cabinet a:visited, #cabinet a:link {
  color: #707070;
  text-decoration: none;
}

#cabinet a:hover, #cabinet a.activecab {
  color: #323031;
  text-decoration: none;
}

#entrance {
  display: none;
  position: absolute;
  top: 59px;
  left: 599px;
  width: 138px;
  height: 75px;
  border: 1px solid #707070;
  z-index: 14001;
  padding: 11px;
  background: #ffffff; 
}

#entrance input[type=text], #entrance input[type=password], #regbox input[type=text], #regbox input[type=password] {
  border: 1px solid #707070;
  margin: 0;
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
  color: #707070;
  font-size: 14px;
  width: 128px;
  height: 14px;
  margin-bottom: 4px;
}

label {
  display: block;
  margin: 0;
  padding: 0;
  color: #707070;
  font-size: 14px;
  height: 16px;
  line-hegiht: 14px;
  margin-bottom: 4px;
}

#entercab, #regenter {
  margin: 0;
  padding: 0;
  width: 139px;
  height: 18px;
  background: url(../img/entercab.jpg) no-repeat center;
  margin-top: 7px;
  margin-bottom: 4px;
  cursor: pointer;
}


#entrance a, #entrance a:visited, #entrance a:link {
  color: #86a6d4;
  text-decoration: none;
}
#entrance a:hover {
  text-decoration: underline;
}

#regbox {
    position: relative;
    width: 300px;
    height: 400px;;
    border: 1px solid #0e9bcf;
    padding: 11px;
    background: #ffffff; 
}

#calendarbox {
    position: relative;
    width: 410px;
    height: 600px;;
    border: 1px solid #0e9bcf;
    padding: 11px;
    background: #ffffff; 
}

.c {
  background: #0e9bcf;
  position: absolute;
  z-index: 1;
}

#pleft {
  top: 0;
  left: 26px;
  width: 2px;
  height: 203px;
}

#pleftbot {
  top: 201px;
  left: 28px;
  height: 2px;
  width: 140px;
}

#pkos {
  position: absolute;
  left: 166px;
  top: 70px;
  background: url(../img/pkos.png) no-repeat center;
  width: 127px;
  height: 133px;
  
}

#ptopbot {
  top: 71px;
  left: 291px;
  width: 705px;
  height: 2px;
}

#pright {
  top: 0;
  left: 996px;
  width: 2px;
  height: 73px;
}

#logomenu {
  position: absolute;
  top: 142px;
  left: 28px;
  font-size: 10px;
  font-weight: bold;
  width: 230px;
}

#logomenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#logomenu ul li {
  padding-left: 12px;
  display: block;
  height: 14px;
}

#logomenu ul li a {
  color: #0e9bcf;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  text-decoration: none;1
}

#logomenu ul li a:hover, #logomenu ul li a.activelm {
  color: #153a6c;
  text-decoration: none;
}

#chr {
  background: url(../img/1.jpg) no-repeat bottom left;
}

#mp {
  background: url(../img/2.jpg) no-repeat bottom left;
}

#scup {
  background: url(../img/3.jpg) no-repeat bottom left;
}

#clubs_pane {
  position: absolute;
  top: 73px;
  left: 282px;
  width: 720px;
  height: 44px;
  z-index: 2;
}

.club {
  position: relative;
  float: left;
  width: 45px;
  height: 44px;
  text-align: center;
  -moz-opacity:.50; 
  opacity:.50;
  -filter:alpha(opacity=50);

}

.club a {
  display: block;
  width: 44px;
  height: 44px;
}

#amkar {
  background: url(../img/clubs/amkar.png) no-repeat center;
}
#anzhi {
  background: url(../img/clubs/anzhi.png) no-repeat center;
}
#dinamo {
  background: url(../img/clubs/dinamo.png) no-repeat center;
}
#volga {
  background: url(../img/clubs/volga.png) no-repeat center;
}
#zenit {
  background: url(../img/clubs/zenit.png) no-repeat center;
}
#krasnodar {
  background: url(../img/clubs/krasnodar.png) no-repeat center;
}
#krilya {
  background: url(../img/clubs/krilya.png) no-repeat center;
}
#kuban {
  background: url(../img/clubs/kuban.png) no-repeat center;
}
#lokomotiv {
  background: url(../img/clubs/lokomotiv.png) no-repeat center;
}
#rostov {
  background: url(../img/clubs/rostov.png) no-repeat center;
}
#rubin {
  background: url(../img/clubs/rubin.png) no-repeat center;
}
#spartak {
  background: url(../img/clubs/spartak.png) no-repeat center;
}
#spartak-nch {
  background: url(../img/clubs/spartak-nch.png) no-repeat center;
}
#terek {
  background: url(../img/clubs/terek.png) no-repeat center;
}
#tom {
  background: url(../img/clubs/tom.png) no-repeat center;
}
#cska {
  background: url(../img/clubs/cska.png) no-repeat center;
}

#menu {
  position: absolute;
  top: 117px;
  left: 250px;
  width: 748px;
  height: 24px;
  background: #0e9bcf;
  z-index: 1400;
}
 /*
#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 748px;
}

#menu ul li {
  display: inline;
}

#menu ul li a, #menu ul li a:visited, #menu ul li a:link {
  margin: 0;
  padding: 0;
  margin-right: 15px;
  color: #18306c;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  line-height: 24px;
  letter-spacing: 1px;
}

#menu ul li a:hover, #menu ul li a.activemenu {
  color: #ffffff;
  text-decoration: none;
}
   */
#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
}

#nav li a{
  margin: 0;
  padding: 0;
  margin-right: 8px;
  color: #18306c;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#nav a:hover{
background-color:#0e9bcf;
color:#fff;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:145px;
top:1.5em;
background: #fff;
border: 1px solid #0e9bcf;
}

#nav li ul a{
width:135px;
height:auto;
float:left;
margin: 0;
padding: 0;
letter-spacing: normal;
text-transform: none;
padding: 0px 5px;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}



#menuadd {
  position: absolute;
  top: 117px;
  left: 226px;
  width: 25px;
  height: 25px;
  background: url(../img/menuadd.png) no-repeat center;
}

#mcadd {
  position: absolute;
  top: 155px;
  left: 169px;
  width: 120px;
  height: 49px;
  background: url(../img/mcadd.png) no-repeat center;
}

#mc {
  position: absolute;
  top: 155px;
  left: 286px;
  width: 712px;
  height: 63px;
  padding: 0;
  margin: 0;
}

.match {
  position: relative;
  float: left;
  width: 88px;
  height: 61px;
  background: url(../img/mcinside.jpg) repeat-x top;
}

.commands {
  color: #ffffff;
  font-size: 12px;
  padding: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  
}

.score {
  position: absolute;
  top: 1px;
  left: 74px;
  width: 10px;

}

.match span {
  display: block;
  border: 1px solid #2b4676;
  background: #0067b2;
  width: 8px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 1px;
}

.mcdel {
  position: relative;
  float: left;
  width: 1px;
  height: 47px;
  background: url(../img/mcdel.jpg) no-repeat;
  border-bottom: 1px solid #5b5b5c;
}


.online {
  position: absolute;
  top: 36px;
  left: 0;
  background: url(../img/online.jpg) no-repeat center;
  width: 88px;
  height: 11px; 
}

.fulltime {
  position: absolute;
  top: 36px;
  left: 0;
  background: url(../img/fulltime.jpg) no-repeat center;
  width: 88px;
  height: 11px; 
}

.announce {
  position: absolute;
  top: 36px;
  left: 0;
  background: url(../img/announce.jpg) repeat-x;
  width: 88px;
  height: 11px;
  color: #ffffff;
  font-size: 10px; 
} 

.announce span {
  display: inline;
  border: 0;
  background: none;
  padding-left: 20px;
}

.online, .fulltime, .announce {
  border-bottom: 1px solid #5b5b5c;
}

.ntv {
  position: absolute;
  top: 49px;
  left: 0;
  background: url(../img/ntv.jpg) no-repeat center;
  width: 88px;
  height: 11px; 
}

#middle {
  clear: both;
  position: relative;
  float: left;
  width: 1024px;
}  

#firstline, #secondline, #thirdline, #fourthline, #fifthline, #sixline, #advertise {
  clear: both;
  position: relative;
  float: left;
  width: 1024px;
  margin-bottom: 24px;
}

#firstline {
  margin-bottom: 12px;
}

#bestnews {
  border: 1px solid #0e9bcf;
  position: relative;
  float: left;
  margin-left: 26px;
  width: 724px;
  height: 58px;
}

#calendar {
  border: 1px solid #0e9bcf;
  position: relative;
  float: right;
  margin-right: 26px;
  width: 232px;
  height: 58px;
  background: url(../img/calendarfiller.jpg) repeat-x center;
}

#news {
  border: 1px solid #0e9bcf;
  position: relative;
  float: left;
  margin-left: 26px;
  width: 478px;
  height: 560px;
}

#tournamenttable {
  border: 1px solid #0e9bcf;
  position: absolute;
  top: 0;
  left: 518px;
  width: 232px;
  height: 442px;
}

#blog {
  border: 1px solid #0e9bcf;
  position: absolute;
  top: 454px;
  left: 518px;
  width: 232px;
  height: 106px;
}

#results {
  border: 1px solid #0e9bcf;
  position: absolute;
  top: 0;
  left: 764px;
  width: 232px;
  height: 214px;
}

#round {
    position: absolute;
    top: 32px;
    left: 155px;
    color: #0e9bcf;
    font-size: 12px;
    font-weight: normal;
}

#tournamentselector {
    position: absolute;
    top: 35px;
    left: 140px;
    width: 14px;
    height: 6px;
    background: url(../img/smtra.jpg) no-repeat center;
}

#stageselector {
    position: absolute;
    top: 35px;
    left: 195px;
    width: 14px;
    height: 6px;
    background: url(../img/smtra.jpg) no-repeat center;
}

#scrollresultstop {
    position: absolute;
    top: 52px;
    left: 108px;
    width: 23px;
    height: 11px;
    background: url(../img/bttrna.jpg) no-repeat center;
}

#scrollresultsbot {
    position: absolute;
    top: 195px;
    left: 108px;
    width: 23px;
    height: 11px;
    background: url(../img/bbtra.jpg) no-repeat center;
}

#stats {
  /*border: 1px solid #0e9bcf;*/
  position: absolute;
  top: 226px;
  left: 764px;
  width: 234px;
  height: 336px;
}

#media {
  border: 1px solid #0e9bcf;
  position: relative;
  float: left;
  margin-left: 26px;
  width: 724px;
  height: 430px;
}

#banner {
  border: 0;
  position: relative;
  float: right;
  margin-right: 26px;
  width: 234px;
  height: 432px;
}


#footer {
  clear: both;
  position: relative;
  float: left;
  width: 1024px;
  padding-left: 26px;
  margin-bottom: 50px;
}

#banner1 {
  position: relative;
  float: left;
  margin-left: 0px;
  width: 1024px;
  height: 84px;
}


#conf {
  border: 1px solid #0e9bcf;
  position: relative;
  float: left;
  margin-left: 26px;
  width: 314px;
  height: 202px;
}

#takeone {
  border: 1px solid #0e9bcf;
  position: absolute;
  top: 0px;
  left: 354px;
  width: 312px;
  height: 202px;
}

#poll {
  border: 1px solid #0e9bcf;
  position: absolute;
  top: 0px;
  left: 682px;
  width: 314px;
  height: 202px;
}

.footermenu {
  position: relative;
  float: left;
  margin-right: 12px;
  width: 111px;
  height: auto;
}

.fm {
}
.footermenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  margin-top: 20px;
}
.footermenu ul li {
  display: block;
}
.footermenu ul li a {
  color: #6d6e70;
  text-decoration: none;
}
.footermenu ul li a span {
  text-transform: uppercase;
} 
.footermenu ul li a:hover {
  text-decoration: underline;
}

.footermenu ul li ul {
 
  margin:0;
  margin-top: 5px;
}

.footermenu ul li ul li a {
    text-decoration: none;
}

.footermenu ul li ul li ul {

  margin: 0;
}
.footermenu ul li ul li ul li a {
    text-decoration: none;
}
.bestnew {
  position: relative;
  float: left;
  width: 241px;
  margin: 0;
  padding: 0;
  /*color: #707070;*/
  color: #333333;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
}

.bestnew img {
  -moz-opacity:.50; 
  filter:alpha(opacity=50); 
  opacity:.50;
  float: left;
  padding-right: 2px;
  padding-left: 2px;
}

.bestnew a {
  /*display: block;
  position: absolute;
  left: 88px;
  top: 10px;*/
  text-decoration: none;
  /*color: #707070;*/
  color: #333333;
}

.bestnew a:hover {
  text-decoration: underline;
}

#date {
  background: url(../img/date.jpg) no-repeat center;
  width: 58px;
  height: 47px;
  position: absolute;
  top: 4px;
  left: 3px;
  color: #d1232a;
  font-size: 14px;
  text-align: center;
  padding-top: 4px;
}

.date {
  background: url(../img/date.jpg) no-repeat center;
  width: 58px;
  height: 47px;
  position: relative;
  float: left;
  color: #d1232a;
  font-size: 14px;
  text-align: center;
  margin: 5px;
  padding-top: 4px;
}

#date span, .date span {
  font-size: 18px;
  font-weight: bold;
}

.event {
  font-size: 12px;
  font-weight: bold;
  color: #153a6c;
  position: absolute;
  top: 5px;
  left: 65px;
  text-align: center;
  width: 165px;
}
.event a {
  color: #153a6c;
  text-decoration: none;
}
.event span {
  text-align: right;
  font-size: 8px;
}

#links {
  position: absolute;
  top: 40px;
  left: 118px;
  color: #5e89c6;
  font-size: 10px;
  text-align: center;
}

#links a {
  color: #5e89c6;
  font-size: 10px;
  text-decoration: none;
}

#links a:hover {
  text-decoration: underline;
}

.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  height: 24px;
  border-bottom: 1px solid #0e9bcf;
  background: #0e9bd0;
}

.tabs li {
  display: inline-block;
  height: 18px;
  margin: 0;
  border: 0;
  padding: 3px 8px;
  border-right: 1px solid #0e9bcf;
  background: #d1e4f5;
  border-bottom: 1px solid #0e9bcf;
  margin-right: -3px;
  line-height: 10px;
}

.tabs li.active {
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.tabs li a {
  font-size: 11px; 
  /*color: #707070;*/
  color: #333333;
  text-decoration: none;

}

.tabs li a:hover, .tabs li.active a {
  color: #153a6c;
  text-decoration: none;
}

#activenew {
  position: absolute;
  top: 34px;
  width: 456px;
  padding-left: 11px;
  padding-right: 11px;
  margin-bottom: 11px;
}

#activenew img {
  border: 1px solid #0e9bcf;
}
#rfplnews, #clubnews, #riannews {
  position: absolute;
  top: 302px; 
  width: 456px;
  padding-left: 11px;
  padding-right: 11px;
  padding-bottom: 11px;
}
#clubnews, #riannews {
  display: none;
}

.newslist {
	padding-top: 6px;
	padding-bottom: 6px;
  border-bottom: 1px solid #5a5758;
}

.newslist a h1 {
  font-size: 12px;
  /*color: #989798;*/
  color: #707070;
  margin: 0px 0px;
line-height: 12px;
  text-decoration: none;
}

.newslist a {
  font-size: 11px;
  color: #abacad;
  text-decoration: none;
}

.newslist a:hover h1, .newslist a.selected h1 {
  color: #323031; 
}

.newslist a:hover, .newslist a.selected {
  color: #58595b;
}

.newsblock {
  position: relative;
  height: 250px;
  width: 45px;
}

.newsall {
  position: absolute;
  bottom: 2px;
  right: 10px;
  width: 70px;
  height: 20px;
  text-align: right;
}

.rss {
  position: absolute;
  bottom: 2px;
  right: 90px;
  width: 110px;
  height: 20px;
  text-align: right;
}
.rss a img {
	margin-bottom: -2px;
	padding: 0;
	border: none;
}
.newsall a, .rss a {
    display: block;
    color: #5e89c6;
    font-size: 10px;
    text-decoration: none;
    padding-top: 5px;

}

.newsall a:hover, .rss a:hover {
  text-decoration: underline;
}

#tournamenttable .tabs li a {
  line-height: 10px;
}

#youthtable {
  display: none;
}

.champblock {
	padding-left: 11px;
  padding-right: 11px;
}

.wid80 {
	width: 90px !important;
}

.wid120 {
	width: 70px !important;
}

.wid150 {
	width: 200px !important;
}

#chrsel, #mpsel {
	position: relative;
	float: left;
	width: 95px;
}

#chrssel, #mpssel {
	position: relative;
	float: left;
	width: 80px;
}

.champblock h1 {
  color: #0e9bcf;
  font-size: 12px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 2px;
}

.champblock table {
  padding: 11px;
  padding-top: 0px;
  border: 0;
  font-size: 12px;
  /*color: #707070;*/
  color: #333333;
}
.champblock table th {
  color: #153a6c;
  text-align: left;
}

.champblock table a {
  color: #0e9bcf;
  font-weight: bold;
  text-decoration: none;
}

.champblock table a:hover {
  color: #153a6c;
}

.blockall {
  position: relative;
  clear: both;
  height: 33px;
  border-top: 1px solid #0e9bcf;
}

.blockall a {
    display: block;
    color: #5e89c6;
    font-size: 10px;
    text-decoration: none;
    padding-left: 150px;
    padding-top: 5px;
}

#blog h1, #results h1, #stats h1 {
  color: #0e9bcf;
  font-size: 12px;
  font-weight: bold;
  padding-left: 11px;
  padding-right: 11px;
  margin-bottom: 2px;
}

#blog p {
  /*color: #707070;*/
  color: #333333;
  font-size: 10px;
  padding-left: 31px;
  padding-right: 11px;
  margin-top: 2px;
}

#realresults {
  position: absolute;
  top: 65px;
  left: 11px;
  right: 11px;
  height: 120px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
}
#realdozayavki {
  position: absolute;
  top: 28px;
  left: 3px;
  right: 2px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
}
.str {
  position: relative;
  width: 216px;
  height: 14px;
}

.club1 {
  width: 91px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
}

.club2 {
  width: 88px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: left;
  
}

.str .club1 a, .str .club2 a {
  font-size: 12px;
  text-transform: uppercase; 
  text-decoration: none;
  color: #a1a2a5;
  font-weight: normal;
}

.str .club1 a:hover, .str .club2 a:hover {
  text-decoration: underline;  
}

.scored {
  position: absolute;
  top:0;
  left: 94px;
  width: 30px;
  text-align: center;
  z-index: 2;
  padding: 0;
  margin: 0;
}
.scored a {
  color: #153a6c;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  font-family: arial;

}

.scored a:hover {
  text-decoration: underline;
}

.resultsall {
  position: absolute;
  bottom: 0;
  left: 120px;
  width: 110px;
  height: 20px;
  text-align: right;
}

.resultsall a {
    display: block;
    color: #5e89c6;
    font-size: 10px;
    text-decoration: none;
    padding-top: 5px;

}

.stat {
  position: relative;
  padding-left: 11px;
  padding-right: 11px;
  border-top: 1px solid #d4d5d7;
  color: #323031;
  font-size: 12px;
  margin-bottom: 5px; 
} 

.stat a {
  color: #323031;
  font-size: 12px;
  text-decoration: none;
}

.stat a:hover {
  text-decoration: underline;
}

#secstat {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 176px;
  border-top: 1px solid #0e9bcf;
}

#secstat h1 {
  color: #d1232a;
  font-size: 14px;
  padding-left: 11px;
  padding-right: 11px;
  margin-bottom: 2px;
  font-weight: normal;
  height: 20px;
}

#secstat h1 span {
  font-size: 20px;
  font-weight: bold;
}

#statselect {
  position: absolute;
  top: 15px;
  left: 140px;
  background: url(../img/bbtra.jpg) no-repeat center;
  width: 23px;
  height: 11px;
}

#secstat table {
  padding: 11px;
  padding-top: 0px;
  border: 0;
  font-size: 12px;
  margin-top: 10px;
  /*color: #707070;*/
  color: #333333;
}
#secstat table th {
  color: #a1a2a5;
  text-align: left;
}

#secstat table a {
  color: #0e9bcf;
  font-weight: bold;
  text-decoration: none;
}

#secstat table a:hover {
  color: #153a6c;
}

#secstat table a span {
  color: #a1a2a5;
  font-weight: normal;
  text-decoration: none;
}

#secstat table a:hover span {
  color: #a1a2a5;
  text-decoration: underline;
}

.statsall {
  position: absolute;
  bottom: 0;
  left: 120px;
  width: 110px;
  height: 20px;
  text-align: right;
}

.statsall a {
    display: block;
    color: #5e89c6;
    font-size: 10px;
    text-decoration: none;
    padding-top: 5px;

}
/* @viktor 31-01-2012поменяли #rfpltvtab на #videotab, во вью content rfpltv поменяли с video и активный класс также изменили*/
#phototab, #presstab, #videotab {
    display: none;
}

#presstab {
	position: relative;
	height: 405px;
}

.mediatabs div {
    position: relative;
}

.subtab {
    height: 36px;
    position: relative;
    width: 100%;
    padding-left: 10px;
    line-height: 36px;
}

.subtab a {
    font-size: 12px;
    color: #a1a2a5;
    text-decoration: none;
}

.subtab a:hover, .subtab a.subtabactive {
    color: #0e9bcf;
    text-decoration: none;
}

#videoup {
    position: absolute;
    top: 37px;
    left: 440px;
    background: url(../img/bttrna.jpg) no-repeat center;
    width: 23px;
    height: 11px;
}

#videodown {
    position: absolute;
    top: 407px;
    left: 440px;
    background: url(../img/bbtra.jpg) no-repeat center;
    width: 23px;
    height: 11px;
}

#videorfplup {
    position: absolute;
    top: 12px;
    left: 200px;
    background: url(../img/bttrna.jpg) no-repeat center;
    width: 23px;
    height: 11px;
}

#videorfpldown {
    position: absolute;
    top: 382px;
    left: 200px;
    background: url(../img/bbtra.jpg) no-repeat center;
    width: 23px;
    height: 11px;
}

#rfplblock {
    position: absolute;
    top: 26px;
    left: 480px;
    width: 243px;
    height: 404px;
    border-left: 1px solid #0e9bcf;
    background: #e6eff9;
    z-index: 1;
}
#rfplblock .subtab a {
    color: #153a6c;
}

.elem, .elemphoto {
    margin-left: 12px;
    position: relative;
    float: left;
    width: 220px;
    height: 180px;
    padding: 0;
    text-align: center;
}

.elem .video {
    width: 220px;
    height: 144px;
    margin: 0;
    padding: 0;
    text-align: center;
  -moz-opacity:.50;
  filter:alpha(opacity=50);
  opacity:.50;
}
.elemphoto .photo {
    width: 220px;
    height: 144px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.elem .descr, .elemphoto .descr {
    font-size: 12px;
    font-weight: bold;
    /*color: #403e3f;*/
	color: #333333;
    line-height: 10px;
    margin-top: 5px;
}

.elem .descr span, .elemphoto .descr span {
    font-size: 10px;
    /*color: #707070;*/
	color: #333333;
}


#portret {
    position: absolute;
    top: 35px;
    left: 12px;
}

#confann {
    position: absolute;
    left: 16px;
    top: 5px;
    line-height: 10px;
    color: #153a6c;
}

#confinfo {
    position: absolute;
    top: 5px;
    left: 163px;
    width: 140px;
    height: 185px;
    color: #153a6c;
    font-size: 12px;
    font-weight: normal;
}

#confinfo h1 {
    color: #153a6c;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

#confinfo h1 span {
    color: #153a6c;
    font-size: 20px;
    font-weight: bold;
}

#confinfo span {
    color: #d1232a;
    font-weight: bold;
    width: 100%;
}

.divider {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 120px;
    height: 1px;
    background: #0061aa;
}

#confinfo td {
    line-height: 33px;
    color: #808184;
}

#confinfo a {
    margin-top: 10px;
    display: block;
    width: 140px;
    padding: 0;
    margin: 0;
    color: #808184;
    text-decoration: none;
    font-size: 10px;
}
#confinfo a:hover {
    text-decoration: underline;
}

#takeann, #pollann {
    position: absolute;
    left: 12px;
    top: 5px;
    line-height: 10px;
    color: #153a6c;
}

#takepane {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 34px;
  border-top: 1px solid #0061aa;
  color: #0061aa;
  font-size: 12px;
}

#first {
  position: absolute;
  top: 0;
  left: 12px;
  width: 50px;
  font-size: 12px;
  color: #0e9bcf;
}
#button {
  position: absolute;
  left: 50%;
  top: 6px;
  margin-left: -69px;
  width: 138px;
  height: 17px; 
}
#second {
  position: absolute;
  top: 0;
  right: 12px;
  width: 70px;
  font-size: 12px;
  color: #0e9bcf;
}

#playerone {
  position: absolute;
  top: 33px;
  left: 12px;
}

#playertwo {
  position: absolute;
  top: 33px;
  right: 12px;
}

#vs {
  position: absolute;
  top: 35px;
  left: 145px;
  font-size: 16px;
  color: #0e9bcf;
  font-weight: bold;
}

#sep {
  position: absolute;
  top: 45px;
  left: 155px;
  width: 1px;
  height: 87px;
  background: #0e9bcf;
}

#takecat {
  position: absolute;
  top: 132px;
  left: 112px;
  width: 92px;
  height: 18px;
}

#sideone {
  position: absolute;
  top: 55px;
  left: 100px;
  font-size: 10px;
  color: #808184;
  text-align: center;
}

#sidetwo {
  position: absolute;
  top: 55px;
  right: 112px;
  font-size: 10px;
  color: #808184;
  text-align: center;
}

.styled {
  background: none;
  padding: 0;
  margin: 0;
}


#poll h1 {
  color: #0e9bcf;
  font-size: 12px;
  font-weight: bold;
  margin-left: 12px;
  padding-right: 12px;
  margin-top: 20px;
}

#poll table {
  padding: 11px;
  padding-top: 0px;
  border: 0;
  font-size: 10px;
  /*color: #707070;*/
  color: #333333;
}

#poll table .blue {
  color: #0e9bcf;
  font-size: 12px;
  font-weight: bold;
}

#poll table a:hover {
  color: #153a6c;
}

#pollvote {
  position: absolute;
  top: 175px;
  left: 160px;
  width: 139px;
  height: 18px;
}

#cupzone, #clubsnews, #clubstats, #clubmapinfo, #clubinfoblock, #mainblock, #submain, #news, #bestnews, #calendar, #tournamenttable, #blog, #stats, #media, #banner, #banner1, #conf, #takeone, #poll, #results, #tournamenttableclub, #bannerclub {
        /*-moz-box-shadow: 0px 0px 2px #0e9bcf;
        -webkit-box-shadow: 0px 0px 5px #0e9bcf;
        box-shadow: 0px 0px 5px #0e9bcf;*/
        -moz-box-shadow: 4px 4px 3px #c0c3c1;
        -webkit-box-shadow: 4px 4px 8px #c0c3c1;
        box-shadow: 4px 4px 8px #c0c3c1;
        
        

}
.descr {
  color: #18306c;
}
.resultsall a:hover, .blockall a:hover, .statsall a:hover, #vidsall a:hover, #rfpltvall a:hover, #photosall a:hover, #pressall a:hover {
  text-decoration: underline;
}

#news, .newsblock, .newslist {
  overflow: hidden;
}


/*ADDS for PAGES*/
#mainblock {
  position: relative;
  float: left;
  width: 702px;
  min-height: 868px;
  border: 1px solid #0e9bcf;
  margin-left: 26px;
  padding: 11px;
}

#tab1main, #tab2main, #tab3main {
  position: absolute;
  top: 82px; 
  width: 702px;
  padding-left: 11px;
  padding-right: 11px;
  padding-bottom: 11px;
}
#tab2main, #tab3main {
  display: none;
}

#tournamenttableclub {
  border: 1px solid #0e9bcf;
  position: absolute;
  /*top: 448px;*/
  top: 352px;
  right: 26px;
  width: 232px;
  height: 442px;
}

#tournamenttableclub tr.this {
  background: #88c550;

}

#bannerclub {
  border: none;
  position: absolute;
  top: 0;
  right: 26px;
  width: 234px;
  /*height: 432px;*/
  height: 336px;
}

#bannerclub a {
	display: block;
}

.pageImage {float: left; margin: 0 15px 15px 15px; }
.pageImage2 {float: left; margin: 10px 10px 10px 0px; }
.gl {
    font-weight: bold;
    color: #0e9bcf;
    font-size: 152px;
}

.bclub {
    font-weight: bold;
    color: #0e9bcf;
    font-size: 20px;
}
.bctd {
  position: relative;
}
.bcc {
  position: absolute;
  bottom: 0;
  width: 200px;
  text-align: center;
}

.newline a {
  text-decoration: none;
}

.newline a:hover {
  text-decoration: underline;
}
.allbot {
  position: relative;
  clear: both;
  width: 100%;
  text-align: right;
  height: 20px;
}
.newsall div {
  position: relative;
  float: left;
  width: 200px;
}

#mainblock table tr td a {
  text-decoration: none;
}

#mainblock table tr td a:hover {
  color: #153a6c;
}

#vidsall {
  position: absolute;
  bottom: 8px;
  left: 626px;
  width: 90px;
  height: 12px;
  text-align: right;
  z-index: 5;
}

#vidsall a {
    color: #5e89c6;
    font-size: 10px;
    text-decoration: none;
}

#photosall, #rfpltvall {
  position: absolute;
  bottom: 8px;
  left: 626px;
  width: 90px;
  height: 12px;
  text-align: right;
  z-index: 5;
  
}

#photosall a, #rfpltvall a {
    display: block;
    color: #5e89c6;
    font-size: 10px;
    text-decoration: none;
    padding-top: 5px;

}

#pressall {
  position: absolute;
  bottom: 8px;
  left: 626px;
  width: 90px;
  height: 12px;
  text-align: right;
  z-index: 5;
  
}

#pressall a {
    display: block;
    color: #5e89c6;
    font-size: 10px;
    text-decoration: none;
    padding-top: 5px;

}

.hov {
  position: relative;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 12px;
}

#champselect {
  position: absolute;
  top: 25px;
  left: 0px;
  color: #0e9bcf;
}

#round {
  position: absolute;
  top: 25px;
  left: 160px;
  color: #0e9bcf;
}

.press {
  position: relative;
  float: left;
  width: 46%;
  margin-left: 20px;
  text-align: justify;
  height: 380px;
  overflow: hidden;
}

.hov td.under { border-bottom: 2px solid #0e9bcf;}

#mcsel {
  margin-left: 38px;
  margin-top: 10px;
  color: #0e9bcf;
}

/*CLUBMAP STYLES*/
#clubinfoblock {
  position: relative;
  float: left;
  width: 972px;
  border: 1px solid #0e9bcf;
  margin-left: 26px;
  margin-right: 26px;
  min-height: 150px;
}

#clubslogos {
    position: relative;
    float: left;
    width: 310px;
    margin-left: 26px;
    margin-top: -30px;
}
.clubdiv {
    position: relative;
    float: left;
    width: 75px;
    height: 96px;
    /*color: #707070;*/
	color: #333333;
    font-size: 10px;
    line-height: 12px;
    background-position: top;
}

.clubdiv a {
    display: block;
    width: 75px;
    height: 21px;
    text-align:center;
    padding-top: 75px;
    /*color: #707070;*/
	color: #333333;
    font-size: 10px;
    line-height: 12px;
    text-decoration: none;
}

.clubdiv a:hover, .clubdiv a.activeclub {
    color: #0e9bcf;
    font-weight: bold;
}

#mapdiv {
    position: relative;
    float: left;
    background: url(../img/map-russia.png) no-repeat top center;
    margin-left: 12px;
    height: 351px;
    width: 650px;
}

#clubmapinfo {
  border: 1px solid #0e9bcf;
  position: relative;
  float: left;
  margin-left: 26px;
  width: 478px;
  height: 380px;
}

#clubsnews, #clubstats {
  border: 1px solid #0e9bcf;
  position: relative;
  float: left;
  width: 232px;
  height: 380px;
  margin-left: 12px;
}

.clubnewsall {
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.clubnewsall a{
    text-decoration: none;
}

.clubnewsall a:hover {
    text-decoration: underline;
}

#clubinfodiv, #managementdiv, #clubaddinfodiv {
  position: relative;
  height: 333px;
  width: 456px;
  padding: 11px;
  color: #58595b;
} 
#managementdiv, #clubaddinfodiv {
	overflow: auto;
}
#clubinfodiv table, #managementdiv table {
  border-collapse: collapse;
}
#clubinfodiv table tr, #managementdiv table tr {
  color: #58595b;
  border-bottom: 1px solid #e2e3e4;
}
#clubinfodiv tr td b, #managementdiv tr td b {
  color: #58595b;
}
#clubinfodiv tr td a, #managementdiv tr td a{
  color: #58595b;
  text-decoration: underline;
}
#clubsnewsdiv, #clubstatsdiv {
  position: relative;
  height: 333px;
  width: 210px;
  padding: 11px;
}
#clubstatsdiv table {
  border-collapse: collapse;
}
#clubstatsdiv table tr {
  border-bottom: 1px solid #e2e3e4;
}

#clubinfoblockdiv {
  position: relative;
  height: auto;
  width: 950px;
  padding: 11px;
}

.region {
    display: block;
    position: absolute;
    z-index: 2;
}
#lenoblast {
    top: 75px;
    left: 59px;
    width: 39px;
    height: 33px;
    /*background: url(../img/regions/lenoblast.png) no-repeat center;*/
}
#moskoblast {
    top: 125px;
    left: 59px;
    width: 21px;
    height: 26px;
    /*background: url(../img/regions/moskoblast.png) no-repeat center;*/
}
#nizhoblast {
    top: 144px;
    left: 80px;
    width: 39px;
    height: 26px;
    /*background: url(../img/regions/nizhoblast.png) no-repeat center;*/
}
#tomskoblast {
    top: 193px;
    left: 229px;
    width: 66px;
    height: 53px;
    /*background: url(../img/regions/tomskoblast.png) no-repeat center;*/
}
#permoblast {
    top: 143px;
    left: 135px;
    width: 47px;
    height: 50px;
    /*background: url(../img/regions/permoblast.png) no-repeat center;*/
}
#tatarstan {
    top: 168px;
    left: 99px;
    width: 35px;
    height: 31px;
    /*background: url(../img/regions/tatarstan.png) no-repeat center;*/
}
#samoblast {
    top: 184px;
    left: 93px;
    width: 26px;
    height: 21px;
    /*background: url(../img/regions/samoblast.png) no-repeat center;*/
}
#krkrai {
    top: 192px;
    left: 2px;
    width: 26px;
    height: 33px;
    /*background: url(../img/regions/krkrai.png) no-repeat center;*/
}
#rostoblast {
    top: 182px;
    left: 20px;
    width: 32px;
    height: 36px;
    /*background: url(../img/regions/rostoblast.png) no-repeat center;*/
}
#kbr {
    top: 229px;
    left: 17px;
    width: 16px;
    height: 11px;
    /*background: url(../img/regions/kbr.png) no-repeat center;*/
    z-index: 4;
}
#chechnya {
    top: 238px;
    left: 26px;
    width: 15px;
    height: 13px;
    z-index: 3;
    /*background: url(../img/regions/chechnya.png) no-repeat center;*/
}
#dagestan {
    top: 233px;
    left: 27px;
    width: 21px;
    height: 35px;
    /*background: url(../img/regions/dagestan.png) no-repeat center;*/
}
.town {
    position: absolute;
    background: url(../img/townna.png) no-repeat center;
    width: 5px;
    height: 5px;
}

#tpiter {
    top: 10px;
    left: 13px;
}
#tmoskva {
    top: 10px;
    left: 10px;
}
#tnovg {
    top: 8px;
    left: 14px;
}
#ttomsk {
    top: 43px;
    left: 40px;
}
#tperm {
    top: 31px;
    left: 15px;
}
#tkazan {
    top: 5px;
    left: 12px;
}
#tsamara {
    top: 7px;
    left: 9px;
}
#tkrasnodar {
    top: 13px;
    left: 9px;
}
#trostov {
    top: 10px;
    left: 5px;
}
#tnalchik {
    top: 5px;
    left: 7px;
}
#tgrozniy {
    top: 4px;
    left: 5px;
}
#tmahachkala {
    top: 19px;
    left: 11px;
}

#clubbiglogo {
    position: absolute;
    display: block;
    top: 90px;
    left: 300px;
    width: 214px;
    height: 203px;
    vertical-align: middle;
    text-align: center;
}
.clubsel {
    text-decoration: none;
    font-weight: bold;
    display: block;
    
}
.clubsel img {
    vertical-align: middle;
}
.clubsel:hover {
    text-decoration: underline;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -19px;
    width: 37px;
    height: 37px;

}
#goalkeepers, #defenders, #halfbacks, #forwards {
    width: 100%;
    position: relative;
    clear: both;
    margin-top: 12px;
}
.pldel {
    width: 100%;
    position: relative;
    clear: both;
    height: 1px;
    line-height: 1px;
    background: #c5c7c9;
}
.playerscontrol {
    width: 105px;
    float: left;
    position: relative;
    float: left;
}
.playerscontrol a {
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #626366;
}
.players {
    display: none;
    position: relative;
    float: right;
    width: 840px;
}

.goalkeepers {
  display: block;
}

.player {
    position: relative;
    float: left;
    width: 205px;
    height: 85px;
}
.player img {
    border: 1px solid #939598;
}
.player .name {
    position: absolute;
    top: 0;
    left: 83px;
}
.player .name a {
    color: #009dda;
    line-height: 14px;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
.player .name span a {
    text-transform: uppercase;
    text-decoration: none;

}

.player .country {
    position: absolute;
    top: 47px;
    left: 82px;
    width: 28px;
    height: 24px;
}
.player .nomer {
    position: absolute;
    top: 37px;
    left: 125px;
    font-size: 36px;
    font-weight: bold;
    /*color: #707070;*/
	color: #333333;
}

.clubnew {
  position: relative;
  float: left;
  width: 105px;
  margin: 0;
  padding: 0;
  /*color: #707070;*/
  color: #333333;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  text-align: left;
}

.clubnew img {
  -moz-opacity:.50; 
  filter:alpha(opacity=50); 
  opacity:.50;
}

.clubnew a {
  display: block;
  text-decoration: none;
  /*color: #707070;*/
  color: #333333;
}

.clubnew a:hover {
  text-decoration: underline;
}
/*CLUBMAP STYLES*/

/*CALENDAR STYLES*/
.highlight {
  color: #d1232a;
  font-size: 18px;
  font-weight: bold;
}

.datecal {
  background: url(../img/date.jpg) no-repeat center;
  width: 58px;
  height: 51px;
  color: #d1232a;
  font-size: 14px;
  text-align: center;
  padding-top: 4px;
}

.datecal {
  font-size: 18px;
  font-weight: bold;
  color: #d1232a;
}

a.highlight, .datecal a {
  color: #d1232a;
  text-decoration: none;
}
a.highlight {
  text-decoration: underline;
}
.datecal:hover {
   background: url(../img/datea.jpg) no-repeat center;
}

.weekday {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  /*color: #707070;*/
  color: #333333;
}

.month {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  /*color: #707070;*/
  color: #333333;
}

.callinkb, .callinkn {
  text-decoration: none;
  font-size: 18px;
}

#dateinfo {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  height: 200px;
}
#dateinfo a {
  color: #153a6c;
  text-decoration: none;
}
#dateinfo a span {
  font-size: 14px;
  font-weight: bold;
}
#dateinfo a:hover {
  text-decoration: underline;
  color: #009dda;
}
/*CALENDAR STYLES*/
/*PROTOKOL STYLE*/
#protocol {
  position: relative; clear: both; width: 100%; text-align: center;
}

.left {
}

.right{
  padding-left: 85px;
}

.protocol_match {
}
/*PROTOKOL STYLE*/
/*stat style*/
.statleft {
  /*color: #707070;*/
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 18px;
}

.statright {
  color: #009dda;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 18px;
}
/*stat style*/
#tournamentselect {
  width: 160px;
}
/*cup style */

#cupzone {
  position: relative;
  width: 970px;
  border: 1px solid #0e9bcf;
  background: url(../img/cupbg.jpg) repeat-y;
  margin-left: 26px;
  height: 748px; 
}

#cupname {
  height: 35px;
  background: #ffffff;
  color: #153a6c;
  width: 959px;
  font-size: 11px;
  padding-left: 11px;
  text-transform: uppercase; 
  padding-top: 5px;
}

#cupnameselect {
  width: 200px; 
}

#cupstages {
  position: relative;
  width: 100%;
  height: 38px;
}

#cupstages .stage {
  line-height: 38px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  float: left;
  margin-left: 12px;
  text-align: center;
}

.st16 {
  width: 162px;
}

.st8, .st4, .st2, .st1 {
  width: 75px;  
}

#cupblocks {
  position: relative; 
  width: 100%;
}

.cupmatchcont {
  position: relative;
  float: left;
  margin-left: 12px;
  
}

.bl16 {
  width: 162px;  
}

.bl8, .bl4, .bl2, .bl1 {
  width: 75px;
}

.cupmatch {
  width: 100%;
  background: #ffffff;
  position: relative;
}
.cupclubhome span, .cupclubaway span {
 text-transform: uppercase;
 font-weight: bold;
}
.bl16 .cupmatch {
  height: 70px;
}

.bl8 .cupmatch, .bl4 .cupmatch, .bl2 .cupmatch, .bl1 .cupmatch {
  height: 152px;
}

.bl16 .cupmatch, .bl8 .cupmatch {
  margin-bottom: 12px;
}

.bl4 .cupmatch {
  margin-top: 81px;
  margin-bottom: 174px;
}

.bl2 .cupmatch, .bl1 .cupmatch {
  margin-top: 243px;
}

.bl1 .cupmatch {
  margin-bottom: 93px;
}

.bl1 .supercup {
  margin-top: 0;
}

.m2m {
  width: 12px;
  height: 7px;
  background: #ffffff;
  position: absolute;
}

.m16-1_8-1 {
  top: 31px;
  left: 174px;
}


.m16-2_8-1 {
  top: 112px;
  left: 174px;
}

.m16-3_8-2 {
  top: 193px;
  left: 174px;
}

.m16-4_8-2 {
  top: 275px;
  left: 174px;
}

.m16-5_8-3 {
  top: 356px;
  left: 174px;
}

.m16-6_8-3 {
  top: 437px;
  left: 174px;
}

.m16-7_8-4 {
  top: 519px;
  left: 174px;
}

.m16-8_8-4 {
  top: 600px;
  left: 174px;
}

.m16-9_8-5 {
  top: 31px;
  right: 174px;
}

.m16-10_8-5 {
  top: 112px;
  right: 175px;
}

.m16-11_8-6 {
  top: 193px;
  right: 175px;
}

.m16-12_8-6 {
  top: 275px;
  right: 175px;
}

.m16-13_8-7 {
  top: 356px;
  right: 175px;
}

.m16-14_8-7 {
  top: 437px;
  right: 175px;
}

.m16-15_8-8 {
  top: 519px;
  right: 175px;
}

.m16-16_8-8 {
  top: 600px;
  right: 175px;
}

.m8-1_4-1 {
  top: 112px;
  left: 261px;
}

.m8-2_4-1 {
  top: 193px;
  left: 261px;
}

.m8-3_4-2 {
  top: 437px;
  left: 261px;
}

.m8-4_4-2 {
  top: 519px;
  left: 261px;
}

.m8-5_4-3 {
  top: 112px;
  right: 262px;
}

.m8-6_4-3 {
  top: 193px;
  right: 262px;
}

.m8-7_4-4 {
  top: 437px;
  right: 262px;
}

.m8-8_4-4 {
  top: 519px;
  right: 262px;
}

.m2-1_1-1 {
  top: 312px;
  left: 435px;
}

.m2-2_1-1 {
  top: 312px;
  right: 436px;
}

.m2ml1 {
  width: 7px;
  height: 50px;
  position: absolute;
  background: #ffffff;
}

.m2ml2 {
  width: 46px;
  height: 7px;
  position: absolute;
  background: #ffffff;
}

.m4-1_2-1h {
  top: 232px;
  left: 307px;
}

.m4-1_2-1 {
  top: 275px;
  left: 314px;
}

.m4-2_2-1h {
  top: 357px;
  left: 307px;
}

.m4-2_2-1 {
  top: 357px;
  left: 314px;
}

.m4-3_2-2h {
  top: 232px;
  right: 308px;
}

.m4-3_2-2 {
  top: 275px;
  right: 315px;
}

.m4-4_2-2h {
  top: 357px;
  right: 308px;
}

.m4-4_2-2 {
  top: 357px;
  right: 315px;
}

.bl16 .cupclubhome {
  float: left;
  position: relative;
  width: 54px;
  font-size: 8px;
  /*color: #707070;*/
  color: #333333;
  padding-top: 2px;
  text-align: center;
}

.bl16 .cupclubaway {
  float: left;
  position: relative;
  width: 54px;
  font-size: 8px;
  /*color: #707070;*/
  color: #333333;
  padding-top: 2px;
  text-align: center;
}

.bl16 .cupscore {
  float: left;
  position: relative;
  width: 54px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #009dda;
  margin-top: 23px;
}

.bl8 .cupclubhome, .bl4 .cupclubhome, .bl2 .cupclubhome, .bl1 .cupclubhome {
  float: left;
  position: relative;
  width: 75px;
  font-size: 8px;
  /*color: #707070;*/
  color: #333333;
  padding-top: 2px;
  text-align: center;
  height: 67px;
}

.bl8 .cupclubaway, .bl4 .cupclubaway, .bl2 .cupclubaway, .bl1 .cupclubaway {
  float: left;
  position: relative;
  width: 75px;
  font-size: 8px;
  /*color: #707070;*/
  color: #333333;
  padding-top: 2px;
  text-align: center;
  height: 67px; 
}

.bl8 .cupscore, .bl4 .cupscore, .bl2 .cupscore, .bl1 .cupscore {
  float: left;
  position: relative;
  width: 75px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  color: #009dda;
}
/* cup style --end*/

.newline a h1, .poll a h1 {
	color: #009dda;
	text-decoration: underline;
	margin-top: 0;
}

.tur {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #009dda;
}

.elem .notbold {
    font-weight: normal;
    font-size: 10px;
    line-height: 10px;
}

.tableres, .tableres tr th, .tableres tr td {
  border-collapse: collapse;
  border: 1px solid #009dda;
  text-align: center;
}

.tableres .h, .tablehl, .tablehl2 {
  height: 24px;
  background: #d1e4f5;
  text-align: center;
  color: #1a3564;
}
.tablehl2 {
  text-align: left;
}
.tabledel {
  background: #00a2db;
}

.tableres .hl {
  background: #d1e4f5;
}

.tddel {
  border-bottom: 1px solid #dcdcdc;
}

.tddel2 {
  border-bottom: 1px solid #dcdcdc;
  padding-left: 4px;
}


.home a, .home {
  color: #6cb043; 
}

.away a, .away {
  color: #414141;
}

#chrssel, #mpssel {
  position: relative;
  clear: right;
}

.tdsb {
  background: #009edb; height: 25px; color: #fff; text-align: center;
}
.tdsb4 {
  background: #009edb; height: 25px; color: #fff; text-align: left;
}
.tdsb2 {
  background: #009edb; text-align: center;line-height:1px;height:1px;
  padding: 0;
}
.tdsb3 {
  background: #009edb; text-align: center;line-height:2px;height:2px;
}
.tdsbft {
  background: #009edb; height: 25px; color: #fff; text-align: left;
}
.tdsbft2 {
  background: #009edb; height: 25px; color: #fff; text-align: left;
  padding-left: 4px;
}
.champblockfull {
  position: relative;
  clear: both;
  display: block;
}

input.faq {
  border: 1px solid #009edb;
  width: 250px;
  color: #009edb;
  font-size: 14px;
  font-weight: bold;
  padding: 2px;
  margin: 2px;
  height: 18px;
}
textarea {
  border: 1px solid #009edb;
  color: #009edb;
  font-size: 14px;
  font-weight: bold;
  padding: 2px;
  margin: 2px;
    width: 250px;
    height: 100px;
}
.red {
  color: red;
}

/* PARTNERS BLOCK */
#labelpartners {
  position: relative;
  width: 972px;
  height: 23px;
  line-height: 23px;
  color: #686b70;
  font-size: 12px;
  border-top: 1px solid #686b70;
  border-bottom: 1px solid #686b70;
}
#titulpartner {
  width: 146px;
  border-right: 1px solid #686b70;
  position: relative;
  float: left;
  height: 23px;
  line-height: 23px;
  text-align: left;
  padding-left: 12px;
}
#oficialpartners {
  width: 801px;
  position: relative;
  float: left;
  height: 23px;
  line-height: 23px;
  text-align: left;
  padding-left: 12px;
}
#exactpartners {
  position: relative;
  clear: both;
  width: 972px;
  height: 82px;
  color: #686b70;
  border-bottom: 1px solid #686b70;
}
#exacttitulpartner {
  width: 146px;
  border-right: 1px solid #686b70;
  position: relative;
  float: left;
  height: 62px;
  text-align: left;
  padding-left: 12px;
  padding-top: 20px;
}
#exactoficialpartners {
  width: 801px;
  position: relative;
  float: left;
  height: 62px;
  text-align: left;
  padding-left: 12px;
  padding-top: 20px;
}
#exactoficialpartners a {
  margin-right: 6px; 
}
/* --PARTNERS BLOCK */

#advertise {
	text-align: center;
}

.tagelem {
	position: relative;
	margin-bottom: 26px;
	padding-left: 6px;
	border-left: 1px solid #0e9bcf;
}

.tagelem a {
	text-decoration: none;
}

.tagelem a:hover {
	text-decoration: underline;
}

#clubsnews .tabs .active a, #clubstats .tabs .active a, #clubinfoblock .tabs .active a {
	cursor: default;
}

/*MATCH UPDATE*/
#matchblock {
  position: relative;
  float: left;
  width: 724px;
  min-height: 868px;
  border: 1px solid #0e9bcf;
  margin-left: 26px;
}

.matchblock {
	padding: 11px;
	position: relative;
}
#albuminfo {
	display: none;
}

#matchblock table tr td a {
  text-decoration: none;
}

#matchblock table tr td a:hover {
  color: #153a6c;
}

#managementdiv, #clubaddinfodiv {
	display: none;
}

#statsdiv {
	position: relative;
	clear: both;
}
