.StatisticMain {
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.StatisticHeader {
	position: relative;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.StatisticHeader img {
	float: left;
}

.StatisticHeader div {
	width: 15px;
	background-repeat: repeat-x;
	background-image: url('../images/Statistic/header_background-image.png');
	float: left;
}

.StatisticSelector {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.StatisticSelector img {
	cursor: pointer;
}

.StatisticIncome {
	float: left;
}

.StatisticSent {
	float: right;
}

.StatisticSelector-Background {
	float: left;
	width: 252px;
	height: 45px;
	background-color: #6dc0cb;
}

.SatatisticContent {
	float: left;
	margin-left: 50px;
	width: 500px;
	background-color: #6dc0cb;
}

.SatatisticTableDatas {
	float: left;
	width: 500px;
	background-color: #6dc0cb;
	overflow: hidden;
	padding-bottom: 10px;
}

/*** statik tábla ************/

.StatisticResultsTable {
	line-height: 20px;
	color: #fff;
	margin-bottom: 10px;
}

.StatisticResultsTable th {
	padding-left: 3px;
}

.StatisticTableTh {
	background-color: #b1e6eb;
	text-align: left;
	color: #43767d;
}

.StatisticTableTrDark {
	background-color: #4a90b8;
	padding-left: 10px;
	padding-right: 10px;
}

.StatisticTableTrDark a {
	color: #fff;
	text-decoration: none;
}

.StatisticTableTrLight {
	background-color: #6298e4;
	padding-left: 10px;
	padding-right: 10px;
}

.StatisticTableTrLight a {
	color: #fff;
	text-decoration: none;
}

.StatisticTableTrLight td, .StatisticTableTrDark td {
	border-bottom: 2px #6dc0cb solid;
	padding-left: 3px;
	padding-right: 3px;
}

.StatisticTableTh th {
	border-bottom: 2px #6dc0cb solid;
}

.StatisticEmpty {
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}

.StatisticTitle {
	text-align: center;
	font-weight: bold;
	color: #dff;
	padding-top: 15px;
	padding-bottom: 20px;
}

.StatisticOnClickDiv {
	float: left;
	width: 484px;
	border: 1px solid #000;
	background-color: #3272c9;
	font-weight: bold;
	color: #fff;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-left: 2px;
	margin-bottom: 5px;
	cursor: pointer;
}

.StatisticTableWrite {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
	background-color: #3272c9;
	font-weight: bold;
}
.StatisticTableWrite:hover {
	background-color: #1252a9;
}

















