﻿body
{
    font-family: Arial;
    font-size: 8pt;
    background-color: White;
    color: #7F7F7F;
}

#container
{
    margin: 5px auto;
    width: 999px;
}

/*----- Begin Header -----*/
.Header
{
    padding-bottom: 10px;
    overflow: hidden;
}
.Header .Left
{
    float: left;
    margin-top: 20px;
}
.Header .Right
{
    float: right;
    overflow: hidden;
}
.Header .Right .Search
{
    background-color: #F2F2F2;
    margin-bottom: 5px;
    line-height: 30px;
    padding-left: 5px;
    overflow: hidden;
    width: 764px;
}
.MenuHeader
{
    border: 0px;
    margin-right: 10px;
    font-weight: bold;
}
.MenuHeader .tdSpace
{
    width: 20px;
    text-align: center;
    color: #CCC3BB;
}
/*----- End Header -----*/

/*----- Begin Footer -----*/
.Footer
{
    overflow: hidden;
    background-color: #F2F2F2;
    margin-top: 30px;
    padding: 5px;
    font-size: 7pt;
}
.MenuFooter
{
    border: 0px;
}
.MenuFooter .tdSpace
{
    width: 20px;
    text-align: center;
    color: #CCC3BB;
}
/*----- End Footer -----*/

/*----- Begin Menu -----*/
.menu
{
    padding: 0 0 0 0px;
    margin-top: 0px;
    margin-left: 0px;
    list-style: none;
    height: 33px;
    position: relative;
}

.menu li.top
{
    background: url(../Images/MenuP.png) repeat-x;
    display: block;
    float: left;
    position: relative;
    border-bottom: solid 1px #4D4D4D;
    border-top: solid 1px #4D4D4D;
    border-left: solid 1px #4D4D4D;
}

/* Quem Somos */
.menu li a.top_link
{
    display: block;
    float: left;
    height: 33px;
    line-height: 33px;
    color: #4D4D4D;
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;
    width: 165px;
    cursor: pointer;
    text-align: center;
}
.menu li.choose
{
    background: #F7931E;
    display: block;
    color: White;
    float: left;
    position: relative;
    border-bottom: solid 1px #4D4D4D;
    border-top: solid 1px #4D4D4D;
    border-left: solid 1px #4D4D4D;
}
.menu li a.choose_link
{
    display: block;
    float: left;
    height: 33px;
    line-height: 33px;
    color: white;
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;
    width: 165px;
    cursor: pointer;
    text-align: center;
}
.menu li a.top_link:hover
{
    background: #F7931E;
    color: White;
}
.menu li:hover > a.top_link
{
    background: #F7931E;
    color: White;
}
.menu ul, .menu :hover ul ul, .menu :hover ul :hover ul ul, .menu :hover ul :hover ul :hover ul ul, .menu :hover ul :hover ul :hover ul :hover ul ul
{
    position: absolute;
    left: -99999px;
    top: -99999px;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1000000;
}
/* SubMenu Quem Somos */
.menu :hover ul.sub
{
    background: #FFFFFF url(../Images/MenuSImprensa.png) repeat-x;
    border: 1px solid #999999;
    left: -1px;
    top: 34px;
    padding: 3px 0;
    width: 165px;
    height: auto;
    z-index: 1000000;
}
.menu :hover ul.sub li a
{
    font-weight: normal;
    display: block;
    font-size: 11px; /*height: 20px;*/
    width: 149px;
    font-size: 9pt; /*line-height: 20px;     text-indent: 5px;*/
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    color: #000;
    text-decoration: none;
    border: 3px solid :fff;
    margin-left: 3px;
    z-index: 1000000;
}
.menu :hover ul.sub li a:hover
{
    background: #F7931E;
    color: #fff;
    z-index: 1000000;
}
/* Soluções */
.menu li a.top_linkSolucoes
{
    display: block;
    float: left;
    height: 33px;
    line-height: 33px;
    color: #4D4D4D;
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;
    width: 165px;
    cursor: pointer;
    text-align: center;
}
.menu li.chooseSolucoes
{
    background: #29ABE2;
    display: block;
    color: White;
    float: left;
    position: relative;
    border-bottom: solid 1px #4D4D4D;
    border-top: solid 1px #4D4D4D;
    border-left: solid 1px #4D4D4D;
}
.menu li a.choose_linkSolucoes
{
    display: block;
    float: left;
    height: 33px;
    line-height: 33px;
    color: white;
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;
    width: 165px;
    cursor: pointer;
    text-align: center;
}
.menu li a.top_linkSolucoes:hover
{
    background: #29ABE2;
    color: White;
}

