/***************************************************************************************************************************************************************************
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;
}

/***************************************************************************************************************************************************************************/

a img{
	border-width: 0px;
}

/***************************************************************************************************************************************************************************/

a{
	text-decoration: none;
}

/***************************************************************************************************************************************************************************
CLASSES
***************************************************************************************************************************************************************************/
.cl_instrucaoCaixa{
	background-color: white;
	padding: 2px;
	border-width: 2px;
	border-color: #E0EAF3;
	border-style: solid;
	width: 631px;
	margin: auto;
}

/***************************************************************************************************************************************************************************/

.cl_instrucao, .cl_informacao{
	background-color: #EFF4F8;
	padding: 3px;
	font-size: 9px;
	color: #5C81A4;
}

/***************************************************************************************************************************************************************************/

.cl_informacao{
	text-align: center;
}

/***************************************************************************************************************************************************************************/

.cl_informacao h4{
	font-size: 14px;
}
/***************************************************************************************************************************************************************************/
.cl_label
{
	font-size: 10px;
	font-weight: bold;
}
/***************************************************************************************************************************************************************************/
.cl_label2
{
	font-size: 10px;
	font-weight: bold;
	line-height: 25px;
}
/***************************************************************************************************************************************************************************/
.cl_div
{
	font-size: 10px;
}

/**************************************************************************************************************************************************************************/
.cl_aVoltar{
	font-size: 10px;
	font-weight: bold;
	position: relative;
	top: -10px;
	color: #919191;
	cursor: pointer;
}

/***************************************************************************************************************************************************************************/
.cl_aVoltar:hover{
	color: #FFAE44;
	text-decoration: none;
}

/**************************************************************************************************************************************************************************/
.cl_titPadrao{
	color: #017CC2;
	font-weight: bold;
}

/***************************************************************************************************************************************************************************
ID's
***************************************************************************************************************************************************************************/

#divConteudo .cl_imagemBorda{
	position: absolute;
}
/**************************************************************************************************************************************************************************/

#divCentro{
	width: 700px;
	margin: auto;
}
/**************************************************************************************************************************************************************************/

#divConteudo{
	border-color: #4DA3D4;
	border-width: 1px;
	border-style: solid;
	position: relative;
	padding: 15px;
}

/**************************************************************************************************************************************************************************/

#imgBorda_11{
	top: -1px;
	left: -1px;
}

/**************************************************************************************************************************************************************************/

#imgBorda_12{
	right: -1px;
	top: -1px;
}

/**************************************************************************************************************************************************************************/

#imgBorda_21{
	bottom: -1px;
	left: -1px;
}

/**************************************************************************************************************************************************************************/

#imgBorda_22{
	bottom: -1px;
	right: -1px;
}

/**************************************************************************************************************************************************************************/

#divLinhaClara{
	background-color: #E4F3FA;
	height: 1px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width:93%;
}

/**************************************************************************************************************************************************************************/

#divLinhaEscura{
	background-color: #D2E3EA;
	height: 1px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width:93%;
}


/**************************************************************************************************************************************************************************/

#spnTituloSistema{
	color: #017CC2;
	font-weight: bold;
	font-size: 13px;
	position: absolute;
	top: 25px;
	left: -85px;
	width: 200px;
	z-index: 20;
}

/**************************************************************************************************************************************************************************/

#divCaixaTopo{
	text-align: right;
}

/**************************************************************************************************************************************************************************/
#imgIconeSistema{
	position: absolute;
	top: 25px;
	left: 6px;
	z-index: 20;
}
/***************************************************************************************************************************************************************************/
#divBarra{
	position:relative;
	top:-60px;
	float: left;
	margin: 0 auto;
	padding: 1px;
}

/***************************************************************************************************************************************************************************/
#imgBarra{
	position:absolute;
	background-repeat: repeat-x;
	top:-5px;
	left:5px; 
	width:400px;
	height:50px;
}
/***************************************************************************************************************************************************************************/
#imgLogo{
	z-index: 20px;
	margin-right:-6px;
}
/***************************************************************************************************************************************************************************/

#divTituloChat{
	position: relative;
	top: -32px;
	left: -8px;
	width: 600px;
	height: 30px;
	margin: 0 auto;
}

/***************************************************************************************************************************************************************************/
.cl_spnEstiloTit{
	position: absolute;
	top: 12px;
	font-size:12px;
	font-weight: bold;
	color: #017CC2;
}
/**************************************************************************************************************************************************************************/

#aVoltar{
	font-size: 10px;
	font-weight: bold;
	position: relative;
	top: -10px;
	color: #919191;
	cursor: pointer;
}
/***************************************************************************************************************************************************************************/
#aVoltar:hover{
	color: #FFAE44;
}

/**************************************************************************************************************************************************************************/

#imgVoltar{
	vertical-align: middle;
}
/***************************************************************************************************************************************************************************/
#divCopyRight{
	font-size: 8px;
	text-align: center;
	position: relative;
	top: -5px;
	color: #666;
}
/***************************************************************************************************************************************************************************/
#divLinhaTopoFora{
	margin: auto;
	height: 2px;
	border-width: 1px;
	border-color: white;
	border-bottom-color: #017CC2;
	border-top-color: #1A92D1;
	border-style: solid;
	margin-bottom: 3px;
	width: 690px;
}
/***************************************************************************************************************************************************************************/
#divLinhaTopoDentro{
	height: 0px;
	border-width: 1px;
	border-color: white;
	border-bottom-color: #017CC2;
	border-top-color: #0083CB;
	border-style: solid;
	position: relative;
}
/***************************************************************************************************************************************************************************/
#imgPontaLinhaTopoEsq{
	position: absolute;
	top: -2px;
	left: -4px;
}
/***************************************************************************************************************************************************************************/
#imgPontaLinhaTopoDir{
	position: absolute;
	top: -2px;
	right: -4px;
}
/***************************************************************************************************************************************************************************/

#divRedirecionar{
	display: none;
}
/***************************************************************************************************************************************************************************/

#resultado{
	display: none;
}
/***************************************************************************************************************************************************************************/

#imgReenviar{
	cursor: pointer;
}
/***************************************************************************************************************************************************************************/
