.table_blur {
  background: #e0e0e0;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid	#A9A9A9;
  width: 100%;
}
.table_blur th {
  */border-top: 1px solid #A9A9A9;	
  */border-bottom: 1px solid #A9A9A9; 
  */box-shadow: inset 0 1px 0 #999999, inset 0 -1px 0 #999999;
  background: linear-gradient(#778899, #808080);
  color: white;
  padding: 5px 15px;
  position: relative;
}
.table_blur th:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 25%;
  height: 25%;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255,255,255,.08));
}
.table_blur tr:nth-child(odd) {
  background: #FFFFFF;
}
.table_blur th:first-child {
  */border-left: 1px solid #777777;	
  */border-bottom:  1px solid #777777;
  */box-shadow: inset 1px 1px 0 #999999, inset 0 -1px 0 #999999;
}
.table_blur th:last-child {
  */border-right: 1px solid #777777;
  */border-bottom:  1px solid #777777;
  */box-shadow: inset -1px 1px 0 #999999, inset 0 -1px 0 #999999;
}
.table_blur td {
  text-align: center;
  border: 1px solid #A9A9A9;
  padding: 5px 10px;
  position: relative;
  transition: all 0.5s ease;
  color: #000000;
  font-size: 13px;
}
/*-----------*/
.table_s {
width: 100%;	
border-spacing: 0 2px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
}
.table_s th {
padding: 10px 20px;
background: #808080;
color: #F8F8FF;
border-right: none; 
font-size: 0.9em;
}
.table_s th:first-child {
text-align: left;
}
.table_s th:last-child {
border-right: none;
}
.table_s td {
width: 200px;	
background: #DCDCDC;
vertical-align: middle;
padding: 10px;
font-size: 15px;
text-transform: uppercase;
text-align: center;
border-top: 2px solid #56433D;
border-bottom: 2px solid #56433D;
border-right: 2px solid #56433D;
}
#away {
border-left: 2px solid #56433D;
border-right: none;
}
#home {
border-left: none;
border-right: none;
}
.table_s td:nth-child(2){
text-align: left;
}
.table_price {
  border-collapse: collapse;
  border-left: 3px solid #95161f;
  border-right: 3px solid #95161f;
  border-bottom: 3px solid #95161f;
  font-family: "Lucida Grande", sans-serif;
  font-size: 18px;
  text-align: left;
 }
.table_price caption {
  background: #95161f; 
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px  4px 0 rgba(0,0,0,.3);
  color: white;
  font-family: "Roboto Slab",serif;
  font-style: normal;
  font-size: 26px;
  text-align: center;
  margin: 0;
}

.table_price th {
  text-align: left;
  font-size: 18px;
}
.table_price tr:nth-child(2n) {
  background: #E5E5E5;
}
.table_price td:last-of-type {
  text-align: left;
  padding-top: 11px;
}
.table_price a {
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  background: #F79361;
  box-shadow: 2px 2px 0 0 #a22800;
  position: relative;
  color: black;
}
.table_price a:hover {
  box-shadow: none;
  top: 2px;
  left: 2px;
}
.table_price a:visited {
  color: black;
}
#img {
  padding: 5 5;
}
#hm {
	text-align: right;
	padding-top: 12px;
}
#aw {
	text-align: left;
	padding-top: 12px;
}
#goalaw {
	text-align: right;
	padding-top: 12px;
}
#goalhm {
	text-align: left;
	padding-top: 12px;
}
#ot {
	text-align: center;
	padding-top: 12px;
}
.table_mini {
  font-size: 12px;
  width: 100%;
  background: #e0e0e0;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid	#A9A9A9;
}
.table_mini th {
  border-top: 1px solid #A9A9A9;	
  border-bottom: 1px solid #A9A9A9; 
  */box-shadow: inset 0 1px 0 #999999, inset 0 -1px 0 #999999;
  background: linear-gradient(#778899, #808080);
  color: white;
  padding: 5px 5px;
  position: relative;
}
.table_mini tr:nth-child(odd) {
  background: #FFFFFF;
}
.table_mini td {
	border: 1px solid #A9A9A9;
	padding: 5px 5px;
}
#m {
	background: #e0e0e0;
	border: 1px solid #A9A9A9;
	font-weight: bold;
}

