/* CSS Document */
body
{
    font-family:Verdana,"Times New Roman", Times, serif;
    font-size: 13px;
    margin: 0; /* rimuoviamo i margini di pagina */
    text-align: center;  
}

#container
{
    width:800px;

    margin-left: auto;
    margin-right: auto;  
}


/**body{text-align:center;}*/

body #titolo
{
    /*font-family: Verdana;*/
    font-size:12px;
    font-weight: bold;
}


body #titolo3
{
    /*font-family: Verdana;*/
    font-size:12px;
    font-weight: bold;
}


#contorno_grigio
{
    border: 1px solid;
    /*position: relative;*/

}


.box
{  
    border: 1px #cccccc solid;
    width:100%;
    margin-bottom:15px;

}

.box-link
{  
    border: 1px rgb(0, 208, 224) solid;
    background-color: rgb(238, 238, 238);
    width:100%;
    margin-bottom:15px;

}

.boxSmall
{
    border: 1px #cccccc solid;
    width:250px;
    margin-bottom:15px;

}

table{
    width:100%;
    font-size:12px;
    float:left;


}


.tabella{
    border-collapse: collapse;
    width:100%;
    font-size:12px;
    float:left;
}

.tr_listini{
    background-color: rgb(207, 233, 255);
    font-weight: bold;
    padding-left: 10px;
    height: 30px;
    text-align: center;
}

.td_utenti{
    font-weight: bold;
    width: 250px;
    height: 30px;
    padding-left: 5px;
}

.span{

    height:15px;


}




#notasmall{
    min-height: 50px;
    width: 98%;
    float:left;
    text-align:left;
    /*border:1px rgb(0,204,0) solid;*/
    /*background-color: rgb(153,153,204);*/
    padding: 5px 5px 5px 5px;
    cursor: pointer;
    margin-bottom:5px;


}

#notasmall #titolo
{
    width:100%;
    text-align:right;  
}


.titolo2 {
    font-size:15px;
    float:left;
    font-weight: bold;  
}

.titolo3 {
    font-size:11px;
    float:left;
    font-weight: bold;  
}

.infobox
{
    border: 1px #0198E7 solid;
    background-color: #4FEBED;
    cursor: pointer;
    height:15px;
    width:100px;
    padding: 5px 5px 5px 5px; 

}

.messaggio
{

    border: 1px rgb(255,204,0) solid;
    background-color: rgb(255,255,204);  
    height:15px;
    width:50%;
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-weight: bolder; 
}




#menu
{
    float:right;
    text-align: center;
    padding-right:5px;
    padding-left:5px;    
}

.separatore{
    width:100%;
    border-bottom: 1px rgb(0,224,240) dashed;
    float:left;
    margin-top:20px;
    margin-bottom:20px;
}


div.tabGray {

    border: 1px solid rgb(186,186,186);
    margin-left: 8px;
    position: relative;
}

div.tabGrayBig {

    border: 1px solid rgb(186,186,186);
    margin-left: 0px;
    position: relative;
}

div.tabRed {

    border: 1px solid #ff6500;
    margin-left: 8px;
    position: relative;
}

a:active, a:visited, a:link
{
    color: #5E8E3E;
    text-decoration: underline;
}

a:hover
{
    color: #000000;
    text-decoration: none;
}
.puntatore{
    cursor: pointer;
    cursor: hand;
}

.user_detail{
    cursor: pointer;
    background-image: url(/images/user_details.png);
    width: 22px;
    height: 22px;

}
.user_details_title
{
    float: left;
    width: 100%;
    font-weight: bold;
    margin-bottom:3px;
}


.nota_details{
    cursor: pointer;
    background-image: url(/images/nota_details.png);
    width: 22px;
    height: 22px;
    margin-left: 33px;

}

.notared{
    color: #000;
    font-size: 15px;
    float: left;
    border: red 1px solid;
    padding: 4px;
    background-color: #FF6666;
}