/* CSS Document */
a.listamapa:active, a.listamapa:link,a.listamapa:visited {
	color:#003366;
	text-decoration:none;
	font-family: Arial, verdana, sans-serif;
	font-size: 10px;
	}
a.listamapa:hover {
	color: #990000;
	text-decoration: none;
	font-family: Arial, verdana, sans-serif;
	font-size: 10px;
}

.titulos_homepage {
	font-size:14px;
	font-weight:bold;
	color:#003366;
	}
/* Custom Error Page */
.customerror { /*div */
	margin:10px;
	padding:10px;
	font-size:11px;
	color:#003366;
	background-color:#EEEEEE;
	}
.customerror a {
	font-size:11px;
	color:#990000;
	}	
.customerror h2 {
	font-size:14px;
	color:#990000;
	}	
/* Basic Elements */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	background-color:#000033;
}

td {
	font-size: 12px;
	min-height:10px;
}

th {
	font-size: 12px;
}
img
{
	border: 0px;
}
form {
	font-size: 12px;
	}

input {
	font-size: 12px;
}

textarea {
	font-size: 12px;
}

select {
	font-size: 12px;
}

ul {
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
	line-height:18px;
	list-style-image:url(../Images/list_image.gif);
	text-indent:0px;		
}

li {
	font-size: 12px;
	line-height:18px;
	text-indent:0px;
}
li a {
	color:#003366;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
}
ol {
	font-size: 12px;
	list-style-type: decimal;
	list-style-position:outside;
	text-indent:5px;	
}
a:active, a:link,a:visited {
	color:#003366;
	text-decoration:none;
	}
a:hover {
	color:#990000;
	text-decoration:none;
	}
h1 {	
	color:#003366;
	font-size:16px;
	font-weight:bold;
	}	
h2 {	
	color:#990000;
	font-size:16px;
	font-weight:bold;	
	}	
h3 {	
	color:#CC6600;
	font-size:12px;
	font-weight:bold;	
	}	
h4 {	
	color:#003366;
	font-size:12px;
	font-weight:bold;	
	}
hr {
	width:100%;
	height:1px;
	padding-bottom:0px;
	color:#999999;
	}		
/* Layout Elements */

/* Layout Elements - Base Table */
.tablereg {
	width:100%;
	}
.base {
	width:825px;
	background-color: #FFFFFF;
	margin-left:auto; margin-right:auto; /* centrar */
	}
.margin {
	width:25px;
	}
.bg {
	background-color:#000033;
	}	
