/*MasterPage.Master*/
#center {
    background-color: white;
    width: 1024px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
}

#banner {
    background-color: #eee;
    background-image: url('../images/logoATM.png');
    background-position: 7px 5px;
    background-repeat: no-repeat;
    width: 1024px;
    height: 80px;
}

#main {
    width: 1024px;
}

#conteudoMaster {
    float: left;
    width: 1024px;
    line-height: 16px;
    margin-top: 12px; /*padding-bottom: 40px;*/
}

#conteudoProfissional {
    float: left;
    width: 1024px;
    line-height: 16px;
    margin-top: 12px;
    padding-bottom: 20px;
}

#content2 {
    /*background-image: url('../images/line_vert.gif');     background-repeat: repeat-y;*/
    float: left;
    width: 1024px;
    margin-left: 7px;
    padding-left: 7px;
    line-height: 16px;
    margin-top: 12px;
    padding-bottom: 45px;
}

.cleaner {
    clear: both;
    height: 1px;
    font-size: 1px;
    border: 0px none;
    margin: 0;
    padding: 0;
    background: transparent;
}

#footer {
    font-size: 9px;
    text-align: center;
    margin-right: 14px;
    padding-bottom: 10px;
    text-decoration: none;
    color: #BBBEC7;
}

    #footer a {
        text-decoration: none;
        color: #BBBEC7;
    }
/*============================================================*/



/*Autenticador.aspx*/
.tbLogin {
    background-color: #ECE9D8;
    margin-top: 2%;
    margin-bottom: 3%;
}

.tbDados {
    padding-bottom: 5px;
}

.btnLogin {
    height: 35px;
}
/*============================================================*/



/*MasterProfissional.master*/
#navigation {
    background-image: url('../images/navi.gif');
    background-repeat: no-repeat;
    width: 1014px;
    height: 42px;
}

    #navigation ul {
        padding-left: 20px;
        width: 1000px;
    }

        #navigation ul li {
            float: left;
            font-size: 11px;
            padding-right: 15px;
            background-image: url(../images/divider.gif);
            background-position: right;
            background-repeat: no-repeat;
            height: 30px;
        }

            #navigation ul li a {
                padding-right: 15px;
                position: relative;
                top: 9px;
            }
/*============================================================*/



/*FIP_Profissional.aspx*/


.modalBackground {
    background-color: #FFFFFF;
    filter: alpha(opacity=75);
    opacity: 0.95;
    width: 100%;
    height: 100%;
    background: #B4B4B4;
    /*background: #B4B4B4 url(../images/body_bg.gif) repeat left top;*/
}
/*============================================================*/

.calendario {
    vertical-align: bottom;
}

.caixa_data {
    width: 75px;
    text-align: center;
}

.caixa_ano {
    width: 50px;
    text-align: center;
}

.listbox-centralizada {
    text-align: center;
}

/*FIP's*/
.tipoFIPFAH {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
}

.lblDescTipo {
    font-weight: bold;
    font-size: x-large; /*margin-top: 100px;     margin-bottom: 100px;     padding-top: 150px;*/
}

.tbUsuario {
    width: 97%;
    padding-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.tbUsuarioCabecalho {
    color: #FFFFFF;
    height: 25px;
    background-color: #336699;
}

.tbUsuarioFundo {
    background-color: #E4E7E8;
}

.tbUsuarioDados {
    font-size: 16px;
    font-weight: bold;
}

.btnCriarRelatorio {
    width: 50%;
    padding-left: 1.5%;
    padding-bottom: 25px;
}


/*============================================================*/

.btnDecoracao {
    background: #3d85c6;
    background: -webkit-linear-gradient(#3d85c6, #073763);
    background: linear-gradient(#3d85c6, #073763);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    width: 160px;
    height: 35px;
    font: normal 700 24px "Calibri", sans-serif;
    text-align: center;
    text-shadow: 1px 1px 0 #000;
}

.cabecalhoGenerico {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
}

.fonteAviso {
    font-size: x-large;
}



.FixaColuna {
    position: relative;
}

td.locked, th.locked {
    position: static; /*IE5+ only*/
    left: expression(document.getElementById("Gridview4").scrollLeft-2);
}

.negrito {
    font-weight: bold;
}

.paddingtop25 {
    padding-top: 25px;
}

.alinharVertical {
    vertical-align: middle;
}

.manipulador {
    background-color: #DDDDDD;
    border: solid 1px Gray;
    color: Black;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    height: 20px;
    padding-top: 5px;
    margin-bottom: 15px;
    font-size: 12px;
}

.popupVisualizacao {
    border: 3px solid #6C6C6C;
    background-color: #FFFFFF;
    padding: 12px;
}

.popupAdicionarAtividade {
    border: 3px solid #6C6C6C;
    background-color: #FFFFFF;
    padding: 12px;
}

.popupCriarFIP {
    border: 3px solid #6C6C6C;
    background-color: #FFFFFF;
    padding: 12px;
    height: 440px;
    width: 520px;
}

.center {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 66px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.img {
    height: 64px;
    width: 64px;
}

/*.fundoPopup
{
    background: #B4B4B4 url(../images/body_bg.gif) repeat left top;
}*/


.centralizar {
    text-align: center;
}

.modalPopup {
    text-align: center;
}

.text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-left: 5px;
}

/* CSS Document */
input.text {
    border: 1px solid #ccc;
}

body {
    margin: 0;
    padding: 0;
}

html {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #646874;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

    li a {
        text-decoration: none;
        color: black;
    }

h1 {
    font-size: 19px;
    font-weight: normal;
}

img {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    /*display: block;*/
    margin-left: 0px;
}

    img p {
        margin: 0;
        padding: 0;
    }

.current {
    font-weight: bold;
}

.normal {
    background-image: url(../images/border.gif);
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
}

#subnavigation {
    float: left;
}

    #subnavigation ul li {
        margin-left: 9px;
        padding-top: 9px;
        padding-bottom: 7px;
    }

        #subnavigation ul li a {
            padding-left: 25px;
        }




.float-left {
    float: left;
    width: 230px;
    padding-right: 10px;
    margin: 0;
}

.float-none {
    clear: left;
    display: block;
}



/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus {
    background-color: #ffffcc;
    color: #000000;
}

.MaskedEditMessage {
    color: #ff0000;
    font-weight: bold;
}

.MaskedEditError {
    background-color: #ffcccc;
}

.MaskedEditFocusNegative {
    background-color: #ffffcc;
    color: #ff0000;
}

.MaskedEditBlurNegative {
    color: #ff0000;
}

.MyCalendar .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}

.MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}

.MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight: bold;
}


ul {
    list-style: none inside;
}

p {
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 1.2em;
}

a img {
    border: none;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    outline: none;
    color: #335588;
}

    a:hover {
        text-decoration: underline;
    }

.teste {
    margin: 0;
    padding: 0;
}

#page-wrap {
    min-width: 960px;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 10px;
    width: expression(document.body.clientWidth < 961? "960px" : document.body.clientWidth > 1261? "1260px" : "auto");
}

#top-bar {
    background: #1b5790; /* Digg Blue */
    min-height: 55px;
    padding: 0 10px;
    font-size: 1.3em;
    font-weight: bold;
}

#right-side {
    float: right;
    padding-top: 15px;
}

    #right-side img {
        border: 1px solid white;
        vertical-align: middle;
    }

    #right-side a {
        color: white;
        border-left: 1px solid white;
        height: 10px;
        padding-left: 10px;
    }

        #right-side a.first {
            border: none;
            padding: 0;
        }

form#main-search {
    display: inline;
    position: relative;
    padding-right: 10px;
}

    form#main-search label {
        display: none;
    }

#search-button {
    position: absolute;
    right: 0px;
    top: -6px;
}

#zone-bar {
    /*background: #b2d281;*/
    min-height: 30px;
    padding: 5px 10px 0 10px;
    background-image: url('../images/navi.gif');
    background-repeat: no-repeat;
    width: 1014px;
    height: 42px;
}

    #zone-bar ul {
        display: block;
    }

        #zone-bar ul li {
            height: 18px;
            padding: 5px 5px 0 5px;
            position: relative;
            float: left;
            margin-right: 10px;
        }

            /*#zone-bar ul li:hover {
                background: url('../images/zonebar-navleft.png') center left no-repeat;
            }*/

            #zone-bar ul li a {
                display: block;
                float: left;
                height: 23px;
                position: relative;
                top: -5px;
                right: -5px;
                padding-right: 3px;
                color: #383838;
                font-weight: bold;
                font-size: 1.1em;
                text-decoration: none;
                /*width: 103px;*/
            }



                /*#zone-bar ul li a:hover {
                    background: url('../images/zonebar-navright.png') center right no-repeat;
                }*/

                #zone-bar ul li a span {
                    position: relative;
                    top: 6px;
                }

            #zone-bar ul li ul {
                display: none;
                position: absolute;
                top: 29px;
                left: 25px;
                /*width: 150px;*/
                border: 1px solid #ccc;
                background: white;
                padding: 10px 0 0 0;
            }

                #zone-bar ul li ul li {
                    float: none;
                    padding: 0;
                    margin: 0;
                    height: 100%;
                }

                    #zone-bar ul li ul li:hover {
                        background: none;
                    }

                    #zone-bar ul li ul li a {
                        display: block;
                        float: none;
                        margin-left: -5px;
                        padding: 5px 0 0 10px;
                        width: 115px;
                    }

                        #zone-bar ul li ul li a:hover {
                            background: #dedede;
                        }

#main-content {
    background: white;
    padding: 16px;
}

#feature-content {
    margin-bottom: 18px;
}

#feature-left {
    width: 48%;
    float: left;
    padding-right: 15px;
}

    #feature-left p {
        font-size: 1.2em;
        line-height: 1.5em;
        margin-top: 8px;
    }

#feature-right {
    float: right;
    width: 49%;
}

    #feature-right p {
        font-size: 1.2em;
        line-height: 1.5em;
    }

.feature-mini {
    float: left;
    width: 46%;
    margin-right: 2%;
}
