﻿/* DEFAULTS
----------------------------------------------------------*/

#main
{ width:100%; }
  

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    
}

a:link, a:visited
{
    color: #034af3;
    font-size: small;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
    font-size: small;
}

a:active
{
    color: #034af3;
    font-size: small;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h6
{
    font-size: 1.5em;
    color: #666666;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5 
{
    font-size: 1.6em; 
    font-weight: 600; 
    color: #666; 
    
    width: 100%;
}

h6
{
    border-bottom: 1px dotted #666;
    font-size: 1.3em; 
    font-weight: 600; 
    color: #666; 
    width: 100%;
    
}



/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
    
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    background-color: #3a4f63;
    height: 28px;
    padding: 1px 0px 1px 0px;
    font-weight: bold;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    
}

div.menu ul li
{
    float:left;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 3px 5px 3px 5px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 13px !important;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
    font-size: 13px !important;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
    font-size: 13px !important;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.progressoAtualizacao
{
    border-style: solid;
    border-width: 1px;
    position: fixed;
    left: 45%;
    width: 115px;
    height: 34px;
    vertical-align: middle;
    text-align: center; /*padding-top: 75px;*/
    z-index: 10001;
    top: 35%;
    background-image: url('../Images/novos/imgFundoProgresso.png');
    background-repeat: repeat-x;
    border-top-color: #d0d0d0;
    border-right-color: #d0d0d0;
    border-bottom-color: #d0d0d0;
    border-left-color: #d0d0d0;
}

.modalPopup
{
    /*text-align: -moz-center;*/
    vertical-align: middle;
    width: 100%;
    height: 100%;
    z-index: 10000;
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0 0 0 0;
    background-color: #C0C0C0;
    filter: alpha(opacity=70);
    -moz-opacity: .70;
    opacity: .70;
    text-align: center;
}

.modalPopupBlack
{
    /*text-align: -moz-center;*/
    vertical-align: middle;
    width: 100%;
    height: 100%;
    z-index: 10000;
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0 0 0 0;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: .70;
    opacity: .70;
    text-align: center;
}

.popupStyle
{
font: normal 11px auto "Trebuchet MS" , Verdana; 
background-color: #94d1ff;
color: #4f6b72; 
filter: alpha(opacity=40); 
opacity: 0.4;
padding-bottom:30px; 
} 
.conteudoHeader
{
    background-color: #C0C0C0;
    line-height: 24px;
    vertical-align: middle;
    height: 24px;
    width: 98%;
    background-image: url('../Images/novos/fundo_janela_out.gif');
    background-repeat: repeat-x;
}

.conteudoHeader a
{
    font-family: Verdana;
    font-size: 10px;
    color: #000080;
}

.conteudo
{
    border: 1px solid #C0C0C0;
    vertical-align: middle;
    
    width: 97.8%;
}

.navLink
{
    font-family: Verdana;
    color: #808080;
    font-size: 10px;
    padding-bottom: 10px;
}

.navLinkAtual
{
    font-family: Verdana;
    font-size: 10px;
    color: #0000FF;
}

.comentario
{
    background-color: #CCCCCC;
    width: 100%;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
}

.comentario a
{
    font-family: Verdana;
    font-size: 10px;
    color: #000080;
}

.comentario_lista
{
    border: 1px solid #000000;
    font-family: Verdana;
}

.comentario_lista h1
{
    font-size: 12px;
    color: #808080;
    font-weight: bold;
    font-family: Verdana;
}

.comentario_lista h2
{
    font-size: 12px;
    color: #003399;
    font-weight: bold;
    font-family: Verdana;
}

.comentario_lista p
{
    font-size: 12px;
    color: #808080;
    font-weight: normal;
    font-family: Verdana;
}

.comentario_lista .comentNome
{
    font-size: 12px;
    color: #000000;
}
.comentario_lista .data
{
    font-size: 10px;
    color: #3333FF;
    font-weight: normal;
    font-family: Verdana;
}

.comentario_lista .reply
{
    font-size: 10px;
    color: #3333FF;
    font-weight: normal;
    font-family: Verdana;
    width: auto;
    height:100px;
    background-color: #99FF99;
    margin-top: 5px;
}

.comentario_lista .reply h1
{
    font-size: 12px;
    color: #808080;
    font-weight: bold;
    font-family: Verdana;
    width: auto;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    border-bottom-color: #009933;
    margin-bottom:4px;
}


.comentario_lista .caixaTexto
{
    font-size: 12px;
    color: #808080;
    font-weight: normal;
    font-family: Verdana;
}

.comentario_lista_site
{
    padding: 5px 5px 10px 5px;
    border: 1px solid #C0C0C0;
    margin: 5px 5px 5px 5px;
    font-family: Verdana;
    min-height: 100px;
    text-align: justify;
    background-color: #F9F9F9;
    font-size: 12px;
    color: #666;
}

.comentario_lista_site h1
{
    font-size: 12px;
    color: #808080;
    font-weight: bold;
    font-family: Verdana;
}

.comentario_lista_site h2
{
    font-size: 12px;
    color: #003399;
    font-weight: bold;
    font-family: Verdana;
}

.comentario_lista_site p
{
    font-size: 12px;
    color: #808080;
    font-weight: normal;
    font-family: Verdana;
}

.comentario_lista_site .comentNome
{
    font-size: 12px;
    color: #000000;
}
.comentario_data
{
    font-size: 10px;
    color: #3333FF;
    font-weight: normal;
    font-family: Verdana;
    
}

.comentario_lista_site .reply
{
    font-size: 10px;
    color: #3333FF;
    font-weight: normal;
    font-family: Verdana;
    width: auto;
    height:100px;
    background-color: #99FF99;
    margin-top: 5px;
}

.comentario_lista_site .reply h1
{
    font-size: 12px;
    color: #808080;
    font-weight: bold;
    font-family: Verdana;
    width: auto;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    border-bottom-color: #009933;
    margin-bottom:4px;
}


.comentario_lista_site .caixaTexto
{
    border: 1px solid #999999;
    font-size: 12px;
    color: #808080;
    font-weight: normal;
    font-family: Verdana;
}


.form
{
    width: auto;
    margin: 20px;
    color: #666;
    font-weight: 200;
}

.form .floatTexto
{
    float: left;
    width: 100px;
    padding-right: 5px;
    
}

.form .floatCampo
{
    float: left;
   
      
}

.form .clear
{
    clear: both;
    height:1px;
}

.AvisoBloqueio
{
    width: auto; 
    font-size: 16px;
    color: #666;
    font-weight: bold;
    font-family: Verdana;
    text-align: center;
}

.tituloComentario
{
    font-size: 18px;
    font-weight: bold; 
    text-align:center;
    color: #999999;
    width: 100%;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #C0C0C0;
    border-bottom-color: #C0C0C0;
    margin-bottom: 10px;
}

.formComentario
{
    border: medium solid #C0C0C0;
    padding: 5px;
    width: 470px;
    height: 200px;
    background-color: #CCCCCC;
}

.formComentario .topo
{
    width: 100%;
    height: 75px;
    background-color: #4b6c9e;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    border-bottom-color: #666;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
}
.formComentario .corpo
{
    width: 100%;
    background-color: #FFFFFF;
}

.formComentario input
{
    border: 1px solid #808080;
    background-color: #FFFFFF;
    font-size: 10px;
    color: #666;
    padding-right: 5px;
    padding-left: 5px;
}

.formComentario .botao
{
    border: 1px solid #808080;
    background-color: #4b6c9e;
    font-size: 12px;
    color: #FFFFFF;
}

.AvisoGeral
{
    border-width: medium;
    border-color: #eee;
    width: 350px;
    font-size: 14px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    background-color: #f5f5f5;
}

.AvisoGeral .th
{
    background-position: left center;
    width: 350px;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    background-image: url('../Images/novos/imgHeaderGrid.png');
    background-repeat: repeat-x;
    text-align: left;
    font-weight: bold;
}

.AvisoGeral .corpo
{
    margin: 15px;
    width: 312px;
    font-size: 14px;
    height: 98px;
    background-color: #FFFFFF;
}

.AvisoGeral .corpo2
{
    padding: 7px;
    margin: 5px;
    width: 312px;
    font-size: 12px;
    height: 203px;
    background-color: #FFFFFF;
    text-align: left;
    font-weight: normal;
}

.AvisoGeral INPUT
{
    border: 1px solid #666;
    font-size: 14px;
    background-color: #F5F5F5;
    color: #666;
    background-image: url('../Images/novos/imgHeaderGrid.png');
}

.AvisoConfirma
{
    border-left: medium solid #eee;
    border-right: medium solid #eee;
    border-bottom: medium solid #eee;
width: 325px;
    font-size: 14px;
    background-color: #f5f5f5;
    border-top-color: #eee;
    border-top-width: medium;
}

.AvisoConfirma .th
{
    background-position: left center;
    width: 329px;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    background-image: url('../Images/novos/imgHeaderGrid.png');
    background-repeat: repeat-x;
    text-align: left;
    font-weight: bold;
}

.AvisoConfirma .corpo
{
    margin: 15px;
    width: 298px;
    font-size: 14px;
    height: 123px;
    background-color: #FFFFFF;
}

.AvisoConfirma .corpo2
{
    padding: 7px;
    margin: 5px;
    width: 312px;
    font-size: 12px;
    height: 203px;
    background-color: #FFFFFF;
    text-align: left;
    font-weight: normal;
}

.AvisoConfirma INPUT
{
    border: 1px solid #666;
    font-size: 14px;
    background-color: #F5F5F5;
    color: #666;
    background-image: url('../Images/novos/imgHeaderGrid.png');
}

.Login
{
    
    top: 0;
    left: 0;
     background-color: #ffffff;
    width: 100%;
    height: 100%;
    
}

.Login .BoxLogin
{
   
    border: 1px solid #c0c0c0;
    font-size: 14px;
    background-color: #F5F5F5;
    color: #666;
    margin-top: 20px; 
    width: 280px; 
    height: 145px;
    
}

.Login .BoxLinks
{
    width: 275px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #c0c0c0;
    font-size: 12px;
    margin-top: 5px;
    color: #666;
    text-align: left;
    padding-left: 5px;
}

.Login INPUT
{
    border: 1px solid #666;
    font-size: 14px;
    background-color: #F5F5F5;
    color: #666;
    background-image: url('../Images/novos/imgHeaderGrid.png');
}

.erroGeral
{
    border: 2px dotted #666;
    margin: 20px;
    width: 80%;
    height: 200px;
    background-color: #FFFFFF;
}

.erroGeral .topo
{
    font-size: 20px;
    color: #666;
    font-weight: 800;
    text-align: center;
    height: 44px;
}


.formComentario2
{
    width: 605px;
    height: 314px;
    color: #666;
}

.formComentario2 .titulo
{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
}


.validatorCallout
{
    background-color: #FFFF99;
}

.menuInt
{
    width: 100%;
    font-family: Verdana;
    color: #4b6c9e;
    font-size: 10px;
    margin-bottom: 15px;
}

.menuInt .tituloMenu
{
        
    font-weight: bold;
    width: 100%;
}

.menuInt .corpoMenu
{
    padding: 5px;
    border-style: dashed;
    border-width: 1px;
    font-weight: normal;
    width: 98%;
}


.menuIntGray a
{
    width: 100%;
    font-family: Verdana;
    color: #666666;
    font-size: 10px;
    margin-bottom: 15px;
}

.menuIntGray .tituloMenu
{
        
    font-weight: bold;
    width: 100%;
}

.menuIntGray .corpoMenu
{
    padding: 5px;
    border-style: dashed;
    border-width: 1px;
    font-weight: normal;
    width: 98%;
}


.formsPadrao
{
    border: 3px solid #4b6c9e;
    padding: 5px;
    background-color: #DEE4EF;
    width: 40%;
    font-family: Verdana;
    font-size: x-small;
    text-align: justify;
    color: #000000;
}

.formsPadrao th
{
    border: 3px solid #4b6c9e;
    background-color: #4b6c9e;
    color: #FFFFFF;
    font-weight: bold;
}

.formsPadrao .titulo
{
    color: #4b6c9e;
    font-weight: bold;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #4b6c9e;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 8px;
}


.gridSimples
{
    font-family: Verdana;
    font-size: 10px;
    text-align: left;
}

.gridSimples th
{
    border: 3px solid #4b6c9e;
    background-color: #4b6c9e;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
}

.contentParte
{
    margin: 5px;
    background-color: #EBEBEB;
}

.contentParte .corpo
{
    border-top: 1px solid #C6D9FF;
    padding: 5px;
    background-color: #FFFFFF;
    border-left-style: solid;
    border-left-color: #C6D9FF;
    border-right-style: solid;
    border-right-color: #C6D9FF;
    border-bottom-style: solid;
    border-bottom-color: #C6D9FF;
    height:auto; width:auto;
}

.statusComent1
{
    font-size: 10px;
    color: #008000;
}

.statusComent2
{
    font-size: 10px;
    color: #E6B800;
}

.statusComent3
{
    font-size: 10px;
    color: #FF3300;
}

.panelResult
{
    background-color: #66FF66;
    border: 2px solid #008000;
    color: #008000;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
    height: 30px;
    line-height: 30px;
}

.panelResultAlert
{
    background-color: #FFFF82;
    border: 2px solid #FDFD00;
    color: #717100;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
    line-height: 30px;
}

.panelResultErro
{
    background-color: #FFAEAE;
    border: 2px solid #FF0000;
    color: #930000;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
    line-height: 30px;
}

.gvModelos
{
    width: 100%;
}

.formMail
{
    border: 2px solid #C6D9FF;
    padding: 5px;
    background-color: #E8E8E8;
}

.formMail INPUT
{
    border: 1px solid #c6d9ff;
    margin-bottom: 3px;
}

.tableFormTitulo
{
    background-color: #eeeeee;

    }

.LinkMateria
{
    border: 1px solid #4b6c9e;
    background-color: #E8EDF4;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.LinkMateria a
{
 
    text-align: center;
    color: #4b6c9e;
}

.GridPadrao1 th
{
    background-position: left top;
    background-image: url('../Images/novos/imgHeaderGrid.png');
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: 10px;
    height: 26px;
    line-height: 13px;
}

.GridPadrao2 th
{
    background-position: left top;
    background-image: url('../Images/novos/imgHeaderGridBlue.png');
    backnd-repeat: repeat-x;
    font-family: Verdana;
    font-size: 10px;
    height: 26px;
    line-height: 13px;
}


.ErroCallOut
{
    background-color: #FF8484;
}

.avisoForm
{
    font-size: x-small;
    color: #C0C0;
}

#dhtmltooltip
{
    background-position: left top;
    position: absolute;
    left: -300px;
    width: 150px;
    border: 1px solid #B6B099;
    padding: 2px;
    background-color: #FFFBE1;
    visibility: hidden;
    z-index: 100;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid XImageTransform.Microsoft.Shadow(color=gray,direction=135);
    background-image: url('../IMAGEM/imgFundoTootip.png');
    background-repeat: repeat;
    color: #40606F;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

.clsEvReplica
{
    border: medium solid #4b6c9e;
    background-color: White;
}

.clsEvReplica .th
{
    background-color: White;
    background-image: url('../Images/novos/imgHeaderGridBlue.png');
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: x-small;
    font-weight: bold;
    color: #FFFFFF;
    height: 26px;
    text-align: left;
    padding-top: 2px;
    padding-right: 2px;
    vertical-align: top;
}

.clsImpresa
{
    border: 1px solid #9bb4ff;
    width: 100%;
    margin-bottom: 10px;
}

.clsImpresa .th
{
    background-position: left top;
    width: 100%;
    background-image: url('../Images/novos/img_fundo_grid.gif');
    background-repeat: repeat-x;
    height: 26px;
    text-align: left;
    vertical-align: top;
}

.clsImpresa table td
{
    border: 1px solid #C0C0C0;
    
}

.clsImpresa table th
{
    background-position: left top;
    border: 1px solid #C0C0C0;
    
    background-image: url('../Images/novos/imgHeaderGridBlueMin.png');
    background-repeat: repeat-x;
    font-size: xx-small;
    font-weight: bold;
    height: 20px;
}

.evento h5 
{
    font-size: 1.6em; 
    font-weight: 600; 
    color: #666; 
    width: 100%;
}

.float_left 
{ float:left; 
  
    }
    
.caminhoPesquisa
{
    color: #4b6c9e;
    font-size: small;
    font-weight: 700;
}

.divPesquisa { margin-bottom:20px; padding-top:15px;}

.divPesquisa a:active
{
    font-size: large;
    font-weight: 600;
    color: #0000FF;
    
}

.divPesquisa a:link, a:visited
{
    font-size: large;
    font-weight: 600;
    color: #4b6c9e;
    text-decoration: none;
}

.panelbusca
{
   
    padding-top: 20px;
    margin-top: 30px;
}


.formTbless
{
    border: 1px solid #d0d0d0;
    font-family: verdana;
    color: #40606F;
    background-color: #ffffff;
}
.formTbless .th
{
    background-image: url('../Images/novos/img_fundo_aviso_novo.gif');
    background-repeat: repeat-x;
    background-position: left top;
    height: 26px;
    background-color: #d0d0d0;
    text-align: left;
    line-height: 26px;
}

.formTbless .th .th_img
{
     float: left;
     text-align:center;
     vertical-align:middle;
     width: 30px;
     padding-top: 3px;
    
    }
.formTbless .th .th_titulo
{
     float: left;
     text-align:left;
     font-weight:bold;
     line-height: 26px;
    }
.formTbless .corpo
{
    border-style: none;
    text-align: left;
    font-weight: bold;
    background-color: #FCFCFC;
    width: 100%;
}

.formTbless .corpo .objPadrao
{
    border: 1px solid #c0c0c0;
    background-image: url('../Images/novos/imgFundoCampo.png');
    background-repeat: repeat-x;
    background-position: left top;
    font-size:10px;
    height:15px !important;
    font-family:Verdana !important;
}

.formTbless .corpo .objPadrao2
{
    border: 1px solid #c0c0c0;
    background-image: url('../Images/novos/imgFundoCampo.png');
    background-repeat: repeat-x;
    background-position: left top;
    font-size: 10px; 
    font-family:Verdana !important;
}

.formTbless .bottom
{
    border-style: none; 
    text-align: left;
    font-weight: bold;
    background-color: #EAEAEA;
    width: 100%;
    line-height: 25px;
    background-image: url('../Images/novos/fundo_bottom.png');
    background-repeat: repeat-x;
}

.panelImagem
{
    
    position: absolute;
   
    vertical-align: middle;
    text-align: center; /*padding-top: 75px;*/
    z-index: 10001;
    
    
}

#default_main
{ width:100%;}

#default_main hr
{
    color: #C0C0C0;
}
 
 #default_main h5
{
    
        font-size: 1.3em; 
        font-weight: 600; 
        color: #666; 
        width: 100%;
        height: 27px;
        margin-right: 0px;
    }
 
 #default_main h6
{
    
        font-size: 1em; 
        font-weight: 600; 
        color: #666; 
        width: 165px;
        height: 27px;
}

#default_main .principal
{ 
  float:left; 
  width:79%; 
  height:auto;
  border-right: thin dashed #B0C0D9;
}

#default_main .auxiliar
{ 
  width:auto; 
  height:auto;
}

#default_login
{
    width: 135px;
    height: 145px;
}

#default_login .th
{
    background-image: url('../Images/novos/imgHeaderGridBlue.png');
    background-repeat: repeat-x;
    background-position: left top;
    height: 25px;
    color: #FFFFFF;
    font-size: x-small;
    font-weight: bold;
    line-height: 25px;
    vertical-align: middle;
}

#default_login .corpo
{
    height: 93px;
    background-color: #F4F4F4;
    font-size: x-small !important;
    width:165px;
}

#default_login .corpo INPUT
{
    border: 1px solid #C0C0C0 !important; width: 80px;
    
}

#default_login .rodape
{
    border-bottom: Thin solid #C0C0C0;
    border-top: thin solid #C0C0C0;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    background-color: #F4F4F4;
    text-align: center;
    width: 165px;
}

#default_login .rodape .botao
{
    border: 1px solid #4b6c9e;
    width: 50px;
    height: 20px;
    background-color: #A2B5D2;
    font-size: x-small !important;
    color: #4b6c9e;
    font-weight: bold;
}

.WaterMarkMail
{
    background-color: #FFFFA8;
    border: 1px solid #FFDA46;
    color: #A68500;
    font-weight: bold;
}

.mg_coment
{
    background-image: url('../Images/novos/imgComment2-icon.png') !important;
    background-repeat: no-repeat;
    background-position: center center;
    font-family: Verdana;
    color: #FFFFFF;
    font-size: x-small;
    font-weight: bold;
    width: 100%;
    height: 24px;
    padding-top: 8px;
    text-align: center;
}
