/*-------------------------------------------------------

author: gorotron (www.gorotron.com)
version: 1.0
license: Commons Attribution 3.0 United States License

http://creativecommons.org/licenses/by/3.0/us/

Do whatever you like with this template– just be
sure to leave my link at the bottom of each page.

Thanks!

-------------------------------------------------------*/

@import "dropdown.css";

* {
	margin:0;
	padding:0;
}

html {
	text-align:center;
	background:#F3F3F3;
}

body {
	font:62.5% Verdana, Arial, Helvetica;
	text-align:left;
	color:#333;
	width:75em;
	margin:2em auto;
	background:#FFF;
	padding:1.3em;
	background:#FFF url(../images/body_bg.gif) bottom repeat-x;
	border:0.1em solid #EAEAEA;
}

p {
	font-size:1.2em;
	line-height:1.5em;
	margin: 1em 0;
}

p.no_top {
	margin-top: 0
}

a {
	color:#004D85;
	text-decoration:none;
}

p a, td a, th a {
	background:url(../images/link_underline.gif) bottom repeat-x;
	padding-bottom:0.1em;
}

ul {
	list-style:none;
}

img {border: 0}

div.hr {
	height: 1px;
	background:url(../images/footer_hr.gif) repeat-x;
	clear: both;
}

div.hr hr {
	display: none
}

.error {
	color: red
}

.uppercase {
	text-transform: uppercase
}

.lowercase {
	text-transform: lowercase

}

.justify {
	text-align: justify
}

.inline {display: inline}
.center {text-align: center}
.through {text-decoration: line-through}
.cl_a {color: #004D85}
.cl_red {color: red}
.bold {font-weight: bold}
.nowrap {white-space: nowrap}

ul.bullet li {
	background:url(../images/li_bullet.gif) left center no-repeat;
	font-size:1.2em;
	padding-left:1em;
	margin:0 0 0.5em 1em;
	color:#333;
}

ul.arrow li {
	background:url(../images/li_arrow.gif) left center no-repeat;
	font-size:1.2em;
	padding-left:1em;
	margin:0 0 0.5em 1em;
	color:#333;
}

ul.arrow li a:hover {
	text-decoration: underline;
}


#masthead {
	width:100%;
	height:9em;
	position:relative;
	margin-bottom:0.2em;
	padding-bottom:0.2em;
	background:url(../images/masthead_bg.gif) repeat-x;
	line-height:9em;
}

#masthead h1 {
	font-size:3em;
	font-family:"trebuchet ms";
	margin-left:1em;
	color:#FFF;
}

#masthead h1 a {
	color:#FFF;
}

#masthead sup {
	font-size:0.5em;
}

#mastheadBox {
	background:url(../images/masthead_box.gif) left center no-repeat;
	z-index:11;
	position:absolute;
	height:8em;
	top:50%;
	margin-top:-5em;
	right:2em;
	width:43.5em;
	padding:1em 1em 1em 3.5em;
}

#mastheadBox h2 {
	line-height:1em;
	color:#F60;
	font-size:1.2em;
}

#mastheadBox p {
	padding:1em 0 0;
	margin:0;
}

#breadCrumbs {
	clear:both;
	padding:0.5em 2em;
	margin-top:0.3em;
	background:#EAEAEA url(../images/breadcrumbs_bg.gif);
}

#breadCrumbs li {
	display:inline;
}

#breadCrumbs li a {
	margin-right:0.5em;
	padding-right:1em;
	background:url(../images/breadcrumbs_bullet.gif) right 0.7em no-repeat;
}

#breadCrumbs li a:hover, #footer li a:hover {
	text-decoration:underline;
}

/* Main Column */

#mainContent {
	width:51em;
	padding:2em 0 2em 2em;
	float:left;
}

#mainContent.wide {
	width: 70em;
}

#mainContent h2 {
	color:#F60;
	font-size:1.5em;
}

#mainContent p + h2 {
	margin-top:1.5em;
}

#mainContent h3 {
	font-size:1.25em;
}

#mainContent blockquote {
	padding:0 2em;
	font-style:italic;
	font-size:0.9em;
	color:#444;
	border-left:4px solid #F90;
}

#mainContent ul {

}

#suckerfish {
	width:100%;
	height:10em;
	font-family:monaco, courier;
}

/* Main Column Table */

#mainContent table {
	margin-top:1.5em;
}

