/*Parlay Calculator Style*/
#ParlayTable {
	border : 1px solid #ADBDFF;
	background-color : #F9FAFF;
	width : 270px;
	margin: 0 auto;
	padding:0;
}
#ParlayTable H2 {
	font-size : 15px;
	text-align : center;
	margin : 0;
	paddin:0;
}
#ParlayTop {
	width : 100%;
	background-color : #B9CBFF;
}
#ParlayTop TD {
	background-image : url(/images/services/top-bg.jpg);
	background-repeat : repeat-y;
	background-position : left;
}
#ParlayTop H1 {
	color : #000000;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : italic;
	margin : 0 0 0 0;
	text-align : center;
}
#ParlayFormBack {
	width : 100%;
	background-color : #F9FAFF;
}
#ParlayFormBlock {
	width : 100%;
	background-color : #F9FAFF;
}
#ParlayFormBlock TD {
	border-bottom : 1px dashed #E0E5FF;
	text-align : center;
	font-size : 12px;
	font-weight : bold;
	padding : 0;
	margin : 0 0 0 0;
	color : #001063;
}
#ParlayFormBlock INPUT {
	border : 1px solid;
	text-align : center;
}
#ParlayControls {
	margin : 3px;
	text-align : left;
	background-color : #F9FAFF;
}
#ParlayControls TD {
	font-weight : bold;
	margin : 5px 0 5px 0;
	padding : 0;
}
#ParlayControls TD.payout {
	border : 1px solid #000000;
	text-align : center;
	font-size : 18px;
	background-color : #FFFFFF;
	color : #00511D;
}
#ParlayControls INPUT.amount {
	border : 2px solid #00511D;
	text-align : center;
	color : #000000;
}
#ParlayControls INPUT.reset,
#ParlayControls INPUT.submit {
	border : 1px solid #7689D7;
	font-weight : bold;
	background-color : #D7E1FF;
}
#ParlaySponsor {
	font-size : 11px;
	font-style : italic;
	text-align : left;
	margin : 0 0 0 0;
	border-top : 1px solid #EEEEEE;
}
#ParlaySponsor TD {
	padding : 5px 10px 5px 10px;
}
#ParlaySponsor A {
	font-weight : bold;
	color : #5050A2;
}
/*Teaser Calculator Style*/
#TeaserBlock {
	width: 270px;
	margin:0 auto;
	padding:0;
	border: 1px solid #0F1F4D;
}
#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;
}