.drawstats_graphs .graphs {
	margin: 50px auto;
	width: 451px;
	height: 250px;
	overflow: visible;
	position: relative;
}

/* Definitions for table backgrounds */

.drawstats_graphs .graphs .most_drawn,
.drawstats_graphs .graphs .least_drawn {
	width: 225px;
	height: 250px;
	float: left;
	background-image: url(/player/g/bespoke/freq_graph_bg.png);
	background-repeat: no-repeat;
	overflow: visible;
	position: relative;
	z-index:6;
}

.drawstats_graphs .graphs .least_drawn {
	background-position: 0 -1000px;
	border-left: 1px solid #ccc;
}

.lo .drawstats_graphs .graphs .most_drawn,
.hp .drawstats_graphs .graphs .most_drawn {
	background-position: 0 0;
}

.dp .drawstats_graphs .graphs .most_drawn {
	background-position: 0 -250px;
}

.tb .drawstats_graphs .graphs .most_drawn {
	background-position: 0 -500px;
}

.em .drawstats_graphs .graphs .most_drawn {
	background-position: 0 -750px;
}

/* Definitions for "Ball Number" headings */

.drawstats_graphs .graphs h3 {
	position: absolute;
	bottom: -36px;
	*bottom: -23px;
	left: -100px;
	width: 92px;
	height: 12px;
	line-height: 0;
	text-indent: -1000px;
	background-image: url(/player/g/bespoke/freq_graph_labels.png);
	background-repeat: no-repeat;
}

.lo .drawstats_graphs .graphs h3,
.hp .drawstats_graphs .graphs h3,
.p5 .drawstats_graphs .graphs h3 {
	background-position: -110px 0;
	padding:0;
}

.dp .drawstats_graphs .graphs h3 {
	background-position: -110px -17px;
	padding:0;
}

.tb .drawstats_graphs .graphs h3 {
	background-position: -110px -33px;
	padding:0;
}

.em .drawstats_graphs .graphs h3 {
	background-position: -110px -49px;
	padding:0;
}

/* Definitions for "Most frequent" / "Least frequent" headings */

.drawstats_graphs .graphs .most_drawn h4,
.drawstats_graphs .graphs .least_drawn h4 {
	position: absolute;
	top: -28px;
	height: 16px;
	background-image: url(/player/g/bespoke/freq_graph_labels.png);
	background-repeat: no-repeat;
	line-height: 0;
	text-indent: -1000px;
	margin: 0;
	padding: 0;
}

.drawstats_graphs .graphs .most_drawn h4 {
	left: 0;
	width: 108px;
}

.lo .drawstats_graphs .graphs .most_drawn h4,
.p5 .drawstats_graphs .graphs .most_drawn h4,
.hp .drawstats_graphs .graphs .most_drawn h4 {
	background-position: 0 0;
}

.dp .drawstats_graphs .graphs .most_drawn h4 {
	background-position: 0 -17px;
}

.tb .drawstats_graphs .graphs .most_drawn h4 {
	background-position: 0 -33px;
}

.em .drawstats_graphs .graphs .most_drawn h4 {
	background-position: 0 -49px;
}

.drawstats_graphs .graphs .least_drawn h4 {
	right: 0;
	width: 112px;
	background-position: 0 -63px;
}

/* Definitions for graph scale */

.compwrap {
	position: relative;
	margin-top: -250px;
	_z-index: -1;
}

.titlewrap {
	position: relative;
}

