@CHARSET "ISO-8859-1";

div, ul, li, body, html, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

div, p, td, a, li, span {
	font-family: Arial, sans-serif;
}

table {
	border-collapse: collapse;
}

/*td {
	vertical-align: top;
}*/

a {
	outline: none;
	color: blue;
}

a img {
	border: none;
}


:focus
{
  -moz-outline-style: none;
}

.clear {
	clear: both;
}

body {
	background: #ffffff url("../images/general/body_bg.jpg") center top no-repeat;
}


#page_wrapper {
   width: 100%;      	
}


#page {
	width: 966px;
	margin: auto;
	position: relative;
	/*overflow: hidden;*/
	left: 3px;
}

#header .logo {
	display: block;
	border: none;
}



#top_menu_wrapper {
    margin-top: 18px;
    background: #26207f url("../images/top_menu/bg.gif") repeat-x;    
}

#top_menu {
	background: transparent url("../images/top_menu/left.gif") left no-repeat;	
	width: 100%;	
	height: 37px;	
}

#top_menu ul.menu {
	width: 100%;
	height: 37px;	
	background: transparent url("../images/top_menu/right.gif") top right no-repeat;	
	text-align: center;
	list-style: none;		
	display: inline-block;
}


#top_menu ul.menu li {
	display: inline;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}


#top_menu ul.menu li a {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	height: 17px;
	padding: 10px 21px 10px 15px;
	background: transparent url("../images/top_menu/separator.gif") top right no-repeat;
	text-align: center;
}


#top_menu ul.menu li.last a {
	background: none;
	padding-right: 5px;
}


#top_menu ul.submenu {
	display: block;
	position: absolute;
	list-style: none;
	background-color: #eff6ff;
	border-left: 1px solid #57c7ea;	
	border-right: 1px solid #57c7ea;
	border-bottom: 1px solid #57c7ea;
	display: none;
	z-index: 1000;
} 

#top_menu ul.submenu li {
	display: block;	
	line-height: 16px;	
	padding: 2px 15px 2px;	
	background: none;
	text-align: left;
	font-size: 12px;		
	border-bottom: 1px solid #57c7ea;
}


#top_menu ul.submenu li:hover,
#top_menu ul.submenu li.hover {
	background: #c3defc;
}

#top_menu ul.submenu li a {
	padding: 0;
	display: inline-block;
	color: #424242;
	background: none;
}

#top_menu ul.submenu li.first {
	padding-top: 5px;
}

#top_menu ul.submenu li.last {
	border: none;
}

#main {
	width: 100%;
	margin-top: 15px;
	font-size: 12px;
}

#main .left {
	width: 243px;
	background: #f3f9ff url("../images/general/main_bottom_left.gif") bottom left no-repeat;
	vertical-align: top;
}

#main .center {
	padding: 0 20px;
	vertical-align: top;	
}

#main .right {
	width: 243px;
	background: #f3f9ff url("../images/general/main_bottom_right.gif") bottom right no-repeat;
	vertical-align: top;
}


h1.column_heading {
	height: 19px;
	overflow: hidden;
	background: #ffffff url("../images/left_column/column_heading_bg.gif") repeat-x;
	color: #f55100;
	font-size: 17px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 10px;
}


h1.column_heading span {
	background-color: #ffffff;
	padding: 0 5px;
}


#main .left .outer_block_wrapper {
	width: 100%;
	background: #ffffff url("../images/left_column/block_bg_center.gif") repeat-y;
}

#main .left .inner_block_wrapper {
	width: 100%;
	background: transparent url("../images/left_column/block_bg_top.gif") top no-repeat;
}

#main .left .block {
	width: 100%;	
	background: transparent url("../images/left_column/block_bg_bottom.gif") bottom no-repeat;
	padding-bottom: 15px;	
}

#main .left .block h1 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 20px;
	padding: 13px 0 0 20px;
}


#main .left .block p.date {
	text-align: right;
	margin: 15px 0;
	padding-right: 10px;		
}

#main .left .block p.teams {
	text-align: center;
	font-weight: bold;
	margin: 15px 0;		
}


#main .left .block .links {
	position: relative;
	overflow: hidden;
	width: 100%;	
	padding-bottom: 8px;
}

#main .left .block .links a {
	color: #1c578a;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	height: 12px;
	line-height: 12px;
}

#main .left .block .links a.button {
	display: block;	
	width: 113px;	
	text-align: center;
	padding: 6px 0;
	padding-left: 6px;
	background: url("../images/left_column/block_button.gif") no-repeat;
	float: left;
}


#main .left .block .links a.arrow {
	display: block;
	width: 28px;
	height: 24px;
	background: transparent url("../images/left_column/arrow.gif") 18px top no-repeat;
	float: right;
	padding-right: 10px;
	padding-left: 18px;	
}


#main .left .juniors_block {
	width: 100%;	
	background: #ffffff url("../images/left_column/juniors_bg.jpg") top no-repeat;
	height: 175px;		
}


#main .left .juniors_block .links {
	margin-top: 112px;
	text-align: right;
}


