/* ESTILOS UTILIZADOS NO PORTAL DE ADMINISTRAÇÃO
--------------------------------------------------*/
#panelLeft{
	float: right;
	width: 200px;
	position: relative;
	text-align: center;
	margin-top: 0.5em;
}

#panelMain {
	width: 530px;
	padding-top: 0.5em;
}

.texto {
	text-indent: 10px;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5%;
	margin-right: 5%;
	font-weight: 18;

}

.popUp {
	border: 1px solid #FFC30E;
	padding: 5px 5 5 5px;
	background-color: #FFFBB8;
	text-align: left;
	color: #9C7600;
	width: 200px;
	font-size: 11px;
	font-family: arial, sans-serif;
	position: absolute;
	left: 0;
	top: -15;
	visibility: hidden;
	overflow: visible;
	z-index: 100;
}


tr.linhaPar {
	background-color: #FEFEFE;
}

tr.linhaImpar {
	background-color: #EDF1F8;
}