.caixa_titulo {
  BACKGROUND: url(http://www.uniplac.net/canal_direto/imagem_css_degrade.php) repeat;
  height:20px;
}

.fundo_cabecalho {
	BACKGROUND: url(http://www.uniplac.net/canal_direto/imagem_fundo.php) no-repeat center center;
	height:100px;
}

.cabecalho_principal{
	height:120px;
	border: 1px solid #B3CEA3;
	position:static;
}

.titulo_cabecalho{
	height:100px;
	position: relative;
	left: -110px;
	top: 20px;
	right: 0px;
	bottom: 20px;
	text-align: center;
}

.borda {
	border: 1px solid #B3CEA3;
}

font.texto_titulo
{
    color: #000000;
    font-size: 10pt;
    font-weight: bold;	
    margin-left: 5px;	
    font-family: Arial, Helvetica, sans-serif;
}

font.texto_normal
{
    color: #000000;
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
}

font.texto_destaque
{
    color: #000000;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
}

font.texto_alerta
{
    color: #FF0000;
    font-size: 8pt;	
    font-family: Arial, Helvetica, sans-serif;
}

a.link_alerta
{
    color: #FF0000;
    font-size: 9pt;
    font-weight: bold;	
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
    a.link_alerta:hover
    {
        color: #000080;
        text-decoration: underline;
    }

a.link_destaque{
	color: #000000;
	font-size: 8pt;
	font-weight: bold;	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a.link_destaque:hover{
	color: #000080;
	text-decoration: underline;
}

a.link_destaque_grande{
	color: #000000;
	font-size: 8pt;
	font-weight: bold;	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a.link_destaque_grande:hover{
	color: #000080;
	text-decoration: underline;
}
	
a.link_normal{
	color: #000000;
	font-size: 8pt;	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a.link_normal:hover{
	color: #000080;
	text-decoration: underline;
}

.div_mensagem_avaliacao{
	display:block;
	width:504px;
	height:500px;
	top:40%;
	left:20%;
	padding:5px;
	position:absolute;
	border:none; /* 1px groove #000000;*/
	/*overflow: auto;*/
}

.div_fundo_texto_avaliacao{
	display:block;
	width:470px;
	height:350px;
	padding:5px;
	top:0px;
	left:0px;
	position:absolute;
	border: 1px solid #3300FF;
	background-image: url(imagens_sistema/pixel_branco.png);
	background-repeat: repeat;
	overflow: auto;
}

.link_fechar_div_avaliacao{
	cursor:pointer;
	cursor:hand;
}