#mainContent thead th {
	background-color:#EAEAEA;
}

#mainContent td {
	padding:0.5em;
	background:#F4F4F4;
}

/*
#mainContent td:hover {
	background:#EAEAEA;
}
*/

#mainContent th {
	padding:0.5em;
	background-color: #F4F4F4;
	color:#004D85;
}

#mainContent th strong {
	color:#F60;
}

/* Form */

fieldset {
	padding:1em 1em 0.5em;
	border:1px solid #EAEAEA;
	margin-top:2em;
	background:#F7F7F7;
}

label {
	display:block;
	padding-bottom:0.2em;
	font-weight:bold;
}

input, textarea {
	border:1px solid #CCC;
	padding:0.25em;
	width:20em;
}

input.radio {border: 0; width: 1.5em}
input.check {border: 0; width: 1.5em}

textarea {
	width:30em;
	height:6em;
	font:1em Verdana, Arial, Helvetica, sans-serif;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	border-color:#999;
}

#submit, input.button {
	color:#FFF;
	font-size:1em;
	font-weight:bold;
	width:auto;
	background:#F90 url(../images/nav_bg.gif) bottom repeat-x;
}

input#submit:hover {
	border-color:#F60;
}

/* Side Column */

#secondaryContent {
	width:18em;
	padding:2em;
	float:left;
}

#secondaryContent h2, #secondaryContent p {
	font-size:1.2em;
}

#secondaryContent h2 {
	color:#F60;
}

.secondaryContentBox {
	border:1px solid #EAEAEA;
	background:#F7F7F7;
	padding:1em 1em 0.5em;
	margin-bottom:2em;
}

.secondaryContentBox span {
	color:#F60;
	font-weight:bold;
}

#secondaryContent blockquote {
	font-style:italic;
	font-size:0.9em;
	padding:0.5em 0 0 2em;
	background:url(../images/left_quote.gif) no-repeat;
}

#secondaryContent blockquote p {
	background:url(../images/right_quote.gif) right bottom no-repeat;
	padding-bottom:1em;
}

#secondaryContent blockquote span {
	margin-left:2em;
}

#secondaryContent .source {
	text-align:right;
	margin:-0.5em 0 2em;
	font-size:1em;
}

#footer {
	text-align:center;
	clear:both;
	padding:1em 0 0;
}

#footer li {
	display:inline;
	margin:0.5em;
}

#logo {
    position: absolute; 
    top: 4.2em; 
    z-index: 1;
	background: url('../images/logo.png') no-repeat left top;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/logo.png', sizingMethod='fixed');
	width: 225px; 
	height: 75px
}

#label_area_adm {
  position: absolute;
  top: 2.2em;
  left: 23em;
  font-size: 1.7em;
  color: yellow;
  font-weight: bold;
}

#banner_bottom {
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
}

#banner_bottom img {
	border: 0;
}

#banner_top { /* nao sei se teremos */
	clear: both;
	margin-bottom: 1em;
}

/* Banners de Texto Lateral */
#publicidades {
    list-style: none;
}
#publicidades span {
    font-weight: bold; 
    display: block;
}

#publicidades li {
    padding-bottom: 1em; 
    color: gray
}

#publicidades li a {
	color: gray
}
#publicidades li a:hover {
	text-decoration: underline;
}

/* Noticias da Home */

#home_noticias ul {}

#home_noticias li {
	font-size: 1.2em; 
	color: black; 
	padding-bottom: 0.5em; 
}

#home_noticias a {
	text-decoration: none;
	background: none;
	color: black;
}

#home_noticias a:hover {
	text-decoration: underline;
}

#home_noticias .titulo {
	font-size: 1.1em; 
	font-weight: bold;
}

#home_noticias .resumo {
	text-align: justify; 
	font-size: 1em;
	margin-top: 0.2em;
}

/* Pagina de Noticias */
#noticias {
	padding-top: 1em;
}

#noticias li {
	font-size: 1.2em;
	background:url(../images/li_bullet.gif) left center no-repeat;
	padding-left: 1em;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
}

#noticias li a {
	color: black;	
}	

#noticias li a:hover {
	text-decoration: underline;
}

#noticias li span {
	font-size: 0.8em;
	color: gray;
	padding-left: 1em;
}

#noticias_outros_anos {
	margin-top: 2em;
}

