
@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin: 0;
	padding: 0;
	overflow: hidden auto;
}
			
#widgetBox {
	margin: 0;
	background-color: rgba(0,0,0,0.00);
	padding: 2px;
	width: auto;
	height: auto;
	display: inline-block;		
}	
			
h1,h2,h3,h4,h5,h6 {
	margin: 0.4eM 0;
}

h1 {
	font-size: 200%;
	color: #173f75;
}

h2 {
	font-size: 150%;
	color: #173f75;
}

h3 {
	font-size: 133.33%;
}

a {
	color: #173f75;
	background: transparent;
	text-decoration: none;
}

a:visited {
	color: #173f75;
}

a:focus {
	text-decoration: underline;
	color: #173f75;
	outline: 0 none;
}

a:hover,a:active {
	color: #173f75;
	text-decoration: underline;
	outline: 0 none;
}

table {
	width: auto;
	border-collapse: collapse;
	margin-bottom: 0.5em;
	border: solid #BBBBBB;
	border-width: 1px 1px;
}

th,td {
	padding: 5px;
	border: solid #BBBBBB;
	border-width: 1px 0px;
	min-width: 1eM;
}

tbody tr:nth-of-type(odd) td {
	background: rgba(255,255,255,0.69);
}

tbody tr:nth-of-type(even) td {
	background: rgba(240,248,255,0.69);
}

thead th {
	text-align: center;
	vertical-align: middle;
	font-size: 10pt;
	background: rgba(238,238,255,1.00);
	border-bottom: 2px solid #BBBBBB;
}

tbody tr:hover td {
	background: rgba(238,238,255,0.69);
}

table.verttop tbody td,table.verttop tbody th,table.verttop thead th {
	vertical-align: top;
}

.e403 {
	text-align: center;
	white-space: nowrap;
	display: inline-block;
}
			
.rankicons {
	position: relative;
	display: table;
	table-layout: fixed;
}
	
.rankicons .icon {
	width: 20pt;
	height: 20pt;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
	
.rankicons .icon img {
	max-width: 20pt;
	max-height: 20pt;
}
	
.rankicons .iconAside {
	line-height: 1.5eM;
	margin-left: 20pt;
	padding: 5px;
	display: table-cell;
}
	
.icontable {
	margin: 0;
	display: table;
	table-layout: fixed;
}

.icontable .iconAsideInformation.iconbig {
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 0;
	padding: 0 0.5eM;
	line-height: 20pt;
}

*.beamer {
	font-weight: bold;
}

tbody tr.Activetr {
	box-shadow: inset 0 0 0.7eM #173f75;
	color: #173f75;
	font-weight: bold;
}
			
.table {
	display: table;
	table-layout: fixed;
	overflow: hidden;
}
			
.table>.tr {
	display: table-row;
	vertical-align: middle;
}
			
.table>.tr>.td {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
			
.td-box {
	padding: 0.5eM;
	display: table;
	table-layout: fixed;
	width: 100%;
	box-sizing: border-box;
}
			
.th {
	display: table-cell;
	vertical-align: middle;
	background-color: #eef;
	font-weight: bold;
	text-align: center;
}

.th-box {
	padding: 0.5eM;
	display: table;
	table-layout: fixed;
	width: 100%;
	box-sizing: border-box;
}

.centered,.td.centered,td.centered {
	text-align: center;
}

table.centered {
	text-align: left;
}

.extraHeaderRow td {
	text-align: center;
	font-size: 10pt;
	padding: 9px 0 3px;
	border: 0 solid;
}

.extraHeaderRow td:first {
	border-left: 0px solid #BBBBBB;
}

.extraHeaderRow td:last {
	border-right: 0px solid #BBBBBB;
}

.tdId,.tdRound,.tdPosition,.tdCourt,.tdTime,.tdGroup,.tdTeam,.tdScore,.tdReferee,.tdWOT,.tdWPS,.tdMatchDay,.tdIsActive,.tdLastRow
	{
	text-align: center;
	vertical-align: center;
	white-space: nowrap;
}
			
.tdScore {
	width: 8eM;
}

.tdTime,.tdTeam {
	white-space: normal;
}
			
.tdRank,.tdNumGames,.tdNumEquals,.tdNumLosts,.tdGoals,.tdGoalDiff,.tdPoints
	{
	text-align: center;
	vertical-align: center;
	white-space: nowrap;
	width: 4eM;
}

.tdRankTeamName {
	text-align: left;
	vertical-align: center;
	min-width: 4eM;
}

.separator {
	display: inline-block;
	margin: 0.5eM 0 0;
}

.spielfrei {
	font-weight: bold;
	color: #bbb;
}

.teamSourceDecoded {
	text-align: left;
	font-size: 65%;
	color: #333;
}

.oneline, .oneline * {
	white-space: nowrap;
}
			
.Deletedtr {
	display: none;			
}
