@charset "utf-8";
/* CSS Document */

#top {
	display: block;
	background: url(img/shapka.png) top repeat-x; 
	height: 500px;
	margin-bottom: -500px;
	
}

#header {
	display: block;
	text-align: center;
	height: 250px;
	margin-bottom: -25px;
}

#win {
	display: block;
	width: 960px;
	z-index: 5;
	position: relative;
	top: 0px;
	margin-bottom: 30px;
}

#slide-table a.logo {
	display: block;
	width: 90px;
	text-align: center;
	text-decoration: none;
	line-height: 12px;
	float: left;
	margin-bottom: 10px;
}

#slide-table img {
	display: block;
	width: 90px;
	height: 90px;
	border: none;
}

#slide-table a:hover {
	color: #030;
}

#slide-table a.s4et {
	display: block;
	clear: both;
	font-size: 28px;
	text-align: center;
	text-decoration: none;
	margin: 15px;
}

* {
	margin: 0;
	padding: 0;
}

#center img {
	margin: 4px;
}

#center a img {
	margin: 0px;
}

body {
	background: #144613 url(./img/background.jpg) 80% 60%;
}

h1 {
	color:#fff;
	margin: 10px;
}

h2 {
	font-weight: normal;
}

h3 {
	font-size: 30px;
	font-family:"Times New Roman", Times, serif;
	margin-bottom:20px;
	color:#063;
	font-weight: normal;
	line-height:30px;
}



div.actual {
	margin: 5px 0; background: url(./img/actual.jpg) top left no-repeat;
	width:498px; height:375px;
	border: 1px solid #030;
}

p.actual {
	display: block; width: 70%; float: left; color: #fff; position: relative; top: 270px; left: 10px;
}

#shapka {
	display: block;
	text-align: center;
	height: 417px;
	margin-bottom: -417px;
	z-index: -2;
}

ul#flags li {
	display: inline;
}

ul#flags li a img {
	margin-right: 3px;
	width: 31px;
	height: 23px;
	border: none;
}

/*#win {
	display: block;
	width: 960px;
	z-index: 5;
	position: relative;
	top: 195px;
	margin-bottom: 30px;
}*/

.mleft {
	display: inline;
	width: 10px;
	height: 35px;
	background: url(./img/menu_left.png) right top no-repeat;
	float: left;
}

.mright {
	display: inline;
	width: 10px;
	height: 35px;
	background: url(./img/menu_right.png) left top no-repeat;
	float: right;
}

#menubar {
	display: block;
	width: 940px;
	height: 35px;
	background: url(./img/menu_.png) top repeat-x;
	float: left;
}

/* Menu  */


#menu {
	padding:0;
	}

#menu ul {
	display:block;
	list-style-type: none;
	margin:0;
	padding:0;
	
}

#menu li {
	display: inline;
	font-family:Helvetica, Arial, sans-serif;
	letter-spacing:1px;
	font-size:13px;
	font-weight: normal;
	margin:0;
	float:left;
	}

#menu li a:link, #menu li a:visited, #menu li a:active {
	display: block;
	border-right:1px solid #000;
	text-align:center;
	color:#fff;
	text-decoration:none;
	padding:0 10px;
	margin:0;
	line-height: 35px;
	}



#menu li a:hover {
	color: #fff;
	background:url(./img/menu_hover.jpg) repeat-x;
	}
	
#menu li a.active:link, #menu li a.active:visited, #menu li a.active:active {
	display: block;
	border-right:1px solid #000;
	text-align:center;
	color:#fff;
	background:url(./img/menu_hover.jpg) repeat-x;
	text-decoration:none;
	padding:0 10px;
	margin:0;
	line-height: 35px;
	}



#menu li a.active:hover {
	color:#ccc;
	}
	
/*************************/
/* 2-   */
#menu li ul { display:none; height:auto; position:absolute; list-style:none; margin:0; padding:0; clear:both; border:1px solid #000;}
/* #menu li:hover ul { display:inline; } */
#menu li li { display:block; float:none; margin:0; padding:0; border-top:1px solid #fff; height:22px;}
#menu li li a:link, #menu li li a:active, #menu li li a:visited { 
	display: block;
	height:22px;
	width:120px;
	font-size:11px;
	font-weight:normal;
	background:url(./img/menu_hover.png) repeat-x;
	color:#fff;
	padding: 0 15px; 
	margin:0;
	text-decoration: none; 
	line-height: 22px;
}
#menu li li a:hover { background:url(./img/menu_.png) repeat-x; }

