#statisztika_doboz
	{
		width: 970px;
		min-height: 555px;
		padding: 4px;
		margin: 10px;
		border: 1px solid #999;
		border-radius: 5px;
	}
	
#stat_cim
	{
		width: 100%;
		padding: 4px 10px;
		border: 1px solid #999;
		border-radius: 5px;
		box-sizing:border-box;
		font-size:20px;
		background: rgb(242,246,248); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,246,248,1)), color-stop(50%,rgba(216,225,231,1)), color-stop(51%,rgba(181,198,208,1)), color-stop(100%,rgba(224,239,249,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
	}

.stat_clr
	{
		overflow:auto;	
	}

.stat_tarto
	{
		margin:5px 0px;
		border:1px solid black;
		border-right:0px;
		border-radius:5px;
		padding:0px;
		clear:both;
		float:left;
		background-image: url('/kepek/kepek/statisztika_h.png');
		background-position-y: 31px;
		overflow:hidden;
	}

.stat_mertek_tarto
	{
		float:left;
		width:50px;
		height:300px;
		border-right:1px solid black;
		text-align:right;
	}

.stat_mertek_sor
	{
		float:left;
		width:100%;
		padding-right:5px;
		height:50px;
		border-top:1px solid black;
		box-sizing:border-box;
	}

.stat_oszlop_tarto
	{
		float:left;
		width:28px;
		height:300px;
		border-right:1px solid black;
	}

.stat_oszlop_uresresz
	{
		float:left;
		width:100%;
	}

.stat_oszlop_ertek
	{
		float:left;
		width:100%;
		background-color:#355FCD;
		-webkit-transition: height 1s; /* Safari */
		transition: height 1s;	
		position:absolute;
		bottom: 0px;
	}

.stat_oszlop_ertek_szam
	{
		top:-15px;
		position:relative;
		text-align:center;
		font-size:11px;
	}

.stat_oszlop_nap
	{
		width:100%;
		height:19px;
		border-top:1px solid black;
		text-align:center;
		background-color:#bbb;
		float:left;
	}

#stat_adat_tarto
	{
		width: 100%;
		padding: 4px 10px;
		border: 1px solid #999;
		border-radius: 5px;
		box-sizing:border-box;
	}
	