﻿.page
{
    margin: 0px 0px 0px 0px;
}

.header
{
    width:95%;
}

.DefaultheaderCenter
{
    background-image: url('../Immagini/Struttura/headerCenter.jpg');
    background-repeat: repeat-x;
    width: 100%;
}
.headerLeft
{
    
}
.headerCenter
{
    background-image: url('../Immagini/Struttura/headerCenterSmall.png');
    background-repeat: repeat-x;
    width: 100%;
}
.headerRight
{
    
}



.path
{
    width:95%;
    margin: 0px 0px 0px 0px;
    padding-top: 8px;
    height:30px;
}

.tablePathCenter{
    background-image: url('../Immagini/Struttura/riqPathCenter.jpg'); 
    background-repeat:repeat-x;
}

.menuContent
{
    width:95%;
    padding-top: 0px;
    margin: 0px 0px 0px 0px; 
}

.topMainContent
{
    width:95%;
    padding-top:0px;    
    margin: 0px 0px 0px 0px;
}

.centerMainContent
{
    width: 95%;
    min-height: 400px;
    background-color: #FFFFFF;
}

.centerMainContentTrasparent
{
    width: 95%;
    /*min-height: 400px;*/
}

.footer
{
    width: 95%; 
}

.divTop
{
    background-image: url('../Immagini/Struttura/topBlack.png');
    background-repeat: repeat-x;
    background-position: 0px -14px;
    width: 50%;
    height: 28px;
    position: absolute;
    top: 0px;
    left: 0px;
    float:left;
    line-height:20px;
}

.divTop img { vertical-align:middle; margin-top:-1px; }

.divTopRight
{
    background-image: url('../Immagini/Struttura/topBlack.png');
    background-repeat: repeat-x;
    background-position: 0px -14px;
    width: 50%;
    height: 28px;
    position: absolute;
    top: 0px;
    right: 0px;
    float:right;
    line-height:20px;
    text-align: right;
    padding-right: 5px;
}

.divTopRight img { vertical-align:middle; margin-top:-1px; }


/*
.footerMainContent
{
    background-image: url('../Immagini/Struttura/riquadroCentraleFooter.jpg');
    background-repeat: no-repeat;
    width:95%;
    min-height:100px;
}

.tableFooterTop
{
    background-image: url('../Immagini/Struttura/footerCenter.png'); 
    background-repeat:no-repeat;
    background-position: left bottom;
}
    
.tableFooterCenter
{
    background-image: url('../Immagini/Struttura/footerCenter.png'); 
    background-repeat:repeat-y;
}*/
body
{
    background-image: url('../Immagini/Struttura/main_bg.png');
    background-repeat: repeat;
    background-attachment: fixed;
}