/* Layout Elements - Header Table */	
.bgheader {
	background-color:#003399;
	background-image:url(../Images/headerbg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}		
.header {
	width:800px;
	height:100px;
	background-color:#003399;
	}
.headerline {
	background-color:#000033;
	height:7px;
	font-size:1px; 	
	}
.logotext {
	position:absolute;
	margin-left:15px;
	margin-top:15px;
	width:500px;
	height:25px;
	}		
.logoline {
	width:120px;
	height:7px;
	font-size:1px;
	}	
.logolinewhite {
	height:7px;
	font-size:1px;
	background-color:#FFFFFF;
	}
/* Layout Elements - Right Column Table */			
.rightcolumn  {
	width:150px;
	text-align:left;
	vertical-align:top;
	background-color:#EEEEEE;
	}
.rightdottedline {
	background-image:url(../Images/dot.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:20px;
	}	
.rightdottedline a {
	font-size:10px;
	padding-top:4px;
	text-align:left;
	vertical-align:middle;
	}	
.rightmarginleft {
	width:5px;
	}	
.rightheader td {
	display:block;
	height:30px;
	padding-top:8px;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#000033;
	}		
/* Layout Elements - Content Table */			
.content {
	width:800px;
	text-align:left;
	vertical-align:top;
	}
/* Layout Elements - Home News Table */	
.homenews {
	width:149px;
	text-align:center;
	vertical-align:top;
	background-color:#6699CC;
	}
.homenewstxt {
	color:#FFFFFF;
	text-align:left;
	vertical-align:top;
	background-color:#6699CC;
	padding:8px;
	font-size:11px;
	}
.homenewstxtimg {
	text-align:right;
	vertical-align:middle;
	background-color:#6699CC;
	padding-right:8px;
	}			
.homenewsgutter {
	width:15px;
	}
.homenewsbt {
	width:170px;
	text-align:right;
	vertical-align:middle;
	}
/* Layout Elements - Search Layer */	
#searchlayer {
	position:absolute;
	margin-left:555px;
	margin-top:35px;
	width:250px;
	height:50px;
	z-index:1;
}
/* Layout Elements -Search UC Table */		
.search {
	width:200px;
	border:1px solid #000033;
	padding-left:5px;
	text-align:left;
	vertical-align:middle;
	height:22px;
	}
.searchtable td {
	text-align:left;
	vertical-align:middle;
	}	
.searchimage {
	text-align:left;
	vertical-align:middle;
	}	


.contentintro {
	width:100%;
	}	
/* Layout Elements - Colunms General */
.leftalign {
	vertical-align:top;
	text-align:left;
	border:none;
	}
.rightalign {
	vertical-align:middle;
	text-align:right;
	border:none;
	}
.rightalign td {
	vertical-align:middle;
	text-align:right;
	}	
.centeralign {
	vertical-align:middle;
	text-align:center;
	}							
.gutter	{
	width:15px;
	}
.gutternewsplus3	{
	width:47px;
	}	
.marginleft	{
	width:15px;
	}
.normal { /* table */								
	width:100%;
	}		
.normal td {
	vertical-align:top;
	}	
.general { /* table with margin */	
	margin-top:15px;
	margin-top:15px;	
	width:100%;
	}		
.general td {
	vertical-align:top;
	}
.title	{
	width:100%;
	text-align:left;
	vertical-align:middle;
	padding-top:12px;
	}
.leftline {
	width:125px;
	background-image:url(../Images/dot.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
.rightline {
	background-image:url(../Images/dot.gif);
	background-position:top;
	background-repeat:repeat-x;	
	}
.line {
	background-image:url(../Images/dot.gif);
	background-position:top;
	background-repeat:repeat-x;	
	}	
.dottedline {
	background-image:url(../Images/dot.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-size:1px;
	line-height:1px;
	height:1px;	
	}
.dottedlinelist {
	width:100%;
	display:block;
	background-image:url(../Images/dot.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-size:1px;
	line-height:1px;
	height:1px;
	padding-bottom:3px;
	}	
.dottedlinebanners {
	background-image:url(../Images/dot.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:40px;
	text-align:center;
	vertical-align:middle;
	}	
.dottedlinebanners img {
	vertical-align:middle;
	margin-top:5px;
	}		
.spliter {
	font-size:1px;
	height:20px;
	}						
/* Layout Elements - Footer Table */
.normaltext {
	font-size:10px;
	}
.footer {
	width:800px;
	border-top:1px solid #003366;
	}
.footerline td {
	padding-bottom:15px;
	border-top:1px solid #CCCCCC;
	}	
.footerlinks a {
	font-size:10px;
	padding-bottom:15px;
	text-align:right;
	}	
/* Layout Elements - Navigation Table Header */				
.topmenubg	{
	background-image:url(../Images/menu_top_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:left;
	vertical-align:middle;
	height:18px;
	padding-left:10px;
	}
.menubg {
	width:125px;
	background-image:url(../Images/menu_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	vertical-align:top;
	}	
/* Layout Elements - Navigation Table */	
#Menu_Principal {
	width:125px;
}
#Menu_Principal TD{
	/*border-bottom: 2px ridge #517ba2 #a9cced;*/
	background-image:url(../Images/dot.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#Menu_Principal a
{
	display: block;
	width:125px;
	border-bottom-width: 1px;
	padding: 7px 5px 7px;
	font-size:7.5pt;
	font-weight:bold;
}

#Menu_Principal a:link, #Menu_Principal a:visited
{
	color:#003366;
	text-decoration: none;
	font-weight:bold;
}
#Menu_Principal a:hover
{
	color:#990000;
	font-weight:bold;
	background-image: url(../../dgaiec/Images/menuarrow.jpg);
	background-position:right;
	background-repeat:no-repeat;	
}

/* Layout Elements -Sub Navigation Table */	
/* !!!!!!!!!!!!!!!! Mudar estes div para class e não id */	
#Menu_Secundario {
	width:125px;
}
#Menu_Secundario td {
	width:125px;
	/*border-bottom: 2px ridge #cade95 #fdfffb;*/
	background-image:url(../Images/dot.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#Menu_Secundario a
{
	display: block;
	width:125px;
	border-bottom-width: 1px;
	padding: 7px 5px 7px;
	font-size:7.5pt;
	font-weight:bold;
}

#Menu_Secundario a:link, #Menu_Secundario a:visited
{
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}
#Menu_Secundario a:hover
{
	color: #000000;
	font-weight:bold;
	background-image: url(../../dgaiec/Images/menuarrow.jpg);
	background-position:right;
	background-repeat:no-repeat;	
}

.menu_secundario{
	background-color:#FFFFFF;
	color:#000000;
	font-size:8pt;
	font-weight:bold;
	padding-bottom:2px;
	padding-top:2px;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 0px;
}
/* Layout Elements -BreadCrumbs Div */		
.breadcrumbs {
	margin-left:15px;
	padding-bottom:4px;
	}
.breadcrumbs a {
	font-size:10px;
	text-decoration:none;
	color:#666666;
	}	
/* Layout Elements -NewsPost Table */		
.newspostimage {
	padding-right:20px;
	}		
.newspostimage img {
	width:125px;
/*PG	height:80px;*/
	height:63px;
	}
.channeltitle {
	font-size:14px;
	vertical-align:middle;
	height:20px;
	}
.channeltitle span {
	text-align:left;
	font-weight:bold;
	vertical-align:middle; 
	position:relative; 
	height:20px; 
	margin-top:9px;
	color:#003366;
	}	
.newstitle {
	font-size:12px;
	font-weight:bold;
	color:#003366;
	}				
.newstitle a {
	font-size:12px;
	font-weight:bold;
	}
.newslead {
	font-size:12px;
	}
.newsbody {
	font-size:11px;
	}
.rightalign img {
	margin-bottom:10px;
	border:none;
	}	
/* Layout Elements -Search Results Table */	
.searchchannel {
	text-align:left;
	font-weight:bold;
	vertical-align:middle; 
	position:relative; 
	height:20px; 
	margin-top:9px;
	color:#003366;
	}	
.searchtitle {
	padding-bottom:10px;
	}
.searchtitle a {
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
	}
.searchteaser {
	font-size:12px;
	}
.searchsize {
	font-size:11px;
	padding-bottom:10px;	
	}	
.searchall a {
	font-size:11px;
	font-weight:bold;
	}
.pager a {
	font-size:11px;
	font-weight:normal;
	}		
.destaquestitle {	
	color:#CC6600;
	font-size:12px;
	font-weight:bold;	
}		
.texto_page_footer{
	color:#CC6600;
	font-size:12px;
	font-weight:bold;	
}
