/* 
    Document   : style
    Created on : 21-giu-2011, 15.58.14
    Author     : michele
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#main-tab{
    font-size: 85%;
}

.settAppartenenza{

    font-family:Arial, Helvetica, Sans-Serif;
    font-size:12px;
    font-weight:bold;
    color:blue;
    text-decoration:none;
    text-align: center;
}
.tipiAtt{
    font-family:fantasy;
    font-size:12px;
    font-weight:bold;
    color:blue;
    text-decoration:none;
    text-align: center;
}

.divRicerca{
    display: inline-block;
}

.campi{
    display: inline-block;
    float: left;
    margin-right: 4px;

}

.button{
    width: 25px;
    height: 19px;

}
/*table {
    border-spacing: 0;
    border-collapse: collapse;
}*/
/*td {
    border: thin solid darkgray;
    border-collapse: collapse;
}*/
.ImgArticolo {
    width:20px;
    heigth:20px;
}
.Titolo {
    color:#a00;
    font-size: 1.5em;
}
.divAllegatiNew {
    margin-bottom:5px;
    background-color:#eaa;
    padding-left:5px;
    
}