﻿.font14 { font-size:14px; }
.arrLeft, .arrRight { z-index: 10; }
.newsSlider li { width:100%; }
.ui-tabs-hide { display: none;}
.tabsBlock ul li.ui-state-active { background: none repeat scroll 0 0 #188A19;
    border: 0 none;
    padding: 0 34px 3px;
	border-top:1px solid #188A19; }
.tabsBlock ul li.ui-state-active a { color: #FFF; }
.poll {border-top: 1px solid #C7C7C7; padding: 6px 10px;}

.avatarEdit input { visibility:hidden; }
.avatarEdit .ajaxLoaderBig { margin:32px; display:none; }
.avatarEdit { width: 127px; }
.avatarEdit .img { text-align:center; }
.wide { width:100%; float:left; }

.profileAreaData .item .image img { max-width:35px; }
.profileAreaData .item .user .image { margin-right:0; }

.ajaxLoaderBig 
{
    background:url('/images/ajax-loader-64x64.gif') no-repeat center transparent;
    display:block;
    width:64px;
    height:64px;
}
.ajaxLoaderMedium
{
    background:url('/images/ajax-loader-32x32.gif') no-repeat center transparent;
    display:block;
    width:32px;
    height:32px;
}
.ajaxLoaderSmall
{
    background:url('/images/ajax-loader-16x16.gif') no-repeat center transparent;
    display:block;
    width:16px;
    height:16px;
}

.ui-widget-overlay 
{
    background:#000;
	opacity:0.7;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:110;
}
.ui-dialog 
{
	background:#fff;
	position:fixed;
	padding: 20px;
	width:440px;
    font-size: 12px;
    color: #000;
}
.ui-dialog .ui-dialog-titlebar 
{
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 5px;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title 
{
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close
{
    position:absolute;
    width: 11px;
    height: 11px;
    display: block;
    top: 7px;
    right: 10px;
    background: url("/images/closeInact.png") no-repeat scroll 0px 0px transparent;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close.ui-state-hover
{
    background-image: url("/images/closeAct.png");
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick
{
    display:none;
}
.ui-dialog .ui-dialog-content
{
    padding: 10px 0;
    border-bottom: 1px solid #c3c3c3;
    color: #313131;
    line-height: 20px;
}
.ui-dialog .ui-dialog-buttonpane
{
    position:relative;
    top:-10px;
    padding:10px 0;
    background-color:#FFF;
    border-bottom: 1px solid #c3c3c3;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset
{
    text-align:right;
}

.ui-button
{
    background-color: #188A19;
    border: none;
    color: #FFFFFF;
    margin: 0 10px;
    padding: 4px 9px 4px 9px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'pf_dindisplay_proregular';
    cursor:pointer;
}

.ui-button.ui-button-cancel
{
    background-color: #000;
}

.RadioButtonHorizontal 
{
    width:auto;
}
.RadioButtonHorizontal input 
{
    margin-right:5px;
}
.RadioButtonHorizontal label
{
    margin-right:10px;
}

.profileEditContact {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.profileEditContact .dk_container {
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 3px;
}

.profileEditContact .close {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("/images/closeInact.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    float: left;
    height: 11px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    width: 11px;
}

.profileEditContact .close:hover {
    background-image: url("/images/closeAct.png");
    
}

.ui-autocomplete 
{
  box-shadow: rgba(0, 0, 0, .2) 0 2px 8px;
  -moz-box-shadow: rgba(0, 0, 0, .2) 0 2px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, .2) 0 2px 8px;
  text-shadow: #fff 0 1px 0;
  border: 1px solid #8c8c8e;
  border-bottom-width: 2px;
  border-bottom-color: #999;
  color: #333;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  display:block;
  background:#fff;
  float:left;
}

.ui-autocomplete li
{
    list-style: none;
	margin-bottom: 1px;
	margin-right: 10px;
	float:none;
	background:#fff;
	width:100%;
	border-right-width:0;

}

.ui-autocomplete li a
{
    display:block;
    border-bottom: 1px dotted #999;
    margin: 8px 10px;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
	line-height: 11px;
	padding: 0 10px 5px 0;
}
.ui-autocomplete li a:hover 
{
	text-decoration:underline;
}

.ui-autocomplete li:last-child a { border-bottom:none; }

.statistic tr.sel td { background:#83A732; }


.lotteryArea { display:none; position:relative; }
.lotteryZero { position:absolute; top:0; left:0; width:100%; height:100%; }
.lotteryZero img { display:block; width:100%; height:100%; }
    
.searchTitle { margin-bottom:10px; }


.ui-datepicker 
{
    border: 1px solid #C3C3C3;
    background-color: #F4F4F4;
    padding:10px;
    display:none;
    width:250px;
}
.callendar .ui-datepicker { display:block; width:auto; }

.ui-datepicker-header {
    position:relative;
    background-color:#e7e7e7;
    margin:-11px;
    margin-bottom:10px;
    border-bottom:1px solid #c3c3c3;
}

.ui-datepicker-prev {
    background:url("/images/sliderArrLeft.png") no-repeat scroll 0 0 transparent;
    height:21px;
    width:21px;
    position:absolute;
    left:0;
    top:0;
}

.ui-datepicker-next {
    background: url("/images/sliderArrRight.png") no-repeat scroll 0 0 transparent;
    height: 21px;
    width: 21px;
    position: absolute;
    right: 0;
    top: 0;
}

.ui-datepicker-title {
    margin: 0 21px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 13px;
    padding: 4px 0 3px;
    font-family: 'pf_dindisplay_proregular';
    text-align: center;
}

@media (min-resolution: .001dpcm) {
    _:-o-prefocus, .ui-datepicker-title {
		padding: 5px 0 2px;
    }
}

.callendar .ui-datepicker-year { display:none; }

.ui-datepicker-calendar 
{
    font-size: 13px;
    border-collapse: collapse;
}

.ui-datepicker-calendar thead tr
{
    border-bottom: 1px solid #c3c3c3;
}
.ui-datepicker-calendar th
{
    padding:3px 3px 7px 6px;
    text-transform:uppercase;
}
.ui-datepicker-calendar td
{
    color: #6b6b6b;
    padding: 4px 0px;
}

.ui-datepicker-calendar td span, .ui-datepicker-calendar td a
{
    display: block;
    padding: 4px 0 5px 0px;
    vertical-align: middle;
    width: 25px;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
}
.ui-datepicker-calendar td a
{
    text-decoration:none;
    color:#000000;
}
.ui-datepicker-calendar td.ui-datepicker-current-day span, .ui-datepicker-calendar td.ui-datepicker-current-day a
{
    background-color: #000000;
    color: #FFFFFF;
} 

.gray { color:Gray;}

.hidden { visibility:hidden; }
.overhide { overflow: hidden; }
.conferenceIntro 
{
    color: #333333;
    font-size: 11px;
    padding: 10px 10px 6px 10px;
    font-weight: bold;
}
.nowrap { white-space:nowrap !important; }
.score.inprogress, .score .inprogress { background-color:red !important; }
.score.ended, .score .ended { background-color:#383838 !important; }
.dk_options_inner { overflow-y:scroll; }
.tablo .profileArea .profileAreaData.tabloDate input { position:absolute; left:0; bottom:0; width:1px; height:1px; padding:0; border:none; visibility:hidden; }
.tablo .profileArea .profileAreaData { vertical-align:top; }
.tablo .profileArea .label, .tablo .profileArea .profileAreaData { padding-left:0; padding-right: 8px; }
.w104 { width:104px !important; }
.article .social { z-index:100; position:relative; }
.commentsBlock .addCommentBlock { width:546px; float:none; }
.tournir .important td, .tournir .important a { font-weight:bold; color:#188a19; }
.social>div { overflow:hidden; float:left; }
.commentsArea .ajaxLoaderBig { width:100%; height:100px; display:none; float:left; }
.saveInput.loader { display:inline-block; background-image: url("/images/ajax-loader-16x11.gif"); background-repeat: no-repeat; background-position: center; cursor:default; display:none; }
.isportNews { background:url('/images/isport_sign.gif') no-repeat right center; padding-right:20px; }
.playerNewsOverlay { width: 100%; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; }
.newsFeedLine { width: 100%; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; }
.feedItems .date { width:40px; }
.profileAreaData .item .fantasy a { width:100%; max-width:100%; margin-right:0; }
.NewsVote { width:67%; margin-right:auto; display:none; }
.NewsVote .question { float:none; line-height:normal; }
.NewsVote .question .title { font-size:12px; padding:9px; margin:0; }
.NewsVote .question ul { border: solid #C7C7C7; border-width:1px 0; }
.NewsVote .question li span { font-size:12px; }
.NewsVote .question li:last-of-type { border:none; background:none; }
.NewsVote .question .answers { display:none; }
.NewsVote .question .answers .buttonsBlock { border:none; padding:10px; margin:0; text-align:right; }
.NewsVote .question .answers .buttonsBlock:first-child { border: solid #c3c3c3; border-width:1px 0; }
.NewsVote .questionShort { display:table; }
.NewsVote .questionShort .title { display:table-cell; border-bottom:1px solid #c3c3c3; vertical-align:middle; }
.NewsVote .questionShort .answers { border:solid #c3c3c3; border-width:1px 0; vertical-align:middle; display:table-cell; }
.NewsVote .questionShort .answers .buttonsBlock { padding-left:0; white-space:nowrap; border:none !important; }

.QandATable img {max-width: 100%; height: auto !important;}

#FootballMarketButton { background-image:url('/images/FootballMarket.png'); position:fixed; top:155px; right:0; height:176px; width:26px; display:block; }

.scoreTable .scoreDetails { position: relative;z-index: 30;font-size: 11px; display:none; }
.scoreTable .scoreDetails .scoreDetailsBG { position: absolute;background: #000; right: 0; opacity: 0.7; width:100%;height:100%; display:none; }
.scoreTable .scoreDetails .scoreDetailsTable { position:relative; background: #fff; text-align: left; margin-left:8px; border:1px solid #4d4d4d;}
.scoreTable .scoreDetails .scoreDetailsBlock { position: absolute; top: 9px; left: 39px; }
.scoreTable .scoreDetails .tilt { position:relative; background: url('/images/tiltLeft.png') no-repeat scroll 0 0 transparent;height: 17px; width: 9px; float:left; z-index:30; }
.scoreTable .scoreDetails table td { padding: 4px 7px 1px 7px; }

.bold { font-weight: bold; }

.article .events.editorsRecommends { margin-top: 0; }
.editorsRecommends .eventItem { width:100%; }

.sortBytypes .buttonsBlock .blackInput { display: inline-block; }
.sortBytypes .buttonsBlock { text-align: right; }
.sortBytypes .buttonsBlock .blackInput:hover { text-decoration: none; }

.articleText>table, .textblock>table { margin:10px 0 5px 0; }
.articleText table, .textblock table { width:auto; }
.articleText table[align=left], .textblock table[align=left] { margin-right:10px; }
.articleText table[align=right], .textblock table[align=right] { margin-left:10px; }
.articleText table tbody tr:nth-child(even), .textblock table tbody tr:nth-child(even) { background:#f4f4f4; }
.articleText table tbody tr:nth-child(odd), .textblock table tbody tr:nth-child(odd) { background:#fff; }
.articleText table, .articleText table tr, .articleText table th, .articleText table td,
.textblock table, .textblock table tr, .textblock table th, .textblock table td {
	border-collapse:collapse;
	border:1px solid #c3c3c3;
}
.articleText table th, .textblock table th{
	background:#f0f0e7;
	font-size:11px;
	text-transform:uppercase;
	padding: 5px 6px;
	font-weight:100;
}
.articleText table td, .textblock table td{
	padding: 5px 6px;
	font-weight:100;
	font-size:11px;
	word-wrap:normal;
}
.articleText table th .turn, .textblock table th .turn
{
    position:relative;
    letter-spacing:0.1em;
    margin:0 auto;
}
.articleText table th .turn .turned, .textblock table th .turn .turned
{
    display:block;
    -webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	position:relative;
}

#commentsArea .textCount {
    float: right;
    margin: 10px;
    margin-right:0;
    font-size: 10px;
    color: #666666;
    
}
#commentsArea .commentsBlock .textCount { margin-top:0; }

.conference .QandATable .hiddenQuestion{background:#E7E7E7}

.player .playerName {
display: block;
word-break: break-all;
}

.profileAreaData .warningSelect 
{
    float: none;
    margin-right: 0;
    padding-left: 334px;
    display: none;
}
.profileAreaData .warningSelect .checkDescr{
    display: inline;
    font-size: 11px;
    top: 1px;
}
.profileAreaData .contactName {
    font-size: 12px;
    font-weight: bold;
    width: 50px;
    border: #cccccc solid 1px;
    padding: 6px 25px 5px 10px;
    margin: 3px 0;
    line-height: 12px;
}
.logoLogin .searchButton {
    cursor: pointer;
    display: block;
    width: 20px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 0;
}
.logoLogin #searchInput {
    width: 250px;
   	border:0px;
   	background: url("/images/searchBack.png") no-repeat scroll right 5px transparent;
	background-color:#fff;
	color:#6A6A6A;
    font-size: 11px;
    height: 22px;
    padding: 0 10px;
}

.tabsBlock .sliderItems li { padding: 0; background-color: #000000; border: 0;}
.tabsBlock .sliderItems ul { background-color: #000000; border: 0;}
.tabsBlock .tagItem a { line-height: 1.4;}
.tabsBlock .tagItem span { line-height: 0.9;}

.textblock .gallerySlider .arrLeft {
width: 22px;
height: 93px;
background-position-x: 9px;
}

.textblock .gallerySlider .arrRight {
width: 22px;
height: 93px;
}

.textblock .gallerySlider .sliderContent {
margin: 0 29px;
}

.textblock .gallerySlider .sliderContent .sliderItems {
width: 498px;
margin-left: -8px;
}

.textblock .gallerySlider .sliderContent .sliderItems li {
width: 83px;
height: 93px;
}
.textblock .gallerySlider .sliderContent .sliderItems .item {
margin: 8px 0 8px 8px;
}

.textblock .galleryPhoto {
max-width:100%;
}

.textblock .tags {
line-height:normal;
}
.block { display:block !important; }

#register .inputBlock span { width: 302px;}

.editorRecommends .descr .date{ display: block;}
.editorRecommends .comments {margin-right: 0;}
.editorRecommends .descr {width: 71%;}

#peopleDesc>div, #teamDesc>div { padding:10px 0 5px; }
#peopleDesc>div:first-child, #teamDesc>div:first-child { padding-top:0; }
#peopleDesc>div:last-child, #teamDesc>div:last-child { padding-bottom:0; }
.statistic.stat table { table-layout:fixed; }
.statistic.stat table td, .statistic.stat table th { padding:6px 5px; text-align:center; }
.statistic.stat table .zero { font-size:9px; color:#C0C0C0; }
.tabsBlock .dk_container { margin-right:8px; }
.statistic.stat table a.active { font-weight:bold; }
.statistic.stat table th { outline:none; }
.statistic.stat table th.sorting, .statistic.stat table th.sorting_asc, .statistic.stat table th.sorting_desc,
.statistic.stat table th.sorting_asc_disabled, .statistic.stat table th.sorting_desc_disabled { cursor:pointer; }
.statistic.stat table th.sorting_asc { font-weight:bold; }
.statistic.stat table th.sorting_desc { font-weight:bold; }
.statistic.stat table .yelCard, .statistic.stat table .redCard { display:block; width:10px; height:13px; background:transparent no-repeat center center; margin:0 auto; }
.statistic.stat table .yelCard { background-image:url('/images/yelCard.png'); }
.statistic.stat table .redCard { background-image:url('/images/redCard.png'); }
.b-t1 { border-top-width:1px !important; }
.b-r1 { border-right-width:1px !important; }
.b-l1 { border-left-width:1px !important; }
.b-b1 { border-bottom-width:1px !important; }
.b-t0 { border-top-width:0 !important; }
.b-r0 { border-right-width:0 !important; }
.b-l0 { border-left-width:0 !important; }
.b-b0 { border-bottom-width:0 !important; }
.socialTop, .socialBottom { float:left; width:100%; border-bottom:1px solid #DADADA; }
.TextPhoto { margin:5px 0; position:relative; display:inline-block; font-size:0; line-height:normal; }
.TextPhoto[style*="float:left"], .TextPhoto[style*="float: left"] { margin-right:5px; }
.TextPhoto[style*="float:right"], .TextPhoto[style*="float: right"] { margin-left:5px; }
.TextPhoto span { position:absolute; bottom:0; right:0; padding:3px 9px; background:rgb(20,20,20); background:rgba(20,20,20,0.65); color:#FFFFFF; font-size:10px; }
.GamesAnalytic { width:100%; position:relative; height:321px; overflow:hidden; display:none; }
.GameAnalyticChart { width:100%; height:300px; margin-top:21px; }
.GamesAnalytic .rsArrow { height:21px; position:absolute; width:22px; z-index:1; top:0; }
.GamesAnalytic .rsArrowLeft { background:url("/images/sliderArrLeft.png") 50% -1px no-repeat scroll transparent; right:23px; }
.GamesAnalytic .rsArrowRight { background: url("/images/sliderArrRight.png") 50% -1px no-repeat scroll transparent; right:0; }
.GamesAnalytic .rsGCaption { background:#E7E7E7; position:absolute; height:21px; top:0; z-index:0; }
.GamesAnalytic .rsGCaption span { color:#000000; font-family:'pf_dindisplay_proregular', Arial, sans-serif, Helvetica, Verdana; text-transform:uppercase; font-size:10px; line-height:12px; padding:5px 4px 4px 10px; display:block; float:left; }
