/* ECOMPANY - ESTILOS GEN�RICOS */
/*Estilo da TD foi retirado e colocado em Ecp.Geral.css*/
td.ativada {background-color:#CEDFEF}
td.desativada {background-color:#73C3DE;}

/* TAGS */

span.tags strong {
    color: #585858;
    float: left;
    margin-right: 5px;
}

span.tags a {
    background: url(ico-tag.png) no-repeat scroll 0 0 #E7E7E7;
    color: #585858;
    float: left;
    height: 16px;
    line-height: 16px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 0 5px 0 10px;
    white-space: nowrap;
}

span.tags a:hover {
	background: #3B99BE url(ico-tag.png) no-repeat 0 -16px;
	color: #FFF;
	text-decoration: none;
}