/* Cores

	Marrom escuro: 153,100,86
	Marrom claro: 233,221,218
	Amarelo escuro: 255,90,0
	Cinza 1: 245,245,245
	Cinza 2: 235,235,235
	Cinza 3: 220,220,220
	Cinza 4: 80,80,80

*/

/*********************
 ZERA MARGENS E BORDAS
 *********************/

* {
	border:none;
	margin:none;
	padding:0px;
	text-decoration:none;
}

/******
 LAYOUT
 ******/

html {
	background:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	list-style:none;
	overflow-y:scroll; /* para sempre exibir a scrollbar vertical */
}

body {
	margin:10px 0px;
}

#layout {
	display:table;
	margin:auto;
}

#cabecalho {
	background:url("../imagens/layout/header.gif") no-repeat;
	height:111px;
	width:750px;
}

#corpo {
	background:url("../imagens/layout/bmiddle.gif") repeat-y;
	margin:8px 0px;
	width:750px;
}

.btop {
	background:url("../imagens/layout/btop.gif") no-repeat;
	height:16px;
	overflow:hidden;
	width:750px;
}

.bbottom {
	background:url("../imagens/layout/bbottom.gif") no-repeat;
	height:16px;
	overflow:hidden;
	width:750px;
}

.homept {
	background:url("../imagens/layout/homept.gif") no-repeat;
	height:282px;
	margin:8px 0px;
	overflow:hidden;
	width:750px;
}

.homeen {
	background:url("../imagens/layout/homeen.gif") no-repeat;
	height:282px;
	margin:8px 0px;
	overflow:hidden;
	width:750px;
}

/*****************
 MENU DE NAVEGA&ccedil;ÃO
 *****************/

#menu {
	float:left;
	font-size:10px;
	left:84px;
	margin:0px;
	padding:0px;
	position:relative;
	top:74px;
	z-index:10;
}

.itemmenu {
	float:left;
}

.itemmenu a {
	color:rgb(120,120,120);
	display:block;
	font-weight:bold;
	padding:3px 18px;
	position:relative;
	text-decoration:none;
}

.itemmenu a:hover {
	background:rgb(233,221,218);
	border:none;
	color:rgb(153,100,86);
}

.submenu {
	border:solid 1px rgb(220,220,220);
	position:absolute;
	top:22px;
	visibility:hidden;
}

.submenu a {
	background:rgb(245,245,245);
	border:solid 1px rgb(245,245,245);
	color:rgb(80,80,80);
	display:block;
	font-weight:normal;
	padding:5px;
	position:relative;
	margin:0px;
}

.submenu a:hover {
	background:rgb(235,235,235);
	border:solid 1px rgb(220,220,220);
}

/*******
 T&iacute;TULOS
 *******/

h1 {
	color:rgb(153,100,86);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-style:italic;
	font-weight:normal;
	margin:10px 30px 20px;
	text-align:left;
}

h2 {
	border-bottom:1px solid rgb(220,220,220);
	color:rgb(80,80,80);
	font-size:18px;
	margin:0px 30px 20px;
	padding:0px;
	text-align:center;
}

h3 {
	border-bottom:1px solid rgb(220,220,220);
	border-left:5px solid rgb(220,220,220);
	color:rgb(80,80,80);
	font-size:15px;
	margin:20px 30px 20px;
	padding-left:6px;
	text-align:left;
}

h4 {
	font-size:11px;
	font-weight:bold;
	margin:20px 30px 20px;
}

/*****
 LINKS
 *****/

a {
	color:rgb(153,100,86);
	margin:0px 1px;
	text-decoration:none;
}

a:hover {
	border-bottom:1px solid rgb(120,120,120);
	color:rgb(255,90,0);
	text-decoration:none;
}

/******
 TEXTOS
 ******/

p {
	line-height:150%;
	margin:10px 30px;
	text-align:justify;
}

.pcenter, .pcenter table {
	margin:auto;
	text-align:center;
}

.pleft {
	text-align:left;
}

.pright {
	text-align:right;
}

.boxleft {
	border:1px solid rgb(233,221,218);
	float:left;
	margin-bottom:10px;
	margin-left:30px;
	margin-right:20px;
	padding:8px;
	text-align:center;
}

