
* {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*
	font-family: "Courier New";
	 */
}


body {
        padding-left: 5px;
	background-color: #FFFFFF;
}

/*
h1 {
	font-family: "Courier New";
}

li {
	font-family: "Courier New";
}

tr {
	font-family: "Courier New";
}
 */
p {
        margin: 0 5px 5px 0;
        padding: 0 5px 5px 0;
}

ul {
        list-style-type: none;
        padding-bottom: 5px;
        margin-bottom: 5px;
        padding-left: 15px;
        padding-top: 5px;
}

a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}

#pump_overview {
	padding-left: 15px;
}

.table_value {
	width: 50px;
	text-align: right;
	background-color: #FFFFFF;
	color: #000000;
}

.table_site_name {
	width: 125px;
	background-color: #FFFFFF;
	color: #000000;
}

.table_timestamp {
	width: 165px;
	background-color: #FFFFFF;
	color: #000000;
}

.table_category_name {
	width: 100px;
	background-color: #;
	color: #;
}

.table_expression {
	width: 100px;
	padding-right: 10px;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
}

.table_target {
	width: 50px;
	padding-right: 10px;
	text-align: right;
	color: red;
	background-color: #;
	color: #;
}

.tree_overview .table_expression {
	text-align: right;
}


