html, body {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height:100%;
    margin: 0;
    padding: 0;
    background: #b6b7bc;
    font-size: 16px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #696969;    
}


.divFooter
{
    position: absolute; 
    bottom: 0;
    height: 1px;
}

.divHead
{
    position: absolute;
    top: 0;
    left: 0;
    height: 81px;
    width: 99%;
    background-color: darkred;
    border: 2px solid #496077;
}

.logout
{
    float: right;
    cursor: pointer;
}

.divMenu
{
    position: absolute;
    top: 85px;
    left: 0;
    height: 25px;
    /*height: 28px;*/
    width: 99%;
    background-color: #cfdbe6;
    font-size: 15px;
    border-left: 2px solid #496077;
    border-right: 2px solid #496077;
    border-bottom: 2px solid #496077;
    padding: 0;
    z-index: 101;
}

.divTitolo
{
    position: absolute; 
    left: 0;
    top: 112px;
    /*top: 115px;*/
    height: 30px;
    width: 99%;
    background-color: #465c71;
    border-left: 2px solid #496077;
    border-right: 2px solid #496077;
    border-bottom: 2px solid #496077;
    padding-top: 3px;
    text-align: center;
    vertical-align: middle;
 }
 
 .lblTitolo 
 {
     color: white;
     width: 100%;
     font-size: 18px;
     font-weight: bold;
 }


.divContenuto {
    position: absolute; 
    left: 0;
    top: 149px;
    /*top: 152px;*/
    width: 99%;
    bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
}

.onecolumnMaxHeight 
{
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 2px;
    bottom: 5px;
    border: 1px solid #496077;
    background: #cfdbe6;
    padding: 2px 2px 2px 2px;
    font-size: small;
    padding-left: 3px;

    overflow: auto;
}
.uppercase
{
    text-transform: uppercase;
}


.TestoCentrato 
{
    text-align: center;
}

.TestoDx
{
    text-align: right;
}

.TestoSx
{
    text-align: left;
}

.columnPadLeftRight
{
    padding-left: 15px;
    padding-right: 15px;
}

.lblErrMenu 
{
    color: white;
    background: darkred;
    font-weight: bold;
    font-style: italic;
}

.lblDatiMenu {
    color: white;
    font-weight: bold;
    font-style: normal;
}

.navigate a 
{
    display:block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}


.btnStile 
{
    font-size: 14px;
    color: #696969;
}

.lblNoWrap {
    height: 20px;
    overflow: hidden;
}