﻿body {
    text-align: center;
    font: 12px/1.5 "trebuchet ms", tahoma, sans-serif;
    /*   background: #beca53 url('Images/Bottom_texture.jpg') repeat-x left top;*/
    background: #fff url('/Styles/images/immagine-mb.jpg') no-repeat fixed center top;
}

#wrapper {
    width: 1168px;
    margin: 0 auto;
    text-align: left;
}

#mb-left {
    position:relative;
    float: left;
    width: 97px;
    min-height: 1000px;
}

#mb-center {
    position:relative;
    float: left;
    width: 974px;
}


#psc-container {
    z-index: 1;
}

#mb-right {
    position:relative;
    display: inline;
    float: left;
    width: 97px;
    min-height: 1000px;
}

#main-header {
    float: left;
    width: 974px;
    margin-bottom: 20px;
    background: url('Images/header.jpg') no-repeat;
}

#logo {
    float: left;
    width: 236px;
    margin-right: 20px;
}

    #logo a {
        float: left;
        width: 300px;
        height: 120px;
    }

#add {
    float: left;
    width: 420px;
    margin-right: 8px;
    padding-top: 20px;
}

    #add h1 {
        font-size: 13px;
        font-weight: normal;
        margin-top: 26px;
        text-align: center;
    }

#login {
    float: left;
    text-align: right;
    padding-top: 20px;
    width: 290px;
    color: #096;
}

    #login div {
        padding: 4px 0;
    }

.logininput {
    color: #096;
    font-style: italic;
    font-family: 'Trebuchet MS', Tahoma, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    -moz-border-radius: 6px; /* FF1+ */
    -webkit-border-radius: 6px; /* Saf3-4, iOS 1+, Android 1.5+ */
    border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */ /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #d2eab6;
    -webkit-box-shadow: #a8a8a8 0px 0px 3px;
    -moz-box-shadow: #a8a8a8 0px 0px 3px;
    box-shadow: #a8a8a8 0px 0px 3px;
    border: 1px solid #fff;
}

#login a {
    font-style: italic;
    color: #096;
}

#main-menu {
    clear: both;
    margin-bottom: 20px;
}

    #main-menu ul {
        float: left; /* background-color: #9ca319;*/
        background-color: #669B41;
        border-top: 1px solid #000; /* border-bottom: 1px solid #666;*/
        -webkit-box-shadow: #666 0px 5px 5px;
        -moz-box-shadow: #666 0px 5px 5px;
        box-shadow: #666 0px 5px 5px;
        width: 974px;
        -moz-border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px;
        position: relative;
        z-index: 0;
        behavior: url('/PIE.htc');
    }

        #main-menu ul li {
            float: left;
            border-left: 1px solid #aeb454;
            border-right: 1px solid #4b4d02;
            padding: 10px 0;
            text-align: center;
        }

            #main-menu ul li#first {
                -moz-border-radius: 0 0 0 10px;
                -webkit-border-radius: 0 0 0 10px;
                border-radius: 0 0 0 10px; /*     -webkit-box-shadow: #666 -5px 0px 5px;     -moz-box-shadow: #666 -5px 0px 5px;     box-shadow: #666 -5px 0px 5px;*/
                position: relative;
                z-index: 0;
                behavior: url('/PIE.htc');
            }

                #main-menu ul li.li-home {
                    width: 45px;
                }

            #main-menu ul li.li-prod {
                width: 115px;
            }

            #main-menu ul li.li-mb {
                width: 120px;
            }

            #main-menu ul li.li-pof {
                width: 125px;
            }

            #main-menu ul li.li-cf {
                width: 105px;
            }

            #main-menu ul li.li-csf {
                width: 155px;
            }

            #main-menu ul li.li-fc {
                width: 115px;
            }

            #main-menu ul li.li-cont {
                width: 70px;
            }

            #main-menu ul li.li-admin {
                width: 100px;
            }

            #main-menu ul li#last {
                -moz-border-radius: 0 0 10px 0;
                -webkit-border-radius: 0 0 10px 0;
                border-radius: 0 0 10px 0; /*     -webkit-box-shadow: #666 -5px 0px 5px;     -moz-box-shadow: #666 -5px 0px 5px;     box-shadow: #666 -5px 0px 5px;*/
                position: relative;
                z-index: 0;
                behavior: url('/PIE.htc');
            }

            #main-menu ul li a, #main-menu ul li a:link, #main-menu ul li a:focus, #main-menu ul li a:visited, #main-menu ul li a:active {
                text-transform: lowercase;
                font-family: Verdana, Tahoma, Sans-Serif;
                color: #fff;
                text-decoration: none;
                font-size: 11px;
                font-weight: bold;
            }

                #main-menu ul li a:hover {
                    text-decoration: underline;
                }

