<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body
{
	margin:0px;
	padding:0px;
	width: 100%;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#b1bdc4;
	font-size:12px;
	min-width:1212px;
}

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

span
{
	color: #333333;
	font-size:12px;
}

a
{
	color: #105590;
	font-size:12px;
	text-decoration:none;
}
a.team_link_none_decoration
{
	color: #018385;
	font-size:12px;
	text-decoration:none;
}
a.green_link_none_decoration
{
	color: #315166;
	font-size:12px;
	text-decoration:none;
}
a.green_link_none_decoration:hover 
{
	color: #052c00 !important;
	font-size:12px;
	text-decoration:none; 
}

a.green_link
{
	color: #315166;
	font-size:12px;
	text-decoration:underline;
}

a.green_link:hover 
{
	color: #052c00 !important;
	font-size:12px;
	text-decoration:underline;
}


a:hover
{
	color: #000099;
	font-size:12px;
	text-decoration:none;
}

.main_table
{
	width:100%;
	margin:0px;
	padding:0px;
}
.main_block
{
	width:100%;	
}

.main_block td
{
	vertical-align:top;	
}
.main_block .name_block
{
	color:#315166;
}
.name_block_2
{
	color:#018385;
}
.main_block .name_block, .name_block_2
{
	display:block;
	padding:0px;
	margin-bottom:10px;
	margin-top:0px;
	font-size:20px;
}