.boxright {
	border:1px solid rgb(233,221,218);
	float:right;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:30px;
	padding:8px;
	text-align:center;
}

.boxmap {
	border:1px solid rgb(233,221,218);
	margin:auto;
	padding:8px;
	text-align:center;
	width:484px;
}

.topicgray {
	background:rgb(235,235,235);
	border:solid 1px rgb(220,220,220);
	color:black;
	display:block;
	float:left;
	font-size:10px;
	margin:0px 5px 10px 0px;
	padding:4px;
	width:80px;
}

.topicwhite {
	background:white;
	border:1px solid rgb(220,220,220);
	color:black;
	display:block;
	float:left;
	font-size:10px;
	margin-bottom:10px;
	padding:4px;
	width:347px;
}

/*************
 TABELA &iacute;CONES
 *************/

.tabicons a {
	border:1px solid rgb(250,250,250);
	color:rgb(80,80,80);
	display:block;
	padding:15px;
	width:139px;
}

.tabicons a:hover {
	background:rgb(235,235,235);
	border:solid 1px rgb(220,220,220);
	color:rgb(153,100,86);
}

.tabicons img {
	margin:0px 0px 3px 0px;
}

/***************
 TABELA DE CASOS
 ***************/
 
.tabcasos td {
	border:1px solid rgb(233,221,218);
	color:rgb(153,100,86);
	font-size:10px;
	font-weight:bold;
	padding:5px;
	width:250px;
}

/*******
 TOOLTIP
 *******/

ul.tooltip {
	list-style:url("../imagens/diversas/listtooltip.gif");
	margin:0px 50px;
	position:relative;
	text-align:left;
}

.tooltip a {
	border:solid 1px rgb(250,250,250);
	color:rgb(80,80,80);
	display:block;
	padding:4px;
	width:300px;
}

.tooltip a:hover {
	background:rgb(235,235,235);
	border:solid 1px rgb(220,220,220);
	color:rgb(153,100,86);
	cursor:help;
}

.tooltip a span {
	display:none;
}

.tooltip a:hover span {
	background:url("../imagens/diversas/question.gif") no-repeat top left;
	border:1px solid rgb(225,225,225);
	color:black; 
	display:block;
	left:330px;
	line-height:18px;
	padding:10px;
	position:absolute; 
	text-align:left;
	top:0px; 
	width:315px;
}

.tooltiptit {
	color:rgb(153,100,86);
	font-size:13px;
	font-style:normal;
	font-weight:bold;
}

/******
 PAGING
 ******/
 
.paging {
	font-size:9px;
	margin:-20px 30px 20px;
	padding:0px;
	text-align:right;
}

.paging a {
	color:rgb(120,120,120);
}

.paging a:hover {
	border:0px;
	color:rgb(255,90,0);
}

/****
 BACK
 ****/
 
.back {
	font-size:9px;
	margin:20px 30px 0px;
	text-align:left;
}

.back a {
	color:rgb(120,120,120);
}

.back a:hover {
	border:0px;
	color:rgb(255,90,0);
}

/*********
 ILINKLIST
 *********/

ul.ilinklist {
	list-style:url("../imagens/diversas/listtooltip.gif");
	margin:0px 40px 0px 295px;
	line-height:150%;
	padding:0px;
	position:relative;
	text-align:justify;
}

li.ilinklist {
	margin-bottom:6px;
}

p.ilinklist {
	font-weight:bold;
	margin-left:280px;
}


/***********
  FORMUL&aacute;RIO
 ***********/

.tick {
	color:rgb(255,90,0);
	font-weight:bold;
}

.formulario {
	margin:20px 30px 20px;
	text-align:left;
}

.formulario input, textarea, select {
	border:1px solid rgb(220,220,220);
	color:rgb(80,80,80);
	font-size:11px;
	padding:3px;
}

.formulario input.button {
	background:rgb(233,221,218);
	border-top:1px solid rgb(255,255,255);
	border-right:1px solid rgb(0,0,0);
	border-bottom:1px solid rgb(0,0,0);
	border-left:1px solid rgb(255,255,255);
	color:rgb(153,100,86);
	font-size:10px;
	font-weight:bold;
	padding:5px 10px;
}

/**********
  LANGUAGES
 **********/

.langs {
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
	left:74px;
	top:77px;
}

.langs a,a:hover {
	border:0px;
}
