.fieldset_font {
	font-size: 8pt;
	font-weight: normal;
	font-family: Tahoma;
}

.normal_font {
	font-size: 8pt;
	font-weight: normal;
	font-family: Tahoma;
}

.stats_values td {
	padding-left: 3px;
	padding-right: 3px;
}

a {
	font-size: 8pt;
	font-weight: normal;
	font-family: Tahoma;
	text-decoration: none;
}

input {
	font-family: Verdana;
	font-size: 8pt;
	border: 1px;
	border-style: solid;
}

select {
	font-family: Verdana;
	font-size: 8pt;
	border: 1px;
	border-style: solid;
}

checkbox {
	font-family: Verdana;
	font-size: 8pt;
	border: 0px;
	border-style: solid;
}

radio {
	font-family: Verdana;
	font-size: 8pt;
	border: 0px;
	border-style: solid;
}

td {
	font-size: 8pt;
	font-weight: normal;
	font-family: Tahoma;
}

option.imagebacked {
	padding: 2px 0 2px 20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	vertical-align: middle;
}

.unit_label_stay {
	font-size: 8pt;
	font-weight: normal;
	font-family: Tahoma;
	color: #ff0000;
	font-weight:bold;
}

.unit_label_move {
	font-size: 8pt;
	font-weight: normal;
	font-family: Tahoma;
	color: #0000ff;
	font-weight:bold;
}

.unit_label_move_maneuver {
	font-size: 8pt;
	font-weight: normal;
	font-family: Tahoma;
	color: #cc6600;
	font-weight:bold;
}

.unit_label_move_highway {
	font-size: 8pt;
	font-weight: normal;
	font-family: Tahoma;
	color: #009900;
	font-weight:bold;
}

.stay_label {
	font-size: 8pt;
	font-weight: normal;
	font-family: Tahoma;
	color: #0010AA;
	font-weight:bold;
}

.unit_state_value {
	width: 60%;
}

.unit_state_params_header {
	text-align: center;
}

/* classes above are introduced in Units group report */
.table_report {
	text-align: center;
	width: 850px;
}

.table_report  td{
	/*padding: 3px;*/
	border: 1px double black;
}

.table_report_header {
	text-align: center;
	/*width: 20px;*/
	vertical-align: top;
	font-weight: bold
}

.table_report_cell {
	text-align: center;
}


#player_counters div {
	text-align: center;
}


.sensor_on {
	color: #11CC11;
}

.sensor_off {
	color: #CC1111;
}

.sensor_absent {
	color: #CCCCCC;
}

.sensor_label {
	margin-left: 1em;
	margin-right: 1em;
}



/* electronic passport */

.passport_section {
	border: 1px solid black;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.passport_section_heading {
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	font-family: sans-serif;
	text-decoration: underline;
}

.passport_table {
	border: 1px solid black;
	width: 400px;
/*	margin-bottom: 1em; */
}

.passport_table td {
	font-size: 0.7em;
/*	border: 1px solid black; */
}

.passport_table .heading {
	background: #CCCCCC;
	font-weight: bold;
	font-size: 0.8em;
	font-family: sans-serif;
	text-align: center;
}

.passport_table .attr_value {
	font-weight: bold;
	text-align: right;
}
