body, html  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height:100%;
    background-color: #DFDFCB;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6B6B6B;
	/* font-family: Georgia, Palatino, "Times New Roman", Times, serif; */
	font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 1.5;
}
table, tbody, tr, td {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}
a {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #828957;
}

.lerMais {}
.lerMais a{
	color:#0076A3;
	font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
	font-size:10px;
}
.lerMais a:hover {
	color: #9E7E3C;
}
.container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	width: 100%;
	min-height:100%;
	z-index:0;
}
/* Header start here */
.header_full{
	/* background-color:#AF1C22; */
}
.header_container {
	/* background-image: url('../images/header.jpg'); */
	background-color: #AF1D22;
	width:986px;
	margin:auto;
	height:130px;
	z-index:0;
}
.header_left {
	/* background-color:#D2691E; */
	position:relative;
	width:210px;
	/* height:50px; */
	vertical-align:middle;
	left:0px;
	float:left;
	z-index:1;
}

.header_left p, .header_right p {
	margin: 0px;
	padding: 0px;
}
.header_right {
	position:relative;
	width:776px;
	/* height:50px; */
	vertical-align:middle;
	float:right;
	right:0px;
	z-index:1;
}
/* Menu start here */
.menu_container {
	background: url('../images/customShadow.jpg') left top repeat-x;
	text-align:right;
	/* background-color:red; */
	height:50px;
	width:986px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	z-index:0;
	overflow:hidden;
}
.menu {
	position:relative;
	/* background-color:#B1B1B1; */
	font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	color: #000000;
	width:942px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 7px;
}

.menu a {
	text-decoration:none;
	text-transform: uppercase;
	color:#000000;
}
.menu a:hover {
	color: #828957;
}
.menu #active_menu {
	color:#828957;
}
/* container depois do menu que engloba o painel destaques e direito */
.inner_container_top {
	/* background-color:#9ACD32; */
	width:942px;
	margin-left:auto;
	margin-right:auto;
	top:150px;
	padding-bottom: 102px;
	z-index:0;
	overflow: hidden;
}
.destaques {
	/* background-color:yellow; */
	position:relative;
	float:left;
	width:524px;
	min-height:184px;
	margin-left:118px;
	z-index:1;
}
.right {
	/* background-color:grey; */
	width:264px;
	min-height:184px;
	position:relative;
	float:right;
	text-align:left;
	color: #464749;
	z-index:1;
}
/* container que engloa os banners esquerdo, centro e direito */
.inner_container_bottom {
	/* background-color:#FF8C00; */
	width:942px;
	margin-left:auto;
	margin-right:auto;
	top:150px;
	padding:22px;
	padding-bottom: 102px;
	z-index:0;
	overflow: hidden;
}
.bottom_left {
	/* background-color:cyan; */
	background: url('../images/bannerBorderTop.png') left top repeat-x;
	width:244px;
	margin-left:118px;
	max-height:133px;
	position:relative;
	float:left;
	z-index:1;
}
.bottom_left_inner {
	position:relative;
	width:244px;
	min-height:133px;
	float:left;
	background: url('../images/bannerLeftImage.png') left bottom no-repeat;
	border-bottom: 1px solid #D7D7D7;
	z-index:0;
}

.bottom_center {
	/* background-color:#9932CC; */
	background: url('../images/bannerBorderTop.png') left top repeat-x;
	width:244px;
	max-height:133px;
	margin-left:36px;
	margin-right:36px;
	position:relative;
	float:left;
	z-index:1;
}
.bottom_center_inner {
	position:relative;
	background: url('../images/bannerCenterImage.png') left bottom no-repeat;
	width:244px;
	min-height: 133px;
	max-height:133px;
	float:left;
	border-bottom: 1px solid #D7D7D7;
	vertical-align:bottom;
	z-index:0;
}


.bottom_right {
	background: #EDECE6 url('../images/bannerBorderTop.png') left top repeat-x;
	width:264px;
	min-height:133px;
	position:relative;
	float:right;
	z-index:1;
}
.bottom_right_inner {
	background-color: ;
	position:relative;
	width:264px;
	min-height:133px;
	float:right;
	border-bottom: 1px solid #D7D7D7;
	z-index:2;
}
/* footer start here */
.footer_container {
	/* background-color:#D1D1D1; */
	padding: 22px 0px 22px 0px;
	position:absolute;
	bottom:0;
	height:60px;   /* Height of the footer */
	text-align:center;
	width: 100%;
}
.footer {
	width:986px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	/* background-color:yellow; */
	font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
	font-size:11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	bottom:0px;
	color: #000000;
}
.footer #active_menu_rodape {
	color: #828957;
}
.footer a {
	color: #000000;
}
.footer a:hover {
	color: #828957;
	text-decoration: underline;
}
/* Estilos do container destaques come�a aqui ===================================================================== */
.contentheading_frontpage, .contentheading_programa, .contentheading_conferencistas, .contentheading {
	font-size: 24px;
	color: #828957;
}

.contentheading_programa, .contentheading_conferencistas, .contentheading {
	text-transform: uppercase;
}

div#ident {
	padding-left: 75px;
}

/* Estilos da p�gian PROGRAMA */
/* START */
div#ident p {
	margin-bottom: 0px;
}
div#ident ul {
	margin: 0px;
	padding-left: 10px;
	color: #000000;
}

div#ident ul li {
	list-style: none;
}

a[title^="Programa"] {
	color: #828957;
}
a[title^="Programa"]:hover {
	color: #000000;
}