/*Tables*/
.table_main {
  font-size: 12px;
  width: 100%;
  background: #FFFFFF;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid	#A9A9A9;
}
.table_main th {
  border-top: 1px solid #A9A9A9;	
  border-bottom: 1px solid #A9A9A9; 
  */box-shadow: inset 0 1px 0 #999999, inset 0 -1px 0 #999999;
  background: linear-gradient(#778899, #808080);
  color: white;
  padding: 5px 0px;
  position: relative;
}

.table_main td {
	border-left: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
	padding: 5px 5px;
}
.table_main a{
	text-decoration: none;
	color: #808080;
}
#team {
	border-left: none;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}
#conf {
	background: #FFFFFF;
	border-left: none;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
}
#div {
	background: #FFFFFF;
	text-align: left;
	text-transform: uppercase;
	padding: 5px;
}
#player {
	
	text-align: left;
	*/text-transform: uppercase;
	font-weight: bold;
}
#player a{
	text-decoration: none;
	color: #808080;
}
/*СТИЛЬ ЛИДЕРОВ*/

.ugolkrug{
 width:170px; /* Длина фигуры */
 height:170px; /* Высота фигуры */
 color: #0000; /* цвет текста */
 background:#95161f; /* фон блока */
 border: 1px #333333 solid; /* стили рамки */
 -moz-border-radius: 75px; /* закругление для старых Mozilla Firefox */
 -webkit-border-radius: 75px; /* закругление для старых Chrome и Safari */
 -khtml-border-radius:75px; /* закругл. для браузера Konquerer системы Linux */
 border-radius: 50%; /* закругление углов для всех, кто понимает */
}
.ugolkrugmini{
 width:50px; /* Длина фигуры */
 height:50px; /* Высота фигуры */
 color: #0000; /* цвет текста */
 background:#95161f; /* фон блока */
 border: 1px #333333 solid; /* стили рамки */
 -moz-border-radius: 75px; /* закругление для старых Mozilla Firefox */
 -webkit-border-radius: 75px; /* закругление для старых Chrome и Safari */
 -khtml-border-radius:75px; /* закругл. для браузера Konquerer системы Linux */
 border-radius: 100%; /* закругление углов для всех, кто понимает */
}
.teamlogo{
    position: absolute;
    width: 70px;
    margin-top: 105px;
    margin-left: 100px;
}
.shrift{
	font-weight: bold;
	text-align: center;
}
.telo{
	border: 1px #0000 solid;
}
.tdt{
	width: 100px;
	height: 20px;
}
#leader {
	float: left;
	margin-left: 10px;
}
#leader a{
	text-decoration: none;
	color: #95161f;
}
#leader a:hover{
	font-style: oblique;
	
}
#lead_name {
	text-align: center;
	font-size: small;
	color: #0b70a5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
}
#lead_players {
	margin-left: 30px;
	width: 200px; 
	float: left;
}
#lead_players_name {
	border-bottom: 1px solid;
	text-align: left;
	padding: 3px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: x-small;
}
#lead_players_num {
	margin-left: 5px;
	width: 30px; 
	text-align: center;
	padding: 3px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
#main{
    background: none;
    white-space: nowrap;
    overflow-x: auto;
	width: 100%;
}
.center {
    text-align: right;
}
.pagination {
	
    display: inline-block;
}

.pagination a {
    color: #757575;
    float: left;
    padding: 5px 10px;
    text-decoration: none;
	margin: 5px 2px;
	
}

