/* CSS Document */

body {
        margin: 10px; 
        width: 600px;}      
table {
        border-collapse: collapse;}
tr {    
        vertical-align: middle;}
td {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;}
td.name {
        width: 12em;
        margin-right: 0;}
td.value {
        width: 8em;
        text-align: right;}
td.unit {
        width: 5em;}
td.check {
        }
td.debug {
        text-align: right;}

input {    
        vertical-align: middle;}

div.category {
        margin: 5px 5px 20px 5px; 
        padding: 0;  
        background: #eee; 
        /*border: 1px solid #ccc;*/}
div.category tr:hover { 
        background: #ddd; }
ul#navlist #currentlink {
        background: #85aeed;
        color: white;}
ul#navlist li a#summa {
        width:11em;}
ul#navlist li a#currentlinksumma {
        background: #85aeed;
        color: white;
        width:11em;}
