#team-cards .tab-nav-wrapper.box div.tab-nav {
	background-image: url('/images/channel_styles/wm20/columnbox_header_full.png');
	width: 950px;
}

#json-widget-team-navi {
	padding: 15px 15px 15px 5px;
	float: left;
	clear: both;
	font-size: 20px;
}

#json-widget-team-navi li {
	padding-right: 2px;
	float: left;
}

#json-widget-team-navi li > span,
#json-widget-team-navi li > a {
	display: block;
	padding: 10px;
}

#json-widget-team-navi li > a.active,
#json-widget-team-navi li > a:hover {
	background: none;
	color: #007bc2;
	text-decoration: none;
	border-bottom: 2px dotted #007cb6;
}

.jqplot-title {
	 top: -10px !important;
}

.jqplot-data-label {
	color: #fff;
}

.jqplot-xaxis,
.jqplot-table-legend {
	bottom: -7px !important;
}


div.jqplot-table-legend-swatch-outline { border: none; padding: 0; }

#ts-overall { position:absolute; top: 129px; width: 320px; height: 200px; }
#ts-overall .jqplot-yaxis { width: 117px !important; }
#ts-scoring { position:absolute; top: 380px; width: 150px; height: 200px; }
#ts-powerplay { position:absolute; top: 380px; left: 170px; width: 150px; height: 200px; }
#ts-penalty-killing { position:absolute; top: 380px; left: 350px; width: 150px; height: 200px; }
#ts-goalkeeping { position:absolute; top: 380px; left: 520px; width: 150px; height: 200px; }
#ts-penalties { position:absolute; top: 380px; left: 690px; width: 160px; height: 210px; }
#ts-penalties .jqplot-yaxis{ width: 30px !important; }

.center-label { position: absolute; width: 50px; top: 84px; right: 0; bottom: 0; left: 0; margin: auto; text-align: center; }
.label-top { font-weight: bold; font-size: 150%; border-bottom: thin solid black; margin:1px }

div.pos-bar { position: absolute; left: 1.5em; top: -20px; }
div.name-bar { position: absolute; left: 1.5em; bottom: -1em; transform-origin: bottom left; transform: rotate(270deg); width: 200px; font-weight: bold; }

#ts-gk { position: absolute; top: 30px; margin-top: 20px; left: 350px; width: 150px; height: 170px; background-color:transparent; background-size: contain; background-position: right; background-repeat: no-repeat; transition: background-image .5s linear; -webkit-transition: background-image .5s linear; -moz-transition: background-image .5s linear; -o-transition: background-image .5s linear; }
#ts-gk-stats { position: absolute; top: 220px; left: 370px; width: 140px; height: 100px; }
#ts-df { position: absolute; top: 30px; margin-top: 20px; left: 520px; width: 150px; height: 170px; background-color:transparent; background-size: contain; background-position: right; background-repeat: no-repeat; transition: background-image .5s linear; -webkit-transition: background-image .5s linear; -moz-transition: background-image .5s linear; -o-transition: background-image .5s linear; }
#ts-df-stats { position: absolute; top: 220px; left: 540px; width: 140px; height: 100px; }
#ts-fw { position: absolute; top: 30px; margin-top: 20px; left: 690px; width: 150px; height: 170px; background-color:transparent; background-size: contain; background-position: right; background-repeat: no-repeat; transition: background-image .5s linear; -webkit-transition: background-image .5s linear; -moz-transition: background-image .5s linear; -o-transition: background-image .5s linear; }
#ts-fw-stats { position: absolute; top: 220px; left: 710px; width: 140px; height: 100px; }


#card-pane,
#roster-pane,
#entry-list-pane {
	background-color: #fff;
	width: 923px;
	float: left;
	border: 1px solid #d0d0d0;
}

#card-pane {
	padding: 7px 7px 0 7px;
	height: 720px;
	color: #666;
	position: relative;
}

#roster-pane,
#entry-list-pane {
	border-bottom: 1px solid #d0d0d0;
}

dl#legend {
	margin-bottom: 30px;
	position: absolute;
	bottom: 0;
	width: 800px;
}

dl#legend dt {
	float: left;
	font-weight: bold;
	width: 45px;
}

dl#legend dd {
	float: left;
	width: 150px;
}

#team-cards .compare-toolbar {
	padding-left: 0;
}

.team-bar {
	clear: both;
	height: 30px;
	width: 100%;
	background-color: #257BB8;
	position: relative;
	float: left;
}

.team-bar h4 {
	margin: 0 0 0 15px;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	line-height: 26px;
}

.toggle-arrow {
	position: absolute;
	top: 7px;
	right: 15px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #5095c6;
	cursor: pointer;
}

.toggle-arrow span {
	margin: 0;
	margin-left: 2px;
	background: transparent url("/images/statistics/statistics-table-arrows.png") no-repeat center left;
	display: block;
	height: 16px;
	width: 12px;
}

.team-bar.closed .toggle-arrow span {
	background-position-x: right;
}

#roster-pane.team-overview,
#entry-list-pane.team-overview {
	margin-top: 0;
	width: 937px;
}

#roster-pane div.informations div.table-with-rounded-corners,
#entry-list-pane div.informations div.table-with-rounded-corners {
	background-image: url('/images/bg_table_top_accordion_full.png');
}

#roster-pane.team-overview div.informations,
#entry-list-pane.team-overview div.informations {
	margin-top: 60px;
}

.collapsible-panel.invisible {
	height: 0 !important;
	overflow: hidden !important;
}

/*#team-navi li a img {
	filter: gray;
	-webkit-filter: grayscale(100%);
	-webkit-transition: all .6s ease;
	-webkit-backface-visibility: hidden;
}

#team-navi li.active a img,
#team-navi li a:hover img {
	filter: none;
	-webkit-filter: grayscale(0);
}*/



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
