/* PADRAO */
form {
	margin:0;
	padding:0;
}
body {
	background-color: #EEE;
	font-family: arial;
	font-size: 11px;
	margin:0;
	padding:0;
}

a {
	font-family: arial;
	font-size: 11px; 
	text-decoration: none;
	color: #C90;
}

a:link { color: #C90; }
a:visit { color: #C90; }
a:active { color: #C90; }
a:hover { color: #C90; text-decoration: underline; }

/* TOPO */
#box-topo {
	border-bottom: 3px solid #666;
	width: 100%;
	height: 100px;
	_height: 110px;
	background-color: #FFF;
	margin: 0 0 10px 0;
}

#box-topo-conteudo {
	position: relative;
	width: 700px;
	_height: 90px;
	height: 93px;
	text-align:left;
}

.logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

.logo_evento {
	position: absolute;
	top: 0px;
	right: 120px;
}

.box-usuario {
	position: absolute;
	top: 10px;
	right: 0px;
	text-align: right;
	line-height: 22px;
}

/* CONTAINER */
#container {
	position: relative;
	width: 700px;
	margin: 20px 0;
	
}

/* MENU */

#box-menu {
	left: 0;
	position: absolute;
	border: 1px solid #CCC;
	display: block;
	background-color: #FFF;
	width: 200px;
	text-align: left;
	padding: 5px 0px;
	
}

#box-menu h1 {
	font-family:arial;
	font-size:18px;
	color: #666;
	margin: 10px 10px;
}

#box-menu h2 {
	font-family:arial;
	font-size:11px;
	font-weight: bold;
	color: #666;
	margin: 5px 10px 5px 15px;
}

#box-menu ul {
	margin-top: 0px;
}

#box-menu li {
	list-style-image: url(/backend/lay/ico_seta.gif);
}

/* ESCOLHA DE EVENTO */
#box-escolha {
	left: 0px;
	position: absolute;
	border: 1px solid #CCC;
	display: block;
	background-color: #FFF;
	width:700px;
	padding: 5px 0px;
	text-align: left;
}

#box-escolha h1 {
	font-family:arial;
	font-size:18px;
	color: #666;
	margin: 20px 0 10px 20px;
}

#box-escolha td {
	font-family:arial;
	font-size:12px;
	color: #666;
}

#box-escolha h2 {
	font-family: arial;
	font-size:11px;
	font-weight: normal;
	color: #666;
	margin: 0 10px 5px 12px;
}

#box-evento {
	width:220px;
	height: 140px;
	float:left;
	text-align:center;
	display: table;
}


/* BOX COMUM */
#box-comum-grande {
	border: 1px solid #EEE;
	margin: 0 10px 5px 12px;
	display: table;
	width: 950px;
	
}

#box-comum-grande td {
	font-family: arial;
	font-size: 11px;
	color: #666;
	height: 30px;

}

#box-comum td {
	font-family: arial;
	font-size: 11px;
	color: #666;
	height: 30px;

}


/* CONTEUDO */

#box-conteudo {
	left: 210px;
	position: absolute;
	border: 1px solid #CCC;
	display: block;
	background-color: #FFF;
	width:770px;
	padding: 5px 0px;
	text-align: left;
}

#box-conteudo h1 {
	font-family:arial;
	font-size:18px;
	color: #666;
	margin: 10px 10px;
}

#box-conteudo h2 {
	font-family: arial;
	font-size:11px;
	font-weight: normal;
	color: #666;
	margin: 0 10px 5px 12px;
}

/* BOX AJAX */

#box-ajax {
	border: 1px solid #EEE;
	margin: 0 10px 5px 12px;
}

#box-ajax .subtitulo {
	font-size: 18px;
	line-height: 42px;
}

#box-ajax td {
	font-family: arial;
	font-size: 11px;
	color: #666;
	border-bottom: 1px dotted #666;
	height: 30px;
}

#box-ajax h2 {
	font-family: arial;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	margin: 0;
}