#noticias_outros_anos span {
	font-weight: bold;	
}

#noticias_outros_anos ul {
	margin-top: 0.5em;
}

#noticias_outros_anos ul li {
	display: inline;
	padding-left: 0.1em;
	padding-right: 0.5em;
}

#noticias_outros_anos ul li a:hover {
	text-decoration: underline;
}

#noticias_outros_anos ul li.current {
	color: gray
}

/* Coordenadores da Home e da Pagina de Grupo */ 
#coordenadores {
    
}

#coordenadores .coordenador {
    margin-top: 8px; 
    padding-top: 1.3em;
	padding-left: 9.7em;
	padding-top: 0;
	background-repeat: no-repeat;
}    

#coordenadores.small .coordenador {
	padding-left: 5em;
	height: 5em;
}

#coordenadores .coordenador.first {
	background: none;
	background-repeat: no-repeat;
}

#coordenadores .coordenador .coordenador_nome {
    color: gray; 
    font-weight: bold;
    display: block;    
    margin-bottom: 0.3em;
}

#coordenadores .coordenador .coordenador_email {
    color: black;
    display: block;
    font-size: 0.9em;
}

#coordenadores .coordenador .coordenador_site {
	color: black;  
    display: block;    
}

#coordenadores .coordenador .coordenador_site a {
	font-weight: normal;
}

#coordenadores .coordenador img {
    float: left; 
    border: 0px solid #839EB3; 
    margin-right: 8px;
	display: none;
}

#coordenadores .coordenador p {
	text-align: justify;
	font-size: 1em;
	color: gray;
	margin-top: 0.1em;
	margin-bottom: 1em;
}

/* Pagina de Leitura de Noticia */
#leitura_noticia h2 {
	font-size: 1.5em;
	color: black;
}

#leitura_noticia .corpo {
	font-size: 1.2em;
	text-align: justify;
}

/* Pagina de Eventos */

#eventos {
	margin-top: 2em;	
}

#eventos li {
	background-repeat: no-repeat;
	padding-left: 110px;
	height: 80px;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 2px;
}

#eventos li.separador {
	background:url(../images/footer_hr.gif) 0 10px repeat-x;
	height: 20px;
	padding-left: 0;
}

#eventos li span.nome {
	font-size: 1.3em;
	font-weight: bold;
	color: gray;
	padding-bottom: 0.1em;
}

#eventos li span.data {
	font-size: 0.8em;
	padding-left: 0.5em;
	font-weight: normal;
}

#eventos li span.nomelocal {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	padding-top: 0.2em;
}

#eventos li span.cidade {
	font-size: 1.1em;
	display: block;
	padding-top: 0.2em;
}

#eventos li span.participantes {
	font-size: 1em;
	display: block;
	color: gray;
	padding-top: 0.5em;
}

#eventos li div {
	margin-top: 0.5em;	
}

#eventos li a:hover {
	text-decoration: underline;
}

#evento_report .nome_local {
	margin-top: 0.2em;
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
}

#evento_report .data_local {
	margin-top: 0.1em;
	font-weight: normal;
	color: gray;
	margin-bottom: 2em;
	font-size: 1em;
}

#evento_report .report p {
	font-size: 1.2em;
	text-align: justify;
	clear: both;
}

#evento_report .report p.palestra {
	padding-top: 2em;
	_padding-top: 1em; /* IE */
	clear: both;
}

#evento_report .report .titulo_palestra {
	font-weight: bold;
	display: block;
}

#evento_report .report .autor {
	color: gray;
}

#evento_report .report img.right {
	float: right;
	margin-left: 1em;
}

#evento_report .report img.left {
	float: left;
	margin-right: 1em;
}

#evento_report .report table.mais_fotos {
	margin-top: 2em;
	width: 100%;
}

#evento_report .report table.mais_fotos td  {
	padding-right: 0;
	text-align: center;
	padding: 1em;
}

#evento_report .report table.mais_fotos span {
	display: block;
}

#evento_report .report div.imagens {

}

#evento_report .report .imagem  {
	display: inline;
	float: left;
	margin-right: 2em;
	margin-bottom: 2.2em;
	_margin-bottom: 1.7em;
	margin-top: 2em;
}

#evento_report .report div.imagem span {
	display: block;
}


#evento_chamada {
	padding: 1em;
	border:1px solid #EAEAEA;
	background:#F7F7F7;
	text-align: center;
	margin-bottom: 3em;
}