.main_block .div_main_block
{
	position:relative;
	margin:10px;
	padding:20px;
	display:block;
	background:#FFF; /* for non-css3 browsers */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff'); /* пїЅпїЅпїЅ IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ffffff));
	background: -moz-linear-gradient(top,  #efefef,  #ffffff); /* пїЅпїЅпїЅ firefox 3.6+ */ 
	background: -o-linear-gradient(top,  #efefef,  #ffffff); /* пїЅпїЅпїЅ Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efefef,  #ffffff); /* пїЅпїЅпїЅ IE10+ */
	background: linear-gradient(top,#efefef,#ffffff);
	border: #d5d5d5 1px solid;
	border-radius:5px;
}
.footer
{
	margin:10px;
	padding:20px;
	display:block;
	background:#FFF; /* for non-css3 browsers */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff'); /* пїЅпїЅпїЅ IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ffffff));
	background: -moz-linear-gradient(top,  #efefef,  #ffffff); /* пїЅпїЅпїЅ firefox 3.6+ */ 
	background: -o-linear-gradient(top,  #efefef,  #ffffff); /* пїЅпїЅпїЅ Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efefef,  #ffffff); /* пїЅпїЅпїЅ IE10+ */
	background: linear-gradient(top,#efefef,#ffffff);
	border: #d5d5d5 1px solid;
	border-radius:5px;
	color:#565656;
}

.footer a
{
	margin-right:20px;
}

.tableOnMain
{
	font-size:12px;
	width:100%;
}

.tableOnMain .name
{
	font-size:15px;
	color:#000000;
	font-weight:500;
	background:#c9dae4;
}

.tableOnMain a
{
	font-size:12px;
	color:#105590;
	text-decoration:underline;
}

#tabs, #tabsText{
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
}
#tabs
{
	z-index:1;
}
#tabs li{
	padding:5px 10px;
	margin:0;
	float:right;
	cursor:pointer;
	/*background:#CCC;*/
	background:#ECEEF0; /* for non-css3 browsers */ 
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#a5abcc'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#a5abcc));
	background: -moz-linear-gradient(top,  #efefef,  #a5abcc); 
	background: -o-linear-gradient(top,  #efefef,  #a5abcc); 
	background: -ms-linear-gradient(top,  #efefef,  #a5abcc); 
	background: linear-gradient(top,#efefef,#a5abcc);*/
	border-radius: 5px;
	border: #89939b solid 1px;
	margin-right:1px;
	margin-bottom: -5px;
	height: 20px;
	font-weight: bold;
	color: #315166;
}
#tabs li.current{
background:#315166; /* for non-css3 browsers #9CB5DA*/ 
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5d0df', endColorstr='#6671a5');
	background: -webkit-gradient(linear, left top, left bottom, from(#c5d0df), to(#6671a5));
	background: -moz-linear-gradient(top,  #c5d0df,  #6671a5); 
	background: -o-linear-gradient(top,  #c5d0df,  #6671a5); 
	background: -ms-linear-gradient(top,  #c5d0df,  #6671a5);
	background: linear-gradient(top,#c5d0df,#6671a5);*/
color:#fff;}

#tabs li a
{
	text-decoration:none;
	color: #315166;
}
#tabs li.current a
{
	text-decoration:none;
	color: #fff;
}
#tabsText{
	clear:both;
	z-index:2;
}
#tabsText li{
	padding:0px;
	/*position:absolute;*/
	width:100%;
	display:none;
}

#tabsText table{
	margin:5px;
	border: #89939b solid 1px;
}

.mainTableInfo
{
	background-color:#ccd4e4; 
	width:100%;
	color:#000000;
	margin:0px !important;
}
.mainTableInfo td:first-child
{
	width:160px;
}
.mainTableInfo td:first-child b 
{
	display: block;
	float:left;
	margin-right: 10px;
}
.mainTableInfo thead td:first-child span, .mainTableInfo thead td:first-child a
{
	display: block;
	float:left;
	margin-top: -7px;
	font-size: 20px;
	text-decoration: none;
}
.mainTableInfo thead
{
	background-color:#b1bdc4; 
	color:#315166;
	font-size: 12px !important;
}

.mainTableInfo .line_type1
{
	background-color: #dce6ea;
}


.mainTableInfo .line_type2
{
	background-color: #ffffff;
}

.data
{
	font-size:12px;
	color:#7e7d84;
	margin-right: 5px;
}

.news_headline
{
	font-weight: bold;
	text-decoration:none;
}
.news_headline:hover
{
	font-weight: bold;
	text-decoration:underline;
} 

.m_soon
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.m_soon li
{
	margin-top:10px;
}

#footer_menu
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#footer_menu li
{
	margin-left:20px;
	display:inline;
}

.periods
{
	//margin-left:10px;
}

#counter
{
	list-style-type:none;
	padding-left:0px;
}
#counter li
{
	float:left;
	display: block;
	position:relative;
	width: 20px;
	height: 15px;
	text-align:center;
	padding:5px;
}
#counter .selected
{
	color:#414142;
	font-weight:bold;
}
.news_pages span
{
	display: block;
	position:relative;
	float:left;
	text-align:left;
	font-style:italic;
	color:#315166;
	margin-left:5px;
	padding-top:5px;
}
.news_pages input
{
	margin-left:20px;
	display: block;
	position:relative;
	float:left;
	text-align:right;
	width:30px;
	color:#414142;
}
.news_pages .show_all
{
	display:block;
	float:left;
	margin-left:20px;	
	background: #42ABE6;/*url("/images/bg_button.png") repeat-x scroll 0 0 transparent;*/
    color: #FFFFFF;
    font-size: 11px;
    height: 18px;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    width: 90px;
}
.with_middle_td td
{
	vertical-align:middle;
}
.team_table td a
{
	rgb(68,68,68);
}
.team_table tr
{
	height:35px;
}
.team_table td
{
	width:15%;
	height:35px;
	vertical-align: top;
}
.team_table a
{
	display:block;
	height:35px;
  color: rgb(68,68,68);
  text-decoration: none;
  padding: .2em 1.2em;
  outline: none;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 2px;
  background: #d9d9d9;
  background: linear-gradient(to top,#d9d9d9, #d5d5d5);
}
.team_table a:hover
{
border: 1px solid rgb(198,198,198);
  background: #f7f7f7;
  background: linear-gradient(#f7f7f7, #f1f1f1);*/
 /* box-shadow: 2px 2px 3px rgba(0,0,0,.1);*/
}
.header_team_block
{
	position:relative;
	overflow: hidden;
	display:block;
	height:129px;
	border-radius:5px;
	width:200px;
	background:#f8f5d3;
	padding:5px;
}
.a_left {
    left: 0px;
}
.a_right {
    right: 0px;
}
.a_left, .a_right {
	background: transparent;
    display: block;
    cursor:pointer;
    font-size: 26px;
    height: 119px;
    top: 0;
    width: 25px;
    z-index: 40;
}
.header_team_block .list 
{
	display: block;
    height: 84px;
    left: 0;
    top:35px;
    padding-left: 0px;
    position: absolute !important;
}
.header_team_block .list div
{
	position: relative;
	display: block;
    float: left;
    color:#333333;
    text-align:left;
    height: 94px;
    width: 180px;
    padding:5px 15px;
}
.header_team_block .list div a 
{
	position:absolute;
	display:block;
	font-size: 11px;
	bottom:5px;
	right:5px;
	z-index: 40;
}
.galery_subject
{
	display:block;
	float:left;
	margin-right:10px;
	text-align: center;
	margin-bottom: 10px;
}
.galery_subject a
{
	font-size:16px;
}
.galery_subject img 
{
	height:200px;	
}
.galery_image
{
	display:block;
	float:left;
	margin-right:10px;
	text-align: center;	
	margin-bottom: 10px;
	text-align: center;
}
.galery_image img 
{
	height:200px;		
}
.school_name
{
	display:block;
	font-size:16px;
	padding-left: 20px;
}
.school_name a:hover, .school_name a
{
	font-size:14px;
}
.subjects_for_schools
{
	display:none;
	margin-left:40px;
}
.subjects_for_schools td 
{
	padding:2px 15px;
}
.nav_years
{
	display:block;
	float:right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.nav_years span
{
	color:#000;
}
.nav_years span a
{
	color:#315166;
}
.nav_year_pages
{
	display:inline-block;
	position:relative;
}
.nav_year_pages .nav 
{
	padding:3px 8px;
	background: #42ABE6;/*rgba(153,204,153,1);*/
	color:#000;
}
.nav_year_pages_selected,.nav_year_pages_noneact
{
	display:inline-block;
	position:relative;
}
.nav_year_pages_selected,.nav_year_pages_noneact,.nav_year_pages 
{
	text-align:center;
	margin-left: 10px;
}
.nav_year_pages_selected .nav,.nav_year_pages_noneact .nav
{
	padding:3px 8px;
	color:#000;
}
.nav_year_pages_selected .nav
{
	font-weight: bold;
	background: #FDBD46;
}
.nav_year_pages_noneact .nav
{
	background: #c9c9c9;
	color:#666666;
}
.nav_year_pages:hover
{
	color:#fff;
}
.nav_years_list
{
	display:none;
	position:absolute;
	left:0px;
	top:19px;
	background: #b1bdc4;
	z-index: 20;
}
.n_years
{
	display:block;
	float:left;
	margin:5px;
	height:17px;
}
span.n_years
{
	font-weight: bold;
}
.ms_table
{
	display:block;
	border:none;
}
.ms_table td 
{
	border:none;
}
.ms_table td:first-child
{
	width:100px;
}
.date_ms 
{
	display:block;
	color:#800080;
	border-bottom:1px solid #800080;
	margin-bottom: 20px;
	float:left;
}
.date_ms td:nth-child(3)
{
	padding-left:40px;
}
.date_ms td:nth-child(even)
{
	text-align:right;
	padding-left:10px;
}
.date_ms td:nth-child(odd)
{
	text-align:left;
}
.MSDTable
{
	background-color:#ccd4e4; 
	width:100%;
	color:#000000;
	margin:0px !important;
}
.MSDTable td:first-child
{
	/*width:auto;*/
	
}
.MSDTable thead
{
	background-color:#b1bdc4; 
	color:#315166;
	font-size: 12px !important;
}

.MSDTable .line_type1
{
	background-color: #dce6ea;
}


.MSDTable .line_type2
{
	background-color: #ffffff;
}
.bar_olimpiads
{
	display:block;
	width:300px;
	height:16px;
	background: #7cc6c9;
	border:2px solid #039c9a;
}
.bar_olimpiads div.progress
{
	display:block;
	height:16px;
	float:left;
	background: #039c9a;
}
.statistics
{
	display:block;
	margin-top:15px;
	color:#238890;
}
.winners,.prizes
{
	display:block;
	float:left;
	margin:15px 25px;
	width:96px;
	height:96px;
	border-radius:48px;
	text-align: center;
}
.winners .num,.prizes .num
{
	display:block;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	margin-top:16px;
}
.winners 
{
	background: #d4c335;
	border:2px solid #cbb234;
	color:#b9a826;
}
.prizes
{
	background: #d9d9d9;
	border:2px solid #b9b9b9;
	color:#b9b9b9;
}</pre></body></html>