/* 20080903 > LM > ANUNCIOS
 ------------------------------------------------------------------------- */
	.FL_Anuncios 
	{
	}
	
	.FL_Anuncios_Header 
	{
	}
	
	.FL_Anuncios_Row, .FL_Anuncios_ARow
	{
		width: 100%;
		margin: 0px;
		background-color: #e0e0e0;		
		cursor: pointer;
	}
	
	.FL_Anuncios_Space
	{
		border-bottom: solid 1px #1b3886;
	}
	
	.FL_Anuncios_ARow
	{
	}
	
	.FL_Anuncios_Row:hover , .FL_Anuncios_ARow:hover	
	{
		color: #ffffff;
		background-color: #00abff; /* #66cdff; */		
		cursor: pointer;
		border: none;
	}
	
	.FL_Anuncios_Row_Titulo, .FL_Anuncios_ARow_Titulo
	{
		font-weight: bold;
		/*color: #1b3886;*/
		padding: 15px 5px 3px 5px;
	}
	
	.FL_Anuncios_ARow_Titulo
	{
	}
	
	.FL_Anuncios_Row_Desc, .FL_Anuncios_ARow_Desc
	{
		padding: 0px 5px 15px 5px;
	}
	
	.FL_Anuncios_ARow_Desc
	{
	}
	
	.FL_Anuncios_Row .Urgente, .FL_Anuncios_ARow .Urgente
	{
		font-weight: bold;
		text-align: center;
		color: #ff0000;
		padding-bottom: 15px;
	}
	
	.FL_Anuncios_Row:hover .Urgente, .FL_Anuncios_ARow:hover .Urgente
	{
		font-weight: bold;
		text-align: center;
		color: #ffffff;
		padding-bottom: 15px;
	}


/* 20080611 > LM > ANUNCIOS SEARCH
 ------------------------------------------------------------------------- */
	.CssAnunciosSearch
	{
		width: 285px;
		margin-top: 10px;
	}
	
	.CssAnunciosSearch_Header
	{
		color: #000000;
		font-weight: bold;
		text-align: right;
		padding: 0px 0px 3px 3px;
		white-space: nowrap;
	}
	
	.CssAnunciosSearch_Row
	{		
		padding: 5px 0px 5px 3px;
	}
	
	.CssAnunciosSearch_DropDown, .CssAnunciosSearch_TextBox
	{
		font-size: 11px;
		padding: 3px 3px 3px 3px;
		border: solid 1px #000000;
		color: #000000;
		background-color: #ffffff;
		font-family: Tahoma, Verdana, Arial;
	}
	
	.CssAnunciosSearch_DropDown
	{
		width: 200px;
		margin-bottom: 5px;
	}
	
	.CssAnunciosSearch_TextBox
	{
		width: 192px;
		margin-bottom: 5px;
		
	}



/* 20080611 > LM > ANUNCIOS FRONT DETAIL
 ------------------------------------------------------------------------- */
	.FD_Heading
	{
		padding: 5px;
		color:#ffffff;
		font-weight: bold;
		background-color: #00abff;
		border: solid 1px #e0e0e0;
	}
	.FD_Dados
	{
		padding: 5px;
		background-color:#f9fcfd;
		border: solid 1px #e0e0e0;
	}
	
	.FD_Dados a
	{
		color: #000000;
		text-decoration: underline;
	}

	.FD_Dados a:hover
	{
		color: #00abff;
		background-color: transparent;
		text-decoration: none;
	}


