@charset "utf-8";
/* CSS Document */

.stat_table table  {
    width: 90%;
	padding: 0;
	margin: 0;
	margin-left:auto;
  	margin-right:auto;
}

.stat_table table caption {
padding: 0 0 5px 0;

	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

.stat_table table th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #0288D8; 
    color: #FFFFFF;
	height:40px;
}


.stat_table table td:first-child {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #CCE7F7;
	font-weight: bold; 
}
	.stat_table table#orszag td:first-child {
	width:200px;
	}
	
	.stat_table table#forgalom td:first-child {
	width:300px;
	}
	
	.stat_table table#history td:first-child {
	width:300px;
	}

	.stat_table table#history td:first-child {
	width:300px;
	}
.stat_table table td {
    border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	text-align: right;
}

	.stat_table table#orszag td {
	width:133px;
	}
	
	.stat_table table#forgalom td {
	width:80px;
	}


	
.stat_table table.data {
   width: 10px;
   overflow: hidden;

}

.stat_table table .data_minusz {
	width: 10px;
	overflow: hidden;
	color:#FF0000;
	font-weight:bold;
	background-color:#DFDFDF;
}

.stat_table table .data_plusz {
	width: 10px;
	overflow: hidden;
	color:#009900;
	font-weight:bold;
	background-color:#DFDFDF;
}



	



