
/*	BOX-STATISTICS	*/

div.box-statistics div.title {
	padding: 5px 5px 5px 25px;
	font-size: 12px;
	font-weight: bold;
	background-color: #ecf1ff;
	border-top: 1px solid #b1c5ff;
	border-bottom: 1px solid #b1c5ff;}

div.box-statistics div.links {
	padding: 5px;
	text-align: right;
}

div.box-statistics div.links a {
	color: #263C70;
	font-size: 11px;
	font-weight: bold;}

table.box-statistics {
	width: 100%;
	margin: 0px 0px 0px auto;}

table.box-statistics td,
table.box-statistics th {
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid Black;}

table.box-statistics th {
	font-size: 10px;}

table.box-statistics td.description {
	width: 90px;
	text-align: right;
	font-weight: bold;}

table.box-statistics td.country-name {
	width: 210px;
	text-align: right;
	font-weight: bold;}

table.box-statistics td.country-code {
	text-align: center;
	font-weight: bold;}

table.box-statistics td.cell {
	width: 100px;}

table.box-statistics th.cell {
	text-align: center;}

table.box-statistics tr.line-odd {
	background-color: #EEEEEE;}

table.box-statistics tr.line-even {
	background-color: #FFFFFF;}

table.box-statistics tr.line-odd td.type-m {
	background-color: #D1DBE5;}

table.box-statistics tr.line-even td.type-m {
	background-color: #EAF0F7;}

table.box-statistics tr.line-odd td.type-w {
	background-color: #F0E1E1;}

table.box-statistics tr.line-even td.type-w {
	background-color: #FEF4F4;}

table.box-statistics tr.line-odd td.type-p {
	background-color: #EEEEEE;}

table.box-statistics tr.line-even td.type-p {
	background-color: #FFFFFF;}

table.box-statistics tr.line-odd td.type-e {
	background-color: #FFFAEC;}

table.box-statistics tr.line-even td.type-e {
	background-color: #FFFDF6;}
