/* 20080611 > LM > ANUNCIOS
 ------------------------------------------------------------------------- */
	.FL_Anuncios 
	{
	}
	
	.FL_Anuncios_Header 
	{
	}
	
	.FL_Anuncios_Space
	{
		height: 5px;
		margin: 0px 0px 5px 0px;
		border-bottom: solid 1px #696969;
	}
	
	.FL_Anuncios_Row, .FL_Anuncios_ARow
	{
		width: 100%;
		color: #868686;
		cursor: pointer;
	}
	
	.FL_Anuncios_ARow
	{
	}
	
	.FL_Anuncios_Row:hover , .FL_Anuncios_ARow:hover	
	{
		background-color: #f0f0f0;
		color: #000000;
		cursor: pointer;
		border: none;
	}
	
	.FL_Anuncios_Row_Titulo, .FL_Anuncios_ARow_Titulo
	{
		font-weight: bold;
		padding: 5px 5px 3px 5px;
		vertical-align: bottom;;
	}
	
	.FL_Anuncios_Row_TituloFuncao, .FL_Anuncios_ARow_TituloFuncao
	{
		color: #ba4038;
		font-size: 12px;
		font-weight: bold;
		padding: 5px 5px 3px 5px;
	}
	
	.FL_Anuncios_ARow_Titulo
	{
	}
	
	.FL_Anuncios_Row_Desc, .FL_Anuncios_ARow_Desc
	{
		padding: 0px 5px 5px 5px;
	}
	
	.FL_Anuncios_ARow_Desc
	{
	}
	
	.FL_Anuncios_Row .Urgente, .FL_Anuncios_ARow .Urgente
	{
		font-weight: bold;
		text-align: center;
		color: #ba4038;
	}
	
	.FL_Anuncios_Row:hover .Urgente, .FL_Anuncios_ARow:hover .Urgente, .FL_Anuncios_Row:hover .FL_Anuncios_ARow_TituloFuncao, .FL_Anuncios_Row:hover .FL_Anuncios_Row_TituloFuncao
	{
		font-weight: bold;
		color: #ad0a00;
	}


/* 20080611 > LM > ANUNCIOS SEARCH
 ------------------------------------------------------------------------- */
	.CssAnunciosSearch
	{
		width: 285px;
		margin-top: 11px;
	}
	
	.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: #ad0a00;
		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: #ad0a00;
		background-color: transparent;
		text-decoration: none;
	}


