.scorebord_container {
	padding: 0px 5px 0px 5px;
}

h1.scorebord_header {
	font-size: 12px;
	padding-bottom: 10px;
}
h2.scorebord_header {
	font-size: 12px;
	text-decoration: underline;
}

table.scorebord_stand {
	width: 100%;
}
table.scorebord_stand_summary {
	width: 120px;
}
table.scorebord_uitslagen {
	width: 100%;
}

div.scorebord_stand_summary_layer {
	width: 120px;
	overflow: hidden;
}

td.scorebord_cell {
	font-size: 12px;
	line-height:16px;
	border-bottom: 1px solid #f2f2f2;
}

td.scorebord_left {
	border-left: 1px solid #f2f2f2;
}

td.scorebord_right {
	border-right: 1px solid #f2f2f2;
}

th.scorebord_header, th.scorebord_menu_header, tr.scorebord_header {
	font-size: 12px;
	background-color: #7a0101;
	color: #ffffff;
	padding-bottom:1px;
}

th.scorebord_table_header,tr.scorebord_table_header {
	font-size: 12px;
	background-color: #f2f2f2;
	text-align: left;
	font-weight: normal;
}

th.scorebord_capitals {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	/*color: #027afe;*/
	
}

td.scorebord_highlight {
	font-size: 12px;
	background-color: #f2f2f2;
	border-bottom: 1px solid white;
}
td.scorebord_highlight_first {
	font-size: 12px;
	background-color: #f2f2f2;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
td.scorebord_highlight_last {
	font-size: 12px;
	background-color: #f2f2f2;
	border-bottom: none;
}

a.scorebord_link:link, a.scorebord_link:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

td.scorebord_menu_district {
	font-size: 12px;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	background-color: #f2f2f2;
	font-weight: bold;
}

td.scorebord_menu_aanduiding {
	font-size: 12px;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	background-color: #dae7f2;
	font-weight: normal;
	font-style: italic;
}
td.scorebord_uitslag, div.scorebord_uitslag {
	margin-top: 25px;
	border:1px solid #027afe;
}

.redbg {
	background-color: red;
}
a.scorebord_vvhjlink, a.scorebord_vvhjlink:visited, a.scorebord_vvhjlink:hover {
	color: #ffffff;
}
a.scorebord_vvhjlink:active {
	color: #ff0000;
}
.scorebord_leftalign {
	text-align: left;
}
.scorebord_rightalign {
	text-align: right;
}
th.scorebord_centeralign {
	text-align: center;
}

/* uitslag */

td.scorebord_uitslag_left {
	width: 40px;
	text-align: center;
}
td.scorebord_uitslag_time {
	text-align: right;
	width: 75px;
	padding-right: 16px;
}
td.scorebord_uitslag_player {
	/*font-weight: bold;*/
}
td.scorebord_uitslag_even {
	background-color: #dae7f2;
}
td.scorebord_uitslag_odd {
	background-color: white;
}
.scorebord_uitslag_num {
	width: 28px;
	padding-right: 4px;
}
.scorebord_uitslag_bijz {
	width: 32px;
}

/* additions */

.scorebord_uitslagcard {
	display:inline;
	border:1px solid;
	vertical-align:baseline;
	border-color: gray black black gray;
}

.yellow-card {
	background-color:yellow;
}
.red-card {
	background-color:red;
}

.scorebord_teamname {
	margin: 0px;
}

td.scorebord_dash {
	text-align:center;
	width:16px;
}
th.scorebord_date {
	width: 72px;
}
th.scorebord_time {
	width: 40px;
}
th.scorebord_team_home {
	width: 128px;
}
div.scorebord_footer {
	text-align: center;
	font-size: 11px;
	line-height: 13px;
	padding: 5px 20px 5px 20px;
}
