﻿html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Verdana;
    color: #4D4D4D;
    font-size: 12px;
    background-image: url("Images/Structure/BackGround.jpg");
    background-position: left top;
    background-repeat: repeat;
}

form {
    position: relative;
    padding: 0 0 100px 0;
}

#MPI_Container {
    height: 100%;
    min-width: 1100px;
    min-height: 800px;
    margin: 0;
    padding: 0;
    letter-spacing: 0.1em;
}

#MPI_Top {
    width: 100%;
    height: 30px;
    background-color: #e6e6e6;
    color: #666666;
    text-shadow: 1px 1px 0px #ffffff;
}

#MPI_Date {
    float: left;
    font: 12px 'Oswald', sans-serif;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 400;
    margin-left: 15px;
}

#MPI_User {
    float: right;
    text-align: right;
    font: 12px 'Raleway', serif;
    font-weight: 700;
    line-height: 30px;
}

#MPI_Functions {
    float: right;
    width: 70px;
    height: 30px;
    padding: 0;
    margin: 0 40px 0 0;
}

.Btn_Functions {
    width: 17px;
    height: 19px;
    background-position: center top;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    background-color: transparent;
    display: block;
    float: right;
    margin: 6px 0 0 10px;
}

    .Btn_Functions:hover {
        background-position: center bottom;
    }

.Btn_Password {
    background-image: url(Images/Std_Buttons/Btn_Password.png);
}

.Btn_Logout {
    background-image: url(Images/Std_Buttons/Btn_Logout.png);
}

/*.Table_Password {
    width: 100%;
    margin: 0;
    color: #2f6283;
}

    .Table_Password tr td {
        padding: 5px 0 5px 0;
        vertical-align: middle;
    }*/

#MPI_Header {
    background-image: url(Images/Structure/Triangle.png);
    background-repeat: no-repeat;
    background-position: right center;
    width: 100%;
    height: 90px;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

#MPI_Logo {
    background-image: url('Images/Structure/Login_Logo.png' );
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    margin: 6px 0 0 0;
    width: 184px;
    height: 80px;
}

/*#MP_Menu {
    margin: 0 45px 0 0;
    float: right;
    padding: 0;
    list-style: none;
    height: 90px;
    min-width: 860px;
    overflow: hidden;
}

    #MP_Menu ul
        {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

    #MP_Menu ul li {
        float: left;
        margin: 0;
        background-image: url("Images/Structure/Separatore_Menu.jpg");
        background-position: right center;
        background-repeat: no-repeat;
        padding: 0 8px;
    }

       #MP_Menu ul li:first-of-type {
            padding-left: 0;
        }


        #MP_Menu ul li:last-of-type {
            background-image: none;
            padding-right: 0;
        }

        #MP_Menu ul li a {
            text-decoration: none;
            font: 12px 'Oswald', sans-serif;
            font-weight: 400;
            color: #646464;
            line-height: 90px;
            display: block;
            cursor: pointer;
            text-transform: uppercase;
            text-shadow: 1px 1px 0px #ffffff;
        }

            #MP_Menu ul li a:hover {
                color: #016831;
            }


            #MP_Menu ul li a.selected {
                color: #016831;
            }*/



/*#Menu_Generale {
    margin: 0 50px 0 0;
    float: right;
    padding: 0;
    list-style: none;
    height: 90px;
    min-width: 620px;
    overflow: hidden;
}

    #Menu_Generale li {
        float: left;
        margin: 0;
        background-image: url("Images/Structure/Separatore_Menu.jpg");
        background-position: right center;
        background-repeat: no-repeat;
        padding: 0 10px;
    }

        #Menu_Generale li:last-of-type {
            background-image: none;
        }

        #Menu_Generale li a {
            text-decoration: none;
            font: 13px 'Oswald', sans-serif;
            font-weight: 700;
            color: #646464;
            line-height: 90px;
            display: block;
            cursor: pointer;
            text-transform: uppercase;
            text-shadow: 1px 1px 0px #ffffff;
        }

            #Menu_Generale li a:hover {
                color: #2680c1;
            }

            #Menu_Generale li a.selected {
                color: #2680c1;
            }

        #Menu_Generale li ul {
            list-style-type: none;
            margin: 0 0 0 -70px;
            padding: 0;
            position: absolute;
            left: 0;
            top: 121px;
            z-index: 1;
            min-width: 200px;
            left: -999999px;
            background-color: rgba(255, 255, 255, 0.75);
            clear: both;
            -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
        }

            #Menu_Generale li ul li {
                margin: 0;
                padding: 0;
                float: left;
                clear: both;
                width: 100%;
                border-bottom: 1px solid #e8e8e8;
                background-image: none;
            }

                #Menu_Generale li ul li a {
                    text-align: center;
                    padding: 10px 15px;
                    margin: 0;
                    display: block;
                    text-shadow: none;
                    line-height: 50px;
                    cursor: pointer;
                    color: #595959;
                    font: 11px 'Raleway', serif;
                    font-weight: 700;
                }

                    #Menu_Generale li ul li a:hover {
                        color: #2680c1;
                        border-top: none;
                    }*/

