/* ETF2L Matchbox */
div.etf2lbox {
	background-image: url('/images/matchbox/etf2l_bg.png');
	text-align: center;
    margin: 0 auto;
	padding: 0px;
}
div.etf2lbox img.country { padding: 0; width: 20px; height: 13px;}
div.etf2lbox {
	width: 480px;
	height: 291px;
	text-align: center;
}
div.etf2lbox table {
	margin: 0px;
	padding: 0px;
	border-spacing:0px;
	x-border-collapse: collapse;
}
div.etf2lbox table.eb_teams{
	width: 480px;
	height: 161px;
	text-align: center
}
div.etf2lbox tr.eb_teams_highlight{
	background-image: url('/images/matchbox/etf2l_bg_punkte.png');
	background-repeat: no-repeat;
	background-position: 4px 0px;
}
div.etf2lbox table.eb_maps{
	width: 480px;
	height: 110px;
	text-align: center
}
div.etf2lbox td.eb_title{
	vertical-align: middle;
	padding-top:5px;
	height: 20px;
}
div.etf2lbox td.eb_body {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
div.etf2lbox td.eb_middle,
div.etf2lbox td.eb_middle table {
	vertical-align: middle;
	text-align: top;
	width: 82px;
}
div.etf2lbox td.eb_vs {
	vertical-align: middle;
	height: 100px;
}
div.etf2lbox td.eb_vs img{
	width: 75px;
	height: 75px;
}
div.etf2lbox td.eb_result {
	vertical-align: bottom;
	font-size:2em;
	padding-bottom: 8px;
}
div.etf2lbox td.eb_middle_space {
	width: 20px;
}
div.etf2lbox td.eb_teamlogo_space {
	width: 66px;
}
div.etf2lbox td.eb_teamlogo_left,
div.etf2lbox td.eb_teamlogo_right {
	height:113px;
	padding-top:6px;
	width:113px;
	background-repeat: no-repeat;
	background-position: -3px -1px;
}
div.etf2lbox td.eb_teamlogo_left {
	padding-right:0px;
}
div.etf2lbox td.eb_teamlogo_left img,
div.etf2lbox td.eb_teamlogo_right img {
	width: 75px;
	height: 75px;
}
div.etf2lbox td.none {
	background-image: url('/images/matchbox/etf2l_none.png');
}
div.etf2lbox td.win { background-image: url('/images/matchbox/etf2l_win.png'); }
div.etf2lbox td.win img{ border: 4px solid #00FF00 }
div.etf2lbox td.loss { background-image: url('/images/matchbox/etf2l_loss.png'); }
div.etf2lbox td.loss img{ border: 4px solid #FF0000 }
div.etf2lbox td.draw { background-image: url('/images/matchbox/etf2l_draw.png'); }
div.etf2lbox td.draw img{ border: 4px solid #FFFF00 }
div.etf2lbox td.eb_teamname_left {
	height: 28px;
	padding-left: 5px;
	width: 210px;
}
div.etf2lbox td.eb_teamname_right {
	height: 28px;
	padding-right: 5px;
	width: 210px;
}
div.etf2lbox td.eb_maps_space {
	width: 100px;
}
div.etf2lbox td.eb_maps {
	text-align: center;
	vertical-align: top;
}
div.etf2lbox td.eb_maps div {
	display: inline-block;
	text-align: center;
	vertical-align: bottom;
	min-width: 100px;
}
div.etf2lbox td.eb_map {
	background-image: url('/images/matchbox/etf2l_bg_map.png');
	background-repeat: no-repeat;
	background-position: 25px 1px;
}
div.etf2lbox td.eb_map img {
	width: 75px;
	height: 60px;
}
