html, body {
	font-family: Calibri;
	margin: 2px;
	padding: 0;
	width: 100%
	height: 100%;
	background-color: #eee;
	background-image: url('/img/back.gif');
	font-size: 15px;
}
input, select {
	margin: 2px;
	padding: 2px;
	font-weight: normal;
}
a {
	color: #369;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #036;
}
noscript {
	color: #C00;
	font-weight: bold;
	font-size: 18px;
}
.wait {
	display: none;
}
.hidden {
	visibility: hidden;
}
.disabled {
	color: #999;
}
.dialogWithDropShadow {
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
div.ui-datepicker{
 font-size: 12px;
}
.opacity50 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
	filter: alpha(opacity=50); /* IE 5-7 */
	-moz-opacity: 0.50; /* Netscape */
	-khtml-opacity: 0.50; /* Safari 1.x */
	opacity: 0.50; /* Good browsers */
}
.opacity50usr {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
	filter: alpha(opacity=50); /* IE 5-7 */
	-moz-opacity: 0.50; /* Netscape */
	-khtml-opacity: 0.50; /* Safari 1.x */
	opacity: 0.50; /* Good browsers */
	display: none; /*new*/
}
.opacity20 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; /* IE 8 */
	filter: alpha(opacity=20); /* IE 5-7 */
	-moz-opacity: 0.20; /* Netscape */
	-khtml-opacity: 0.20; /* Safari 1.x */
	opacity: 0.20; /* Good browsers */
}
div#alert {
	display: none;
}
#login {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 220px;
	height: 120px;
	margin-left: -110px;
	margin-top: -60px;
}
#login input, #login label {
	vertical-align: middle;
}
#login h1 {
	color: #777;
	font-size: 54px;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
#main_menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
}
#main_menu li {
	margin: 1px;
	float: left;
	padding: 4px;
	border: 1px solid #999;
}
#main_menu li:hover {
	background-color: #cde;
}
#users_result_table, #fuvas_result_table {
	width: 100%;
	border-collapse: collapse;
}
#users_result_table tr:hover, #fuvas_result_table tr:hover {
	background-color: #039;
	color: #fff;
}
#users_result_table th, #fuvas_result_table th {
	background-color: #666;
	color: #fff;
	font-weight: normal;
	white-space: nowrap;
	border: 1px solid #ccc;
	text-align: center;
}
#users_result_table td, #fuvas_result_table td {
	white-space: nowrap;
	border: 1px solid #ccc;
	text-align: center;
	padding: 1px;
}
#new_user, #new_fuvas {
	float: right;
}
#fuvas_tabs input#send_button {
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 6px;
	width: 200px;
}
#fuvas_tabs label {
	float: left;
	font-size: 14px;
	margin: 10px;
	font-weight: bold;
}
#foot {
	position: fixed;
	bottom: 6px;
	right: 4px;
	float: right;
}
#stat {
	font-size: 14px;
}
#stat, #live_stat_table {
	width: 100%;
	border-collapse: collapse;
}
#live_stat_table {
	font-size: 14px;
}
#live_stat {
	padding: 5px;
}
#stat th {
	padding: 3px;
	color: #fff;
	background-color: #000;
}
#stat td, #bills td  {
	border: 1px solid #666;
	text-align: center;
	white-space: nowrap;
}
#live_stat_table td {
	border: 1px solid #ccc;
	text-align: center;
	padding: 3px;
}
ul#legend {
	width: 100px;
	list-style: none;
	padding: 0;
	margin: 5px;
	font-size: 12px;
	border: 1px solid #999;
}
ul#legend li {
	padding: 2px;
}
div#news {
	color: #444;
	margin: 5px;
	padding: 0;
	font-size: 13px;
}
div#news p {
	margin: 0;
	padding: 0;
}
div#result {
	font-size: 14px;
	display: none;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 0.7em;
}
.red {
	background-color: #faa;
}
.redc {
	color: #933;
}
.redc input {
	color: #933;
}
.yellow {
	background-color: #ffa;
}
.green {
	background-color: #afa;
}
#report_panel, #events_panel {
  width: 220px;
  float: left;
}
#report_panel select {
	width: 200px;
	font-size: 12px;
	padding: 0px;
}
#report_panel input#show_report {
	width: 110px;
	padding-left: 0;
	padding-right: 0;
}
#chart {
	width: 98%;
}
#report {
	margin-left: 220px;
	margin-right: 10px;
}
#report #summary table, #events table, div#live_summary table {
	width: 100%;
	border-collapse: collapse;
}
#events {
	margin-left: 220px;
}
div#live_summary table {
	color: #ddd;
	text-align: center;
}
#report #summary table td, #events table td, div#live_summary table td {
	border: 1px solid #999;
	color: #ddd;
	text-align: center;
}
div#live_summary table td span {
	font-weight: bold;
}
#events table td {
	color: #000;
	font-size: 14px;
	padding: 2px;
}
#events table tr:hover td {
	background-color: #dd9
}
#report #summary table#main_report tr.dev_det, tr.dev_sub_rep {
	display: none;
}
#report #summary table#main_report td a {
	color: #fff;
	font-weight: bold;
	cursor: help;
}
#report #summary table#main_report td span.total {
	color: #fff;
	font-weight: bold;
}
#report #summary table#date_report td {
	font-size: 13px;
	color: #000;
}
#report #summary table#date_report tr:hover {
	background-color: #dd9;
}
#report_form input[type="checkbox"] {
	vertical-align: middle;
}
form#notifications {
	width: 210px;
	font-size: 12px;
}
form#notifications fieldset {
	color: #999;
	border: 1px solid #999;
	margin: 0;
	padding: 6px;
}
form#notifications ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #444;
}
form#notifications ul li input {
	vertical-align: bottom;
}
form#notifications input#change_user_mail {
	width: 35px;
	height: 25px;
	padding: 3px;
}
div#stat1 table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
div#stat1 table th {
	background-color: #000;
	color: #fff;
	padding: 4px;
}
div#stat1 table td {
	text-align: center;
	border: 1px solid #000;
	vertical-align: middle;
}
div#stat1 table tr:hover {
	background-color: #036;
	color: #fff;
}
div#stat1 table td img {
	vertical-align: middle;
	margin-top: -1px;
	margin-bottom: 2px;
	cursor: pointer;
}
select#devices {
	cursor: pointer;
}