body {
    background-color: #222;
    color:#fff;
    font:12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
   
h1 {
    font-size:13px;
    color:#000;
    background-color: #fff;
    padding:0;
    margin:0;
}

h3 {
    font-size:14px;
    font-weight:bold;
    color:#000;
    background-color: #fff;
    padding: 0px;
    margin:1px;
    border-left:1px solid #000;
    border-right:1px solid #000;
}

h2 {
    font-size:14px;
    font-weight:bold;
    margin:0px;
    width:306px;
}

div.row {
    float:left;
    border:1px solid #ddd;
    margin-left:18px;
    margin-top:8px;
    margin-bottom:0;
    padding:0;
    text-align:center;
    font-size:14px;
    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;
    width:153px;
    height:200px;
    background-color: #000;
    border:1px solid #ddd;
    overflow: hidden;
}

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

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

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

.vertgraph ul li span { position: absolute; left:0px; width:28px; text-align:center; }
.vertgraph li.rosso { color:#f00; left: 4px; background-position: -28px 100% !important; }
.vertgraph li.giallo { color:#ff0; left: 44px; background-position: -56px 100% !important; }
.vertgraph li.verde { color:#0f0;  left: 82px; background-position: -84px 100% !important; }
.vertgraph li.bianco { color:#fff; left: 120px; background-position: -112px 100% !important; }
.vertgraph li.obi { width:28px; color:#08f; left: 6px; background-position: 0 100% !important; }

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

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