/* 20080716 > LM > NOTICIAS Listagem
 ------------------------------------------------- */

.NoticiasListagem {margin-top: 5px; margin-bottom: 5px;}

	.NoticiasListagem_Header {margin-top: 5px; font-size: 21px; color: #970000;}
		
	.NoticiasListagem_Titulo {font-size: 15px; color: #ae3d3d; font-weight: bold;}
	
	.NoticiasListagem_Descricao {color: #818181; vertical-align: top;}
	
	.NoticiasListagem_Row {cursor: pointer; border: solid 1px #edd6d6; padding: 5px; background-color: #f2f2f2; margin-top: 5px;}
	
	.NoticiasListagem_Row:hover .NoticiasListagem_Descricao {color: #333333;}
	
	.NoticiasListagem_Row:hover .NoticiasListagem_Titulo {color: #970000;}
	
	.NoticiasListagem_Row:hover {background-color: #e5e5e5; border: solid 1px #dbadad;}
	
	.NoticiasListagem_ARow {}
	
	.NoticiasListagem_ARow:hover {}
	
	.NoticiasListagem .CssButtonStyle {width: 20px;}
	
	.NoticiasListagem .CssButtonStyleSelected {width: 20px;}
	 
	.NoticiasListagem .CssButtonStyle:hover {width: 20px;}
	

/* 20080716 > LM > NOTICIAS DETALHE
 ------------------------------------------------- */
 
.NoticiasDetalhe{}	
	
	.NoticiasDetalhe .Titulo /* h1 style */
	{margin: 10px 0px 0px 0px; color: #970000; font: Arial, Helvetica, sans-serif; font-size: 21px; font-weight: normal;}
	
	.NoticiasDetalhe .Descricao /* h2 style bottom-margin: 7px*/
	{margin: 0px 0px 7px 10px; color: #000000; font: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold;}
	
	.NoticiasDetalhe .Corpo {}
	
	.NoticiasDetalhe .Legenda, .NoticiasDetalhe .Autor, .NoticiasDetalhe .Data {font-weight: bold; font-size: 11px; text-align: right;}
	
	.NoticiasDetalhe .Autor {margin: 25px 0px 0px 0px; font-style: italic;}
	

/* 20080716 > LM > NOTICIAS SEARCH
------------------------------------------------- */
 	
.Search_Noticias {margin: 5px;}
	
	.Search_Noticias_Header {padding-top: 7px; font: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; text-align: left; color: #970000; padding-left: 5px;}
	
	.Search_Noticias_Content {text-align: right;}
	
	.Search_Noticias .TextBoxDefault {width: 154px;}

	.Search_Noticias .CssButtonStyle {margin: 5px 0px 0px 5px;}