.menu li:hover > a.top_linkSolucoes
{
    background: #29ABE2;
    color: White;
}

/* SubMenu Soluções*/
.menu :hover ul.subSolucoes
{
    background: #FFFFFF url(../Images/MenuSSolSer.png) repeat-x;
    border: 1px solid #999999;
    left: -1px;
    top: 34px;
    padding: 3px 0;
    width: 165px;
    height: auto;
    z-index: 1000000;
}
.menu :hover ul.subSolucoes li a
{
    font-weight: normal;
    display: block;
    font-size: 11px; /*height: 20px;*/
    width: 149px;
    font-size: 9pt; /*line-height: 20px;     text-indent: 5px;*/
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    color: #000;
    text-decoration: none;
    border: 3px solid :fff;
    margin-left: 3px;
    z-index: 1000000;
}
.menu :hover ul.subSolucoes li a:hover
{
    background: #29ABE2;
    color: #fff;
    z-index: 1000000;
}


/* Serviços */
.menu li a.top_linkServicos
{
    display: block;
    float: left;
    height: 33px;
    line-height: 33px;
    color: #4D4D4D;
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;
    width: 165px;
    cursor: pointer;
    text-align: center;
}
.menu li.chooseServicos
{
    background: #78A92B;
    display: block;
    color: White;
    float: left;
    position: relative;
    border-bottom: solid 1px #4D4D4D;
    border-top: solid 1px #4D4D4D;
    border-left: solid 1px #4D4D4D;
}
.menu li a.choose_linkServicos
{
    display: block;
    float: left;
    height: 33px;
    line-height: 33px;
    color: white;
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;
    width: 165px;
    cursor: pointer;
    text-align: center;
}
.menu li a.top_linkServicos:hover
{
    background: #78A92B;
    color: White;
}

.menu li:hover > a.top_linkServicos
{
    background: #78A92B;
    color: White;
}

/* SubMenu Serviços*/
.menu :hover ul.subServicos
{
    border: 1px solid #999999;
    background: #FFFFFF url(../Images/MenuSSolSer.png) repeat-x;
    left: -1px;
    top: 34px;
    padding: 3px 0;
    width: 165px;
    height: auto;
    z-index: 1000000;
}
.menu :hover ul.subServicos li a
{
    font-weight: normal;
    display: block;
    font-size: 11px; /*height: 20px;*/
    width: 149px;
    font-size: 9pt; /*line-height: 20px;     text-indent: 5px;*/
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    color: #000;
    text-decoration: none;
    border: 3px solid :fff;
    margin-left: 3px;
    z-index: 1000000;
}
.menu :hover ul.subServicos li a:hover
{
    background: #78A92B;
    color: #fff;
    z-index: 1000000;
}

/* Imprensa */
.menu li a.top_linkImprensa
{
    display: block;
    float: left;
    height: 33px;
    line-height: 33px;
    color: #4D4D4D;
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;
    width: 165px;
    cursor: pointer;
    text-align: center;
}
.menu li.chooseImprensa
{
    background: #E55C4C;
    display: block;
    color: White;
    float: left;
    position: relative;
    border-bottom: solid 1px #4D4D4D;
    border-top: solid 1px #4D4D4D;
    border-left: solid 1px #4D4D4D;
}
.menu li a.choose_linkImprensa
{
    display: block;
    float: left;
    height: 33px;
    line-height: 33px;
    color: white;
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;
    width: 165px;
    cursor: pointer;
    text-align: center;
}
.menu li a.top_linkImprensa:hover
{
    background: #E55C4C;
    color: White;
}