.pagination a.active {
    background-color: #e0e0e0;
    color: #757575;
    
}
.pagination a.none {
    background-color: #fff;
    color: #757575;
    
}
.pagination a:hover {
    background-color: #ddd;
    
}
.pagination a:hover.active {
    background-color: #e0e0e0;
    
}
.pagination a:hover.none {
    background-color: #fff;
   
}
#main_trener{
	margin-left: 25px;
	margin-bottom: 30px;
	text-align: center;
	float: left;
	display: inline-block;
	height: 200px;
	
}
.trener_team{
	font-size: medium;
	color: #0b70a5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
}
.trener_user{
	font-size: small;
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	vertical-align: top;
}
/*Календарь*/
.cal_main{
overflow: hidden;
border: 1px solid #d7e6ee;
padding: 5px 10px 5px 10px;
margin-top: -1px;
}
.cal_num{
	float: left;
	width: 20px;
	text-align: center;
	border-right: 1px solid #d7e6ee;
	height: 70px;
	padding-right: 30px;
	padding-top: 25px;
	padding-left: 16px;
}
.cal_main div{
	float: left;
}
.cal_main img{
	width: 60px;
	
}
.cal_team{
	margin: 20px 5px 0px 5px;
	width: 180px; 
	
}
.cal_team_right{
	margin: 20px 5px 0px 5px;
	width: 180px;
	text-align: right;
}
.cal_score{
	width: 90px;
	text-align: center;
	padding-top: 20px;
}
.cal_score span{
	color: #000;
	font-size: large;
	font-weight: bold;
}
.cal_score a{
	text-decoration: none;
}
.cal_score a:hover{
	font-weight: bold;
}
.lenta_score {
	border-left: 1px solid; 
	border-color: #454444; 
	min-width: 200px; 
	max-width: 200px;
}
.scroll{
min-width: 1820px;	
max-width: 1820px;
display: flex;
flex-wrap: nowrap;
overflow-x: scroll; 
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; 
font-size: 16px; 
color: #262626; 
scrollbar-width: none;
height: 70px;
}
.scroll::-webkit-scrollbar {
  display: none;
}
#date{
	text-align: center;
	font-size: 10pt;
	padding-top: 2px;
}
#month{
	text-align: center;
	font-size: 10pt;

}
#year{
	text-align: center;
	font-size: 10pt;

}
#abbr{
	padding: 0 8 0 8;
}
#goals{
	font-size: 18pt;
}
.data{
	float: left; 
	padding: 0 8 0 8;
	height: 50px;
	color: #F5F5F5;
	border-right: 1px solid;
	border-color: #454444;
	margin-top: 3px;
}
.schet{
	float: left;
	padding: 0 8 0 0;
	color: #F5F5F5;
	font-weight: bold;
}

.holder{
    position:relative;   
    min-width:200px;
    padding-top: 3px;
    margin: auto;
}
.block{
    position:absolute;

    /*background:#2f3441 url("/tables/khl/images/bg-header.png") repeat-x;*/
	background: linear-gradient(#778899, #808080);
    padding:3 0 3 0;
    display:none;
	min-width: 198px; 
	max-width: 198px;
	min-height: 72px;
	max-height: 72px;
	text-align: center;
	font-size: 12px;
}
.block a{
	text-decoration: none;
	color: black;
	font-size: 16px;
	margin-top: 15px;
	}
.block span{
	margin-bottom: 15px;
}	
.block a:hover{
	color: black;
	font-weight: bold;
}
.holder:hover .block{
    display:block;
}

#statslink a{
	text-decoration: none;
	color: #808080;
}

.table_roster {
  font-size: 12px;
  width: 100%;
  background: #FFFFFF;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid	#A9A9A9;
  font-weight: bold;
}
.table_roster th {
  border-top: 1px solid #A9A9A9;	
  border-bottom: 1px solid #A9A9A9; 
  */box-shadow: inset 0 1px 0 #999999, inset 0 -1px 0 #999999;
  background: linear-gradient(#778899, #808080);
  color: white;
  padding: 5px 0px;
  position: relative;
  text-align: center;
}
.table_roster tr:nth-child(odd){
	background:#E6EEEE;
	}
.table_roster td {
	border: 1px solid #A9A9A9;	
	padding: 5px 5px;
	
}
.table_roster a{
	text-decoration: none;
	color: #808080;
}
.table_roster_name {
	border: 1px solid #A9A9A9;	
	padding: 5px 5px;
	text-align: left;
}
.table_roster_name a{
	text-decoration: none;
	
}
.table_legend_left {
	border: 1px solid #A9A9A9;
	float: left;
	margin-top: 10px;
	width: 60%;
	height: 70px;
	font-size: 10pt;
}
.table_legend_left tr:nth-child(odd){
	background:#E6EEEE;
	}
.table_legend_left td{
	padding: 3px;
}
.table_legend_right {
	border: 1px solid #A9A9A9;
	float: left;
	margin-top: 10px;
	width: 40%;
	font-size: 10pt;
	border-left: none;
	min-height: 100px;
}
.table_legend_right td{
	padding: 3px;
}
/*-----------*/


#content {
  font-family: Helvetica;
  font-weight: bold;
  width: 200px;
  margin: 20px auto;
  padding: 10px;
  border: 1px dotted gray;
}