#evento_chamada .titulo {
	font-weight: bold;
	font-size: 2em;
	color:#F60;
}

#evento_chamada .data_local {
	font-weight: bold;
	font-size: 1.5em;
	display: block;
	padding-top: 0.5em;
}

#evento_chamada .inscricao {
	font-size: 1.3em;
	display: block;
	padding-top: 0.5em;
	color: gray;
}

#evento_chamada .inscricao a {
	text-decoration: underline;
	font-weight: bold;
}

#evento_detalhes {
	text-align: center;
}

#evento_detalhes .nome {
	color:#F60;
	font-size:2em;	
	font-weight: bold;
	display: block;
}

#evento_detalhes .data_local {
	font-size:1.7em;
	font-weight: bold;
	display: block;
	padding-top: 0.5em;
}

#evento_detalhes .nome_local {
	font-size:1.5em;
	font-weight: bold;
	display: block;
	color: gray;
	padding-top: 0.5em;
}

#evento_detalhes .inscrevase {
	display: block;
	margin-top: 2em;
	font-size: 1.6em;
	color: red;
	font-weight: bold;
}

#evento_detalhes a {
	text-decoration: underline;
	color: red;
}

#evento_detalhes .introducao {
	padding-top: 1.5em;
	text-align: justify;
}

#evento_detalhes .patrocinio span {
	font-size: 1.5em;
	color:#F60;
	display: block;
	font-weight: bold;
}

#evento_detalhes .grade {
	margin-top: 2.5em;
	background: url('../images/grade_palestras.gif') no-repeat center top;
	padding-top: 40px;
}

#evento_detalhes .grade a {
	font-weight: bold;
	font-size: 1.2em;
	color: black;
	text-decoration: underline;
}

#evento_detalhes .informacoes {
	margin-top: 2.5em;
	border:1px solid #EAEAEA;
	background:#F7F7F7;
	padding-bottom: 1.5em;
	padding-left: 1.5em;
	text-align: left;
 }

#evento_detalhes .informacoes h2 {
	padding-top: 1.5em;	
	padding-bottom: 0.3em;
}

#evento_detalhes .informacoes .info_nomelocal {
	font-weight: bold;
	font-size: 1.3em;
	display: block;
	text-align: left;
 }

#evento_detalhes .informacoes .info_endereco {
	display: block;
	font-size: 1.2em;
	padding-top: 0.3em;
	text-align: left;
}

#evento_detalhes .informacoes .info_data {
	display: block;
	font-size: 1.2em;
	padding-top: 0.3em;
	text-align: left;
}

#evento_detalhes .informacoes table.precos {
	margin-top: 0;
	margin-bottom: 1.5em;
}


table.precos th {
	font-size: 1.2em;	
}

table.precos td {
	font-size: 1.2em;
	color: gray;
}

table.precos td span.preco_small {
	font-size: 0.85em;
	color: gray;
	font-weight: normal;
	display: block;
	padding-top: 0.4em;
}

table.precos td.expirou, table.precos th.expirou {
	color: gray;
	text-decoration: line-through;
	font-weight: normal;
}

table.precos td.destaque {
	font-weight: bold;
	color: black;
}

#evento_detalhes .informacoes .info_inscrevase {
	font-size: 1.2em;
	font-weight: bold;
	color: red;
}

#evento_detalhes .informacoes .info_inscrevase a {
	text-decoration: underline;
	color: red;
}

#evento_detalhes .patrocinio {
	padding-top: 2em;
}

table.scorecard {width: 100%;}
table.scorecard td {text-align: center; color: black; vertical-align: top; padding: 0.5em}
table.scorecard td label {font-size: 1.4em}
table.scorecard td span {font-size: 1.8em; font-weight: bold; display: block}

ul.links {}
ul.links li {display: inline}
ul.links li a:hover {text-decoration: underline}
ul.links li.current_link {font-weight: bold} 

th.ordered_asc {background-image: url(../images/grid_order_asc.gif); background-repeat: no-repeat; background-position: center left; text-indent: 10px}
th.ordered_desc {background-image: url(../images/grid_order_desc.gif); background-repeat: no-repeat; background-position: center left; text-indent: 10px}

#home_noticia_destaque p {
	font-size: 1.2em;
	text-align: justify;
	line-height: 1.4em;
}