.drawstats_graphs .graphs .most_drawn .scale_lines,
.drawstats_graphs .graphs .least_drawn .scale_lines {
	position: relative;
	display: block;
	height: 24px;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.drawstats_graphs .graphs .vscale {
	position: absolute;
	top: 0;
	left: -25px;
	height: 250px;
	margin: 0;
	padding: 0;
}

.drawstats_graphs .graphs .vscale dt {
	position: absolute;
	bottom: 33px;
	left: -33px;
	height: 177px;
	width: 16px;
	line-height: 0px;
	text-indent: -1000px;
	background-image: url(/player/g/bespoke/freq_graph_labels.png);
	background-repeat: no-repeat;
	margin:0;
	padding: 0;
}

.lo .drawstats_graphs .graphs .vscale dt,
.p5 .drawstats_graphs .graphs .vscale dt,
.hp .drawstats_graphs .graphs .vscale dt {
	background-position: 0 -80px;
}

.dp .drawstats_graphs .graphs .vscale dt {
	background-position: -17px -80px;
}

.tb .drawstats_graphs .graphs .vscale dt {
	background-position: -33px -80px;
}

.em .drawstats_graphs .graphs .vscale dt {
	background-position: -48px -80px;
}

.drawstats_graphs .graphs .vscale dd {
	width: 476px;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 6px 0 2px 0;
	height: 16px;
	z-index: +5;
}

/* Definitions for graph bars */

.drawstats_graphs .graphs span.mainnum,
.drawstats_graphs .graphs span.mainball {
	display: block;
	position: absolute;
	bottom: 0;
	width: 25px;
	background-color: #999;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	z-index: 5;
}

.drawstats_graphs .graphs span.bar1 {
	left: 20px;
}

.drawstats_graphs .graphs span.bar2 {
	left: 60px;
}

.drawstats_graphs .graphs span.bar3 {
	left: 100px;
}

.drawstats_graphs .graphs span.bar4 {
	left: 140px;
}

.drawstats_graphs .graphs span.bar5 {
	left: 180px;
}

.drawstats_graphs .graphs span.mainnum span.bonus {
	position: absolute;
	background-color: #ccc;
	border: 1px solid #fff;
	border-bottom: none;
	display: block;
	width: 25px;
	left: -1px;
	font-size:0;
	line-height:0;
}

.drawstats_graphs .graphs span.mainnum span.number {
	position: absolute;
	bottom: -24px;
	left: -1px;
	display: block;
	width: 25px;
	text-align: center;
	
}

.drawstats_graphs .graphs span.mainnum span.number span.drawn_details {
	display: none;
}

/* Definitions for legend */

.com75 .results_frequency_checker .dn dl.legend dt { color: #ed1c24; }
.com75 .results_frequency_checker .dp dl.legend dt { color: #ed1c24; }
.com75 .results_frequency_checker .em dl.legend dt { color: #0060a5; }
.com75 .results_frequency_checker .hp dl.legend dt { color: #333333; }
.com75 .results_frequency_checker .lo dl.legend dt,
.com75 .results_frequency_checker .p5 dl.legend dt { color: #ed1c24; }
.com75 .results_frequency_checker .tb dl.legend dt { color: #650036; }
.com75 .results_frequency_checker .dn .left dl.legend dd.mainball { background-color: #a3181c; }
.com75 .results_frequency_checker .dp .left dl.legend dd.mainball { background-color: #a3181c; }
.com75 .results_frequency_checker .em .left dl.legend dd.mainball { background-color: #00225e; }
.com75 .results_frequency_checker .hp .left dl.legend dd.mainball { background-color: #a3181c; }
.com75 .results_frequency_checker .lo .left dl.legend dd.mainball,
.com75 .results_frequency_checker .p5 .left dl.legend dd.mainball { background-color: #a3181c; }
.com75 .results_frequency_checker .tb .left dl.legend dd.mainball { background-color: #650036; }
.com75 .results_frequency_checker .dn .left dl.legend dd.bonus { background-color: #e02a26; }
.com75 .results_frequency_checker .dp .left dl.legend dd.bonus { background-color: #e02a26; }
.com75 .results_frequency_checker .em .left dl.legend dd.bonus { background-color: #0086d9; }
.com75 .results_frequency_checker .hp .left dl.legend dd.bonus { background-color: #e02a26; }
.com75 .results_frequency_checker .lo .left dl.legend dd.bonus,
.com75 .results_frequency_checker .p5 .left dl.legend dd.bonus { background-color: #e02a26; }
.com75 .results_frequency_checker .tb .left dl.legend dd.bonus { background-color: #d31a73; }
.drawstats_graphs .graphs dl.legend {
	display: block;
	width: 74px;
	height: 45m;
	padding: 5px;
	position: absolute;
	top: 0;
	right: -100px;
	border: 1px solid #999;
	margin: 0;
}

.drawstats_graphs .graphs dl.legend dt {
	float: left;
	margin: 0;
	margin-bottom: 6px;
	*margin-bottom: 5px;
	*margin-top: -1px;
	padding: 0;
	font-weight: bold;
	width: 58px;
	text-align: right;
}

.drawstats_graphs .graphs dl.legend dd {
	float: right;
	margin: 0;
	margin-bottom: 6px;
	width: 10px;
	height: 10px;
	_p\adding-bottom: -6px;
}

.drawstats_graphs .graphs dl.legend dd.bonus {
	background-color: #ccc;
	position: relative;
	bottom: -2px;
}

.drawstats_graphs .graphs dl.legend dd.mainnum,
.drawstats_graphs .graphs dl.legend dd.mainball {
	background-color: #999;
	position: relative;
	bottom: -2px;
}

/* Right Div Content */

.right .drawstats_graphs .graphs {
	margin: 11px auto;
	_margin: 13px auto;
	width:145px;
	height: 255px;
	overflow: visible;
	position: relative;
}
.infopage.em .right .drawstats_graphs .graphs,
.infopage.tb .right .drawstats_graphs .graphs {
	margin: 11px auto;
	_margin: 13px auto;
	width:145px;
	height: 300px;
	overflow: visible;
	position: relative;
}
.infopage .right .drawstats_graphs .graphs .averagefreq {
	background-repeat: no-repeat;
	height: 61px;
	line-height: 0;
	margin: 0 0 -30px 0;
	padding: 0;
	position: absolute;
		bottom: 0px;
		left: 150px;
	text-indent: -1000px;
	width: 27px;
}
.infopage.dp .right .drawstats_graphs .graphs .averagefreq {
	background-image: url(/player/g/bespoke/freq_graph_average_dp.gif);
}
.infopage.em .right .drawstats_graphs .graphs .averagefreq {
	background-image: url(/player/g/bespoke/freq_graph_average_em.gif);
}
.infopage.hp .right .drawstats_graphs .graphs .averagefreq {
	background-image: url(/player/g/bespoke/freq_graph_average_lo.gif);
}
.infopage.lo .right .drawstats_graphs .graphs .averagefreq {
	background-image: url(/player/g/bespoke/freq_graph_average_lo.gif);
}
.infopage.p5 .right .drawstats_graphs .graphs .averagefreq {
	background-image: url(/player/g/bespoke/freq_graph_average_lo.gif);
}
.infopage.tb .right .drawstats_graphs .graphs .averagefreq {
	background-image: url(/player/g/bespoke/freq_graph_average_tb.gif);
}
.right .drawstats_graphs .graphs .vscale dd {
	width: 170px;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 6px 0 2px 0;
	height: 16px;
	z-index: +5;
}

.right .drawstats_graphs .graphs .most_drawn,
.right .drawstats_graphs .graphs .least_drawn {
	width: 145px;
	height: 250px;
	float: left;
	background-image: url(/player/g/bespoke/freq_graph_bg.png);
	background-repeat: no-repeat;
	overflow: visible;
	position: relative;
	z-index: 6;
}
.right .drawstats_graphs .graphs.graphslight .most_drawn,
.right .drawstats_graphs .graphs.graphslight .least_drawn {
	width: 145px;
	height: 250px;
	float: left;
	background-image: url(/player/g/bespoke/freq_graph_bg_light.png);
	background-repeat: no-repeat;
	overflow: visible;
	position: relative;
}

.right .drawstats_graphs .graphs h3 {
	position: absolute;
	bottom: -40px;
	left: 27px;
	width: 92px;
	height: 12px;
	line-height: 0;
	text-indent: -1000px;
	background-image: url(/player/g/bespoke/freq_graph_labels.png);
	background-repeat: no-repeat;
}
.infopage.em .right .drawstats_graphs .graphs h3,
.infopage.tb .right .drawstats_graphs .graphs h3 {
	position: absolute;
	bottom: 4px;
	left: 27px;
	width: 92px;
	height: 12px;
	line-height: 0;
	text-indent: -1000px;
	background-image: url(/player/g/bespoke/freq_graph_labels.png);
	background-repeat: no-repeat;
}
.infopage.tb .right .drawstats_graphs .graphs.graphslight h3
{
	background: url(/player/g/bespoke/freq_graph_tb_num.gif) top left no-repeat;
	height: 12px;
	left: 0;
	width: 154px;
}
.infopage.em .right .drawstats_graphs .graphs.graphslight h3
{
	background: url(/player/g/bespoke/freq_graph_em_luckystar.gif) top left no-repeat;
	height: 14px;
	left: 3px;
	width: 140px;
}
.right .drawstats_graphs .graphs dl.legend {
	width: 190px;
	padding: 5px;
	border:none;
	clear:none;
	position:absolute;
	top: 292px;
	left: -25px;
	margin: 0;
}
.com75 .results_frequency_checker .main .left table.frequency tr.legend td .mainball {
	width:10px;
	height:10px;
	margin-top:2px;
	/*background:#e7e7e7 url(/player/g/bespoke/mainballgrad.png) repeat-x bottom;
	border:1px solid #666;*/
}
.com75 .results_frequency_checker .right dl.legend dd,
.com75 .results_frequency_checker  .right dl.legend dt {
	float:left;
	margin:0 5px;
	clear: none;
}

.com75 .results_frequency_checker  .right dl.legend dt {
	width: auto;
}


