
@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	outline: none;
}

html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #111111;
	color: #FFFFFF;
	font-family: 'Tahoma', arial;
    font-style: inherit;
    font-weight: inherit;
	font-size: 1em;
	line-height: 130%;
	float: left;
}

.clear {
	clear: both;
}

#lang_select {
	text-align: center;
	margin-top: 15%;
}

#center_block {
	margin-top: 1%;
	text-align: center;
}

p {
	padding: 25px;
}

#last_update {
	position: absolute;
    overflow: auto;
    right: 20px;
    bottom: 20px;
}

ul, menu, dir {
    display: block;
	font-size: 0.9em;
    list-style-type: disc;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

ul.archive {
	-webkit-margin-after: 0em;
    -webkit-padding-start: 20px;
}

a {
	color: #F77016;
}

#client_block {
	width: 50%;
	padding: 2%;
	border: 4px solid #000000;
	background-color: #222222;
	margin-bottom: 10px;
}

#client_block_archive {
	width: 50%;
	padding: 1%;
	border: 4px solid #000000;
	background-color: #222222;
	margin-bottom: 10px;
}

#client_block_stats {
	width: 75%;
	padding: 1%;
	border: 4px solid #000000;
	background-color: #222222;
	margin-bottom: 10px;
}

li {
	width: 80%;
}

td.menu, th.menu {
	padding: 7px;
}

td.d, th.d {
	width: 200px;
	padding: 10px;
}