/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(/imagens/bg_body.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #444444;
	background-position: 0px 0px;
}
h1{
	font-size: 32px;
	font-weight: lighter;
	color: #608127;
	letter-spacing: -1px;
	padding-top: 0px;
	padding-bottom: 32px;
}
ol{
	margin: 0 0 8px 36px;
}
h3{
	font-size: 22px;
	font-weight: lighter;
	color: #608127;
	letter-spacing: -1px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #DDD;
}
h4{
	font-size: 20px;
	font-weight: lighter;
	color: #608127;
	letter-spacing: -1px;
	padding-top: 8px;
	padding-bottom: 8px;
}

h4 a{
	font-size: 20px;
	font-weight: lighter;
	color: #608127;
	letter-spacing: -1px;
	padding-top: 8px;
	padding-bottom: 8px;
}

input{
	padding: 4px;
	margin-top: 6px;
	margin-bottom: 6px;
	border: 1px solid #dddddd;
	font-family: "Trebuchet MS";
	color: #666;
	font-size: 13px;
}
input.Texto:focus {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E3F2CE;
	padding: 3px;
	color: #333333;
}
input.Muda {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E3F2CE;
	padding: 3px;
	color: #333333;
}
table {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #444444;
}
pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
p {
	margin-bottom: 8px;
}
#TOPO {
	position: relative;
	background-image: url(/imagens/bg_topo2010.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 407px;
}
#TOPO #TOPO_CONTEUDO{
	position: relative;
	width: 976px;
	margin: 0px auto;
	background-color: #FF00FF;
}
#TOPO #TOPO_CONTEUDO #IDIOMAS {
	position:absolute;
	top:0px;
	right:0px;
	z-index:99;
}
#TOPO #TOPO_CONTEUDO #MENU {
	position:absolute;
	top: 30px;
	left: 240px;
}

#LOGO {
	position:absolute;
	top: 30px;
	left: 34px;
	width:100px;
	height:100px;
}

#CENTRO {
	position: relative;
	background-image: url(/imagens/bg_centro2010.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:100%;
	height: 300px;
}
#CENTRO #CENTRO_CONTEUDO {
	position: relative;
	width: 976px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#CENTRO #CENTRO_CONTEUDO #CHAMADA_BELEM {
	position: absolute;
	top:30px;
	left:80px;
}
#CENTRO #CENTRO_CONTEUDO #INSCRICOES_CHAMADA {
	position: absolute;
	width:260px; 
	height:160px;
	top:61px;
	left:698px;
	z-index:100;
}
#CENTRO #CENTRO_CONTEUDO #TEXTO {
	position: absolute;
	top: 116px;
	left: 332px;
	width: 350px;
}
#RODAPE{
	width: 976px;
	padding-bottom: 32px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 32px;
}
#RODAPE pre{
	text-align: center;
}
.Quebra{
	clear: both;
}

.padding {
	padding: 4px;
}
button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #608127;
	padding: 6px;
	border: 1px solid #608127;
	cursor: hand;
}
#msg, #msgAuxiliar, .msg_erro, .msg_sucesso, .msg_alerta {
	display: none;
	background-color: #F6F5F2;
	padding: 5px 5px 5px 60px;
	border: 1px solid #E1DDD4;
	background-image: url(/imagens/alert_msg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9px;
}
.msg_erro {
	background-image: url(/imagens/error_msg.gif);
}
.msg_sucesso {
	background-image: url(/imagens/sucess_msg.gif);
}
.msg_alerta {
	background-image: url(/imagens/alert_msg.gif);
}
#MENSAGEM {
	color: #FFFFFF;
	background-color: #990000;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
}
#MENSAGEM a{
	color:#FFFF00;
	text-decoration:none;
}
.ImgConvidado {
	float: left;
	margin-right: 16px;
	border: 4px solid #DDDDDD;
}
.LinhaPontilhada {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDDDDD;
}