#box-ajax td.white {
	border-bottom: 0;
}


/* BOX ABAS */

#box-abas {
	border: 1px solid #EEE;
	margin: 0 10px 5px 12px;
	
}

#box-abas table {
	margin: -20px 10px 10px 10px;
}

#box-abas table.tabela2 {
	margin: 0;
}

#box-abas .subtitulo {
	font-size: 18px;
	line-height: 42px;
}

#box-abas td {
	font-family: arial;
	font-size: 11px;
	color: #666;
	border-bottom: 1px dotted #666;
	height: 30px;
}

#box-abas h2 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	border-bottom: 1px dotted #666;
	margin: 0 10px;
	line-height: 30px;
	padding:0;
}

#box-abas td.white {
	border-bottom: 0;
}

#abativa {
	position: relative;
	margin-left:10px;
	background-color: #C90;
	color: #FFF;
	font-weight: bold;
	text-align: center; 
	padding: 10px 20px 10px 20px;
	top: -34px;
	float:left;
}

#abainativa {
	position: relative;
	margin-left:10px;
	background-color: #EEE;
	color: #666;
	font-weight: bold;
	text-align: center; 
	padding: 10px 20px 10px 20px;
	top: -34px;
	float:left;
}


table.tabela2 {
	margin:0;
}

td.td2 {
	font-family: arial;
	font-size: 11px;
	color: #666;
	line-height: 30px;
}

.formulario {
	font-family: arial;
	font-size: 11px;
	height: 20px;
}

.botao-novo {
	height: 26px;
	background: URL(/backend/lay/icon/document_add.png) left no-repeat;
	background-color: #FFF;
	padding: 2px 2px 2px 23px;
	margin: 0;
	border: none;
	font-family: arial;
	text-align:left;
	font-size: 11px;
	color: #666;
	cursor: hand;
}

.botao-imprimir {
	height: 26px;
	background: URL(/backend/lay/icon/printer.png) left no-repeat;
	background-color: #FFF;
	padding: 2px 2px 2px 23px;
	margin: 0;
	border: none;
	font-family: arial;
	text-align:left;
	font-size: 11px;
	color: #666;
	cursor: hand;
}

.botao-upload {
	height: 26px;
	background: URL(/backend/lay/icon/up.png) left no-repeat;
	background-color: #FFF;
	padding: 2px 2px 2px 23px;
	margin: 0;
	border: none;
	font-family: arial;
	text-align:left;
	font-size: 11px;
	color: #666;
	cursor: hand;
}

.botao-recuperar {
	height: 26px;
	background: URL(/backend/lay/icon/up.png) left no-repeat;
	background-color: #FFF;
	padding: 2px 2px 2px 23px;
	margin: 0;
	border: none;
	font-family: arial;
	text-align:left;
	font-size: 11px;
	color: #666;
	cursor: hand;
}

.botao-busca {
	height: 26px;
	background: URL(/backend/lay/icon/zoom_in.png) left no-repeat;
	background-color: #FFF;
	padding: 2px 2px 2px 23px;
	margin: 0;
	border: none;
	font-family: arial;
	text-align:left;
	font-size: 11px;
	color: #666;
	cursor: hand;
}

.botao-cadastrar {
	height: 26px;
	background: URL(/backend/lay/icon/document_add.png) left no-repeat;
	background-color: #FFF;
	padding: 2px 2px 2px 23px;
	margin: 0;
	border: none;
	font-family: arial;
	text-align:left;
	font-size: 11px;
	color: #666;
	cursor: hand;
}

.botao-cancelar {
	height: 26px;
	background: URL(/backend/lay/icon/cancel.png) left no-repeat;
	background-color: #FFF;
	padding: 2px 2px 2px 23px;
	margin: 0;
	border: none;
	font-family: arial;
	text-align:left;
	font-size: 11px;
	color: #666;
	cursor: hand;
}