#menu li li a.active:link, #menu li li a.active:active, #menu li li a.active:visited { 
	display: block;
	height:22px;
	width:120px;
	font-size:11px;
	font-weight:normal;
	background:url(./img/menu_.png) repeat-x;
	color:#fff;
	padding: 0 15px; 
	margin:0;
	text-decoration: none; 
	line-height: 22px;
}
#menu li li a.active:hover { background: #060; }




/*************************/

#date {
	display: block;
	float: right;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height: 17px;
	margin-left: 10px;
}

#content {
	display: block;	text-align: left;
	/*font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	letter-spacing: 0px;
	line-height: 18px;
	background:#fff url(./img/contentbg.png) center repeat-y;
}

a {
	text-decoration: underline;
	color: #030;
}

a:hover {
	color: #F00;
}

table {
	margin-bottom: 10px; 
	border-bottom: #030 1px solid;
}

tr:hover {
	background: #f2f2f2;
}

#left {
	display: block;
	width: 200px;
	padding: 5px 10px;
	float: left;
}

#center {
	display: block;
	width: 500px;
	padding: 5px 10px;
	float: left;
	background: #f2f2f2;
}

#right {
	display: block;
	width: 200px;
	padding: 5px 10px;
	float: right;
}

.rleft {
	display: inline;
	width: 10px;
	height: 25px;
	background: url(./img/run.png) left top no-repeat;
	float: left;
	margin-bottom:15px;
}

#run {
	display: inline;
	width: 480px;
	height: 25px;
	float: left;
	background: #144613;
	line-height: 25px;
	color: #FFF;
}

.rright {
	display: inline;
	width: 10px;
	height: 25px;
	background: url(./img/run.png) right top no-repeat;
	float: right;
}

#actual {
	display: block;
	margin: 20px 0;
}

#actual p {
	line-height: 15px;
	letter-spacing: 0px;
}

.aright {
	display: inline;
	width: 10px;
	height: 25px;
	background: url(./img/menu_right.png) left top no-repeat;
	float: right;
}

.ableft {
	display: block;
	width: 10px;
	height: 10px;
	background: url(./img/actual.png) left bottom no-repeat;
	float: left;
	margin-bottom: -1px;
	margin-left: -11px;
}

.abright {
	display: block;
	width: 10px;
	height: 10px;
	background: url(./img/actual.png) right bottom no-repeat;
	float: right;
	margin-bottom: -1px;
	margin-right: -11px;
}

#acnews {
	background: #FFF;
	border: #144613 1px solid;
	padding: 0px 10px;
}

#acnews img {
	border: #000 1px solid;
	float: left;
	margin: 5px 5px 4px 0px;
}

#actual-news {
	background: #FFF;
	border: #144613 1px solid;
	padding: 0px 10px;
}

#actual-news img {
	border: #000 1px solid;
	float: left;
	margin: 5px 5px 4px 0px;
}

.ball2 {
	display: block;
	width: 33px;
	height: 32px;
	background: url(./img/ball2.png) top left no-repeat;
	margin-left: -10px;
	float: left;
}

#news {
	display: block;
	border-bottom: 1px #030 solid;
	line-height: 20px;
	color: #030;
	font-weight: bold;
	padding-left: 28px;
}

#news_pre {
	display: block;
	border-bottom: #666 1px dotted;
	padding: 5px 10px;
	margin: 0px -10px;
}

.more {
	display: block;
	float: right;
	text-decoration: underline;
	color: #030;
}

.more:hover {
	color: #F00;
}

#footer {
	display: block;
	width: 960px;
	height: 139px;
	background: #FFF url(./img/footer.jpg) top repeat-x;
	margin-bottom: 30px;
	padding-top: 15px;
	text-align: center;
	vertical-align: middle;
}

.fleft {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	background: url(./img/foot.png) left bottom no-repeat;
	margin-top: -10px;
}

.fright {
	display: block;
	float: right;
	width: 10px;
	height: 10px;
	background: url(./img/foot.png) right bottom no-repeat;
	margin-top: -10px;
}

.search {
	color: #FFF;
	background: url(./img/search.png) top left no-repeat;
	width: 20px;
	height: 20px;
	border: none;
}

#banners {
	display: block;
	text-align: center;
	margin: 10px 0px 5px 0px;
}

#banners img {
	border: none;
	margin-bottom: 5px;
}

.score {
	display: block;
	width: 92px;
	height: 49px;
	background: url(./img/score.png) top left no-repeat;
	float: left;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 50px;
	padding-top: 60px;
}

.colon {
	display: block;
	width: 16px;
	float: left;
	padding-top: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
}

.score:hover, .colon:hover {
	color: #030;
}

#video {
	display: block;
}

#video li {
	display: block;
	width: 180px;
	background: url(./img/cam.png) left center no-repeat;
	padding-left: 20px;
	list-style: none;
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
}

/* ispravleniya */