.oldie #main-menu ul li {
    behavior: url(/Styles/PIE.htc);
}

.cb {
    clear: both;
    font-size: 0;
}

#content {
    float: left;
    width: 974px;
  margin-bottom: 10px;
}

#left {
    float: left;
    width: 740px;
    margin-right: 9px;
      background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 0;
    behavior: url('/PIE.htc');
    min-height: 600px;
}

#center-right {
    float: left;
    width: 220px;
     margin-right: 5px;
}

.navigation {
    margin-bottom: 7px;
    padding: 7px;
    background-color: #efefef;
    border: 1px solid #dedede;
}

    .navigation ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

        .navigation ul li {
            padding: 3px 0;
            border-bottom: 1px solid #dedede;
        }

            .navigation ul li a, .navigation ul li a:link, .navigation ul li a:focus, .navigation ul li a:visited, .navigation ul li a:active {
                font-size: 13px;
                font-weight: bold;
                color: #9ca319;
                text-decoration: none;
            }

                .navigation ul li a:hover {
                    text-decoration: underline;
                }


#ricerca {
    margin: 10px 0;
}

.pnl-ricerca {
    margin-bottom: 7px;
    padding: 7px;
    border: 1px solid #dedede;
    background: #fff;
}

.campi-ricerca {
    padding: 3px;
    margin: 3px 0;
    background-color: #669b41;
}

    .campi-ricerca h3 {
        font-size: 18px;
        color: #fff;
        margin: 0;
    }

    .campi-ricerca label {
        color: #fff;
        font-weight: bold;
        float: left;
        width: 70px;
        margin-right: 3px;
        font-size: 14px;
        padding-top: 1px;
    }

    .campi-ricerca input[type=text], .campi-ricerca select {
        padding: 2px;
        border: 1px solid #fff;
        width: 110px;
    }

.pnl-ricerca table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dedede;
}

    .pnl-ricerca table td {
        padding: 2px;
        border: 1px dashed #dedede;
    }

#right {
    float: left;
}

#main-footer {
    clear: both;
    background: #fff;
      background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 0;
    behavior: url('/PIE.htc');
    margin: 0 100px;
}

/* Begin Necrologie */

#data {
    text-align: right;
}

#necrology-header {
}

    #necrology-header header h1, .lightContent h4, .necrologyInfo h4 {
        text-transform: uppercase;
        padding: 4px 0 4px 10px;
        margin: 0 0 7px;
        color: #6e733d;
        background-color: #d2d6a4;
    }

        .lightContent h4.def {
            color: #669B41;
            background: none transparent;
            font-size: 30px;
            text-align: center;
        }

    #necrology-header p a {
        color: #6e733d;
        font-weight: bold;
    }

    #necrology-header footer select {
        font-family: "trebuchet ms", Tahoma, Sans-Serif;
        padding: 3px;
        font-size: 13px;
        border: 1px solid #6e733d;
    }

.necrology {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

    .necrology header h1, .defunto-trovato header h1 {
        color: #5a3b07;
        margin: 0 0 7px;
        font-size: 15px;
    }

    .necrology p em {
        font-style: italic;
    }

    .necrology footer a {
        color: #6e733d;
        text-decoration: none;
        font-weight: bold;
    }

        .necrology footer a:hover {
            text-decoration: underline;
        }

/* End Necrologie */

/* Begin Dettaglio Necrologia */

#necroUtilities a {
    padding: 4px;
    background-color: #6e733d;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

    #necroUtilities a:hover {
        text-decoration: underline;
    }

    #necroUtilities a#stampaManifesto {
        padding: 4px 4px 4px 20px;
        background: #6e733d url('/Styles/Images/printer.png') no-repeat left 50%;
    }

#stampaManifesto:hover {
    text-decoration: underline;
}

#necroUtilities a#infoRicorrenze, #necroUtilities a#stampaManifesto {
    display: inline;
    float: right;
    margin-right: 5px;
}

#necroUtilities a#infoDefunto {
    display: inline;
    float: right;
    margin-right: 60px;
}

.pnl-dati-impresa {
    margin-bottom: 35px;
}

.datiimpresa {
    padding: 7px;
    border: 1px solid #dedede;
}

/* End Dettaglio Necrologia */

/* Begin Inserimento Necrologia */

