*{
	margin:0;
	padding:0;
}

.visualClear{
	display:block;
	clear:both;
}

body{
	background-color:#fff;
	font-size:12px;
	font-family:arial,verdana;
	background: #f7f7f7;
	color:#666;
}

a{
	text-decoration: none;
	color:#596F84;
}

img{border:none}

h1#documentFirstHeading{
	color:#596F84;
	text-transform: uppercase;
	margin-bottom:10px;
	font-size:18px;
}

h3.titulo{
	color:#596F84;
	font-site:15px;
}

#site{
	width:938px;
	margin:0 auto;
	margin-bottom:15px;
}

#cabecalho{
	background:url(../images/topo.jpg) no-repeat;
	padding-top:206px;
}

#menu{
	margin-top:-28px;
}

#menu ul{
	list-style: none;
	background-image:url(../images/menu.png);
	background-repeat:no-repeat;
	height: 28px;
	width:826px;
	border-left:1px solid transparent;
}
#menu ul.pagina-maceio{background-position: 0 -30px}
#menu ul.programacao{background-position: 0 -60px}
#menu ul.envio_trabalho{background-position: 0 -42px}
#menu ul.palestrantes{background-position: 0 -90px}
#menu ul.hospedagem{background-position: 0 -150px}
#menu ul.inscricao{background-position: 0 -120px}
#menu ul.pagina-alagoanos-ilustres{background-position: 0 -180px}
#menu ul.contato{background-position: 0 -210px}

#menu ul li{
	float:left;
	height:28px;
	width:101px;
}
#menu ul li.hospedagem{width:94px;}
#menu ul li.alagoanos{width:125px;}

/*
#menu li.inicio{width:100px}
#menu li.programacao{width:117px}
#menu li.envio{width:131px}
#menu li.palestrantes{width:117px}
#menu li.inscricao{width:117px}
#menu li.contato{width:115px}
*/
#menu li a{
	display:block;
	height:28px;
	text-indent:-99999px
} 

#corpo{
	margin-top:20px;
	padding:16px 0 0 0;
}

#main{
	width:530px;
	float:left;
	margin-bottom:15px;
	margin-left:15px;
}

.o-evento{margin-bottom:10px}
.o-evento h3{width:83px}

.o-local{
	float:left;
}
.o-local h3{
	background-position: 0 -20px;
	width:83px;
	margin-bottom:6px;
}

.video{float:right}
.special{
	font-size:14px;
	font-weight: bold;
}

#barra-lateral{
	width:390px;
	float:left;
}
#barra-lateral div.item{
	height:79px;
	margin-bottom:16px;
	background:url(../images/bg_barra.jpg) repeat-x;
	text-align:center;
	padding-top:5px;
}

#barra-lateral h3{
	margin-bottom:13px;
}

.realizacao h3{
	background-position:-84px 0px;
}
.apoio h3{
	background-position:-84px -18px;
}

.apoio a{
	top:50% !important;
	left:50% !important;
}
.secretaria-executiva h3{
	background-position:-84px -42px;
}

#mep{
	background: url(../images/logo_mep.gif) no-repeat 110px 5px;
	font-size:10px;
	padding:7px 0 12px 164px;
	text-align:left
}

#rodape{
	clear:both;
	background:url(../images/bg_rodape.jpg) repeat-x;
	width:100%;
	height:59px;
	margin:0 auto;
	padding:7px;
	border-right:1px solid #fff;
}

#rodape ul{
	list-style:none;
	margin:0;
	padding:0;
}

#rodape ul li{
	float:left;
	margin-left: 7.5px;
	padding-right:7.5px;
	border-right:1px solid #fff;
}

#rodape li a{
	color:#fff;
	font-size:10px;
}

#rodape .direitos{
	font-size:12px;
	color:#fff;
	text-align:center;
	clear:both;
	padding-top:5px;
}

#cubo{
	float:right;
	margin-top:-33px;
}


/********TEXTO*********/

.text *{
	color:#000 !important;
	background: none !important;
}

.text{
	text-align:justify;
	margin-bottom:10px;
}
.text p{
margin:10px 0;
}
.text img{
margin:0 5px;
border: 1px solid #666;
}

.text table{width:100%;}

.text table.tabela1{
border-collapse: collapse;
border-top:1px solid #666;
border-left:1px solid #666;
margin:10px 0;
}
.text table.tabela1 tr.cabecalho td{
background:#596F84 !important;
color:#fff !important;
}
.text table.tabela1 td{
padding:7px 10px;
border-bottom:1px solid #666;
border-right:1px solid #666;
}

.text ul, .text ol{
margin:10px 0 0 30px;
}
.text ul li, .text ol li{
margin-bottom:5px;
}

.text a{
	color: #009933 !important;
}

/******FORMS*******/

form{
	font-size:11px;
	color:#999;
}
fieldset{
	border:none;
	margin:10px 0;
}
input,select, textarea{
	border:1px solid #333;
	font-size:11px;
	padding:3px 1px;
	/*width:460px;*/
	background:#596F84;
	color:#fff;
}

input.botao{
	width:100px;
}

label{
	display:block;
	font-size:12px;
	width:130px;
	color:#666;
	float:left;
	text-align: right;
	padding:4px 10px 0 0; 
}

.errorlist{
	list-style:square;
	margin:0 30px 0 152px;
	color:red;
	float:none;
	clear:both;
}

.action_buttons{
	margin-top:10px;
	padding-left: 140px;
}
.action_buttons input{
	height:20px;
	padding:0;
	width:100px;
	background: none;
	color:#000;
	cursor: pointer;
}

.action{
	margin:10px 0;
}

.help{
	padding:5px 0 0 140px;	
}

fieldset ul{
	float:left;
	list-style:none
}

fieldset li{
	height: 20px;
}

fieldset ul label{
	float:none;
	text-align:left;
	width:auto;
}

#id_nome,#id_endereco,
#id_complemento,#id_mensagem,
#id_corpo_trabalho,#id_titulo,
#id_autor_inscrito,#id_autor,
#id_apresentador,#id_co_autores,
#id_instituicao,#id_conflito_interesse,
#id_sacado,#id_hotel_escolhido{
	width:320px;
}
#id_corpo_trabalho{height:400px}

/********PALESTRANTE********/
.palestrante{
	margin-bottom:10px;
}
.palestrante h3{
	font-size:15px;
	margin-bottom:7px;
}
.palestrante img{
	float:left;
	margin-right:7px;
	border:1px solid #ddd;
}

/******PROGRAMACAO********/
.dia_programacao{
	margin-bottom:10px;
}
#programacao{
	width:100%;
	border-bottom:1px solid #336600;
	border-left:1px solid #336600;
	border-collapse: collapse;
	margin-bottom:15px;
}
#programacao td, #programacao th{
	border-top:1px solid #336600;
	border-right:1px solid #336600;
	padding:3px 4px;
}
#programacao th{
	background:#596F84;
	color:#fff;
}

#programacao th.horario{width:100px}
#programacao th.titulo{width:200px}
#programacao th.palestrante{width:180px}
