input[type=text], .campo {
    font-family: Verdana;
    font-size: x-small;
    color: #414f66;
    min-width: 80px;
}

legend {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #414f66;
    font-size: small;
}

.legend {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #414f66;
    font-size: small;
}

.fieldset {
    border-style: solid;
    border-width: thin;
    margin-bottom: 10px;
}

input[type=submit], [type=reset], [type=button] {
    margin: 5px 2px 5px 2px;
    padding: 2px 15px 2px 15px;
    border-style: solid;
    border-width: thin;
    font-weight: bold;
    font-size: x-small;
    cursor: pointer;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

input[type=dropdown], [type=reset], [type=button] {
    font-family: Verdana;
}

body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background: #414f66; /* Old browsers */
    background: -moz-linear-gradient(top, #414f66 0%, #ffffff 38%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414f66), color-stop(38%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #414f66 0%,#ffffff 38%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #414f66 0%,#ffffff 38%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #414f66 0%,#ffffff 38%); /* IE10+ */
    background: linear-gradient(to bottom, #414f66 0%,#ffffff 38%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414f66', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.table {
    border-style: groove;
    border-width: thin;
    border-spacing: 0px;
    width: 100%;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.th {
    text-align: left;
    background-color: #414f66;
    color: #fff;
    padding-left: 5px;
}

.td {
    padding-left: 9px;
}

    tr:hover {
        background-color: #cbcff7;
    }

.header-into {
    width: 98%;
    margin: auto;
    background-color: white;
    -moz-border-radius-topleft: 35px;
    -moz-border-radius-topright: 35px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 35px 35px 0px 0px;
    border-radius: 35px 35px 0px 0px;
    padding-left: 10px;
    min-height: 80px;
    margin-top: 15px;
}

.body-into {
    width: 98%;
    margin: auto;
    padding-left: 10px;
    padding-top: 20px;
    background-color: white;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    color: #414f66;
    min-height: 600px;
}

.menu {
    float: right;
    width: 600px;
    padding: 15px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-radius: 0px 0px 0px 20px;
    border-radius: 0px 0px 0px 20px;
    background-color: #414f66;
    text-align: right;
    color: white;
    font-weight: bold;
    important;
}

@media print {
    .menu {
        display: none;
    }

    .slogan {
        display: none;
    }

    input[type=button], [type=submit], [type=reset] {
        display: none;
    }
}

.footer {
    font-size: small;
    text-align: center;
    width: 70%;
    margin: auto;
}

.menu-lateral {
    float: left;
    width: 15%;
    padding: 1px;
}

.menu-cabec {
    background-color: #414f66;
    color: white;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: small;
    important;
}

.slogan {
    float: right;
    text-align: right;
    font-family: 'Impact';
    margin-right: 40px;
    margin-top: -5px;
    font-size: x-large;
    color: #414f66;
}

.menu-item {
    margin: auto;
    padding: 2px;
    padding-left: 25px;
    font-size: small;
}

.link-menu {
    color: #414f66;
    text-decoration: none;
    font-size: small;
}

.link-button {
    background-color: #414f66;
    color: #fff;
    text-decoration: none;
    border-style: solid;
    border-width: thin;
    border-color: #414f66;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    font-size: small;
}

.link-menu-topo {
    color: #fff;
    text-decoration: none;
    font-size: small;
}

.conteudo {
    margin-left: 10px;
    padding: 10px;
    float: left;
    width: 80%;
    text-align: justify;
    min-height: 450px;
    border-left-style: double;
    border-left-width: thin;
    border-left-color: #414f66;
    font-size: small;
    background-color: #fff;
}

.pagina {
    width: 100%;
    background-color: #fff;
}


/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 0.5em 0 0 0;
    float: left;
    width: 250px;
    text-align: right;
    font-weight: bold;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
    float: left;
    padding-left: 10px;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        min-height: 6.5em;
    }

.tri-state {
    width: 6em;
}

/* Styles for validation helpers */
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}