#inserimento-necrologia, .defunto, #defunti-e-necrologie {
    padding: 10px;
    font-size: 14px;
}

    #inserimento-necrologia h1, .defunto h1, #defunti-e-necrologie h1 {
        font-size: 24px;
        font-weight: bold;
        color: #9c8319;
    }

    #inserimento-necrologia fieldset, .defunto fieldset, #defunti-e-necrologie fieldset {
        border: 1px solid #dedede;
        padding: 10px;
    }

        #inserimento-necrologia fieldset legend, .defunto fieldset legend, #defunti-e-necrologie fieldset legend {
            margin-left: 10px;
            font-size: 20px;
            font-weight: bold;
            color: #ccc;
        }



    #defunti-e-necrologie a, #defunti-e-necrologie a:link, #defunti-e-necrologie a:focus, #defunti-e-necrologie a:visited, #defunti-e-necrologie a:active {
        font-weight: bold;
        color: #9ca319;
        text-decoration: none;
    }

        #defunti-e-necrologie a:hover {
            color: #900;
        }

.fields {
    padding: 3px;
}

    .fields label {
        float: left;
        width: 160px;
        margin-right: 5px;
        font-size: 14px;
        font-weight: normal;
        color: #9ca319;
        padding-top: 4px;
    }

        .fields label.mandatory {
            font-weight: bold;
            color: #000;
        }

    .fields .itt {
        padding: 3px;
        font-size: 14px;
        font-family: 'trebuchet ms', Tahoma, Sans-Serif;
        width: 200px;
        border: 1px solid #9ca319;
    }

#searchDefunto {
    margin-bottom: 10px;
    margin-left: 100px;
    margin-right: 100px;
}

.defuntiTrovati {
    width: 600px;
    margin: 20px;
    border: 1px solid #dedede;
    border-collapse: collapse;
}

    .defuntiTrovati td {
        padding: 7px;
        border: 1px dashed #dedede;
    }

        .defuntiTrovati td.dati {
            width: 70%;
            color: #999;
        }

        .defuntiTrovati td.click {
            width: 30%;
        }

        .defuntiTrovati td a, .defuntiTrovati td a:link, .defuntiTrovati td a:focus, .defuntiTrovati td a:visited, .defuntiTrovati td a:active {
            font-weight: bold;
            color: #9ca319;
            text-decoration: none;
        }

            .defuntiTrovati td a:hover {
                color: #900;
            }

/* End Inserimento Necrologia */

/* Begin Lista defunti */

/* End Lista defunti */

#lista-defunti, #lista-necrologie-defunto {
    width: 100%;
    border: 1px solid #dedede;
    border-collapse: collapse;
}

    #lista-defunti td, #lista-necrologie-defunto td {
        padding: 2px;
        border: 1px dashed #dedede;
    }

        #lista-defunti td a, #lista-defunti td a:link, #lista-defunti td a:focus, #lista-defunti td a:visited, #lista-defunti td a:active, #lista-necrologie-defunto td a, #lista-necrologie-defunto td a:link, #lista-necrologie-defunto td a:focus, #lista-necrologie-defunto td a:visited, #lista-necrologie-defunto td a:active {
            font-weight: bold;
            color: #9ca319;
            text-decoration: none;
        }

            #lista-necrologie-defunto td a:hover {
                color: #900;
            }

            #lista-defunti td a:hover {
                color: #900;
            }

/* Begin generali */

.tac {
    text-align: center;
}

/* End generali */

/* Begin Ricerca */

/* End Ricerca */

/* contenitore chiaro */

.lightContentOld {
    background-color: #FFEBB9;
    border: 2px solid #A69E3C;
    color: #7E782A;
    font-size: 13px;
    margin: 16px 0px;
    padding: 10px;
    text-align: justify;
}

.lightContent {
    padding: 0 10px 10px;
    margin: 0 0 16px;
    font-size: 13px;
    color: #7E782A; /*font-weight: bold;*/
    color: #44433E;
    text-align: justify; /*  border: 2px solid #a69e3c;*/ /*background-color: #FFFFCC;*/
}

    .lightContent li {
        padding: 5px;
        list-style-type: square;
    }

    .lightContent a, .lightContent a:visited, .lightContent a:focus {
        text-decoration: underline;
    }

        .lightContent a:hover {
            text-decoration: none;
        }

    .lightContent img {
        border: none 0;
    }

/* contenitore scuro */
.darkContent {
    padding: 10px;
    margin: 16px 0px;
    font-size: 13px;
    color: #FFFFFF; /*font-weight: bold;     font-family: Arial, Helvetica, sans-serif;*/
    text-align: justify;
    border: 4px solid #FFFFFF;
    background-color: #a69e3c;
}

    .darkContent li {
        padding: 5px;
        list-style-type: square;
    }

    .darkContent a, .darkContent a:visited, .darkContent a:focus {
        color: #FFFFFF;
        text-decoration: underline;
    }

        .darkContent a:visited a:hover {
            text-decoration: none;
            color: #FFFFFF;
        }