.title {
	display: block;
	width: 180px;
	height: 25px;
	background: url(./img/title2.png) top left no-repeat;
	line-height: 25px;
	padding: 0 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 3px;
	text-align: center;
}

.title:hover {
	color: #FFF;
}

#news_pre:hover {
	background: #F2f2f2;
}


.ball {
	display: block;
	float: left;
	width: 35px;
	height: 35px;
	background: url(./img/ball.png) no-repeat top left;
	margin-top: -10px;
	margin-left: -10px;
}

#actitle {
	display: inline;
	float: left;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	background: #030 url(./img/menu_.png) top repeat-x;
	color: #FFF;
	padding-left: 5px;
	width: 460px;	
	margin-left: 0px;
}

ul#flags {
	display: block;
	position: relative;
	top: 190px;
	left: 420px;
	width: 110px;
}

.next, .previous {
	display: block;
	width: 30px;
	height: 30px;
	background: url(./img/next.png) top left no-repeat;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 5px;
	margin-top: -15px;
}

.next {
	float: right;
}

.previous {
	float: left;
}

.palsud {
	display: block;
	float: left;
	height: 30px;
	width: 36px;
	background: url(./img/pal_01.jpg) 0% 0% no-repeat;
	margin: 5px;
}

.palsud:hover {
	background: url(./img/pal_01.jpg) 0% 100% no-repeat;
}

.pal {
	display: block;
	float: left;
	height: 30px;
	width: 38px;
	background: url(./img/pal_02.jpg) 0% 0% no-repeat;
	margin: 5px;
}

.pal:hover {
	background: url(./img/pal_02.jpg) 0% 100% no-repeat;
}

.haber {
	display: block;
	float: left;
	height: 30px;
	width: 105px;
	background: url(./img/pal_04.jpg) 0% 0% no-repeat;
	margin: 5px;
}

.haber:hover {
	background: url(./img/pal_04.jpg) 0% 100% no-repeat;
}

.palmedia {
	display: block;
	float: left;
	height: 30px;
	width: 124px;
	background: url(./img/pal_05.jpg) 0% 0% no-repeat;
	margin: 5px;
}

.palmedia:hover {
	background: url(./img/pal_05.jpg) 0% 100% no-repeat;
}

.pal2 {
	display: block;
	float: left;
	height: 30px;
	width: 39px;
	background: url(./img/pal_06.jpg) 0% 0% no-repeat;
	margin: 5px;
}

.pal2:hover {
	background: url(./img/pal_06.jpg) 0% 100% no-repeat;
}

.palavia {
	display: block;
	float: left;
	height: 30px;
	width: 97px;
	background: url(./img/pal_07.jpg) 0% 0% no-repeat;
	margin: 5px;
}

.palavia:hover {
	background: url(./img/pal_07.jpg) 0% 100% no-repeat;
}

.palmed {
	display: block;
	float: left;
	height: 30px;
	width: 65px;
	background: url(./img/pal_08.jpg) 0% 0% no-repeat;
	margin: 5px;
}

.palmed:hover {
	background: url(./img/pal_08.jpg) 0% 100% no-repeat;
}

.palmalife {
	display: block;
	float: left;
	height: 30px;
	width: 102px;
	background: url(./img/pal_09.jpg) 0% 0% no-repeat;
	margin: 5px;
}

.palmalife:hover {
	background: url(./img/pal_09.jpg) 0% 100% no-repeat;
}

.palinsh {
	display: block;
	float: left;
	height: 30px;
	width: 112px;
	background: url(./img/pal_10.jpg) 0% 0% no-repeat;
	margin: 5px;
}

.palinsh:hover {
	background: url(./img/pal_10.jpg) 0% 100% no-repeat;
}

.fifa {
	display: block;
	float: left;
	height: 30px;
	width: 35px;
	background: url(./img/fifa.jpg) 0% 0% no-repeat;
	margin: 5px;
}

.fifa:hover {
	background: url(./img/fifa.jpg) 0 100% no-repeat;
}

.uefa {
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	margin: 5px;
	background: url(./img/uefa.jpg) 0% 0% no-repeat;
}

.uefa:hover {
	background: url(./img/uefa.jpg) 0 100% no-repeat;
}

.affa {
	margin: 5px;
	display: block;
	float: left;
	height: 30px;
	width: 41px;
	background: url(./img/affa.jpg) 0% 0% no-repeat;
}

.affa:hover {
	background: url(./img/affa.jpg) 0 100% no-repeat;
}

.pfl {
	display: block;
	float: left;
	height: 30px;
	width: 73px;
	margin: 5px;
	background: url(./img/pfl.jpg) 0% 0% no-repeat;
}