.intro {
	font-family: Verdana;
	font-size: 14px;
	color: #5E5E5E;
	font-weight: bold;
}
.hora {
	color: #828957;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}
.primeira_linha {
	color: #919191;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
}
.texto {
	color: #000000;
	font-weight: normal;
	font-family: Verdana;
}
.italic {
	color: #919191;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}

/* END Estilos p�gina PROGRAMA */

/* Estilos P�gina Participantes */
/* START */

.nome {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;	
	font-weight: normal;
}
a.nome:hover {
	color: #000000;
}
.instituicao {
	font-family: Verdana;
	font-size: 12px;
	color: #828957;	
	font-weight: normal;
}
.ancora {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;	
	font-weight: normal;
}
a.ancora {
	/* display: none; */
}
a.ancora:hover {
	color: #828957;
}
/* END */

/* Estilos da p�gian INSCRI��ES CONTACTOS */
/* START */

div#line_one {
	position: relative;
	color: #5E5E5E;
}
div#line_two {
	padding-top: 18px;
	width: 743px;
	position: relative;
	overflow: hidden;
}
div#col_one, div#col_two {
	float: left;
}
div#col_one {
	width: 448px;
}
div#col_two {
	color: #5E5E5E;
	width: 250px;
	font-size: 12px;
	padding-left: 20px;
}
.titulo {
	font-size: 14px;
	color: #5E5E5E;
	font-weight: bold;
}
.url {
	font-size: 14px;
	color: #828957;
	font-weight: bold;
}

a.url:hover {
	text-decoration: underline;
}
.italic_inscricao {
	font-size: 12px;
	color: #5E5E5E;
	font-style: italic;
	font-weight: normal;
}

/* END */

/* Estilos da barra lateral direita come�am aqui ===================================================================== */
.contentpaneopen_resumos_right {
	font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
	font-size: 10px;
}
.contentpaneopen_resumos_right #link {
	color: #0076A3;
}
.contentpaneopen_resumos_right #link:hover {
	color: #0C4DA2;
}
.moduletable_resumos_right h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #828957;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

.moduletable_resumos_right p{
	margin: 0px;
	padding: 0px;
	color: #342929;
	font-size: 14px;
	font-family: Verdana;
}

.moduletable_organizacao {
	margin-top: 24px;
	padding: 5px;
	background-color: #E9E9DB;
	width: 254px;
	height: 132px;
}

.moduletable_organizacao h3 {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	color: #828957;
	font-size: 20px;
	font-family: Verdana;
	font-weight: normal;
}

.moduletable_organizacao p{
	color: #000000;
	font-size: 10px;
	font-family: Verdana;
}
.contentheading_resumos_right {
	font-family: Georgia, Palatino, Times New Roman, Times, serif;
	font-size: 18px;
	color: #342929;
}
/* Estilos dos Banners come�am aqui.... ===================================================================== */
/* Banner Esquerdo ===================================================================== */
.moduletable_banner_left {
	/* margin-left: 100px; */
	text-align: right;
}
.moduletable_banner_left h3 {
	color: #0C4DA2;
	margin-top: 5px;
	/* margin-right: 5px; */
	margin-bottom: 0;
	/* font-style: italic; */
	font-weight: normal;
	font-size: 24px;
}
.contentpaneopen_banner_left {
	width: 141px;
}
.banner_left #data {
	/* font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif; */
	font-size: 14px;
}
.banner_left #texto {
	/* font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif; */
	font-size: 10px;
}
.banner_left a{
	color: #0076A3;
}
.banner_left a:hover {
	color: #0C4DA2;
}
/* banner do centro ===================================================================== */
.moduletable_banner_center {
	margin-left: 90px;
	text-align: right;
}
.moduletable_banner_center h3 {
	color: #0C4DA2;
	margin-top: 5px;
	/* margin-left: 30px; */
	margin-bottom: 5px;
	font-weight: normal;
	/* font-style: italic; */
	font-size: 24px;
}
.moduletable_banner_right {
	padding-top: 5px;
	padding-left: 15px;
}
.banner_center #data {
	/* font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif; */
	font-size: 14px;
}
.banner_center #texto {
	/* font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif; */
	font-size: 10px;
}
.banner_center a{
	color: #0076A3;
}
.banner_center a:hover {
	color: #0C4DA2;
}
/* banner right ===================================================================== */
.moduletable_banner_right {
	/* font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif; */
	/* font-style: italic; */
	font-size: 10px;
}
.moduletable_banner_right h3 {
	/* font-family: Georgia, Palatino, Times New Roman, Times, serif; */
	color: #0C4DA2;
	margin-right: 5px;
	font-weight: normal;
	font-size: 18px;
}
.banner_right {
	font-style: normal;
}
.morada {
	overflow: hidden;
}
.telefone {
	overflow: hidden;
}
.fax {
	overflow: hidden;
}
.email {
	overflow: hidden;
}
.morada #morada_header {
	float:left;
	font-weight: bold;
}
.morada #morada_descricao {
}
.telefone #telefone_header {
	float: left;
	font-weight: bold;
}
.telefone #telefone_descricao {
}
.fax #fax_header {
	float: left;
	font-weight: bold;
}
.fax #fax_descricao {
	margin-left: 2px;
}
.email #email_header {
	float:left;
	font-weight: bold;
}
.email #email_descricao {
	margin-left: 2px;
}
.email #email_descricao a{
	color: #0076A3;
}
.email #email_descricao a:hover {
	color: #0C4DA2;
}

/* Ocultar o Secured by StieGround */
div#sgfooter.modifydate {
	display: none;
}