/*-----------------------------------------------------------------------------
versão:		1.8
Empresa:	Itarget Tecnologia
Autor:		Natan Cabral
-----------------------------------------------------------------------------*/



/* ================================================================== ESTRUTURA
-----------------------------------------------------------------------------*/

body {
	font-family: Helvetica, Arial, Georgia;
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 0;
	background: #dfdfdf;
}

/* Tudo */
#wrap { 
/* Pré-definido */
	position:absolute;
	width:700px;
	margin-left:-350px;
	left:50%;
}

	#top {
		height:45px;
		background:url(../image/barrTop.jpg) left top repeat-x;
	}

	#content {
		background:url(../image/bgCenter.gif) left top repeat-y;
	}

	#footer {
		height:66px;
		background: #efefef;
		border-top: 1px solid #5e5e5e;
	}

/* ====================================================================== GERAL
-----------------------------------------------------------------------------*/

/* Imagens */

img, fieldset {
	border:none;
}

h1 {
	color: #992220;
	margin: 5px 0 10px 0;
	font-size:23px;
}

h2 {
}

h3 {
}

hr {
	/* Retiramos a borda para colocar 
	novamente logo abaixo, resolvendo o 
	problema de borda dupla no IE */
	border:none; 
	border-bottom:1px solid #CCC;
}

p {
	margin:0;
	padding:0;
}

/* link geral */
a { 
}

/* link específico */
a:link {
}

a:visited {
}

a:hover {
}

a:active {
}

/* ===================================================================== LISTAS
-----------------------------------------------------------------------------*/

ul {
}

li {
}

/* ================================================================ FORMULÁRIOS
-----------------------------------------------------------------------------*/

form {
	margin:0;
	padding:0;
}

/* 
Não recebem atributos FONT dos elementos PAIS
*/
input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.nomeNewsletter {
	width:95px;
	float:left;
	position:absolute;
	margin:39px 0 0 49px;
	border:0;
	border:none;
	background: #eee;
}
.emailNewsletter {
	width:95px;
	float:left;
	position:absolute;
	margin:71px 0 0 49px;
	border:0;
	border:none;
	background: #eee;
}
.sendNewsletter {
	float:left;
	position:absolute;
	margin:100px 0 0 79px;
}

/* ==================================================================== TABELAS 
( Quando houver alguma tabulagem )
-----------------------------------------------------------------------------*/

table {
}

/* LINHA */
tr {
}

/* COLUNA|CÉLULA */
td {
}

/* =========================================================== IDENTIFICADORES
-----------------------------------------------------------------------------*/
#top #date{
	font-weight: bold;
	font-size:11px;
	color:#FFFFFF;
	float:left;
	padding:14px 0 0 20px;
}
#top #topMenu{
	font-weight: bold;
	font-size:11px;
	color:#FFFFFF;
	float:right;
	padding:14px 20px 0 0;
}

#content #columnLeft {
	width: 195px;
	float: left;
}
#content #columnLeft #menuTitle {
	background: #992220;
	padding: 20px 0 20px 20px;
}
#content #columnLeft #menu {
	background: #992220 url(../image/bgMenu.gif) left bottom no-repeat;
	padding: 1px 0 20px 15px;
}
#content #columnLeft #menuBottom {
	color:#FFFFFF;
	background: #5e5e5e url(../image/bgBottomMenu.jpg) left top no-repeat;
}
#content #columnLeft #boxNewsletter {
	width:150px;
	height:126px;
	background: url(../image/boxNewsletter.gif);
}

#content #columnLeft #logos {
	text-align:center;
}

#content #columnCenter {
	width: 504px;
	float: left;
}

#footer #leftFooter {
	color:#666666;
	font-size:9px;
	width:175px;
	border-top:25px solid #5e5e5e;
	padding:15px 0 0 20px;	
	float:left;
}
#footer #centerFooter {
	color:#666666;
	font-size:9px;
	padding: 15px 0 0 20px;
	float:left;
}
#footer #byItarget {
	padding:10px;
	float:right;
}

#newsletter {
	display:none;
}

/* =================================================================== CLASSES
-----------------------------------------------------------------------------*/



/* ==================================================================== ITPACK
-----------------------------------------------------------------------------*/


.clear {
	clear:both;
}
.padding10 {
	padding:10px;
}
.padding20 {
	padding:20px;
}
.paddingLeft {
	padding:20px 20px 0 20px;
}
.paddingCenter {
	padding:10px;
}
.linkTop {	
	font-weight: bold;
	font-size:11px;
	color:#FFFFFF;
}
.linkTop:hover {
	text-decoration:none;
}
.marginOne {
	padding:1px 0;
	background-color: #575757;
}
#form_contato_simposio {
	width: 480px;
	_width: 400px;
	*width: 400px;
	margin: 0 auto;
	display: block;
	clear: both;
}
#form_contato_simposio input, #form_contato_simposio textarea {
	border: 1px solid #CCC
}
#form_contato_simposio label {
	margin: 10px auto;
	display: block;
	font-weight: bold;
}
#form_contato_simposio label span {
	float: left;
	clear: right;
	display: block;
	margin: 0 0 0 10px;
}
 #form_contato_simposio label #nome, {
 display: block;
 width: 300px;
}
#form_contato_simposio label #atendding {
	width: 150px;
}
#form_contato_simposio #btn {
	width: 100%;
	clear: both;
	display: block;
	margin: 20px 0 0 0;
	text-align: center
}
#logos_form {
	display: block;
	width: 90%;
	margin: 0 auto;
	clear: both;
	list-style-type: none;
}
#affiliation1, #affiliation2, #affiliation3 {
	display: block;
	clear: both
}
#logos_form li {
	float: left;
	width: 30%;
	margin: 2px;
}

