body {
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    font-weight: 300;
    line-height: 15px;
    font-size: 16px;
    border: 0;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    background: #FFFFFF; /* For browsers that do not support gradients */
    background: -webkit-radial-gradient(at top left,white, #D0EBFD, white); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(at top left,white, #D0EBFD, white); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(at top left,white, #D0EBFD, white); /* For Firefox 3.6 to 15 */
    background: radial-gradient(at top left,white, #D0EBFD 60%, white 90%); /* Standard syntax (must be last) */
    background-size: 500% 500%;
    opacity: 0.9;
    transition: opacity 1s;
    webkit-transition: opacity 1s; /* Safari */
}


@media screen and (max-width: 500px) {
    body {
        font-size: 14px;
    }
}

@media screen and (max-width: 400px) {
    body {
        font-size: 13px;
    }
}

.DDL2 {
    font-family: inherit;
    border-style: solid;
    border-color: Silver;
    border-width: 1px;
    padding: 1px;
    font-size: 0.8rem;
    background-color: #FFFFFF;
    font-weight: 300;
    height: 20px;
}



#fup {
    font-family: inherit;
    font-weight: 300;
    font-size: 0.9em;
    width: 100%;
    background-color: white;
    color: black;
    border-style: solid;
    border-width: 1px;
    border-color: Silver;
}


input[type=text], textarea {
    padding: 0 2px 0 2px;
    font-family: inherit;
    font-weight: 300;
    line-height: 15px;
    background-color: white;
    font-size: 0.8rem;
    color: Black;
    border-style: solid;
    border-width: 1px;
    border-color: Silver;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #DDDDDD;
}


#TabTipoVoltar {
    min-width: 300px;
    max-width: 600px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #4972A9;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 1.1rem;
    width: 100%;
}

#TabMain {
    min-width: 300px;
    max-width: 600px;
    color: #275297;
    font-weight: 300;
    width: 100%;
}

#TabForm {
    width: 100%;
    min-width: 300px;
    max-width: 600px;
    font-size: 0.75rem;
    color: #275297;
}

#TabContactos {
    font-size: 0.75rem;
    color: #275297;
    width: 100%;
}

.TabSubForm {
    font-size: 0.75rem;
    color: #275297;
    width: 100%;
}

#TabOK {
    font-size: 0.9rem;
    color: #275297;
    width: 100%;
    min-width: 300px;
    max-width: 600px;
}

#TabInfo {
    font-size: 0.80rem;
    color: #275297;
    margin-top: 0px;
    padding: 7px 7px 7px 7px;
    border: 1px solid #C0C0C0;
    line-height: 15px;
    width: 100%;
    min-width: 300px;
    max-width: 600px;
    border-radius: 3px;
    background-color: #FFFFFF;
}

#TabErro {
    font-size: 0.85rem;
    color: #C64F00;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 7px;
    border: 1px solid #C0C0C0;
    width: 100%;
    min-width: 300px;
    max-width: 600px;
    border-radius: 3px;
    background-color: #FFFFFF;
}



.botao {
    padding: 3px 9px 3px 9px;
    border-style: none;
    border-radius: 3px;
    font-size: 0.80rem;
    background-color: #4972A9;
    color: #FFFFFF;
    cursor: hand;
    cursor: pointer;
}

.botaofic {
    margin: 5px 5px 0 0;
    padding: 3px 6px 3px 6px;
    border-style: none;
    border-radius: 3px;
    font-size: 0.70rem;
    background-color: #BECEE4;
    color: #2E3E54;
    text-decoration: none;
    cursor: hand;
    cursor: pointer;
}

.botao:hover {
    background-color: #5782C7;
}

.botaofic:hover {
    background-color: #DAE3F0;
}


.botao2 {
    padding: 3px 7px 3px 7px;
    margin: 5px 5 5 5;
    border-style: none;
    border-radius: 2px;
    font-size: 0.7rem;
    background-color: #C64F00;
    color: White;
    text-decoration: none;
    cursor: hand;
    cursor: pointer;
}

    .botao2:hover {
        background-color: #E66F20;
    }


.botaoOpcao {
    font-weight: normal;
    white-space: normal;
    padding: 0px;
    border-style: none;
    font-size: 0.9rem;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
    text-align: left;
    margin: 3px;
    color: #275297;
}

    .botaoOpcao:hover {
        color: #275297;
    }

.a {
    color: #4972A9;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #4972A9;
    margin: 1em 0;
    padding: 0;
}
