div.statistic-table {
	width: 167px;
	font-size: 11px !important;
	padding: 5px 10px 10px 10px;
}
div.statistic-table .container {
	position:relative;
	display:block;
	width:100%;
}
div.statistic-table .inner {
	display:block;
	width:100%;
}
div.statistic-table .inner-dots {
	display:block;
	width:100%;
	/* This is the way how browser should draw dotted border
	border-bottom:dotted 1px #696C72;
	But we have to use image in order to draw border correctly with IE*/
	padding-bottom: 1px;
	/*background: url(images/solid.gif) repeat-x bottom;*/
}
div.statistic-table .left {
	float:left;
	position:relative;
	left:0px;
	top:2px;
}
div.statistic-table .right {
	float:right;
	position:relative;
	right:0px;
	top:2px;
}
div.statistic-table .clear {
	clear:both;
}
div.statistic-table  a {
	text-decoration: none;
}
div.statistic-table  a:hover {
	text-decoration: underline;
}
div.statistic-table .today {

}
div.statistic-table .today a {

}

.marg_bott {
	margin-bottom: 10px;
}