﻿body 
{
    background-color:#FFFFFF;
    width: 100%;
    margin-top: 0px;
    margin: 0 auto;
}

.topStatus
{
    /*top:101px;*/
    margin-top:15px;
    height:20px;
    background-image: url('Imagens/brStatus.png');
    vertical-align:middle;
    
}
.topStatusLeft
{   
    padding:3px;
    position:relative;
    float:left
}
.topStatusRight
{
    padding: 3px;
    position:relative;
    float:right
}
.topMain
{
    top:152px;
    height:100px;
    background-image:url('Imagens/brSiteCr_repeatX.png');
    background-repeat:repeat-x;
    background-color:#8E7D7D;
}

.logoCrLogin
{
    position:absolute;
    float:left;
    padding:0px;
    background-image:url('Imagens/credweb.png');
    width:400px;
    height:100px;
    background-repeat:no-repeat;
   
}

.logoCr
{
    position:absolute;
    float:left;
    padding:0px;
    background-image:url('Imagens/float2.png');
    width:400px;
    height:100px;
}

.logoCrStory
{
    position:absolute;
    float:left;
    padding:0px;
    background-image:url('Imagens/floatStory.png');
    width:400px;
    height:100px;
}

.crMouse
{
    background-image:url('Imagens/crMouse.png');
    position:absolute;
    float:right;
    padding:1px;
    width:100px;
    height:100px;
}
.barMenu
{
    height:35px;
}
.conteudoFull
{
 
    min-height:600px;
    /*background: #FFF;
    opacity: 0.65;*/
    -moz-opacity: 0.65; /* Browsers baseados no motor Gecko */
    filter:alpha(opacity=65); /* Para IE6 e 7 */
    z-index:0;
    margin: 10px;
}
.bottomBar
{
    height:35px;
    margin-bottom:0px;
    background-image: url('Imagens/brSiteCr_repeatX.png');
    text-align:center;
    vertical-align:bottom;
    font-style:inherit;
    font-family:Ubuntu;
    font-size:10px;
    color:#FFFFFF;
}
.marketing
{
    height:90px;
    top:0;

}
.middleBar
{
    height:auto;
    width:1000;
    text-align:left;
    color:#D41900;
    font-size:20px;
    font-family:Ubuntu;
    z-index:1;
    
    
}
.menu 
{
        overflow: hidden;
        width: 1000px;
        z-index:1;
}
.menu a 
{
        float: left;
        width: 45px;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
}
.menu a:hover 
{
        width: 910px;
}



/************************************************************************************
* Fim / Fecha de Sessao / Manutencao - FimSessao.htm / Logoff.aspx / Manutencao.htm *
*************************************************************************************/

/*** Classes Comuns ***/
.clsConteudoSessao
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #5F5F5F;
}
.clsSessao
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -133px;
    margin-left: -256px;
    text-align: left;
    background-image: url(Imagens/bg_fim_sessao.jpg);
    background-repeat: no-repeat;
    height: 267px;
    width: 512px;
}
.clsSessao h1
{
    background: url(Imagens/icone_fim_sessao.gif) no-repeat top left;
    height: 16px;
    font-size: 12px;
    padding-left: 20px;
    margin: 40px 0px 0px 25px;
}
.clsSessao p, .clsSessao ul, .clsSessao ul li
{
    margin-left: 25px;
}
.clsSessao ul, .clsSessao ul li
{
    font-weight: normal;
    font-size: 10px;
}


.clsBotaoVoltar
{
    cursor: pointer;
    display: block;
    background-image: url(Imagens/botao_voltar.gif);
    background-repeat: no-repeat;
    background-position: right top; 
    width:59px;
    height:19px;
    border:none;
    z-index:999;
}

/** Especifico do FechaSessao.aspx ***/
#pFechaSessao
{
    margin-top: 20px;
    line-height: 20px;
    font-size: 11px;
}

/** Especifico do FimSessao.htm / Manutencao.htm ***/
#divVoltarFimSessao
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 175px;
    _margin-left: -275px;
    margin-top: 135px;
    width: 512px;
    text-align: right;
}

/** Especifico do Manutencao.htm ***/
#divManutencao
{
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    padding-top: 40px;
}


/*************************************************
* Data Grid                                      * 
**************************************************/
.clsDataGrid
{
    font-size: 10px;
    text-align: center;
    border-bottom: solid 1px #777E76;
    border-collapse: separate;
    color: #000000;
    width: 100%;
    /*_width: 94%;*/
}

tr.clsItemDataGrid {}
.clsDataGrid input
{
    border: none;
}
.clsDataGrid td
{
    padding: 4px;
}

/* Grid - Cabecalho */
.clsHdrDataGrid
{
    background-color: #808080;
    color: #FFFFFF;
    font-weight: bold;
}
.clsHdrDataGrid a
{
    color: #FFFFFF;
}

/* Grid - Paginador */
.clsPagerDataGrid a
{
    text-decoration: none;
}
.clsPagerDataGrid span
{
    font-weight: bold;
}

/* Grid - Item Destacado */
.clsItemDestaqueDataGrid
{
    background-color: #FFF;
}

.clsItemDestaqueDataGrid td
{
    border-top: 2px double #000;
    border-bottom: 2px double #000;
}
.clsItemDestaquePrimCelula
{
    border-left: 2px double #000; 
}

.clsItemDestaqueUltCelula
{
    border-right: 2px double #000; 
}



/* Grid - Item Alternado */
.clsItemAltDataGrid
{
    background-color: #EDEDED;
}

/* Grid - Item */
.clsItemDataGrid
{
    background-color: #DCDCDC;
}

/* Grid - Over */
.clsItemOverDataGrid, .clsItemSelDataGrid

{
    background-color: transparent;
    color: #E92929;
    cursor: pointer;
}

/* Grid - Rodapé */
.clsFtrDataGrid
{
    background-color: #FFFFFF;
}

/* Grid - Pagina */
.clsPagerDataGrid
{
    background-color: #FEF7ED;
    text-align: center;
    color: #000000;
}

/* Grid - Linha do cartão */
.clsViaLanctoDataGrid
{
    font-weight: bold;
    text-align: left;
}