/*começo css tooltips*/

*   {margin:0; padding:0}
	#text {margin:50px auto; width:500px}
	#tt {position:absolute; display:block;}
	#tttop {display:block; height:5px; margin-left:5px; overflow:hidden}
	#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#627A8E; color:#FFF}
	#ttbot {display:block; height:5px; margin-left:5px; overflow:hidden}

/*fim css tooltips*/
/***************************************************************************************************************************************************************************
OBJETOS HTML
***************************************************************************************************************************************************************************/

table{
	line-height: 20px;
	border-spacing: 1px;
}

/*************************************************************************************************************************************************************************/		

td{
	padding: 0px 5px 0px 5px;
	font-size: 9px;
}

/*************************************************************************************************************************************************************************/

/***************************************************************************************************************************************************************************
CLASSES
***************************************************************************************************************************************************************************/
.cl_invalido{
	background-color: #FFEADF;
}
/***************************************************************************************************************************************************************************/
.cl_centralizado{
	text-align: center;
}
/***************************************************************************************************************************************************************************/
.cl_msgTrat
{
	font-size: 12px;
	font-weight: bold;
	color:#3A5367;
	text-align: center;
}

/***************************************************************************************************************************************************************************/
.cl_pointer{
	cursor:pointer;
}
/**************************************************************************************************************************************************************************/
.cl_w100{
	width: 100%;
}
/***************************************************************************************************************************************************************************/

.cl_divTitulo
{
	width: 638px;
	height: 18px;
	line-height:13px;
	padding-top: 5px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	background-color: #002663;
	/*	background-image: url("/plataforma/exe_teste/imagens/bg_rodape.gif"); */
	background: #002663 url("/plataforma/exe_teste/imagens/bg_rodape.gif") bottom center repeat-x;
	margin: auto;
}
/***************************************************************************************************************************************************************************/

.cl_titulo{
	width: 400px;
	background-image: url("/plataforma/exe_teste/imagens/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;
}

/**************************************************************************************************************************************************************************/

.cl_tituloTabela{
	color: #FFF;
	background-color: #002663;
/*	background-image: url("/plataforma/exe_teste/imagens/bg_rodape.gif"); */
	background: #002663 url("/plataforma/exe_teste/imagens/bg_rodape.gif") bottom center repeat-x;
	line-height: 18px;
	font-size: 11px;
}
/**************************************************************************************************************************************************************************/
.cl_tituloTabelaSub{

	color: #FFF;
	background-color: #002663;
	/*	background-image: url("/plataforma/exe_teste/imagens/bg_rodape.gif"); */
	background: #002663 url("/plataforma/exe_teste/imagens/bg_rodape.gif") bottom center repeat-x;
	width: 300px;
	line-height: 18px;
	font-size: 10px;
}
/*************************************************************************************************************************************************************************/

.f{
	width: 100px;
}
/**************************************************************************************************************************************************************************/
.cl_linhaClara{
	background-color: #EFF4F8;
}
/**************************************************************************************************************************************************************************/

.cl_linhaEscura{
	background-color: #E0EAF3;
}

/**************************************************************************************************************************************************************************/

.cl_linhaMarcada{
	background-color: #A6C1D4;
	cursor: pointer;
}

/**************************************************************************************************************************************************************************/

.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_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_labelTrabBanco{
	width: 185px;
	text-align: right;
	padding-right: 15px;
	height:25px;
}

/**************************************************************************************************************************************************************************/

.cl_campoTrabBanco{
	width: 421px;
	padding-left: 15px;
	height: 25px;
}

/**************************************************************************************************************************************************************************/

.cl_absoluto{
	position: absolute;
}

/**************************************************************************************************************************************************************************/
.cl_comentarios {
	position: absolute;
	top: 5px;
	left: 18px;
	width: 610px;
	height: 150px;
	overflow-y: auto;
	text-align: left;
}
/**************************************************************************************************************************************************************************/
.cl_alinhaEsq{
	text-align: left;
}

/**************************************************************************************************************************************************************************/

.cl_formDir{
	position: absolute;
	top: 2px;
	left: 20px;
}

/**************************************************************************************************************************************************************************/

.cl_formEsq{
	font-size: 11px;
	position: absolute;
	top: 3px;
	right: 20px;
}

/***************************************************************************************************************************************************************************/
.cl_btNav{
	top: 2px;
	left:2px;
}
/**************************************************************************************************************************************************************************/
.cl_linkNav{
	font-size: 10px;
	font-weight: bold;
	color: #919191;
	cursor: pointer;
}
/***************************************************************************************************************************************************************************/
.cl_linkNav:hover{
	color: #FFAE44;
	text-decoration: none;
}
/**************************************************************************************************************************************************************************/
.cl_setaVoltar{
	font-size: 9px;
	font-weight: bold;
	color: #017CC2;		
}
/**************************************************************************************************************************************************************************/

.cl_top{
	margin-top: 2px;
}
/**************************************************************************************************************************************************************************/

.cl_negrito{
	font-weight: bold;
}
/**************************************************************************************************************************************************************************/

.cl_cursor{
	cursor: pointer;
}

/**************************************************************************************************************************************************************************/
										Div Dinâmica
/**************************************************************************************************************************************************************************/

.cl_dinamica{
	margin-top: 2px;
	min-height: 18px;
	width:100%;
}

/**************************************************************************************************************************************************************************/
.cl_cellDinam{
	min-height: 18px;
	width:100%;
}

/**************************************************************************************************************************************************************************/
.cl_cellLblDinam{
	margin-top:2px;
	width: 150px;
	min-height: 18px;
}

/**************************************************************************************************************************************************************************/

.cl_txtDinam{
	position: relative;
	margin-left: 150px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: white;
	width: 360px;
	min-height: 18px;
	padding: 2px 20px 5px 20px;
	text-align: absmiddle;
}
/**************************************************************************************************************************************************************************/
.cl_formDinEsq{
	position: absolute;
	right: 20px;
}
/**************************************************************************************************************************************************************************/
.cl_formDinDir{
	position: absolute;
	left: 20px;
}
/**************************************************************************************************************************************************************************/
.cl_titEscuro{
	color: #5C81A4;
}
/**************************************************************************************************************************************************************************/
.cl_itemMenu{
	font-size: 10px;
	font-family: verdana;
	text-align: left;
}
/***************************************************************************************************************************************************************************/
.cl_linhaOver{
	background-color: #A3C2D7;
	font-weight: bold;
}

/**************************************************************************************************************************************************************************/
.cl_subTitulo{
	color: #000033;
	font-weight: bold;
	background-image: url("../imagem/bg_rodape_cp.gif"); 
}
/***************************************************************************************************************************************************************************
ID's
***************************************************************************************************************************************************************************/
#imgCancelar{
	cursor: pointer;
}
/**************************************************************************************************************************************************************************/
#btManual{
	position: relative;
}
/**************************************************************************************************************************************************************************/
#imgManual{
	top:-17px;
	left: 654px;
	cursor: pointer;
}
/**************************************************************************************************************************************************************************/
#divNavPag{
	position: relative;
	top:-64px;
	left: -10px;
	width:600px;
	height:20px;
}
/***************************************************************************************************************************************************************************/
#divInfo{
	color: #017CC2;
	padding: 5px;
}

