#divIntegrantes li{
	list-style-type: none;
}

textarea{
	width: 600px;
	height: 150px;
}

/* Classes */

.cl_txtNota{
	width: 30px;
}

.cl_notaIntegrante{
	position: absolute;
	right: 25px;
}

.cl_linhaBorda{
	position: absolute;
	right: -17px;
	top: -14px;
}

.cl_linhaBordaInvertida{
	position: relative;
	right: -41px;
	top: -14px;
}

.cl_none{
	display: none;
}

.cl_inline{
	display: inline;
}
.cl_btNav{
	top:4px;
}

.cl_tdTamComent{
	width: 50%;
}

.cl_tdReenvio{
	width: 50%;
}

.cl_instrucaoCaixaInfo{
	background-color: white;
	padding: 1px;
	border-width: 2px;
	border-color: #E0EAF3;
	border-style: solid;
	width: 99.8%;
	margin: auto;
	margin-top: 2px;
}

.cl_instrucaoInfo{
	background-color: #EFF4F8;
	font-size: 9px;
	color: #5C81A4;
}

/* ID's */

#divIntegrantes, #divForm{
	line-height: 25px;
	margin: auto;
}

#divForm{
	height: 503px;
}

#imgEnviar{
	bottom: 7px;
	right: 15px;
	cursor: pointer;
}

#imgReenviar{
	top: 8px;
	left: 260px;
	cursor: pointer;
}

#imgEnviarNotas{
	cursor: pointer;
}

#imgNotaGrupo{
	position: relative;
	top: 3px;
	left: 2px;
	cursor: pointer;
}

#tdCampoNota{
	width: 5%;
}

#tblComentProfessor{
	border-collapse: collapse;
}

#tblComentProfessor tbody td{
	border-width: 0px 2px 2px 2px;
	border-style:solid;
	border-color:white;
}

#divTranspNotas{
	position:absolute;
	width: 654px;
	height: 36px;
	margin-top: -5px;
	left: 2px;
	background-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	/* for IE */
	filter:alpha(opacity=30);
	/* CSS3 standard */
	opacity:0.4;
}

#divInfoNotas{
	position:absolute;			
	top: -1px;
	left: 80px;
	width:450px;
	font-weight: bold;
	z-index:2;
}

#divTranspReenvio{
	position:absolute;
	width: 324px;
	height: 39px;
	margin-top: -7px;
	right: 2px;
	background-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	/* for IE */
	filter:alpha(opacity=30);
	/* CSS3 standard */
	opacity:0.4;
}

#divInfoReenvio{
	position:absolute;			
	top: -1px;
	left: 40px;
	width:230px;
	font-weight: bold;
	z-index:2;
}