/* Estilo geral */
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: auto;
	background: #FFF;
	/*color: #1a3804;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* contém tudo */
#container {
	width: 800px;
	height: auto;
	margin: 0 auto 0 auto;
}
/* o header contém o banner Água Salgada */
#header {
	width: 800px;
	height: 200px;
	background: #6699FF url(../img_source/bannerAgSalgada.jpg) top left no-repeat;
	position: relative;
}

	/* barra de navegação */
#navbar {
	position: absolute;
	bottom: 11px;
	right: 6px;
}
	#navbar ul{
	}
	#navbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#navbar a {
		text-decoration: none;
		display: block;
		padding: 4px 10px 4px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
		color: #000066;
	}
	#navbar a:hover {
		background: #000066;
		color: #FFF;
	}	


/* barra do canto superior direito */
#topbar {
	width: 800px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: right;
}

/* os links da topbar são formatados aqui através de listas */
	#topbar ul {
		float: right;
	}
	#topbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#topbar a {
		text-decoration: none;
		display: block;
		padding: 0 10px 0 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
		color: #000066;
	}
	#topbar a:hover {
		background: #000066;
		color: #FFF;
	}
/* o core contém todos os conteúdos do site */
#core {
	width: 800px;
	height: auto;
	margin-top: 5px;
	background: #FFF url(../img_source/corebackSalt.gif) left repeat-y;
}
/* o coreleft contém a barra da esquerda */
#coreleft {
	width: 140px;
	background: #D6DCF8;
	float: left;
}
	#coreleft h3 {
		padding: 20px 4px 0 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 18px;
		margin: 0;
		border-bottom: 1px dotted #336699;
		color: #000066;
	}
	
	/* o corecenter contém a parte central da página */
#corecenter {
	width: 510px;
	height: auto;
	float: left;
}
	#corecenter table{
		text-align:left;
		border: #C6CFF4;
		border: solid;
		/*width:520px;*/
		cellspacing:3px;
	}
	#corecenter table ul{
		padding: 5px;
		width: auto;
	}
	#corecenter table li{
		list-style: none;
		line-height: 10px;
		/*border-bottom: 1px solid #DDD;*/
	}
	#corecenter table li a{
		text-decoration: none;
		color: #000066;
		display: block;
		height: auto;
		padding: 4px;
	}	
	#corecenter h2 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 20px;
		color: #006699;
		padding: 10px 0 0 10px;
	}
	#corecenter h3 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 18px;
		color: #006699;
		padding: 10px 0 0 10px;
	}
	#corecenter p {
		line-height: 20px;
		padding: 0 10px 10px 10px;
		color: #DDDD;
	}
	
	#corecenter ul {
		padding: 20px;
		width: auto;
	}
	#corecenter li {
		list-style: none;
		line-height: 20px;
		border-bottom: 1px solid #DDD;
	}
	#corecenter li a {
		text-decoration: none;
		color: #7C8FDC;
		display: block;
		height: auto;
		padding: 4px;		
	}
	#corecenter li a:hover {
		background: #C6CFF4;
		color: #000066;
	}	
		/* o footer contém copyright, info, etc */
#footer {
	clear: both;
	width: 800px;
	height: 30px;
	background: #003366;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#7AA3E7;
}
	#footer p {
		color: #FFF;
		padding-right: 20px;
	}
	#footer a {
		color: #E3EFFD;
	}
	
#coreright {
	width: 80px;
	height: auto;
	background: #FFFFFF;
	float: right;
	overflow:visible;
}

/* links */
	#coreright ul {
	}
	#coreright li {
		display: block;
		height: auto;
		width: 136px;
		margin: 2px;
	}
	#coreright a {
		display: block;
		height: auto;
		padding: 4px;
		width: 128px;
		color: #000066;
		background: url(../img_source/setaSalt.gif) 97% center no-repeat;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		border: 0;
		border-bottom: 1px dashed #C6CFF4;
	}

	#coreright a:hover {
		background: #000066 url(../img_source/setaSalt2.gif) 97% center no-repeat;
		color: #FFF;
	}
	
	#coreright p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}

.headerTabela {
	background-color:#000066;
	color:#FFFFFF;
}
.primeiraLinhaTabela {
	background-color: #FFFFFF;
	color: #006699;
}
.segundaLinhaTabela {
	background-color: #D6DCF8;
	color: #1C2684;
}
