



div.list{}
/* IE float Bug */
div.list, div.list dd{_height: 1%;}
/*Float Model Bug http://www.positioniseverything.net/easyclearing.html */	
div.list:after, div.list dd:after{content:".";display:block;height:0;clear:both;visibility:hidden;}	


ul.list,
div.content ul.list
	{
	list-style-image:none;
	}


/**
 * Lista de registros
 * Noticias, artigso
 */
div.list-info dt
	{
	background:transparent url(img/sub-title-bg.gif) no-repeat left bottom;
	text-transform:uppercase;
	font-size:0.8em;
	margin:0 0 15px 0;
	padding:12px 25px;
	display:block;
	}	
div.list-info dd
	{
	font-size:1.1em;
	clear:both;
	margin:0 0 15px 0;
	padding:0 0 0 25px;
	background:transparent url(img/files-icon.gif) no-repeat; 
	}
div.list-info dd.highlight
	{
	font-size:1.1em;
	}


div.list-info img.photo
	{
	float:left;
	border:1px solid #D4D4D4;
	padding:2px;
	margin:0 5px 5px 0;
	}	
div.list-info img.photo:hover
	{
	padding:0;
	border-width:3px;
	}	
div.list-info a.title
	{
	font-size:1.5em;
	font-family:HelveticaNeue, "MS Sans Serif", Geneva, sans-serif;
	color:#004da2;
	display:block;
	}
div.list-info a.title:hover
	{
	text-decoration:underline;
	color:black;
	}
div.list-info span.date
	{
	color:gray;
	}	
div.list-info p
	{
	color:#555555;
	line-height:1.4em;
	}	

div.list-info a.know-more
	{
	margin-top:20px;
	margin-left:20px;
	}





/**
 * Lista de coluna
 * Outras noticias, outros artigos
 */
div.list-others
	{
	}
div.list-others dl
	{
	
	margin:0;
	padding:0 10px;
	}	
div.list-others dt
	{
	text-transform:uppercase;
	color:gray;
	margin:10px;
	font-size:0.9em;
	}	
div.list-others dd
	{
	margin:0 0 10px 0;
	padding:0 0 0 10px;
	background:transparent url(img/list-style-ball-negative.gif) no-repeat 0 5px;
	}
div.list-others a
	{
	color:#27578d;
	}	
div.list-others a:hover
	{
	color:#FF6600;
	}	
	
div.list-others dd.current a
	{
	color:black;
	font-weight:bold;
	text-decoration:line-through;
	}	
	




	
div.files dl
	{
	list-style:none;
	padding:0 0 0 20px;
	margin-left:0;
	}
/* IE float Bug */
div.files dl{_height: 1%;}
/*Float Model Bug http://www.positioniseverything.net/easyclearing.html */	
div.files dl:after{content:".";display:block;height:0;clear:both;visibility:hidden;}	

	
div.files dt
	{
	font-weight:bold;
	border-bottom:1px solid #EAEAEA;
	margin:10px 0 5px 0;
	text-transform:uppercase;
	font-size:0.8em;
	}
div.files a
	{
	clear:left;
	float:left;
	padding:2px;
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:left 2px;
	display:block;
	}
div.files a:hover
	{
	background-position:0 -42px;
	}
div.files a em
	{
	color:gray;
	font-style:normal;
	font-size:0.9em;
	}		
div.files dd.doc a
	{
	background-image:url(img/file-doc.gif);
	}	
div.files dd.ppt a
	{
	background-image:url(img/file-ppt.gif);
	}	
div.files dd.xls a
	{
	background-image:url(img/file-xls.gif);
	}		
div.files dd.pdf a
	{
	background-image:url(img/file-pdf.gif);
	}		
	
div.files dd.jpg a
	{
	background-image:url(img/file-jpg.gif);
	}		
div.files dd.gif a
	{
	background-image:url(img/file-gif.gif);
	}		
div.files dd.png a
	{
	background-image:url(img/file-png.gif);
	}		
div.files dd.bmp a
	{
	background-image:url(img/file-bmp.gif);
	}								
										





	
	
div.content ul
	{
	list-style-image:url(img/list-style-raquo.gif);
	}

	
	
	
	
	