@CHARSET "UTF-8";

h1 {
	color: #044476;
}

a {
	color: #0509ab;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.g-page, .g-footer {
	background: #FFF url(/i/all_bg.png) repeat-y 0 0;
}

.g-wrapper {
	padding-right: 13px;
}

.b-menu a,
.b-footer a {
	color: #F8F400;
}
	
.b-menu a:hover,
.b-footer a:hover,
.b-menu a:active,
.b-footer a:active {
	color:#ffa038;
}

.g-body {
}

/* menu */
.b-menu {
	color: #f8f400;
	font-size: 1.1em;
	font-weight: bold;
	overflow: hidden;
	width: 220px;
}

	.b-menu ul.menu {
		padding:1em 0 0 1.5em;
	}
		
		.b-menu ul.menu li {
			line-height:2em;
			padding-left: 1.5em;
			margin:0;
			background:url(/i/menu_list.png) no-repeat 0 0.3em;
		}
		
		.b-menu ul.submenu {
			padding-right:0;
		}
			.b-menu ul.submenu li{
				background:none;
				padding-left:1em;
				margin:0;
			}
		
	.page .results {
		text-align:center;
		padding-top:3em;
		padding-bottom:2em;
	}
	
	#results {
		color:#000000;
		width:180px;
		height:180px;
		border: 2px solid #085ffe;
		margin: 1em auto;
		background:#ffffff;
		position:relative;
	}
	
	.scroller_texts {
        left: 0;
		margin: 0 auto;
		width:100%;
	}
				
	.scroller_texts * {
		text-align: center;
	}
		
	.scroller_delimeter {
		display:block;
		width:80%;
		height: 1px !important;
		font-size:0;
		margin: 8px auto;
		background: #000000;
	}
	
	.b-menu .contacts {
		background-color:#FFF;
		border:2px solid #085FFE;
		color:#000;
		margin:0 auto 2em auto;
		padding:5px;
		width:170px;
	}
		
		.b-menu .contacts p {
			margin-bottom:0.5em
		}
		
	.b-menu .informer {
		margin:0 auto;
		padding-bottom:1em;
		
	}
	
/* content */			
.b-content {
	background: #FFF;
	width: 790px;
}

	.b-content .content {
		padding: 0.5em;
        font-size: 1.1em;
	}
	
/* результаты матчей */
.b-results {
	background:#c1c1c1;
	border-spacing:1px;
	border-collapse:separate;
	width:90%;
	margin:0 auto 3em auto;
}
	
	.b-results td {
		background:#ffffff;
		text-align:center;
		padding: 0.1em 0.5em;
	}
	
	.b-results th {
		background: #cccccc;
		padding: 0.1em 0.5em;
	}
	
	.b-results .first td {
		color: #FFFFFF;
		background: #006a25;
	}
	
	.b-results .first-first td {
		color: #FFFFFF;
		background: #003725;
	}
	
	.b-results .last td {
		color: #FFFFFF;
		background: #b22e2e;
	}
	
	.b-results .last-last td {
		color: #FFFFFF;
		background: #e52e2e;
	}

.b-metch-result *{
	text-align:center;
}

/* новости */
.b-news {
	border: 1px solid #BABABA;
	color: #0509ab;
	margin: 0.7em 0.7em 2em;
	text-decoration:none;
	width: 90%;
}

	.b-news a {
		color: #044476;
	}
	
	.b-news div {
		padding: 0.3em;
	}
	
	.b-news .head {
		background-color: #BDBDBD;
		border-bottom: 1px solid #BABABA;
		color: #044476;
		font-weight: bold;
		text-align: left;
	}
	
	.b-news .content .go {
		padding:0.5em 0 0 0;
	}
	
	
/* ссылки */
.b-links {
	margin-top: 1em;
}
	.b-links li {
		padding: 0.25em 0 0.25em 1em;
	}

/* footer */
.b-footer {
	background: url(/i/foot_bg.png) repeat-x;
	border-top: 4px solid #ff9430;
	height:83px;
	margin-right: 13px;
	position:relative;
	color:#f8f400;
	font-weight:bold;
}
	.b-footer .copyright {
		position:absolute;
		top:14px;
		left:30px;
		text-align:center;
	}
	
	.b-footer .links {
		position:absolute;
		top:0;
		right:0;
		width:790px;
		text-align:center;
		padding:8px 10px 8px 20px;
	}
		.b-footer .links table {
			margin: 0 auto;
		}
			.b-footer .links table td {
				padding: 0 1em;
			}
	.b-footer .address {
		position:absolute;
		bottom:0.6em;
		left:0;
		padding: 0 5px;
	}
	
	.b-footer .develop {
		position:absolute;
		bottom:0.6em;
		right:0;
		padding: 0 5px;
	}