.botao-alterar {
	height: 26px;
	background: URL(/backend/lay/icon/document_edit.png) left no-repeat;
	background-color: #FFF;
	padding: 2px 2px 2px 23px;
	margin: 0;
	border: none;
	font-family: arial;
	text-align:left;
	font-size: 11px;
	color: #666;
	cursor: hand;
}

.botao-usuario {
	height: 26px;
	background: URL(/backend/lay/icon/user.png) left no-repeat;
	background-color: #FFF;
	padding: 2px 2px 2px 23px;
	margin: 0;
	border: none;
	font-family: arial;
	text-align:left;
	font-size: 11px;
	color: #666;
	cursor: hand;
}

.botao-listagem {
	height: 26px;
	background: URL(/backend/lay/icon/document.png) left no-repeat;
	background-color: #FFF;
	padding: 2px 2px 2px 23px;
	margin: 0;
	border: none;
	font-family: arial;
	text-align:left;
	font-size: 11px;
	color: #666;
	cursor: hand;
}

.botao-importar {
	height: 26px;
	background: URL(/backend/lay/icon/down.png) left no-repeat;
	background-color: #FFF;
	padding: 2px 2px 2px 23px;
	margin: 0;
	border: none;
	font-family: arial;
	text-align:left;
	font-size: 11px;
	color: #666;
	cursor: hand;
}

.botao-avancar {
	height: 26px;
	background: URL(/backend/lay/icon/right.png) right no-repeat;
	background-color: #FFF;
	padding: 2px 23px 2px 2px;
	margin: 0;
	border: none;
	font-family: arial;
	text-align:left;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	cursor: hand;
}

.botao-retornar {
	height: 26px;
	background: URL(/backend/lay/icon/left.png) left no-repeat;
	background-color: #FFF;
	padding: 2px 2px 2px 23px;
	margin: 0;
	border: none;
	font-family: arial;
	text-align:left;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	cursor: hand;
}

.box-imagem {
	width: 235px;
	height: 22px;
	margin: 5px;
	float:left; 
	display: table;
}

/* SPAW */
#conteudo_enclosure td {
	font-family: arial;
	font-size: 11px;
	color: #666;
	border: 0;
	height: 30px;
}

/* ARQUIVOS DO FLASH MULTIPLE FILES  */
div.file { 
	position: relative; float: left; width: 180px; height: 50px;
	margin: 10px 10px 0 0; padding: 10px;
	border: 1px solid #DDD; background: #C90;
	color: #FFF; font-weight: bold;
}

img.button { 
	width: 81px; height: 34px; 
	cursor: pointer; margin-right: 5px;
}		

div.file div { 
	position: absolute; 
	width: 0px; 
	height: 5px; 
	background-color: #FFF; 
	bottom: 5px; 
	left: 5px; 
}

#novo-evento {
	position: absolute; 
	top: 10px;
	right: 10px;
}

#box-abas blockquote {
margin: 0 11px;
padding: 2px;
}

#subconteudo {
padding: 10px;
width: 620px;
margin-left: 27px; 
height: 300px;
overflow-y: auto;
border: 1px solid #EEE;
}

/* LOGIN */

#box-login {
	width: 300px;
	border: 1px solid #555;
	background-color: #FFF;
	color: #555;
	padding:10px;
	text-align: left;
	line-height:18px;
}

.destaque {
	color: #FFF;
	background-color: #555;
	font-size: 18px;
	text-align: center;
	line-height: 35px;
	width: 100%;
	height: 35px;
	font-weight: bold;
}

#abas {
	position: absolute; 
	bottom: -9px;
	_bottom: -7px;
	right: 0;
	width: 500px;
}

#abas .aba-topo-inativa {
	position: relative;
	float: right;
	color: #555;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin: 0 5px;
	padding: 5px;
	border: 1px solid #555;
	
}

#abas .aba-topo-ativa {
	position: relative;
	float: right;
	color: #FFF;
	background-color: #555;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin: 0 5px;
	padding: 5px;
}

#idiomas {
	position: relative;
	text-align: right;
	width: 300px;
	top: -30px;
}