﻿/* ----------------------------- Banner ----------------------------- */
.header {
    margin: 0px;
    padding: 0px;
    background: #FFFFFF; /*width: 950px;*/
    width: 100%;
    /*border:thin Solid Silver;
    border-left-style:none;
    border-right-style:none;
    border-top-style:none;*/
}

    .header h1 {
        font-weight: 800;
        margin: 0px;
        padding: 15px 0px 0px 20px;
        color: white;
        border: none;
        line-height: 2em;
        font-size: 2.0em;
        font-family: Arial, Helvetica, sans-serif;
        text-transform: none;
    }

.topo {
    width: 100%;
    height: 91px;
    background-image: linear-gradient(to bottom, rgb(39,92,168), rgb(0,151,217)); /*PRD
    /*background-image: linear-gradient(to bottom, rgb(255,0,0), rgb(255,99,71)); /*QA*/ 
    color: white;
    border: none;
    margin: 0px;
    padding: 0px;
    border: none;
}

.title {
    float: none;
    text-align: left;
    height: 50px; /*width: auto;     margin-top: 10px;*/
    color: White;
    font-size: 25px;
    margin-left: 300px;
}

    .title h1 {
        float: none;
        text-align: center;
        height: 90px; /*width: auto;     margin-top: 10px;*/
        color: White;
    }

.divMenu {
    /*float: left;
    color: Blue;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    width: 100%;
    height: 23px;
    background-color: white;
    text-align: left;
    font-weight: bold;
    border-top: 4px Solid #00008B;
    border-bottom: 1px Solid #00008B;
    color: #1874CD;
    margin-top: -1px;
}

div.menu {
    list-style: none;
    padding: 0px;
    margin-left: 18%;
    margin-right: 18%;    
    width: auto;
}

    div.menu ul {
        list-style: none;
        margin: 1px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            margin-top: 0px;
            background-color: white;
            color: #1874CD;
            display: block;
            padding: 2px 15px;
            text-decoration: none;
            height: 18px;
            white-space: nowrap;
            position: static;
            margin-left: 20px;
        }

            div.menu ul li a:hover {
                background-image: linear-gradient(to bottom, rgb(39,92,168), rgb(0,151,217));
                color: white;
                display: block;
                padding: 0px 15px;
                text-decoration: none;
                height: 22px;
                white-space: nowrap;
                position: static;
            }

            div.menu ul li a:active {
                margin-top: 0px;
                background-image: linear-gradient(to bottom, rgb(39,92,168), rgb(0,151,217));
                color: white;
                display: block;
                padding: 0px 15px;
                text-decoration: none;
                height: 22px;
                white-space: nowrap;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

.logo {
    float: left;
    height: 70px;
    background-color: White;
    font-size: 11px;
    color: #1874CD;
    margin-top: 0px;
    margin-left: opx;
    text-align: center;
}

/* DEFAULTS
----------------------------------------------------------*/
.TituloPagina {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}




body {
    background: #FFFFFF;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    color: #000000;
}



p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #1874CD; /*font-variant: small-caps;*/
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 2.0em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 100%;
    position: absolute;
    margin-top: 0px;
    top: 2px;
    left: 0px;
}

.main {
    margin: 0px;
    padding: 0px;
    background: #FFFFFF; /*width: 950px;*/
    text-align: center;
    width: 100%;
    float: none;
    z-index: 1000;
}

.mainCorpo {
    width: 80%;
    z-index: 1000;
}

.mainConteudo {
    text-align: center;
    height: 100%;
    background-color: White;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #FFFFFF;
    background: #1D8CCC;
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: 40px;
    /*margin: -8px -8px 0 -7px;*/
    margin: 0px;
    text-align: center;
    margin: 0px 0px 0 0px;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}



.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}


.link {
    color: #FFFFFF;
}

.divGrid {
    overflow: auto;
    min-height: 350px;
}

.gridAlt {
    background: #D1EAF8;
    color: #000000;
}

.grid {
    background: #EEEEEE;
    color: #000000;
    border: 1px solid #000000;
}