.menu li:hover > a.top_linkImprensa
{
    background: #E55C4C;
    color: White;
}

/* SubMenu Imprensa*/
.menu :hover ul.subImprensa
{
    background: #FFFFFF url(../Images/MenuSImprensa.png) repeat-x;
    border: 1px solid #999999;
    left: -1px;
    top: 34px;
    padding: 3px 0;
    width: 165px;
    height: auto;
    z-index: 1000000;
}
.menu :hover ul.subImprensa li a
{
    font-weight: normal;
    display: block;
    font-size: 11px; /*height: 20px;*/
    width: 149px;
    font-size: 9pt; /*line-height: 20px;     text-indent: 5px;*/
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    color: #000;
    text-decoration: none;
    border: 3px solid :fff;
    margin-left: 3px;
    z-index: 1000000;
}
.menu :hover ul.subImprensa li a:hover
{
    background: #E55C4C;
    color: #fff;
    z-index: 1000000;
}

/* Clientes */
.menu li a.top_linkClientes
{
    display: block;
    float: left;
    height: 33px;
    line-height: 33px;
    color: #4D4D4D;
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;
    width: 165px;
    cursor: pointer;
    text-align: center;
}
.menu li.chooseClientes
{
    background: #AD4077;
    display: block;
    color: White;
    float: left;
    position: relative;
    border-bottom: solid 1px #4D4D4D;
    border-top: solid 1px #4D4D4D;
    border-left: solid 1px #4D4D4D;
}
.menu li a.choose_linkClientes
{
    display: block;
    float: left;
    height: 33px;
    line-height: 33px;
    color: white;
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;
    width: 165px;
    cursor: pointer;
    text-align: center;
}
.menu li a.top_linkClientes:hover
{
    background: #AD4077;
    color: White;
}

.menu li:hover > a.top_linkClientes
{
    background: #AD4077;
    color: White;
}

/* SubMenu Clientes*/
.menu :hover ul.subClientes
{
    background: #FFFFFF url(../Images/MenuSSolSer.png) repeat-x;
    border: 1px solid #999999;
    left: -1px;
    top: 34px;
    padding: 3px 0;
    width: 165px;
    height: auto;
    z-index: 1000000;
}
.menu :hover ul.subClientes li a
{
    font-weight: normal;
    display: block;
    font-size: 11px; /*height: 20px;*/
    width: 149px;
    font-size: 9pt; /*line-height: 20px;     text-indent: 5px;*/
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    color: #000;
    text-decoration: none;
    border: 3px solid :fff;
    margin-left: 3px;
    z-index: 1000000;
}
.menu :hover ul.subClientes li a:hover
{
    background: #AD4077;
    color: #fff;
    z-index: 1000000;
}

/* Parcerias */
.menu li a.top_linkParcerias
{
    display: block;
    float: left;
    height: 33px;
    line-height: 33px;
    color: #4D4D4D;
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;
    width: 165px;
    cursor: pointer;
    text-align: center;
}
.menu li.chooseParcerias
{
    background: #71C5C5;
    display: block;
    color: White;
    float: left;
    position: relative;
    border-bottom: solid 1px #4D4D4D;
    border-top: solid 1px #4D4D4D;
    border-left: solid 1px #4D4D4D;
}
.menu li a.choose_linkParcerias
{
    display: block;
    float: left;
    height: 33px;
    line-height: 33px;
    color: white;
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;
    width: 165px;
    cursor: pointer;
    text-align: center;
}
.menu li a.top_linkParcerias:hover
{
    background: #71C5C5;
    color: White;
}

.menu li:hover > a.top_linkParcerias
{
    background: #71C5C5;
    color: White;
}

