#TeaserBlock {
	width: 255px;
	border: 1px solid #0F1F4D;
	margin-left: 10px;
	float: right;
}
#TeaserBlock TH.teamstitle {
	width: 59px;
	font-size: 16px;
}
#TeaserBlock TD.teamsnumber {
	text-align: right;
	width: 59px;
}
#TeaserBlock TH.teamstitle,
#TeaserBlock TD.teamsnumber {
	background-color: #E3F2FF;
	color: #063B78;
	font-weight: bold;
	border-bottom: 1px dashed #B0CFFF;
}
#TeaserBlock TD.pointstitle {
	
}
#TeaserBlock TD.points {
	width: 64px;
	text-align: center;
}
#TeaserBlock TH.pointstitle,
#TeaserBlock TD.points {
	background-color : #386EBF;
	color: #FFFFFF;
	font-weight: bold;
}
#TeaserBlock TD.cell {
	background-color: #C2E0FF;
	width: 64px;
	text-align: center;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
}
#TeaserBlock INPUT.text {
	margin: 0;
	padding: 0;
	text-align: center;
	border: 1px solid #000000;
}
#TeaserBlock INPUT.betamount,
#TeaserBlock INPUT.winamount {
	text-align: right;
	font-weight: bold;
	border: 1px solid #003882;
}