#main .left .video_block {
	width: 100%;	
	background: #ffffff url("../images/left_column/video_bg.jpg") top no-repeat;
	height: 136px;		
}


#main .left .video_block .links {
	margin-top: 72px;	
}


#main .left .sites_block select {
	width: 170px;
	display: block;
	margin: 20px auto;	
	border: 1px solid #8c8c8c;
	font-weight: bold;
	font-size: 12px;
}


#main .right .block {
	width: 100%;	
}

#main .right .block h1 {	
	color: #ffffff;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 20px;
	height: 26px;
	padding: 2px 0 0 20px;
	background: #3b3cb5 url("../images/right_column/heading_bg.gif") no-repeat;
}


#main .right .sponsors_block img {
	display: block;
	margin: auto;
	margin-bottom: 23px;
}


#main .right .sponsors_block img#sibirtelecom_logo {
	position: relative;
	left: 13px;
	margin-top: 30px;
}

#score_wrapper {
	background-color: #cceaff;
	padding: 3px 4px 9px 2px;
}

#score_wrapper a {
	display: block;
	float: right;
	width: 90px;
	text-align: center;
}


#main .right .news_block {
	padding-bottom: 25px;
}

#main .right .news_block .item {
	padding: 0 10px;	
}

#main .right .news_block .item p {
	margin-bottom: 0;
	color: #000000;
	font-size: 10px;
}

#main .right .news_block .item a {
    color: #3a3d60;
}

#main .right .news_block .item a:hover {
	text-decoration: none;
}


#main .right .score_block {
	background-color: #ffffff;
	padding-bottom: 27px;
}

#main .right .score_block table {
	width: 237px;
	color: #424242;
	font-size: 11px;
	background: #ffffff url("../images/right_column/scores_top.gif") top right no-repeat;
}

#main .right .score_block .top th {
	height: 22px;	
}

#main .right .score_block .bottom td {
    height: 17px;
    background: #ffffff url("../images/right_column/scores_bottom.gif") bottom right no-repeat;    	
}

#main .right .score_block .number {	
	font-weight: normal;
	text-align: center;
	width: 29px;
}

#main .right .score_block td {
	padding: 2px 0;
}

#main .right .score_block .odd td {
	background-color: #eff6ff;
}

#main .right .score_block .even td {
	background-color: #cceaff;
}



#footer {
	width: 100%;
	height: 68px;
	background: #dee9f9 url("../images/general/footer_bg.gif") top no-repeat;
	margin-top: 16px;
}


#footer a,
#footer a:hover {
	color: #6a75ac;
}

#footer a:hover {
	text-decoration: none;
}


#footer .left {
	color: #6a75ac;
	position: relative;
	left: 23px;
	top: 28px;
	font-size: 14px;
	width: 60%;
	float: left;
}


#footer .right {	
	color: #6a75ac;
	position: relative;
	left: -23px;
	top: 22px;
	font-size: 10px;
	float: right;
	text-align: right;
	width: 40%;
}



h1.page_heading {    
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 19px;	
	padding: 2px 0 2px 20px;
	background: #3d3db6 url("../images/pages/page_heading_bg.gif") right repeat-y;
	margin-bottom: 15px;
}

.news_item {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #dee4e6;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.news_item p.date {	
	margin-bottom: 10px;
}

.news_item p.author {
	background-color: #cceaff;
	padding-left: 5px;
	margin-bottom: 10px;
}

.news_item p.author a {
	color: #000000;	
}

.pagenav {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 20px;
}

.pagenav a {
	color: blue;
}

.pagenav span {
	font-weight: bold;
}

#main .center ul {
	padding-left: 40px;
}

#main .center .news_item img {
	padding: 0 10px 10px 0;
}


#main .center .author img {
	padding: 0;
}

#main .center p {
	padding: 5px;
}

#main .center td {
	padding: 2px;
	font-size: 12px;
}

#main .center img {
	padding: 5px;
}


#main .center td img {
	margin: 5px;
    padding: 0;	
}



#main .center .bgline {
	color: #ffffff;	
	font-size: 15px;
	line-height: 16px;	
	padding: 2px 0 2px 0x;
	background: #3d3db6 url("../images/pages/page_heading_bg.gif") right repeat-y;
	margin-bottom: 15px;
}

a.show_all {
	display: block;
	float: right;
	font-weight: bold;
	color: #f55100;
	text-decoration: none;	
}


/*#main .center li {
    position: relative;
    overflow: hidden;
}*/


#main .center h3.bgline {
	padding: 2px 0 2px 15px;
	color: #ffffff;
	margin-bottom: 5px;
}


h3.bgline a,
h3.bgline a.hover {
	color: #ffffff;	
	text-decoration: none;
}

div.smalline {
	margin-top: 3px;
	display: inline-block;
}


img.index_image {
    display: block;
    margin: auto;
    border: 9px solid #dee4e6;
    padding: 0 !important;
    margin-bottom: 5px;
}


#main .center li {
    width: 100%;
    position: relative;
    overflow: hidden;
}