@charset "iso-8859-1";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #606062;
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(images/2010_page_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
h1, h2, h3, h4 {
	font-weight: bold;
	margin-bottom: .5em;
	margin-top: 0.5em;
	line-height: 0.9em;
	color: #0f556e;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 1.4em;
	color: #666;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	
}
h4 a {
	color: #0f556e;
}
h5 {
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #0f556e;
	line-height: 1em;
}
a {
	color: #0F556E;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.homeBanner {
	float: left;
	margin-right: 12px;
	margin-top: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}
img.orador {
	float: right;
	margin-bottom: 1em;
	margin-left: 2em;
}
img.homeBannerRight {
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}
small {
	font-size: .8em;
}
p.priceBelowTitle {
	font-size: 0.8em;
	margin-top: 0.5em;
	color: #0f556e;
}

p.prehead {
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: -0.5em;
	margin-left: 0px;
	font-size: .9em;
}
p.subPageTitle {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #E7E7E9;
	display: block;
	margin-top: 0px;
	height: 1.5em;
	line-height: 1.5em;
	color: #949599;
}
.divider {
	display: block;
	float: left;
	height: 1em;
	width: 100%;
}
.padRight {
	margin-right: 20px;
}


.oneColFixCtr #container {
	width: 1007px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height:900px;
}

.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #container #mainContent #mainPageHome {
	padding: 0px;
	width: 930px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#mainHeader    {
	background-image: url(images/2010_header_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 72px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: -1px;
}
#mainHeader ul {
	float: right;
	list-style-type: none;
	padding: 0px;
	margin-top: 40px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.7em;
	text-transform: uppercase;
}
#mainHeader ul li     {
	float: left;
	margin-right: 1.5em;
	white-space: nowrap;
}
.oneColFixCtr #container #mainContent #mainMenuHold {
	clear: both;
	font-weight: bold;
	color: #FFF;
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-left: 23px;
	padding: 0px;
	float: left;
	width: 960px;
}

#mainMenuHold ul {
	list-style-type: none;
	clear: both;
	margin: 0px;
	padding: 0em;
}
#mainMenuHold li {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}
#mainMenu {
	background-color: #2a85a2;
	font-size: 1.1em;
	height: 2em;
	overflow: hidden;
	margin: 0px;
	clear: both;
	line-height: 2em;
}
#secondaryMenu {
	background-color: #6da6c1;
	font-size: 0.9em;
	height: 2em;
	overflow: hidden;
	clear: both;
	margin: 0px;
	line-height: 2em;
}



.oneColFixCtr #container #mainContent #mainPage {
	width: 930px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	clear: both;
	float: left;
}
.oneColFixCtr #container #mainContent #mainPage #leftCol {
	width: 573px;
	float: left;
	min-height:700px;
}
#mainMenuHold a {
	color: #FFF;
}
#mainHeader img.logo {
	float: left;
}
#programa td {
	vertical-align: top;
	padding: 0.5em;
	font-size: 0.8em;
	border: 1px solid #FFF;
}
#programa .horas {
	white-space: nowrap;
	background-color: #E9E9E9;
}
#programa th {
	font-size: .9em;
	font-weight: bold;
	padding: .5em;
	border: 1px solid #FFF;
	background-color: #E9E9E9;
}
#programa td.empty {
	background-color:#FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#programa td.destaque {
	background-color: #A7242A;
	color: #FFF;
	background-image: url(images/tooltip.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#programa td.destaque a {
	color: #FFF;
}

#programa {
	background-color: #CCC;
	border-collapse:collapse;
	color: #333;
	border: 2px solid #FFF;
}
#programa td.destaque2 {
	background-color: #D3343D;
	color: #FFF;
}
form label {
	clear: both;
	float: left;
	margin-top: 1em;
	white-space: nowrap;
}
form label.next {
	clear: none;
	margin-left: 1em;
}

form fieldset {
	border: 1px solid #58585A;
	float: left;
	width: 94%;
	padding: 3%;
	margin-bottom: 1em;
}
form fieldset legend {
	font-size: 1.2em;
	font-weight: bold;
	color: #2A85A2;
}
form fieldset fieldset {
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}
fieldset legend input.radio {
	margin-left: -1em;
	background-color: #FFF;
	padding: 1em;
}
form p , form h4{
	clear: both;
	float: left;
	margin-top: 1em;
	width: 100%;
}
form fieldset input.button {
	clear: both;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	background-color: #2A85A2;
	border: 1px solid #74831D;
	text-transform: uppercase;
	margin-top: 2em;
}
fieldset.disabled {
	background-image: url(images/bg_disabled.gif);
	background-repeat: repeat;
}

.red {
	color: #A7242A;
}



form fieldset fieldset legend {
	font-size: 1.1em;
	background-color: #FFF;
}

label input {
	margin-left: .5em;
	margin-right: .5em;
}
input.error {
	background-color: #FC6;
	border: 1px solid #B4B4B4;
}
#button_inscricao {
	position: absolute;
	z-index: 10;
	height: 192px;
	width: 189px;
	margin-top: 200px;
	margin-left: 1px;
}
#oradores h4 {
	margin-top: 3em;
}
div.more {
	display: none;
}
#button_encontro {
	position: absolute;
	z-index: 11;
	height: 186px;
	width: 185px;
	margin-top: 80px;
	margin-left: 500px;
}
#breadcrumb {
	color: #2A85A2;
	font-weight: normal;
	font-size: 0.8em;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 2em;
	line-height: 2em;
}
#breadcrumb a {
	font-weight: bold;
	color: #2A85A2;
}
.subMenu a {
	color: #58585A;
}
#oradores {
	clear: both;
}
.programa {
	font-size: 0.9em;
	line-height: 1.3em;
}
.listaConferenciasImagem {
	float: left;
}
.listaConferenciasTexto {
	margin-left: 30px;
	width: 400px;
	clear: none;
	float: left;
}
.listaConferencias {
	clear: both;
	float: left;
	width: 100%;
}
.listaConferenciasTexto h5 {
	margin: 0px;
}
#listaNoticias {
	float: right;
	width: 250px;
	margin-right: 20px;
	margin-top: 0px;
	font-size: 0.9em;
	border: 1px solid #9FC4D7;
}


#listaNoticias p.tituloCaixa {
	background-color: #9DC2D5;
	margin-top: 0px;
	padding: 0.5em;
	color: #0f556e;
	font-weight: bold;
}
#listaNoticias ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}
.banner {
	clear: right;
	float: right;
	width: 250px;
	margin-top: 15px;
	margin-right: 20px;
}

.noticia img {
	float: right;
	margin-left: 2em;
	margin-bottom: 2em;
}
#calendario {
	float: right;
	width: 250px;
	margin-right: 20px;
	margin-top: 0px;
	font-size: .8em;
	border: 1px solid #2A85A2;
	margin-bottom: 15px;
}
#calendario td.header {
	background-color: #6DA6C1;
	font-weight: bold;
	color: #FFF;
}
#calendario td.mark {
	font-weight: bold;
	color: #FFF;
	background-color: #6DA6C1;
}
#calendario td.today {
	border: 1px solid #2A85A2;
}



#calendario td, #calendario th {
	padding: .2em;
	text-align: center;
}
#calendario th {
	color: #FFF;
	background-color: #2A85A2;
}

