html, body { height: 100%;
    text-align: left;
}
.fundo
{
	background-color:	#75C4DE;
}

.grid
{
	background-color:	#9AD3E7;
	border:				none;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	font-weight:		normal;
}

.gridAlternado
{
	border:				none;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	font-weight:		normal;
}

.gridSelecionado
{
	background-color:	#BFE4F0;
	border-top:			1px double #75C4DE;
	border-right:		none;
	border-bottom:		none;
	border-left:		none;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				#129CCB;
	font-weight:		normal;
}

td.menu
{
    background-color:   #004575;
    font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	font-weight:		normal;
	text-align:         center;
}

td.menu:hover
{
    background-color:   white;
    font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	font-weight:		normal;
	text-align:         center;
}
menu_on
{
    background-color:   #004575;
    color:              #ffff00;
}
td.menu_selecionado
{
    background-color:   white;
    font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	font-weight:		normal;
	text-align:         center;
}

.tabela_indicador
{
    border-width: 1px;
	border-style: hidden;
	border-color: gray;
	border-collapse: collapse;
	background-color: Transparent;
}
.celula_indicador
{
    border-width: 1px;
	border-style: dashed;
	border-color: SlateGray;
	font-family: Arial, Helvetica, sans-serif;
	font-size:			11px;
}

.celula_separador
{
    border-width: 1px;
	border-style: solid;
	border-color: whitesmoke;
}

.topo_grid
{
	background-color: #ffffff;
	color: #004a7d;
	font-family: 'Open Sans', sans-serif;
	font-size:			11px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.linhaTempoInicioTermino
{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				#000000;
	font-weight:		bold;
	text-align:         center;
}
.linhaTempoStatus
{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			10px;
	color:				#000000;
	font-weight:		normal;
	text-align:         center;
}
.linhaTempoStatusAtrasado
{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			10px;
	color:				red;
	font-weight:		normal;
	text-align:         center;
}
.linhaTempoConcluido
{
	background:         url('./images/fundo_linha_tempo.gif') repeat-x top #FFF;
	font-family:        Arial, Helvetica, sans-serif;
	text-align:         center;
}
.linhaTempoPendente
{
	background:         url('./images/fundo_linha_tempo_pendente.gif') repeat-x top #FFF;
	font-family:        Arial, Helvetica, sans-serif;
	text-align:         center;
}
