/***************************************************************************************************************************************************************************
OBJETOS HTML
***************************************************************************************************************************************************************************/

body{
	color: #3A5367;
	font-family: verdana;
	font-size: 11px;
	line-height: 20px;
	overflow: auto;
	margin: 0px;
}

/***************************************************************************************************************************************************************************/

textarea{
	width: 375px;
	height: 178px;
	overflow-y: scroll;
}

/***************************************************************************************************************************************************************************/
img{
	border: 0px;
}

/***************************************************************************************************************************************************************************
CLASSES
***************************************************************************************************************************************************************************/

.cl_bordaLight{
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #DDFFFF;	
}

/***************************************************************************************************************************************************************************/

.cl_instrucaoCaixa{
	background-color: white;
	padding: 2px;
	border-width: 2px;
	border-color: #E0EAF3;
	border-style: solid;
	margin-left: 15px;
	width: 80%;
}

/***************************************************************************************************************************************************************************/

.cl_instrucao, .cl_informacao{
	background-color: #EFF4F8;
	padding: 3px;
	font-size: 9px;
	color: #5C81A4;
}

/***************************************************************************************************************************************************************************/

.cl_informacao h4{
	font-size: 14px;
}


/***************************************************************************************************************************************************************************
ID's
***************************************************************************************************************************************************************************/

#divTopo{
	height: 50px;
	background-image: url("../imagem/bg_topo.gif");
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #DDFFFF;
	text-align: right;
	padding-right: 15px; 
	padding-left: 15px;
}

/***************************************************************************************************************************************************************************/

#imgLogo{
	 float: left;
}

/***************************************************************************************************************************************************************************/

#divBarraTopo{
	height: 20px;
	background-image: url("../imagem/bg_barra_topo.gif");
	border-width: 1px;
	border-style: solid;
	border-color: #CCD3DB;
	text-align: right;
}

/***************************************************************************************************************************************************************************/

#divConteudo{
	width: 100%;
	margin: auto;
}

/***************************************************************************************************************************************************************************/

#divConteudoBorda{
	border-width: 1px;
	border-style: solid;
	border-color: #CCD3DB;
	margin: auto;
}

/***************************************************************************************************************************************************************************/

#divCaixaAzulCR{
	background-image: url("../imagem/bg_rodape.gif");
	text-align: center;
	height: 20px;
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #DDFFFF;
}

/***************************************************************************************************************************************************************************/

#divCopyRight{
	font-size: 9px;
	text-align: center;
	height: 20px;
	width: 500px;
	line-height: 20px;
	background-image: url("../imagem/bg_rodape_cp.gif");
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-style: solid;
	border-color: #DDFFFF;
	margin: auto;
}

/***************************************************************************************************************************************************************************/

#spnData{
	font-size: 9px;
	padding: 15px;
	line-height: 20px;
}

/***************************************************************************************************************************************************************************/

#divEscopoPagina{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCD3DB;
	margin: 0px 15px 15px 15px;
	width: 80%;
	padding-top: 29px;
}

/***************************************************************************************************************************************************************************/

#divCaixaFoto{
	width: 115px;
	height: 105px;
	text-align: center;
	background-image: url("../imagem/bg_area_foto.gif");
}

/***************************************************************************************************************************************************************************/

#divCaixaFotoBorda{
	padding: 3px;
	position: absolute;
	right: 10px;
	margin-right: 15px;
	margin-top: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCD3DB;
}

/***************************************************************************************************************************************************************************/

#divFotoBorda{
	border-width: 1px;
	border-style: solid;
	border-color: #CCD3DB;
	padding: 3px;
	background-color: white;
	text-align: center;
	width: 40px;
	height: 40px;
	margin: auto;
}

/***************************************************************************************************************************************************************************/

#imgFotoUsuario{
	margin: auto;
}

/***************************************************************************************************************************************************************************/

#divRedirecionar{
	display: none;
}