﻿/* CSS FILE*/

body
{
    
}

#PageOutline  
{
    text-align: center; 
    margin-top: 100px;
    font-family: verdana; 
}

/* BEGIN ROOT CONTENT */
#ContentColumns
{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: 100%;
    background-color: #F9F9F9;
}

#SeparatorContentColumns-Logo
{
    background-color:White;
    height: 20px;
}

#Logo
{
    width: 1000px;
    background-color:White;
}

#SeparatorLogo_Menu
{
    height: 20px;
    background-color:White;
}

#Menu
{
    width: 1000px;
    -moz-opacity: 0.8;
    font-size: 10pt;
    font-family: BankGothic Lt BT;
    font-weight: bold;
    background-color: #C0C0C0;
}

#SeparatorMenu_CLSMPCRC
{
    height:10px;
    background-color:White;
}

/* BEGIN ContentLeftSMPathCenterRightColumns */
#ContentLeftSMPathCenterRightColumns
{
    position: relative;
    width: 1000px;
    height: 800px;
}

#Left
{
    float: left;
    width: 147px;
    height: 100%;
    background-repeat: repeat-y;
}

#bannerSuperioreLeft
{
    background-repeat:repeat-y;
    background-image: url("/img/bandaLateraleDestraCentrale.jpg");
    height: 298px;
}

#bannerCenterLeft
{
    background-repeat: no-repeat;
    background-image: url("/img/bandalateralecopiacopia.jpg");
    height: 204px;   
}

#bannerInferioreLeft
{
    background-repeat: repeat-y;
    background-image: url("/img/bandaLateraleDestraCentrale.jpg");
    height: 298px;
}

#SeparatorLeft-ContentSMPathCenterColumns
{
    width: 3px;
    float:left;
    background-color:White;
    height: 100%;
}   

/* BEGIN ContentSMPathCenterColumns */
#ContentSMPathCenterColumns
{
    float:left;
    background-color: Menu;
    width: 700px; 
}

#SMPath
{
    background-color: White;
    font-family : Helvetica;
    font-size: 9pt;
}

#CenterColumn
{
    font-family : Helvetica;
    font-size: 10pt;
    color: #005F7D;
    background-color: #F9F9F9;
    height: 100%;
}
/* END ContentSMPathCenterColumns */

#SeparatorContentSMPathCenterColumns-Right
{
    width: 3px;
    height: 100%;
    background-color:White;
    float:left;
}

#Right
{
    float: left;
    width: 147px;
    background-repeat:repeat-y;
}

#bannerRightSuperiore
{
    background-image: url("/img/bandaLateraleDestraSuperiore.jpg");
    background-repeat: no-repeat;
    width: 147px;
    height: 74px;     
}

#bannerRightCentrale
{
    background-repeat:repeat-y;
    background-image: url("/img/bandaLateraleDestraCentrale.jpg");
    width: 147px;
    height: 624px;
    font-family: Helvetica;
    color: White;
    font-size: 9pt;
}
 
#bannerRightInferiore
{
    background-image: url("/img/bandaLateraleDestraInferiore.jpg");
    background-repeat: no-repeat;
    width: 147px;
    height: 102px;     
}


/* END ContentLeftSMPathCenterRightColumns */

#Footer
{
    clear: both;
    width: 1000px;
    padding: 4px 0;
    background-color: #F4F4F6;
    font-family : Helvetica;
    font-size: 8pt;
}
/* END ROOT CONTENT */