/* ESTILO PARA NOTICIAS.HTML */


/*formatação para news_downloads*/
.news_downloads #left, .news_downloads #right {
	border-collapse:collapse;
	margin-top:10px;
}
.news_downloads #left {
	width:340px;
	height:auto;
	margin-right:5px;
}
.news_downloads #right {
	width:397px;
	height:auto;
	border-left:1px solid white;
	margin-left:5px;
	margin-right:0;
}
.news_downloads #right IMG {
	border:1px solid #DDDDDD;
}
.news_downloads #right IMG:hover {
	border:1px #007BB2 solid;
}
.news_downloads H5,.awards H5 {
	background:#444444;
	color:white;
	margin-top:2px;
	padding-bottom:1px;
	width:auto;
	position:relative;
}


/*publications & press*/

.publications {
	display:inline-block;
	float:left;
	width:100%;
	border-left:1px #CCD9EF solid;
	margin-bottom:10px;
}
.publications#downloads .publication_block {width:100%; border-left:0;}
.publications#downloads .publication_block IMG {width:105px; margin:8px;}

.publication_block {
	border-collapse:collapse;
	position:relative;
	float:right;
	display:inline-block;
	width:225px;
	height:90px;
	text-align:center;
	vertical-align:middle;
	
	border-left:1px #CCD9EF solid;
	border-right:1px #CCD9EF solid;
	border-bottom:1px #CCD9EF solid;
}
 .publications .m{
	width:198px;
}
 .publications .g{
	width:170px;
	float:left;
	border-left:0;
	border-right:0;
	height:181px;
	padding:0;
}
.publications .g P {
	margin:0;
	padding-left:8px;
	width:auto;
}
.publications A:link, .publications A:visited, .g A:link, .g A:visited {
	color:#007BB2;
}


DIV.publication_block:hover {
	background:#EEF2F7;
	/*cursor:pointer;*/
}

.publication_block IMG {
	width:52px;
	float:left;
	margin:8px;
}
.publication_block P {
	margin:6px;
	margin-top:20px;
	padding:0;
	cursor:default;
}
.publications .g IMG{
	width:135px;
	margin:15px;
}

/*formatação para as notícias na home*/

.noticias 
{
	width:316px;
	border-collapse:collapse;
}

	.noticias td, .noticias_arquivo td, testimonials td {
		border:solid /*#99B4DF*/#CCD9EF 1px;
		border-spacing:0px;
		text-align:justify;
		height:50px;
		padding:0;
	}
table.noticias_arquivo {
	width:100%;
	border-collapse:collapse;
}
	/*home*/.noticias td {border-right:0;}
	
	.testimonials td {
		height:auto;
	}
	.noticias p a:link, .info a:link {
		color:#333333;
		border-bottom:0;
	}
	.noticias p a:visited, .info a:visited {
		color:#333333;
		border-bottom:0;
	}
	.noticias p a:hover, .info a:hover {
		color:#233D6E;
		border-bottom:0;
	}
	.noticias p a:active, .info a:active {
		color:#666666;
		border-bottom:0;
	}
	.noticias H1.news_titulo {text-transform:uppercase; color:#007BB2; font-size:26px;}
	.noticias P.news_data {margin:0; font-size:x-small; text-align:right;}
	.noticias P.news_chamada {
		font-family:'Trebuchet MS', Arial, Helvetica, Sans-Serif;
		font-size:15px;
		font-style:italic;
		color:#333333;
		margin-bottom:0;}
	
	P.fonte_chamada {
		font-size:11px;
		text-align:left;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		padding:0;
		padding-left:10px;
		padding-right:10px;
		padding-top:10px;
		margin:0;
		color:#555555;
		text-indent:0;
	}
	P.fonte_noticia {
		font-size:11px;
		text-align:left;
		color:#777777;
		padding-left:10px;
		padding-right:10px;
		padding-top:6px;
		padding-bottom:12px;
		text-indent:0;
	}
	
	.fonte_chamada a:link, .fonte_chamada a:hover, .fonte_chamada a:active, .fonte_chamada a:visited{color:#555555; border-bottom:0; width:100%; height:100%}
	.fonte_noticia a:link, .fonte_noticia a:hover, .fonte_noticia a:active, .fonte_noticia a:visited{color:#777777; border-bottom:0; width:100%; height:100%}





/*menu flutuante com as 4 últimas notícias*/


.menu_noticias {
	float:right;
	width:220px;
	background:#EFEFEF;
	font-size:small;
	padding:10px;
	margin:20px;
	margin-right:0;
	margin-top:9px;
}

.noticias .menu_noticias h4 {
	color:#777777;
	font-size:medium;
}

.noticias .menu_noticias ul {
	margin-left:0;
	padding-left:20px;
}

.noticias .menu_noticias li {
	list-style-type:square;
	color:#999999;
	padding-left:0;
}

.noticias .menu_noticias p {
	margin-bottom:3px;
	margin-top:3px;
	line-height:15px;
	text-align:left;
}

.noticias .menu_noticias p a:link {
	color:#333333;
}
.noticias .menu_noticias p a:hover {	
	color:#233D6E;
}
.noticias .menu_noticias p a:active {
	color:#333333;
}
.noticias .menu_noticias p a:visited {
	color:#888888;
}