/* SubMenu Parcerias*/
.menu :hover ul.subParcerias
{
    background: #FFFFFF url(../Images/MenuSSolSer.png) repeat-x;
    border: 1px solid #999999;
    left: -1px;
    top: 34px;
    padding: 3px 0;
    width: 165px;
    height: auto;
    z-index: 1000000;
}
.menu :hover ul.subParcerias li a
{
    font-weight: normal;
    display: block;
    font-size: 11px; /*height: 20px;*/
    width: 149px;
    font-size: 9pt; /*line-height: 20px;     text-indent: 5px;*/
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    color: #000;
    text-decoration: none;
    border: 3px solid :fff;
    margin-left: 3px;
    z-index: 1000000;
}
.menu :hover ul.subParcerias li a:hover
{
    background: #71C5C5;
    color: #fff;
    z-index: 1000000;
}
/*----- End Menu -----*/

.Watermark
{
    color: Gray;
}

.SearchText
{
    border: 1px solid black;
    font-size: 6pt;
    padding: 2px 4px 2px 4px;
}

.SearchButton
{
    border: 1px solid black;
    font-size: 6pt;
    cursor: pointer;
    padding: 2px 4px 2px 4px;
    color: Black;
    text-decoration: none;
    background: url(../Images/MenuOk.png) repeat-x;
}

a
{
    text-decoration: none;
    color: #7F7F7F;
}

/*----- Begin Default Page -----*/
.News
{
    line-height: 30px;
    color: White;
    padding-left: 10px;
    background-color: #29ABE2;
    font-size: 9pt;
    font-weight: bold;
}
.NewsTitle
{
    color: #00ACC2;
    font-weight: bold;
    white-space: normal;
}
.NewsBody
{
    overflow: hidden;
    font-size: 7pt;
}
.NewsImage
{
    border: solid 1px black;
    width: 70px;
    height: 50px;
}
.Highlights
{
    line-height: 30px;
    color: White;
    padding-left: 10px;
    background-color: #F7931E;
    font-size: 9pt;
    font-weight: bold;
}
.HighlightsTitle
{
    color: #9E0068;
    font-weight: bold;
    white-space: normal;
}
.HighlightsBody
{
    overflow: hidden;
    font-size: 7pt;
}
.HighlightsImage
{
    border: solid 1px black;
    width: 70px;
    height: 50px;
}
/*----- End Default Page -----*/

.txtTable
{
    font-family: Arial;
    font-size: 8pt;
    width: 250px;
    margin-left: 5px;
}

.lblTable
{
    text-align: right;
    font-weight: bold;
}

.Button
{
    border: 1px solid #d1c7ac;
    width: 75px;
    color: #333333;
    padding: 3px;
    margin-right: 1px;
    margin-bottom: 1px;
    font-family: Arial;
    font-size: 8pt;
    text-align: center;
}

/* POPUP */
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.popup
{
    background: #fff;
    border: solid 1px;
}

.lblTitulo
{
    font-size: 9pt;
    font-weight: bold;
}

/* SITEMAP */
.MenuTitulo
{

    font-size: 9pt;
    font-weight: bold;
    color: #F7931E;
    margin-bottom: 5px;
}


.MenuData
{
margin: 0 0 10px 0;
    background: url(../Images/datas.jpg);
    width: 160px;
    height: 20px;
}
.MenuData:hover
{
margin: 0 0 10px 0;
    background: url(../Images/datas_onover.jpg);
    width: 160px;
    height: 20px;
}
.MenuData2
{
margin: 0 0 10px 0;
    background: url(../Images/datas_click.jpg);
    width: 160px;
    height: 20px;
}

.MenuIntra
{
margin: 0 0 10px 0;
    background: url(../Images/intra.jpg);
    width: 160px;
    height: 20px;
}
.MenuIntra:hover
{
margin: 0 0 10px 0;
    background: url(../Images/intra_onover.jpg);
    width: 160px;
    height: 20px;
}
.MenuIntra2
{
margin: 0 0 10px 0;
    background: url(../Images/intra_click.jpg);
    width: 160px;
    height: 20px;
}
