.no {
	border-left:none
}

.team-center {
	font-weight:bold;
}

.space {
	min-height:15px;
	height:15px;
}

table.table-main tr.dark th {
	text-align:left;
}

.stats-table-label strong {
	margin-left:10px;
}

.stats-table-container {
	border-bottom:1px solid #656565;
}


.win {
	background-position:0 0;
}

.draw {
	background-position:0 -43px;
}

.loss {
	background-position:0 -43px;
}

td.p1, td.p2, td.p3, td.p4, td.p5, td.p6,
td.q1, td.q2, td.q3, td.q4, td.q5, td.q6,
td.r1, td.r2, td.r3, td.r4
{
	color:#fff;
	border-left:none;
}

td.p1 { background-color:#1EA8EC; }
td.p2 { background-color:#6CBCE5; }
td.p3 { background-color:#7F0029; }
td.p4 { background-color:#B5184C; }
td.p5 { background-color:#B8860B; }
td.p6 { background-color:#DAA520; }

td.q1 { background-color:#004682; }
td.q2 { background-color:#1EA8EC; }
td.q3 { background-color:#7F0029; }
td.q4 { background-color:#C71585; }
td.q5 { background-color:#B8860B; }
td.q6 { background-color:#DAA520; }

td.r1 { background-color:#BD0000; }
td.r2 { background-color:#FF4141; }
td.r3 { background-color:#FF4141; }
td.r4 { background-color:#FF4141; }

td.a1 {
	background-color:#63CB7B;
	color:#fff;
}

.stats-table,
.stats-table2
{
	width:100%;
	border-spacing: 0;
}

.stats-table tr.dark th,
.stats-table2 tr.dark th {
	text-align:left;
	white-space:nowrap;
	padding-right:5px;
	padding-left:5px;
}

.stats-table tr.main th,
.stats-table2 tr.main th {
	white-space:nowrap;
	padding-right:0;
	padding-left:0;
}

.stats-table tr th.col_name,
.stats-table tr td.col_name,
.stats-table2 tr th.col_name,
.stats-table2 tr td.col_name {
	padding-right:8px;
	padding-left:8px;
	text-align:left;
	width:99%;
	min-width:99%;
}

.table-10 tr td.col_name,
.table-10 tr th.col_name
{
	width:50%;
	min-width:50%;
}

.stats-table tr th.col_over,
.stats-table tr td.col_over,
.stats-table tr th.col_under,
.stats-table tr td.col_under {
	padding-right:10px;
	padding-left:10px;
	text-align:center;
}

.stats-table tr td,
.stats-table2 tr td {
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	width:20px;
	min-width:20px;
}

.stats-table th,
.stats-table2 th {
	white-space:nowrap;
}

.stats-table td,
.stats-table2 td {
	width:22px;
	border-top:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
}

.stats-table tbody tr:last-child td,
.stats-table2 tbody tr:last-child td {
	border-bottom:0 none;
}

.stats-table td.form,
.stats-table2 td.form {
	white-space:nowrap;
}

.stats-table th.col_name,
.stats-table2 th.col_name {
	padding-right:10px;
}

.stats-table th.col_name,
.stats-table td.col_name,
.stats-table2 th.col_name,
.stats-table2 td.col_name {
	padding-left:10px;
	text-align:left;
}

table.stats-table a.link-inactive,
table.stats-table2 a.link-inactive {
	text-decoration:underline;
	cursor:default;
}

.team_name_span {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}

.team_name_span a{
	text-decoration: none;
	cursor: pointer;
}

.team_name_span a:hover{
	text-decoration: underline;
}

.col_name .team_name_span { vertical-align:middle }
.col_name .team_name_span a { color: #656565 }
.col_name { white-space:nowrap; }

.stats-table tr.main th.under,
.stats-table tr.main th.over,
.stats-table tr.main th.last_5
{
	padding:0 10px;
}

tfoot.no-results-found td {
	border: none;
}

/* first wrapper having relative position */
tfoot.no-results-found td > div {
	width: 0;
	height: 100%;
	position: relative;
}

/* text container */
tfoot.no-results-found td > div > span {
	position: absolute;
	white-space: nowrap;
}

.glib-live-score {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 2px;
	display: block;
	line-height: 17px;
	height: 17px;
	padding: 0 5px;
	text-align: center;
}

.glib-live-score-lost {
	background-color: #db2a2e;
}

.glib-live-score-win {
	background-color: #15bb16;
}

.glib-live-score-draw {
	background-color: #f5ae3e;
}

.glib-live-score:hover {
	text-decoration: underline;
	cursor: pointer;
}

.glib-live-rank {
	padding-left: 5px;
	line-height: 16px;
}

.glib-live-rank-up {
	color: #00cc00;
}

.glib-live-rank-down {
	color: #cc0000;
}

.glib-live-value {
	color: #cc0000;
}

.col_live_score {
	border-left: none !important;
}

.right_border_remover{
	border-right: none !important;
}
.glib-stats-filter {
	/* style is set in tabfilter.adjustFilterRowCss() */
}

.glib-stats-filter .list-wrapper {
	width: 130px;
	height: 19px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.glib-stats-filter ul {
	display: inline-block;
	line-height: 17px;
	font-size: 100%;
	width: 130px;
	background: black;
	background: rgba(0, 0, 0, 0.85);
	border: 1px solid #222;
	color: white;
	white-space: nowrap;
	cursor: pointer;
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	margin: 0;
}

.glib-stats-filter ul:after {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px;
	border-color: white transparent transparent transparent;
	position: absolute;
	right: 3px;
	top: 8px;
	content: "\0020";
}

.glib-stats-filter ul::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.glib-stats-filter ul::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.3);
}

.glib-stats-filter ul li {
	display: none;
	padding: 0 25px 0 5px;
}

.glib-stats-filter ul.open {
	z-index: 999;
	width: auto;
	min-width: 130px;
	position: absolute;
}

.glib-stats-filter ul.open:after {
	display: none;
}

.os-iphone .glib-stats-filter ul.open li:hover,
.os-ipad .glib-stats-filter ul.open li:hover
{
	background-color: transparent;
}

.glib-stats-filter ul.open li:hover,
.glib-stats-filter ul.open li.selected,
.os-iphone .glib-stats-filter ul.open li:active,
.os-ipad .glib-stats-filter ul.open li:active
{
	background-color: #505050;
}

.glib-stats-filter ul.open li,
.glib-stats-filter ul li.selected {
	display: block;
}

.glib-stats-filter ul:not(.open) li.selected {
	overflow: hidden;
	padding-right: 15px;
	text-overflow: ellipsis;
}

tr.filtered-out {
	display: none;
}
html{
	#overflow:auto;
}
.playoff, #playoff-header {
	width:100%;
	position:relative;
	clear:both;
}

#playoff-header {
	overflow:hidden;
	text-align:center;
	padding:4px 0 6px;
	margin:0;
	color:#fff;
}

#playoff-header ul, #playoff-header ul li {
	list-style:none;
	display:block;
	margin:0;
	padding:0;
	position:relative;
	float:left;
}

.playoff { font-size:0 }
.playoff .viewport {
	overflow:hidden;
	width:100%;
	height:520px;
	position:relative;
}

.playoff .viewport::-webkit-scrollbar
{
	display: none;
}

#playoff-links { display:none; line-height: 12px !important; }
.playoff.default-scroll .viewport { overflow: auto; }

.playoff .overview { display:inline; list-style: none; position: absolute; left: 0; top: 0; padding:0 0 5px 3px; margin: 0; }

.playoff .thumb .end,
.playoff .thumb .hend,
.playoff .scrollbar,
.playoff .hcrollbar {
	position:absolute;
	right:0;
	width: 10px;
	z-index:10000;
	padding:0 !important;
}

.playoff .track, .playoff .htrack {
	background-color: #ccc;
	height:100%;
	overflow:hidden;
	width:10px;
	position: relative;
	border-radius:8px;
	cursor:pointer;
}

.playoff .thumb, .playoff .hthumb {
	height:20px;
	width:10px;
	cursor:pointer;
	overflow:hidden;
	position:absolute;
	top:0;
	padding:0 !important;
	border-radius:8px;
	opacity:0.5
}

.playoff .hcrollbar {
	display:block;
	width:auto;
	left:0;
	top:auto;
	right:10px;
	height:10px;
	bottom:-10px;
}

.playoff .thumb .end, .playoff .thumb .hend { overflow: hidden; height: 5px; width: 10px; }
.playoff .thumb { margin-top:0 }
.playoff .hthumb { height:10px; left:0; margin-top:0 }
.playoff .htrack { width:100%; }
.playoff .thumb:hover, .playoff .hthumb:hover { opacity:1; }
.tooltip { z-index:1000000 !important }
.playoff fieldset{ border:none; margin:0; padding:0 }

.round {
	display:block;
	float:left;
	position:relative;
	padding-top:2px;
}

.unpacked .matches ul li {
	display:table;
	#display:block;
	width:100%;
	font-size:11px;
}

.unpacked .matches ul li, .unpacked .matches tr td {
	border-top:1px solid #e0e0e0;
}

.unpacked .matches table {
	border:1px solid #ccc;
	border-top:none;
}

.unpacked .matches ul li.first, .unpacked .matches tr.first td {
	border-top:none
}

.unpacked .matches li span.row {
	display:table-row;
	#display:block;
}
.unpacked .matches li span.row span {
	display:table-cell;
	#display:block;
}

.matches .matches .date { padding:0 5px }
.matches .matches .name {
	text-align: left;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	padding-left:5px;
}

.matches .name {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.matches .matches li.info {
	text-align: left;
	display:block;
	padding:0 5px;
	width:auto;
}


.matches .matches .presult {
	text-align: center;
	border-right: 0 none;
	padding-left:5px;
	padding-right:5px;
}

.matches .matches .presult.final { width:65px; }

.matches .matches .presult.final.golf { width:30px; }

.playoff-box-result {
	margin:0;
	left:-1px;
	top:100%;
	color: #656565;
	position: absolute;
	z-index:100;
	overflow: visible;
}

.playoff-box-result-inner {
	border-width: 1px;
	border-style: solid;
	border-top-width: 0;
}

.first-round { padding-top:0 }
.match {
	background:#fff;
	position:relative;
	z-index:1;
	font-size:11px;
	border:1px solid #d5d5d5;
	overflow:hidden;
}

.unpacked {
	overflow:visible;
}


.has-events { cursor:pointer }

.participant { display:block; position:relative; vertical-align:middle; overflow:hidden; }
.participant .name { display:block; position:relative }
.participant .name .overlay {
	position:absolute;
	top:0;
}
.participant .name-container {
	display:block;
	overflow:hidden;
}
.participant .name-container .name-line{
	display:block;
	width:1000px;
}

.playoff .enlarged-match {
	width:250px;
}
.enlarged-match .participant, .enlarged-match .participant .name .name-container {
	overflow:visible;
}

.match .away { margin-bottom:0 }
#sportstats .winner { font-weight:bold }

.participant .name .codebook {
	color:#b0b0b0;
	font-weight:normal;
	font-size:10px;
	line-height:10px;
}
.participant .name .codebook.t {
	cursor:help;
}
.participant .score { position:absolute; padding:0 2px 0 4px; right:0; top:0; font-weight:bold; }
.participant .score .s { padding-left:7px; float:right; text-align:right }

.score-final {
	position:absolute;
	right: 0;
	width:65px;
	height:36px;
	display:table;
	text-align:center;
	word-wrap: normal;
	padding:0 5px 0 5px;
}

.score-final.golf {
	width:30px;
}

.score-final .s {
	display:table-cell;
	vertical-align:middle;
}

.cleaner{ clear:both;display:block; font-size:0 !important; height:0 !important; padding:0 !important }
.matches .matches { display:none; visibility:hidden; z-index:-111 }
.unpacked .matches { display:block; visibility:visible }

.playoff .unpacked .matches table {
	border-collapse:collapse;
}
.playoff .unpacked .matches tr td {
	padding:0;
	margin:0;
	width:auto;
	border-left:1px solid #e0e0e0;
	text-align:left;
}
.playoff .unpacked .matches tr td span, .playoff .unpacked .matches tr td span a {
	padding:0;
	margin:0;
	border:none;
}
.playoff .unpacked .matches tr td span {
	padding:0 4px;
}
.spacer { border-right: none; display:block; line-height:1px }

.separator { display:block; width:100%; clear:both }

.relation {
	width:100%;
	position:relative;
	right:0;
	top:0;
	height:100%;
	font-size:0;
	display:block;
}

.relation .h, .relation .vt, .relation .vb {
	display:block;
	line-height:0;
	font-size:0;
	background:#ccc;
	position:absolute;
}

.relation .h, .relation .vt, .relation .vb, .relation .m, .relation .t, .relation .b {
	z-index:0;
}

.relation .vt, .relation .vb { height:50%  }
.relation .m { top:50%; right:0 !important; margin-bottom:50%; _background:none; _border-bottom:1px solid #ccc; margin-top:-1px; }
.relation .t { _background:none; _border-top:1px solid #ccc }
.relation .b { _background:none; _border-bottom:1px solid #ccc; }
.nb { border:none; background:none }

.default-scroll .overview {
	position:relative;
	display:block;
}

.default-scroll .viewport {
	height:auto;
	overflow:auto;
}

.relation .at, .relation .ab {
	top:auto; bottom:auto;
	margin:0;
}


/* IE <= 7 FLAG FIX */
.participant .flag { #display:block; #float:left; #padding-right:3px; #margin-top:1px; }

.participant{
	height:18px;
	line-height:18px;
	margin-bottom:0px;
}
.match{
	width:163px;
	height:36px;
	padding-top:1px;
	padding-right:5px;
	padding-bottom:1px;
	padding-left:5px;
}
.playoff .enlarged-match{
	width:225px;
}
.playoff-box-result, .result-header{
	width:175px;
}
.playoff-box-result ul{
	width:173px;
}
.playoff .enlarged-match .playoff-box-result ul{
	width:235px;
}
.playoff .spacer{
	height:40px;
}
.playoff .oct{
	height:320px;
}
.playoff .quad{
	height:160px;
}
.playoff .double{
	height:80px;
}
.playoff .half{
	height:20px;
}
.playoff .con{
	height:10px;
}
.playoff .mid{
	height:5px;
}
.relation .t, .relation .vt{
	top:20px;
}
.relation .b, .relation .vb{
	bottom:20px;
}
.relation .vt, .relation .vb{
	width:1px;
	_height:36px;
}
.relation .h, .relation .vt, .relation .vb{
	right:5px;
}
.relation .h{
	width:5px;
}
.spacer{
	width:179px;
	_width:178px;
}
#playoff-header ul li, .round{
	width:185px;
}
#playoff-header ul li.last-round, .last-round{
	width:175px;
}
.relation .b, .relation .m, .relation .t{
	height:1px;
}
.relation .t{
	_border-top-width:1px;
}
.relation .b, .relation .b{
	_border-bottom-width:1px;
}
.relation .at, .relation .ab{
	width:11px;
}
.relation .at{
	top:20px;
}
.relation .ab{
	bottom:20px;
}
.relation .vbe{
	height:25px;
	top:40px;
}
.relation .me{
	top:65px;
}