body {
    background-color: #222;
    color:#fff;
    font:12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
    
h1, h3 {
    font-size:12px;
    font-weight:bold;
    color:#000;
    background-color: #fff;
    padding: 1px;
    margin:1px;
    border-left:1px solid #000;
    border-right:1px solid #000;
}

h2 {
    font-size:12px;
    font-weight:bold;
    margin:0px;
    width:198px;
}

div.row {
    float:left;
    border:1px solid #ddd;
    margin:14px;
    padding:0;
    text-align:center;
    font-size:12px;
    font-weight:bold;
    color:#eee;
    background-color: #000;
}

div.box {
    position:relative;
    float:left;
    padding:0;
    border:0;
    margin-bottom:-2px;
    margin-left:-1px;
    margin-right:-1px;
}

.vertgraph {                    
    position: relative; 
    border:1px solid #ddd;
    width:99px; 
    height:162px; 
    background-color: #000;
    overflow: hidden;
}

.vertgraph .graph-area {
    position: relative;
    width: 100%;
    height: 100%;
}

.vertgraph ul { 
    width:99px; 
    margin:0; 
    padding:0; 
}

.vertgraph ul li {  
    position: absolute; 
    width: 20px; 
    bottom: 19px;
    padding: 0 !important; 
    margin: 0 !important; 
    background: url("images/colorbarsmall.jpg") no-repeat !important;
    list-style-type: none;
    font-size:12px;
    font-weight: bold; 
}

.vertgraph ul li span { position: absolute; left:0px; width:20px; text-align:center; }
.vertgraph li.rosso { color:#f00; left: 3px; background-position: -20px 100% !important; }
.vertgraph li.giallo { color:#ff0; left: 27px; background-position: -40px 100% !important; }
.vertgraph li.verde { color:#0f0; left: 51px; background-position: -60px 100% !important; }
.vertgraph li.bianco { color:#fff; left: 75px; background-position: -80px 100% !important; }
.vertgraph li.obi { width:20px; color:#0af; left: 8px; background-position: 0 100% !important; }

a {
    text-decoration:none;
    font-weight:bold;
    color:#00c;
}

a:hover { 
    color: #ff0000; 
    background-color:#eeb; 
}
