body
{
    height: 100%;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Segoe UI;
    font-size: 12px;
    background-color: #DBDBDD;
}

body#Login
{
    height: 100%;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Segoe UI;
    font-size: 12px;
    color: #FFFFFF;
    background-image: url('img/fundo.png');
    background-color: #000000;
    background-repeat: repeat;
}

body#WhiteBody
{
    height: 100%;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Segoe UI;
    font-size: 12px;
    color: #000000;
    background-color: #ffffff;
}

table#mainTopo
{
    background-image: url('img/header_background.png');
    background-repeat: repeat-x;
    height: 69px;
}

TR#barraSuperior
{
    background-image: url('img/header.png');
    background-color: #000000;
    background-repeat: no-repeat;
    height: 69px;
}

TD#barraToolbar
{
    background-image: url('img/fundo_toolbar_web.png');
    background-repeat: repeat-x;
    height:31px;
}

TR#barraSuperiorFundoTitulo
{
    background-image: url('img/titulo_direita.png');
    background-repeat: repeat-x;
	height:23px;
	padding-left:5px;
}

TD#barraSuperiorFundoResultado
{
    background-color: #808589;
    color:White;
}

TD#barraSuperiorFundoResultado
{
    border-style: none;
    border-width: 0px;
    color:White;
}

.headerTotalResultado
{
    background-color: #B5B5B5;
    color: black;
    border-style: none;
    border-width: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
}

.TotalResultado
{
    color: black;
    text-align: center;
	padding: 5px;
}

select
{
    font-family: Segoe UI;
    font-size: 12px;
}

.Calendar .ajax__calendar_container {
    border:1px solid #000000;
    background-color: #E0E0E0;
    color: black;
}

.SplashFundo
{   
	background-image: url('img/splash.png');
	background-repeat:no-repeat;
	width:662px; 
	height:387px; 
	margin-left:auto; 
	margin-right:auto; 
	position: relative
}

.AlterarSenha
{   
    background-image: url('img/alterarSenha.png');
}

.SplashControles
{   
	margin-left:auto; 
	margin-right:0; 
	position: relative
}

.VersaoCrivoLogin
{   
	font-size:55px; 
	color:#88AF4F;
}

.VersaoCrivoBarraTitulo
{   
	font-size:30px; 
	color:#FFFFFF;
	font-weight:bold;
}

.VersaoCrivoCompletaBarraTitulo
{   
	font-size:10px; 
	color:#FFFFFF;
}

.MensagemErroTelaLogin
{
    color: Red;    
}

.BarraIntermediaria
{   
	background-image: url('img/fundoHeader.png');
	background-repeat: repeat-x;
	height:30px; 
}

.BodyResultado
{
	color:Black;
	background-color:White;
}

TABLE#degrade
{
    background-image: url('img/barraFundo.png');
    background-repeat: repeat-x;
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 1px;
}

TD#mainContent
{
    background-color: #FFFFFF;
    font-size: 12px;
    color: #000000;
    
    margin-left: 60;
}

TR#headerResultados
{
	font-weight:bold;
}

.TituloSuperior
{
    font-family: Arial Black;
    font-size: 14pt;
    color: #FFFFFF;    
    padding-left:16px;
}

.Subtitulo					{font-weight:bold}

.GridBordasPretas			{background-color:Black;padding:1 1 1 1;border-spacing:0.5}

.GridSubtitulosPretos		{font-weight:bold; text-align: center;background-color:white}