.gridHeader {
    background-image: linear-gradient(to bottom, rgb(39,92,168), rgb(0,151,217));
    border: 1px solid #000000;
    color: #FFFFFF;
}

.button {
    font-family: 'Segoe UI', 'Open Sans', Arial, sans-serif;
    display: block;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-align: center;
    padding: 5px;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom, rgb(39,92,168), rgb(0,151,217));
    color: #FFF;
    border: 0px none;
    outline: 0px none;
    width: 75px;
}

.cancelButton {
    font-family: 'Segoe UI', 'Open Sans', Arial, sans-serif;
    display: block;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom, #D10000, #FF3535);
    /*color: #FFF;*/
    border: 0px none;
    outline: 0px none;
    width: 75px;
}

.encerrarButton {
    font-family: 'Segoe UI', 'Open Sans', Arial, sans-serif;
    display: block;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom, #ea8100, #eba650);
    /*color: #FFF;*/
    border: 0px none;
    outline: 0px none;
    width: 75px;
}

.salvarButton {
    font-family: 'Segoe UI', 'Open Sans', Arial, sans-serif;
    display: block;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom, #37a30b, #5fc436);
    /*color: #FFF;*/
    border: 0px none;
    outline: 0px none;
    width: 75px;
}

.editarAssinaturaEmailButton {
    font-family: 'Segoe UI', 'Open Sans', Arial, sans-serif;
    display: block;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom, #e28806, #f1b053);
    /*color: #FFF;*/
    border: 0px none;
    outline: 0px none;
    width: 75px;
}

.button2 {
    font-family: 'Segoe UI', 'Open Sans', Arial, sans-serif;
    display: block;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-align: center;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    font-size: 10px;
    text-transform: uppercase;
    background: #1874CD;
    color: #FFF;
    border: 0px none;
    outline: 0px none;
}

.cancelButton:hover {
    background: #FF4040;
}

.cancelButton:active {
    background: #FF4040;
}

.salvarButton:hover {
    background: #37a30b;
}

.salvarButton:active {
    background: #37a30b;
}


.editarAssinaturaEmailButton:hover {
    background: #f7bf31;
}

.editarAssinaturaEmailButton:active {
    background: #f7bf31;
}

.button:hover {
    background: #19ADFF;
}

.button:active {
    background: #19ADFF;
}



.aba {
    font-family: 'Segoe UI', 'Open Sans', Arial, sans-serif;
    display: block;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-align: center;
    padding: 5px;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    text-transform: uppercase;
    background: #1874CD;
    color: #FFF;
    border: 0px none;
    outline: 0px none;
    width: 75px;
}

    .aba:hover {
        background: #1874DF;
    }

    .aba:active {
        background: #1874DF;
    }

.divConteudo {
    background: #E8E8E8;
    border: 1px solid #F8F8F8;
    width: 800px;
}

.hidden {
    display: none;
}

.BordaPadrao {
    border: 1px solid #999999;
}

.TituloItem {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    background-color: #E3E1E1;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    height: 22px;
    width: 80px;
}

.TextoItem {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: #F4F4F4;
    color: #666666;
    padding-left: 1px;
    padding-top: 3px;
    padding-bottom: 3px;
}


.gridPadrao {
    border: 1px solid #999999;
    width: 800px;
}

    .gridPadrao th {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: white;
        background-color: #1874CD;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 5px;
        height: 22px;
        width: 80px;
        font-weight: normal;
    }

    .gridPadrao td {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        background: white;
        color: #666666;
        padding-left: 1px;
        padding-top: 3px;
        padding-bottom: 3px;
        height: 22px;
    }

input, textarea, keygen, select, button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-left: 1px;
}

.TdScrool {
    overflow-x: scroll;
    width: 100%;
}

.TextoUpper {
    text-transform: uppercase;
}

a.email {
    background: url(../Styles/Images/icoEmail.png) left no-repeat;
    padding: 0 0 0 25px;
    margin: 0 20px 0 20px;
    color: Orange;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
}

table td a:link {
    color: #00F;
    text-decoration: none;
}

table td a:visited {
    color: #609;
}

table td a:hover {
    color: #F00;
    text-decoration: underline;
}

 