#Menu_Generale {
    margin: 0 50px 0 0;
    float: right;
    padding: 0;
    list-style: none;
    height: 90px;
    min-width: 620px;
    overflow: hidden;
}

    #Menu_Generale li {
        float: left;
        margin: 0;
        background-image: url(Images/Structures/Separatore_Menu.jpg);
        background-position: right center;
        background-repeat: no-repeat;
        padding: 0 10px;
    }

        #Menu_Generale li:last-of-type {
            background-image: none;
        }

        #Menu_Generale li a {
            text-decoration: none;
            font-weight: 700;
            color: #646464;
            line-height: 90px;
            display: block;
            cursor: pointer;
            text-transform: uppercase;
            font-family: 16px "Oswald", sans-serif;
            color: #4D4D4D;
        }

            #Menu_Generale li a:hover {
                color: #016831;
            }

            #Menu_Generale li a.selected {
                color: #016831;
            }

        #Menu_Generale li ul {
            list-style-type: none;
            margin: 0 0 0 -70px;
            padding: 0;
            position: absolute;
            left: 0;
            top: 121px;
            z-index: 1;
            min-width: 200px;
            left: -999999px;
            background-color: rgba(255, 255, 255, 0.75);
            clear: both;
            -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
        }

            #Menu_Generale li ul li {
                margin: 0;
                padding: 0;
                float: left;
                clear: both;
                width: 100%;
                border-bottom: 1px solid #e8e8e8;
                background-image: none;
            }

                #Menu_Generale li ul li a {
                    text-align: center;
                    padding: 5px 10px;
                    margin: 0;
                    display: block;
                    text-shadow: none;
                    line-height: 50px;
                    cursor: pointer;                                        
                    font-weight: 700;
                    font-size:11px;
                    color: #4D4D4D;
                }

                    #Menu_Generale li ul li a:hover {
                        color: #016831;
                        border-top: none;
                    }

#MPI_Content_Main {
    margin: 0;
    width: 100%;
    min-height: 500px;
    padding: 0;
}

#MPI_Title {
    background-image: url("Images/Structure/Triangle.png" );
    background-repeat: no-repeat;
    background-position: right center;
    width: 99%;
    height: 90px;
    margin: 0;
    padding: 0 0 0 1%;
    background-color: #e6e6e6;
    font: 16px 'Oswald', sans-serif;
    font-weight: 400;
    color: #016831;
    line-height: 90px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #ffffff;
}

#MPI_Content {
    padding: 0 0 20px 0;
    clear: both;
    background-color: #ffffff;
}

#MPI_Footer {
    background-image: url("Images/Structure/BackGround_Footer.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 100%;
    height: 81px;
    margin: 0;
    padding: 0;
    background-color: #c3c3c3;
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 1100px;
}

    #MPI_Footer p {
        color: #5f5f5f;
        font: 10px 'Raleway', serif;
        text-transform: uppercase;
        font-weight: 400;
        margin: 0 0 0 10px;
        float: left;
        width: 500px;
        line-height: 81px;
    }

    #MPI_Footer a {
        float: right;
        padding: 0;
        width: 90px;
        margin: 30px 50px 0 0;
        line-height: 81px;
        display: block;
    }
