
/* Chamados */
	
#chamados_abertos
{
	color: black;
	text-decoration: none;
}

#chamados_abertos a
{
	color: black;
	text-decoration: none;
}

#chamados_abertos a:hover
{
	color: black;
	text-decoration: underline; 
}

#chamados_fechados
{
	color: green;
}

#chamados_fechados a
{
	color: green;
	text-decoration: none;
}

#chamados_fechados a:hover
{
	color: green;
	text-decoration: underline;
}

#chamados_fora_prazo
{
	color: red;
	text-decoration: blink;
}

#chamados_fora_prazo a
{
	color: red;
	text-decoration: blink;
}

#chamados_fora_prazo a:hover
{
	color: red;
	text-decoration: underline;
}

#data_hoje
{
	color: blue;
}

.linha_menu
{
	background-color: #66ccff;	
}
		

.linha_escura
{
	background-color: #99ccff;	
}

.linha_clara
{
	background-color: #ccffff;	
}

.linha_laranja
{
	background-color: orange;	
}

.linha_verde
{
	background-color: green;	
}

.linha_verde_clara
{
	background-color: #98fb98;	
}

.linha_cinza
{
	background-color: #cccccc;	
}

.linha_branca
{
	background-color: #ffffff;	
}

.linha_vermelha
{
	background-color: red;	
        color: white;
}

.linha_monitor_chamado_menu
{
	background-color: #66ccff;	
        font-size: 25px;
}

.linha_monitor_chamado_escura
{
	background-color: #99ccff;
        font-size: 25px;
}

.linha_monitor_chamado_clara
{
	background-color: #ccffff;	
        font-size: 25px;
}

.linha_monitor_chamado_laranja
{
	background-color: orange;	
        color: white;
        font-size: 25px;
}

.linha_monitor_chamado_vermelha
{
	background-color: red;	
        color: white;
        font-size: 25px;
}

.linha_monitor_chamado_verde
{
	background-color: green;	
        color: white;
        font-size: 25px;
}

.titulo_monitor_chamado
{
        font-size: 25px;
        font-weight: bold;
        color: red;
}

#texto_vermelho
{
	color: red;
}

#texto_vermelho a
{
	color: red;
	text-decoration: underline;
}

#texto_vermelho a:hover
{
	color: red;
	text-decoration: underline;
}

#texto_amarelo
{
	color: yellow;
}

#texto_amarelo a
{
	color: yellow;
	text-decoration: underline;
}

#texto_amarelo a:hover
{
	color: yellow;
	text-decoration: underline;
}

#texto_azul
{
	color: blue;
}

#texto_azul a
{
	color: blue;
	text-decoration: underline;
}

#texto_azul a:hover
{
	color: blue;
	text-decoration: underline;
}


.alerta
{
	color: red;
}

#financeiro_fora_prazo
{
	color: red;
	text-decoration: blink;
}

#financeiro_fora_prazo a
{
	color: red;
	text-decoration: blink;
}

#financeiro_fora_prazo a:hover
{
	color: red;
	text-decoration: underline;
}

#financeiro_noprazo
{
	color: black;
	text-decoration: none;
}

#financeiro_noprazo a
{
	color: black;
	text-decoration: none;
}

#financeiro_noprazo a:hover
{
	color: black;
	text-decoration: underline; 
}

#financeiro_vencendo
{
	color: blue;
	text-decoration: none;
}

#financeiro_vencendo a
{
	color: blue;
	text-decoration: none;
}

#financeiro_vencendo a:hover
{
	color: blue;
	text-decoration: underline; 
}

.aguarde{
	position: absolute;
	left: 0px;
	top:0px;
	margin:0px;
	width: 100%;
	height: 100%;
	display:block;
	z-index: 9999997;
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity = 65);
	background: black;
	background-image: url("../imagens/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position:50% 50%;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	color: white;
	padding-top: 25%;
}

.email{
	border: 1px solid black;
	padding: 10px;
	align: center;
}

.center{
	align: center;
}