﻿/*Logo e Menu Topo*/
#logo {
    background: url(../imagens/sprite.png);
}

img {
    border: 0 none;
}

#topo_left {
    width: 270px;
    float: left;
}

.moduletable_logo {
    position: relative;
    margin-top: -8px;
    margin-left: -9px;
}

#topo_right {
    width: 560px;
    float: right;
}

#topo_completo {
    width: 980px;
    margin: auto;
}

.moduletable_menu {
    font-family: Verdana;
    letter-spacing: -1px;
    margin-left: -78px;
    margin-top: 44px;
    position: relative;
}

    .moduletable_menu a:link {
        color: #fff;
    }

    .moduletable_menu a.mainlevel:link, .moduletable_menu a.mainlevel:visited {
        color: #FFFFFF;
        /*font-size: 16px;*/
        margin-left: 9px;
        *margin-left: 9px;
        _margin-left: 9px;
        margin-right: 9px;
        _margin-right: 9px;
        *margin-right: 9px;
        padding: 4px;
        *padding: 4px;
        _padding: 4px;
        height: 20px;
        padding: 5px;
        font-family: Verdana !important;
        font-size: 14px;
        letter-spacing: -0.5px;
    }

    .moduletable_menu a.mainlevel:hover {
        color: #FFFFFF;
        /*font-size: 16px;*/
        padding: 5px;
        background: #00CCFF;
        text-decoration: none;
        border-radius: 5px;
        -moz-border-radius: 5px;
        font-family: Verdana !important;
        font-size: 14px;
        letter-spacing: -0.5px;
    }

span.mainlevel {
    color: #FFFFFF;
    /*font-size: 16px;*/
    height: 20px;
    padding: 5px;
    font-family: Verdana !important;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.1em;
}

a {
    text-decoration: none;
    color: #0FCFFF;
    border-radius: 10px;
    text-align: center;
}
/*************/

/*topo da pagina*/
#topo {
    background: url("../imagens/bk_topo.png");
    height: 115px;
    position: relative;
    width: 100%;
    z-index: 99;
    min-width: 1000px;
}

#table {
    border-spacing: 10px;
    font-family: sans-serif;
    margin-top: 30px;
    min-width: 500px;
    border-radius: 10px;
}

    #table tr td {
        border-bottom: 0;
        border-top: 0;
    }

.decorationHref {
    text-decoration: none;
    color: #0066B2;
    font-weight: bold;
    margin-left: 40px;
}

body {
    margin: 0px;
    background: url("../imagens/textura_fundo.png");
}

.imgBanner {
    border-radius: 10px;
    width: 110px;
    height: 79px;
}

th {
    /* background: #55B9F0;*/
    color: #0FCFFF;
    border-radius: 10px;
    text-align: center;
}

    th a:hover {
        color: #002C4A;
    }

.borderAlign {
    text-align: left; /*-webkit-border-radius: 0px 10px 10px 0px;       -moz-border-radius: 0px 10px 10px 0px;  */
    border-radius: 0px 10px 10px 0px; /* width: 40px;   */
    margin-top: -18px;
}

.border {
    font-size: 20px; /* -webkit-border-radius: 10px 0px 0px 10px;       -moz-border-radius: 10px 0px 0px 10px;  */
    border-radius: 10px 0px 0px 10px;
}

#corLinha {
    background: url("../imagens/botao2.png") no-repeat;
    width: 530px;
    cursor: pointer;
}

    #corLinha:hover {
        background: url("../imagens/botao1.png") no-repeat;
        width: 530px;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* CSS especifico para o IE10 aqui */
}