.extraContent {
    border-right: #e5cb81 2px solid;
    border-top: #e5cb81 2px solid;
    margin: 0px 0px 10px 16px;
    padding: 5px;
    border-left: #e5cb81 2px solid;
    border-bottom: #e5cb81 2px solid;
    background-color: #FFEBB9;
    text-align: justify;
    font-weight: bold;
}

.lightContent .comandi {
    font-weight: bold;
    text-align: center;
    color: Black;
    font-size: 120%;
}

.separatori {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #cccc99;
}

.left {
    float: left;
    margin: 0;
    margin-right: 10px;
    padding: 0;
}

.destra {
    text-align: right;
}

.centrato {
    text-align: center;
}

.middle {
    vertical-align: middle;
}

.opacity95 {
    filter: alpha(opacity=95);
    -moz-opacity: .95;
    opacity: .95;
}

.sottolineato {
    text-decoration: underline;
}

.data {
    font-size: 85%;
}

.farfalla {
    float: right;
    margin: 0px;
}

/*BANNER*/

#carousel img {
    /* border: 1px solid #669B41;*/
}

.campi {
    padding: 7px 0;
}

    .campi label {
        float: left;
        margin-right: 10px;
        width: 120px;
        font-weight: bold;
        color: #669b41;
        padding-top: 2px;
    }

.itt {
    border: 1px solid #ccc;
    padding: 2px;
    width: 200px;
    font-family: "trebuchet ms", Tahoma, Sans-Serif;
}


.adp-summary {
    font-weight: bold;
    color: #700;
    font-size: 18px;
    text-align: center;
}

.lv-necrologie-defunto {
}

    .lv-necrologie-defunto a {
        font-weight: bold;
        font-size: 15px;
    }


#big-gallery {
    width: 974px;
    height: 275px;
    overflow: hidden;
    margin-right: 9px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    position: relative;
    z-index: 0;
    behavior: url(/PIE.htc);
}

    #big-gallery ul {
        margin: 0;
        padding: 0;
        position: relative;
        width: 974px;
        height: 275px;
        overflow: hidden;
        list-style: none outside none;
    }

        #big-gallery ul li {
            width: 974px;
            height: 275px;
        }

            #big-gallery ul li p {
                position: absolute;
                margin: 0;
                display: none;
            }

            #big-gallery ul li#big-1 p {
                right: 50px;
                top: 20px;
                width: 250px;
                font-size: 32px;
                color: #669B41;
                text-align: right;
                font-weight: bold;
            }

            #big-gallery ul li#big-2 p {
                right: 50px;
                top: 60px;
                color: #669B41;
                font-weight: bold;
                font-size: 32px;
                width: 600px;
                text-align: right;
            }

            #big-gallery ul li#big-3 p {
                top: 60px;
                left: 50px;
                color: #669B41;
                width: 600px;
                font-weight: bold;
                font-size: 32px;
            }

#psct-items {
    margin-bottom: 20px;
}

    #psct-items h1 {
        text-align: center;
        padding: 7px 0;
        font-size: 18px;
        background-color: #669B41;
        color: #fff;
        margin: 0;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
        position: relative;
        z-index: 0;
        behavior: url(/PIE.htc);
    }

#psct-items-content {
    border: 2px solid #669B41;
    padding: 7px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    position: relative;
    z-index: 0;
    behavior: url(/PIE.htc);
    background: #fff;
}

    #psct-items-content p {
        color: #000;
    }


    #psct-items-content ul {
        margin: 0;
        padding: 0;
        list-style: none outside none;
    }

        #psct-items-content ul li {
            font-size: 16px;
            line-height: 16px;
            color: #bababa;
            padding: 4px 0 4px 25px;
            background: url('/Styles/Images/farfallina.jpg') no-repeat left 4px;
        }

            #psct-items-content ul li#psct-items-mb {
                line-height: 23px;
                background: url('/Styles/Images/libretto-mb.jpg') no-repeat left 4px;
            }

            #psct-items-content ul li a {
                font-size: 16px;
                color: #bababa;
                text-decoration: none;
            }

            .contacts-data {
    padding: 10px 0 10px 20px;
}

.contacts-image {
    float: left;
    width: 100px;
    margin-right: 30px;
}

.contacts-content {
    float: left;
    padding-top: 20px;
}

    .contacts-content h5 {
        color: #000;
        font-size: 13px;
        margin: 0;
    }

    .contacts-content p {
        color: #000;
        font-size: 13px;
        margin: 0;
    }

    .contacts-content strong {
    }



/* End Contattaci */


#center-right-links {
    position: relative;
    z-index: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url('/PIE.htc');
    background: #fff;
    padding: 3px;
    text-align: center;
}

    #center-right-links ul {
        margin: 0;
        padding: 0;
        list-style: none outside none;
    }

        
    #center-right-links ul li {
        padding: 3px 0;    
    }