.GridSubtitulosPretosFundoCinza		{font-weight:bold; text-align: center;background-color:white;background-color: #d3d3d3}

.GridCelulasPretas			{font-size: 13;text-align: left;background-color:white}

.CelulaTipoExcelTituloColunaOuLinha
{
    border-width:1px; 
    border-bottom-color:Black; 
    border-style:solid; 
    background-color: LightGray; 
    width:30px; 
    text-align:center;
}

.CelulaTipoExcelConteudo
{
    border-width:1px; 
    border-bottom-color:Black; 
    border-style:solid; 
    text-align:center;
}

.IconFonteContingencia 
{
	background-image: url('img/relogio.png');
	background-repeat:no-repeat;	
}

.IconFonteOnLine
{   
	background-image: url('img/online.png');
	background-repeat:no-repeat;
}

.IconFonteCache
{   
	background-image: url('img/cache.png');
	background-repeat:no-repeat;
}

.IconFonteErro
{   
	background-image: url('img/erro.png');
	background-repeat:no-repeat;
}

.TituloPagina
{
	vertical-align:top;
    font-size: 14px;
    color:Black;
}

/* LINKS */

A:visited
{
	color:Black;
    text-decoration: underline;
    font-weight: normal;
}

A:link
{
	color:Black;
    text-decoration: underline;
    font-weight: normal;
}

A:hover
{
	color:Black;
    text-decoration: none;
    font-weight: normal;
}

/* Accordion */
.accordionHeader,
.accordionHeaderBco
{
	background-color: #DBDBDD;
	font-weight: bold;
	font-size: 14px;
	color:White;
	
	padding: 0px;
	margin-top: 0px;
	cursor: pointer;
	height:23px;

	padding-top:0px;
	padding-left: 22px;
	background-image: url('img/menu_normal.png');
	background-repeat:no-repeat;
}

.accordionHeaderSelected,
.accordionHeaderSelectedBco
{
	background-color: #DBDBDD;
	font-weight: bold;
	font-size: 14px;
	color:White;
	
	padding: 0px;
	margin-top: 0px;
	cursor: pointer;
	height:23px;

	padding-top:0px;
	padding-left: 22px;
	background-image: url('img/menu_selected.png');
	background-repeat:no-repeat;
}

.accordionContent,
.accordionContentBco
{
	background-color:#DBDBDD;
	color:Black;
	height:23px;
	border-top: none;
	padding: 1px;
	padding-top: 1px;
	padding-left: 18px;
	
	margin-left:0px;
	margin-right:0px;
}

.accordionHeaderBco
{
	margin-right:19px;
	background-color:White;
}

.accordionHeaderSelectedBco
{
	margin-right:19px;
	background-color:White;
}

.accordionContentBco
{
	margin-right:25px;
}

/* Accordion Interno */
.accordionHeaderInterno,
.accordionHeaderInternoBco
{
	background-color: #DBDBDD;
	font-size: 14px;
	color:Black;
	
	padding: 0px;
	margin-top: 0px;
	cursor: pointer;
	height:23px;

	padding-top:0px;
	padding-left: 22px;
	background-image: url('img/menu_interno_normal.png');
	background-repeat:no-repeat;
}

.accordionHeaderObjAnaliseInterno,
.accordionHeaderObjAnaliseInternoBco
{
	background-color: #D0D0D0;
	font-size: 14px;
	color:#000000;
	
	padding: 0px;
	margin-top: 0px;
	cursor: pointer;
	height:23px;

	padding-top:0px;
	padding-left: 22px;
	/*background-image: url('img/menu_interno_normal.png');*/
	background-repeat:no-repeat;
}

.accordionHeaderInternoSelected,
.accordionHeaderInternoSelectedBco
{
	background-color: #DBDBDD;
	font-size: 14px;
	color:Black;
	
	padding: 0px;
	margin-top: 0px;
	cursor: pointer;
	height:23px;

	padding-top:0px;
	padding-left: 22px;
	background-image: url('img/menu_interno_selected.png');
	background-repeat:no-repeat;
}

.accordionInternoContent,
.accordionInternoContentBco {
    background-color: #D9D9D9;
    color: Black;
    padding: 0;
}

.accordionInternoContent > ul,
.accordionInternoContentBco > ul {
    padding: 6px;
    margin: 3px 9px 3px 20px
}

.accordionInternoContent li,
.accordionInternoContentBco li {
    padding: 3px 0;
}

.accordionObjAnaliseInternoContent,
.accordionObjAnaliseInternoContentBco
{
	background-color:#E8E8E8;
	color:Black;
	height:23px;
	border-top: none;
	padding: 1px;
	padding-top: 1px;
	padding-left: 18px;
	
	margin-left:0px;
	margin-right:0px;
}

.accordionHeaderInternoBco
{
	margin-right:15px;
	background-color:White;
}

.accordionHeaderInternoSelectedBco
{
	margin-right:15px;
	background-color:White;
}

.accordionInternoContentBco
{
	margin-right:15px;
}
/* Accordion Interno - the end */

A.linkBranco:visited
{
    color: #ffffff;
}

A.linkBranco:link
{
	color: #ffffff;
}

A.linkBranco:hover
{
    color: #ffffff;
}

.TabelaAnaliseAlternate
{
	background-color:#c0c0c0;
    width: 100%;
}

.TabelaAnaliseAlternateObjAnalise
{
	background-color:#f5f5dc;
    width: 100%;
}

.TabelaAnaliseSelected
{
	background-color:#CCCCCC;
    width: 100%;
    border-left:4px solid green;
    border-top: 4px solid white;
    border-bottom: 4px solid white;
}

.TabelaBuscaSelected
{
	background-color:#CCCCCC;
    width: 100%;
}

.TabelaProgressPrincipal
{
	background-image: url('img/fundo_progressBar.gif');
	background-repeat: repeat-x;
	height: 13px;
	width: 80px;
}

.TabelaProgressVerde
{
	background-image: url('img/fundo_progressBarVerde.gif');
	background-repeat: repeat-x;
	text-align: right;
}

.ImagemProgressPonta
{
	background-image: url('img/ponta_progressBar.gif');
	background-repeat: no-repeat;
	height: 13px;
	width: 1px;
}

.TableAnalise
{
    border-style:none;
    border:0;
	border-color: White;
}

.TableAnaliseObjAnalise
{
    border-style:none;
    border:0;
	border-color: White;
	background-color:#e8e8e8;
}

.LinhaRespostaFinalTrue
{
    font-weight: bold;
    font-size: small;
}

.LinhaRespostaFinalFalse
{
}