.pfl:hover {
	background: url(./img/pfl.jpg) 0 100% no-repeat;
}

.olympic {
	margin: 5px;
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	background: url(./img/olympic.jpg) 0% 0% no-repeat;
}

.olympic:hover {
	background: url(./img/olympic.jpg) 0 100% no-repeat;
}

.maplogo {
	margin: 5px;
	display: block;
	float: left;
	height: 30px;
	width: 34px;
	background: url(./img/maplogo.jpg) 0% 0% no-repeat;
}

.maplogo:hover {
	background: url(./img/maplogo.jpg) 0 100% no-repeat;
}
#score_table {
	display: block;
	float: left;
	width: 245px;
	margin-right: 5px;
}

#score_table table {
	width: 245px;
	margin-right: 5px;
	border-top: #060 1px solid;
	border-left: #060 1px solid;
} 

#score_table td {
	text-align: center;
	border-bottom: #060 1px solid;
	border-right: #060 1px solid;
}

#score_table td.table_title {
	width: 245px;
	background: #060 url(img/menu_.png) top repeat-x;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
}

#score_table tr:hover, #team_list tr:hover {
	background: #CCC;
}

#team_list {
	width: 495px;
	border-top: #060 1px solid;
	border-left: #060 1px solid;
}

#right #team_list {
	width: 200px;
	border-top: #060 1px solid;
	border-left: #060 1px solid;
}

#team_list td {
	text-align: left;
	border-bottom: #060 1px solid;
	border-right: #060 1px solid;
	padding-left: 5px;
}

.team_title {
	border: none;
	background: #060 url(img/menu_.png) top repeat-x;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	
}

.blog_item {
	display:block;
	padding:0;
	margin-bottom:15px;
	border-bottom:1px solid #76A475;
}

a.blog_item_title:link, a.blog_item_title:active, a.blog_item_title:visited {
	display:block;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color:#060;
	padding:5px 0 15px 0;
}

.blog_item_added {
	display:block;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#999;
	padding:2px 0 2px 0;
}

a.blog_item_title:hover {
	text-decoration: underline;
	color:#090;
}

#footerlogos {
	display: block;
	width: 920px;
	text-align: center;
}

#footerlogos a img {
	margin: 0 30px;
	border: none;
}

#footerlogos a img.pal {
	margin: 0 20px;
	border: none;
}

#icons {
	display: block;
	width: 494px;
	background: #FFF;
	text-align: center;
	border: 1px #030 solid;
	margin-bottom: 10px;
}

#icons a {
	display: block;
	float: left;
	width: 120px;
	height: 20px;
	text-align: center;
	margin-right: 3px;
	padding-top: 73px;
	text-decoration: none;
	font-size: 120%;
}

a.player {
	background: url(img/players.jpg) top center no-repeat;
}

a.result {
	background: url(img/stat.jpg) top center no-repeat;
}

a.coach {
	background: url(img/coach.jpg) top center no-repeat;
}

a.fans {
	background: url(img/fans.jpg) top center no-repeat;
}

a.cup {
	background: url(img/cup-icon.jpg) top center no-repeat;
}

a.doubler {
	background: url(img/doublers.jpg) 50% 50% no-repeat;
}

a.premyer {
	background: url(img/premyer.jpg) top center no-repeat;
}

a.hotel {
	background: url(img/hotel.jpg) top center no-repeat;
}

a.hospital {
	background: url(img/hospital.jpg) top center no-repeat;
}

a.base {
	background: url(img/base.jpg) top center no-repeat;
}

a.stadium {
	background: url(img/stadium.jpg) top center no-repeat;
}


#scheme {
	display: block;
	background: url(img/scheme.png) top left no-repeat;
	padding-bottom: 5px;
}

#scheme li {
	line-height: 30px;
	font-size: 150%;
	list-style: none;
}

.vote {
	font-weight:bold;
}

#cup_list {
	width: 495px;
	border: 1px #060 solid;
	border-right: none;
}

#cup_list td {
	border-right: 1px #060 solid;
}

#cup_list td table {
	border-bottom: none;
}

#cup_list td table td {
	border: none;
	border-bottom: 1px #060 solid;
	padding-left: 5px;
}

/* Bar Graphs */
.graph {
}
.bar-title {
  line-height: 20px;
  margin-top:7px;
}
.bar-container {
  height: 10px;
  text-align: left;
}
.bar-container div {
  float:left;
  background-color:#cc4400;
  height: 10px;
  font-size:11px;
  font-weight:bold;
  line-height: 10px;
  text-align: center;
}
.bar-container span {
  font-size:11px;
  font-weight:bold;
  line-height: 10px;
  padding-left:3px;
}
#poll-results p {
  text-align: center;
}
