#TeaserCalculator {
	padding: 10px;
}
#TeaserCalculator H2 {
	font-size: 18px;
	margin: 0 0 15px 0;
}
#TeaserCalculator H3 {
	font-size: 14px;
	margin: 0 0 15px 0;
}
#TeaserCalculator P {
	text-align: justify;
}
#TeaserBlock {
	width: 210px;
	border: 1px solid #0f1f4d;
	margin: 0 auto 10px auto;
	padding: 0 0 5px 0;
}
#TeaserBlock TH.teamstitle {
	font-size: 10px;
	width: 50px;
	padding: 0;
}
#TeaserBlock TD.teamsnumber {
	text-align: center;
	width: 50px;
	padding: 0;
}
#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 {
	text-align: left;
	width: 50px;
}
#TeaserBlock TH.pointstitle,
#TeaserBlock TD.points {
	background-color : #386EBF;
	color: #fff;
	font-weight: bold;
}
#TeaserBlock TD.cell {
	background-color: #C2E0FF;
	text-align: center;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	width: 50px;
}
#TeaserBlock INPUT.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 40px;
	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;
}