/***************************************************************************************************************************************************************************
OBJETOS HTML
***************************************************************************************************************************************************************************/

table{
	line-height: 20px;
	border-spacing: 1px;
}

/*************************************************************************************************************************************************************************/		

td{
	padding: 0px 5px 0px 5px;
	font-size: 9px;
}

/*************************************************************************************************************************************************************************/

/***************************************************************************************************************************************************************************
CLASSES
***************************************************************************************************************************************************************************/
.cl_msgTrat
{
	font-size: 12px;
	font-weight: bold;
	color:#3A5367;
}

.cl_label
{
	font-size: 10px;
	font-weight: bold;
}

.cl_alinhaEsquerda{
	text-align:left;
}
/**************************************************************************************************************************************************************************/

.cl_divNav
{
	width: 100%;
	height: 18px;
	padding-top: 5px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	background-color: #002663;
	/*	background-image: url("../imagem/bg_rodape.gif"); */
	background: #002663 url("../imagem/bg_rodape.gif") bottom center repeat-x;
	cursor:auto;
}

/**************************************************************************************************************************************************************************/

.cl_titulo{
	width: 400px;
	background-image: url("../imagem/bg_rodape.gif");
	color: white;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
}

/**************************************************************************************************************************************************************************/

.cl_pontoAmarelo{
	width: 5px;
	height: 5px;
	background-color: yellow;
	float: left;
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 10px;
	overflow: hidden;
}

/**************************************************************************************************************************************************************************/

.cl_tituloTabela{
	color: #FFF;
	background-color: #002663;
/*	background-image: url("../imagem/bg_rodape.gif"); */
	background: #002663 url("../imagem/bg_rodape.gif") bottom center repeat-x;
}

/**************************************************************************************************************************************************************************/

.cl_linhaEscura{
	background-color: #E0EAF3;
}

/**************************************************************************************************************************************************************************/

.cl_linhaClara{
	background-color: #EFF4F8;
}

/**************************************************************************************************************************************************************************/

.cl_linhaMarcada{
	background-color: #A6C1D4;
}

/**************************************************************************************************************************************************************************/

.cl_campo1{
	width: 200px;
}

/**************************************************************************************************************************************************************************/

.cl_campo2{
	width: 250px;
}

/**************************************************************************************************************************************************************************/
		
.cl_campo3{
	width: 150px;
}

/**************************************************************************************************************************************************************************/
.cl_text1{
	font-weight: bold;
}

/**************************************************************************************************************************************************************************/
.cl_fdslabel{
	width: 120px;
	text-align:right;
	border:0;

}
/**************************************************************************************************************************************************************************/
.cl_fdslabel2{
	width: 160px;
	text-align:right;
	border:0;

}
/**************************************************************************************************************************************************************************/
.cl_fdsForm{
	width: 150px;
	text-align:left;
	border:0;
		
}
/**************************************************************************************************************************************************************************/
.cl_fdsForm2{
	width: 270px;
	text-align:left;
	border:0;
		
}

/**************************************************************************************************************************************************************************/

.cl_fdsParte1{
	width: 400px;
	text-align:right;
	padding-left:50px;
	border:0;
		
}

/**************************************************************************************************************************************************************************/
.cl_fdsParte2{
	width: 400px;
	padding-left:50px;
	border:0;			
}

/**************************************************************************************************************************************************************************/
.cl_label{
	font-size: 11px;
	font-weight: bold;
}

/**************************************************************************************************************************************************************************/

.cl_link{
	text-decoration: none;
	color: #5C81A4;
	font-size: 12px;	
	cursor: pointer;
}

/**************************************************************************************************************************************************************************/

.cl_linkNav{
	text-decoration: none;
	color: #5C81A4;
	font-size: 11px;	
	cursor: pointer;
}

/**************************************************************************************************************************************************************************/
.cl_link:hover{
	font-weight:bold;
}
/**************************************************************************************************************************************************************************/
.cl_linkNav:hover{
	font-weight:bold;
}

/**************************************************************************************************************************************************************************/

.cl_centraliza{
	text-align: center;
}
/**************************************************************************************************************************************************************************/

.cl_tblRef{
	overflow-y: auto;
	height:120px;
	position: absolute;
	top: 150px;
	left: 20px;
	width: 400px;
}
/***************************************************************************************************************************************************************************/

.cl_divTituloLinks{
	background-image: url("../imagem/bg_rodape.gif");
	color: white;
	font-weight: bold;
	text-align: center;
}
/**************************************************************************************************************************************************************************/

.cl_absoluto{
	position: absolute;
}
/**************************************************************************************************************************************************************************/

.cl_alinhaEsq{
	text-align:left;
}

/**************************************************************************************************************************************************************************/
.cl_cursor{
	cursor: pointer;
}
/**************************************************************************************************************************************************************************/
						/*Tamanhos para TR (tabela)
/**************************************************************************************************************************************************************************/
.cl_w310{
		width: 310px;
	}

	.cl_w200{
		width: 200px;
	}

	.cl_w250{
		width: 250px;
	}

	.cl_w280{
		width: 280px;
	}

	.cl_w100{
		width: 100px;
	}

	.cl_w75{
		width: 75px;
	}

	.cl_w50{
		width: 50px;
	}

	.cl_25{
		width: 25px;
	}

	.cl_10{
		width: 10px;
	}

	.cl_divSubTituloLinks{
	background-color: #E0EAF3;
	color: #00467A;
	font-weight: bold;
	text-align: center;
	line-height:18px;
}
/**************************************************************************************************************************************************************************/
								/*Fontes
/**************************************************************************************************************************************************************************/
	.cl_italico{
		font-style: italic;
	}

	.cl_titTabela{
		font-weight: bold;
		font-size: 12px;
	}

	.cl_negrito{
		font-weight: bold;
	}
/***************************************************************************************************************************************************************************
ID's
***************************************************************************************************************************************************************************/
#divCentro{
	position: relative;
}

/***************************************************************************************************************************************************************************/
#imgCancelar{
	cursor: pointer;
}

/***************************************************************************************************************************************************************************/
