﻿body {
	margin: 0;
}
#plusContainer 
{
    margin: 0;
    padding: 0;
    width: 201px;	
    font-family: Verdana;
    font-size: 10px;
    color: #333;
}
.Plus2011
{
    width: 202px;
    height: 220px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
p.plusTitle {
    background-color: #f1f1f1;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #326CC0;
    font-weight: bold;
    font-size: 12px;
    padding: 1px 0 9px 5px;
    margin: 0;
}
p.plusChart {
    margin: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}
div.plusDataContainer {
    margin: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    background-color: #f1f1f1;
    float: left;
    width: 199px;
}
label.l 
{
    float: left;
    padding: 5px 0 5px 5px;
}
label.r 
{
    float: right;	
    padding: 5px 5px 5px 0;	
}
label.b12 {
    font-size: 12px;
    font-weight: bold;
}
label.b11 {
    font-size: 11px;
    font-weight: bold;
}
label.iaumento {
    background-image: url(../images/aumento.gif);
    background-position: right;
    padding-right: 22px;
    background-repeat: no-repeat;
    margin-right: 5px;
}
label.idiminuzione {
    background-image: url(../images/diminuzione.gif);
    background-position: right;
    padding-right: 22px;
    background-repeat: no-repeat;
    margin-right: 5px;
}
label.istabile {
    background-image: url(../images/stabile.gif);
    background-position: right;
    padding-right: 22px;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.aumento { color: #0c0; }
.diminuzione { color: #c00; }

