/* PADRAO */
body {
	background-color: #EEE;
	font-family: arial;
	font-size: 12px;
	margin:0;
	padding:0;
}

a {
	font-family: arial;
	font-size: 12px; 
	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: 980px;
	_height: 90px;
	height: 93px;
}

.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: 980px;
	
}

/* 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:12px;
	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);
}

/* ************** */

#box-menu #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: left;
	width: 165px;
}

#box-menu #menu ul li {
	list-style-image: none;
	position: relative;
	float: bottom;
	margin: 0 1px 0 0;
	background-color: #eee;
	width: 165px;
	height: 25px;
}

#box-menu #menu li ul {
	position: absolute;
	z-index: 10;
	left: 165px;
	left: 0;
	display: none;
	
}

#box-menu #menu li ul li {
	background: none;
	background-color: #fff;
	width: 200px;
	color: #fff;
	border-bottom: 1px dotted #999;
}

#box-menu #menu ul li a {
	display: block;
	line-height: 25px;
	text-decoration: none;
	color: #999;
	background: #fff;
	font-family: Arial;
	font-size: 15px;
	padding: 0 10px;
	border-right: 1px solid #fff;
}

#box-menu #menu ul li a.ativo {
	background-color: #cc9900;
	color: #fff;
}

#box-menu #menu ul li a:hover {
	background-color: #cc9900;
	color: #fff;
}

/* ************** */



/* ESCOLHA DE EVENTO */
#box-escolha {
	left: 0px;
	position: absolute;
	border: 1px solid #CCC;
	display: block;
	background-color: #FFF;
	width:980px;
	padding: 5px 0px;
	text-align: left;
}

#box-escolha h1 {
	font-family:arial;
	font-size:18px;
	color: #666;
	margin: 10px 10px;
}

#box-escolha h2 {
	font-family: arial;
	font-size:12px;
	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: 12px;
	color: #666;
	height: 30px;

}

#box-comum td {
	font-family: arial;
	font-size: 12px;
	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:12px;
	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: 12px;
	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: 12px;
	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;
}

#abasubmenu {
	position: relative;
	background-color: #C90;
	width:500px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-left:100px;
	top: -34px;	
}

#abasubmenu table {
	color: #FFF;
	border: none;
	padding: 5px ;
	margin:0;
}

#abasubmenu td {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border: none;
}

#abasubmenu a {
	color: #FFF;
}


#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: 12px;
	color: #666;
	line-height: 30px;
}

.formulario {
	font-family: arial;
	font-size: 12px;
}

.campo-vazio {
	font-family: arial;
	font-size: 12px;
	background-color: #FCC;
	border: 1px solid red;

}

.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: 12px;
	color: #666;
}

.botao-confirmar {
	height: 26px;
	background: URL(/backend/lay/icon/check.png) left no-repeat;
	background-color: #FFF;
	padding: 2px 2px 2px 23px;
	margin: 0;
	border: none;
	font-family: arial;
	text-align:left;
	font-size: 16px;
	color: #666;
	font-weight: bold;
}

.botao-declinar {
	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: 12px;
	color: #999;

}

.botao-voltar {
	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: 12px;
	color: #666;
}

.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: 12px;
	color: #666;
}

.botao-download {
	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: 12px;
	color: #666;
}

.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: 12px;
	color: #666;
}

.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: 12px;
	color: #666;
}

.botao-busca {
	height: 26px;
	background: URL(/backend/lay/icon/zoom.png) left no-repeat;
	background-color: #FFF;
	padding: 2px 2px 2px 23px;
	margin: 0;
	border: none;
	font-family: arial;
	text-align:left;
	font-size: 12px;
	color: #666;
}

.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: 12px;
	color: #666;
}

.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: 12px;
	color: #666;
}

.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: 12px;
	color: #666;
}

.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: 12px;
	color: #666;
}

.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: 12px;
	color: #666;
}

.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: 12px;
	color: #666;
}

.box-imagem {
	width: 235px;
	height: 22px;
	margin: 5px;
	float:left; 
	display: table;
}

/* SPAW */
#conteudo_enclosure td {
	font-family: arial;
	font-size: 12px;
	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 12px;
padding: 2px;
}

#subconteudo {
padding: 10px;
width: 620px;
margin-left: 27px; 
height: 300px;
overflow-y: auto;
border: 1px solid #EEE;
}

#subconteudo2 {
padding: 10px;
width: 620px;
margin-left: 27px; 
border: 1px solid #EEE;
}

#cabexpo {
	position: absolute;
	padding: 10px;
	text-align: left;
	background-color: #F5F5F5;
	margin-top: 15px;
	color: #333;
	font-family: arial;
	line-height: 18px;
	font-size: 14px;
	border: 1px dashed #333;
	width: 180px;
	height: 50px;
}

#cabmont {
	position: absolute;
	padding: 0 10px;
	text-align: left;
	left: 210px;
	background-color: #FFF;
	margin-top: 0;
	color: #333;
	font-family: arial;
	line-height: 18px;
	font-size: 14px;
	border-left: 2px solid #CCC;
	border-right: 2px solid #CCC;
	
}


.soli-aguardando {
	background-color: #FFC;
}

.soli-ativo {
	background-color: #EFE;
}

.soli-inativo {
	background-color: #FFF;
}
}
