﻿.masterBody
{
	background-color: #ffffff;
	background-image: url( 'Imagens/Backgound.jpg' );
	margin: 0px;
	background-repeat: repeat-x;
}

.gridViewHeader
{
	background-color: #2f4677;
	color: White;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	font-weight: bold;
	text-indent: 3px;
}

.gridViewHeader th
{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.gridViewHeader
{
	background-color: #2f4677;
	color: White;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	font-weight: bold;
	text-indent: 3px;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
}

.gridViewItem
{
	background-color: #ffffff;
	color: #2f4677;
	font-family: 'Trebuchet MS';
	font-size: 9pt;
	font-weight: bold;
	text-indent: 3px;
}

.gridViewAlternatingItem
{
	background-color: #d6d6d6;
	color: #2f4677;
	font-family: 'Trebuchet MS';
	font-size: 9pt;
	font-weight: bold;
	text-indent: 3px;
}

.campoEstatico
{
	color: #2f4677;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	font-weight: bold;
}

.campoEstaticoGrande
{
	color: #2f4677;
	font-family: 'Trebuchet MS';
	font-size: 26pt;
	font-weight: bold;
}

.campoValor
{
	color: #767676;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	font-weight: bold;
    margin-left: 0px;
}

.campoData
{
	color: #767676;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	font-weight: bold;
    margin-left: 0px;
}

.campoMoeda
{
	color: #767676;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	font-weight: bold;
}

.statusAtivo
{
	color: Green;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	font-weight: bold;
}

.statusInativo
{
	color: Red;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	font-weight: bold;
}

.tipoCentroReceita
{
	color: Green;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	font-weight: bold;
}

.tipoCentroDespesa
{
	color: Red;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	font-weight: bold;
}

.tipoCentroAtivo
{
	color: Blue;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	font-weight: bold;
}

.tipoCentroPassivo
{
	color: #D2D200;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	font-weight: bold;
}

.validacao
{
	color: Red;
	font-family: 'Trebuchet MS';
	font-size: 8pt;
	font-weight: bold;
}

.titulo
{
	color: #2f4677;
	font-family: 'Trebuchet MS';
	font-size: 14pt;
	font-weight: bold;
}

.subtitulo
{
	color: #767676;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	font-weight: bold;
}

.separadorTopo
{
	background-image: url('Imagens/SeparadorTopo.jpg');
}

.separador
{
	background-color: #2d3343;
	height: 1px;
}

.painelInformacoes
{
	background-color: White;
	padding: 5px;
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.botaoAzul
{
	background-image: url('Imagens/FundoBotaoAzul.png');
	background-color: Transparent;
	color: #FFFFFF;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	border: none;
	margin: 0px;
	cursor: pointer;
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
}

.botaoAzulGrande
{
	background-image: url('Imagens/FundoBotaoAzulGrande.png');
	background-color: Transparent;
	color: #FFFFFF;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	border: none;
	margin: 0px;
	cursor: pointer;
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
}

.botaoVermelho
{
	background-image: url('Imagens/FundoBotaoVermelho.png');
	background-color: Transparent;
	color: #FFFFFF;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	border: none;
	margin: 0px;
	cursor: pointer;
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
}

.botaoVermelhoGrande
{
	background-image: url('Imagens/FundoBotaoVermelhoGrande.png');
	background-color: Transparent;
	color: #FFFFFF;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	border: none;
	margin: 0px;
	cursor: pointer;
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
}


.fundoItemMenuEstatico
{
	background-color: #2F4677;
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
	vertical-align: middle;
	width: 150px;
	height: 24px;
	margin: 1px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.fundoItemMenuEstaticoHover
{
	background-color: #8F2406;
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
	vertical-align: middle;
	width: 150px;
	height: 24px;
	margin: 1px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.fundoItemMenuEstatico a
{
	background: transparent !important;
}

.fundoItemMenuEstaticoHover a
{
	background: transparent !important;
}

.fundoItemMenuDinamico
{
	background-color: #2F4677;
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
	vertical-align: middle;
	width: 150px;
	height: 24px;
	border-radius: 5px;
	margin: 1px;
}

.fundoItemMenuDinamicoHover
{
	background-color: #8F2406;
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
	vertical-align: middle;
	width: 150px;
	height: 24px;
	border-radius: 5px;
	margin: 1px;
}

.fundoItemMenuDinamico a
{
	background: transparent !important;
}

.fundoItemMenuDinamicoHover a
{
	background: transparent !important;
}
