html, body {
	margin: 0px;
	height: 100%;
	font-family: Tahoma, Geneva, arial, sans-serif;
	font-size: 14px;
	color: #1a1a1a;
	background-color: #ffffff;
}
#container {
	margin:0px auto 0px auto;
	width: 978px;
	/** código necessário para regular a altura do footer, assim como também é importante o height= 100% no body**/
	/*min-height: 100%;
	height: 100%;*/
	height: auto;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	border:1px solid #000000;
	background-image:url(../images/items/bg.jpg);
	background-repeat:repeat-y;
}
.contentpaneopen {
	width:100%;
}
#header {
	width:978px;
	height:390px;
	margin:0px 0px 0px 0px;
	padding:0px;
	overflow:hidden;
}
#esquerda {
	width:212px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
}
.moduletable-pathway {
	width:732px;
	height:30px;
	margin:0px 0px 0px 0px!important;
	padding:0px;
}
#conteudos {
	width:732px;
	height:auto;
	margin:0px 0px 0px 0px!important;
	padding:0px;
	float:left;
	text-align:justify;
}
#footer {
	width: 978px;
	height:70px;
	margin:10px auto 0px auto;
	padding:20px 0px 0px 0px;
	border-top:13px solid #000000;
	color:#1a1a1a;
	font-size:14px;
	overflow:hidden;
}
.moduletable-newsletter {
	background-color:#000000;
	width:220px;
	height:71px;
	overflow:hidden;
	margin:0px 0px 28px 0px;
	padding:10px 0px 10px 40px;
	color:#e44044;
	border-bottom:4px solid #e44044;
	border-right:4px solid #e44044;
	font-size:12px;
	float:left;
}
.button {
	border:none;
	background-color:#e44044;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	float:right;
	margin:0px 20px 0px 0px;
	padding:1px;
	cursor:pointer;
}
.textfield {
	width:195px;
	height:15px;
	margin:8px 0px 8px 0px;
	font-size:11px;
}
.uniForm fieldset {
border:1px solid #000000;
padding:10px;
}
.submitHolder input {
	border:none;
	background-color:#e44044;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	margin:0px 20px 0px 0px;
	padding:2px;
	cursor:pointer;
}
.ctrlHolder {
	width:auto;
	height:auto;
	margin:8px 0px 8px 0px;
}
.ctrlHolder .textInput {
	width:195px;
	height:15px;
	margin:0px 0px 0px 0px;
	font-size:11px;
}

.moduletable-organizacao {
	width:460px;
	height:auto;
	margin:28px 0 28px 214px;
	font-size:11px;
}
.moduletable-organizacao h3 {
	color:#000000;
	font-size:17px;
	font-weight:bold;
	margin:0px 0px 8px 0px;
	padding:5px 0px 0px 35px;
	height:25px;
	background-image: url(../images/items/dest-bg.jpg);
	background-repeat:no-repeat;
}
.moduletable-noticias {
	width:260px;
	height:auto;
	margin:10px 0px 28px 100px;
	font-size:11px;
	float:left;
}
.moduletable-noticias h3 {
	color:#000000;
	font-size:17px;
	font-weight:bold;
	margin:0px 0px 8px 0px;
	padding:5px 0px 0px 35px;
	height:25px;
	background-image: url(../images/items/dest-bg.jpg);
	background-repeat:no-repeat;
}
.moduletable-novidades {
	width:260px;
	height:auto;
	margin:10px 0px 28px 70px;
	font-size:11px;
	float:left;
}
.moduletable-novidades h3 {
	color:#000000;
	font-size:17px;
	font-weight:bold;
	margin:0px 0px 8px 0px;
	padding:5px 0px 0px 35px;
	height:25px;
	background-image: url(../images/items/dest-bg.jpg);
	background-repeat:no-repeat;
}

.componentheading {
	font-size: 17px;
	font-weight: bold;
	color: #91A33A;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #1a1a1a;
	padding: 0px;
	margin:0px 0px 12px 0px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #1a1a1a;
	list-style-type: none;
	padding: 0px;
	margin:2px 0px 8px 0px;
}
h3 {
	color: #1a1a1a;
	margin:0px 0px 8px 0px;
	padding:0px;
	font-size: 11px;
	font-weight:bold;
}
p {
	margin:0px 0px 12px 0px;
	padding:0px;
	line-height:18px;
}
hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2B2B2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
a:link, a:active {
	font-weight: normal;
	color: #E44044;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #EF8B92;
	text-decoration: none;
}
a:hover {
	color: #e44044;
	text-decoration:underline;
}
ul {
	margin: 0px 0px 25px 15px;
	padding: 0px;
}
li {
	list-style-image:none;
	list-style-type: disc;
	line-height:auto;
	margin:0px 0px 8px 0px;
}
#conteudos li ul {
	margin: 8px 0px 0px 15px;
	padding: 0px;
}
.buttonheading {
	display:none;
}


/*Bot Menu*/
.moduletable-bot {
	margin:0px 0px 0px 40px;}
ul.menu-bot {
	width:auto;
	height:20px;
	color:#1a1a1a;
	margin:0px 0px 0px 0px;
	padding:0px;
}
.menu-bot li {
	float:left;
	margin:0px;
	padding:0px 3px 0px 3px;
	list-style:none;
	line-height: normal;
	width:auto;
	height:20px;
	text-align:left;
}

.menu-bot li a:link {
	font-weight: normal;
	color: #E44044;
	text-decoration: none;
}
.menu-bot li a:visited {
	font-weight: normal;
	color: #E44044;
	text-decoration: none;
}
.menu-bot li a:hover {
	color: #EF8B92;
	text-decoration:none;
}


/*Top Menu*/
.moduletable-top { }
ul.menu-top {
	width:732px;
	height:79px;
	color:#ffffff;
	margin:0px 0px 12px 0px;
	padding:0px;
	font-size:14px;
	background-color:#000;
}
.menu-top li {
	float:left;
	margin:0px;
	padding:29px 31px 0px 15px;
	list-style:none;
	line-height: normal;
	width:auto;
	height:50px;
	text-align:left;
	background-image:url(../images/items/submenu.gif);
	background-repeat:no-repeat;
	background-position: right 30px;
}

.menu-top li a:link {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.menu-top li a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.menu-top li a:hover {
	color: #ffffff;
	text-decoration:none;
}

/*
Referencia MB
*/

.referenciamb table {
	width:200px;
	 
}
.referenciamb table td {
	 padding:3px 4px;
	background-color:#E0DFE3;
}

.referenciamb table .legenda {
	width:100px;
	font-weight:bold;
	
}
.referenciamb table .valor {
	text-align:right;
}

/*Inscricoes*/
.uniForm .ctrlHolder{
	margin-top:10px;
	
}

.input_error {
	color:#E44044;
	font-weight:bold;
	margin-left:5px;
}
ol li {
	list-style:decimal;
}

.legal_notice {
	font-size:10px;
	color:#AAAAAA;
}