.select-wrapper-one {
  float: left;	
  
  width: 200px;
  margin-left: 20px;
  border: 1px solid #6C7231;
  border-radius: 3px;
}

.select-wrapper-one:hover {
  box-shadow: 0px 0px 3px gray;
}

.select-wrapper-one select {	
  width: 200px;
  height: 28px;
  padding: 0 20px 0 7px;
  background: transparent;
  border: 0;
  /*appearance: none;            /* remove arrow        */
 /*-webkit-appearance: none;    /* remove arrow Chrome */
  /*-moz-appearance: none;       /* remove arrow FF     */
}
.select-wrapper-one select::-ms-expand{
    display: none;             /* remove arrow IE     */
}

.select-wrapper-two {
  float: left;	
  
  width: 200px;
  margin-left: 50px;
  border: 1px solid #6C7231;
  border-radius: 3px;
}
.select-wrapper-two:hover {
  box-shadow: 0px 0px 3px gray;
}

.select-wrapper-two select {	
  width: 200px;
  height: 28px;
  padding: 0 20px 0 7px;
  background: transparent;
  border: 0;
  /*appearance: none;            /* remove arrow        */
  /*-webkit-appearance: none;    /* remove arrow Chrome */
  /*-moz-appearance: none;       /* remove arrow FF     */
}
.select-wrapper-two select::-ms-expand{
    display: none;             /* remove arrow IE     */
}
.select-wrapper-tree {
  float: left;	
  
  width: 200px;
  margin-left: 60px;
  border: 1px solid #6C7231;
  border-radius: 3px;
}
.select-wrapper-tree input {	
  color: white;
  width: 200px;
  height: 28px;
  padding: 0 20px 0 7px;
  background: #17456c url(http://vkhl-online.ru/forum/wi/ia/tc.gif) repeat-x;
  border: 0;
}
.s {
	margin-left: 50px;
	float: left;
	font-family: Helvetica;
    font-weight: bold;
	width: 50px;
	height: 20px;
	padding: 5px 0px 2px;
	border: none;
	text-align: justify;
}
.button_tables {
  float: left;	
  width: 160px;
  margin-left: 10px;
  margin-bottom: 20px;
  border: 1px solid #6C7231;
  border-radius: 3px;
}
.button_table {
  display: inline-block;
  border-radius: 4px;
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 1px;
  width: 160px;
  transition: all 0.1s;
  cursor: pointer;
  margin-left: 2px;
}
.button_table a{
	text-decoration: none;
	color: black;
}
.button_table:hover a {
  color: black;
  font-weight: bold;
}
.button_tables input {
  display: inline-block;
  border-radius: 4px;
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 1px;
  width: 160px;
  transition: all 0.1s;
  cursor: pointer;
  margin-left: 2px;
}
.button_tables input{
	text-decoration: none;
	color: black;
}
.button_tables:hover input {
  color: black;
  font-weight: bold;
}
/* 


/* Style #3 */

.select-arrow-3 {
float: left;
  position: absolute;
  z-index: -9999;
  border: 8px solid transparent; 
  border-bottom: 0;
  right: 6px;
}
.select-arrow-3:nth-child(1) {
  top: 11px;
  border-top-color: #6C7231;
}
.select-arrow-3:nth-child(2) {
  top: 8px;
  border-top-color: #FFF;
}
	