/* Add css class names below and they will show in all "Style" drop-downs */
.texto-branco { color:#FFFFFF;}
.texto-rosa {color: #ec2a4e;}

.rosa {
	margin-bottom: 5px;
	font-family: Verdana;
	font-size:10px;
	font-weight: bold;
	text-transform:uppercase;
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	background: #ec2a4e;
	margin-right: 5px;
}

.branco {
	margin-bottom: 5px;
	font-family: Verdana;
	font-size:10px;
	font-weight: bold;
	text-transform:uppercase;
	padding: 5px 5px 5px 5px;
	color: #4c4b4b;
	background: #ffffff;
	margin-right: 5px;
}

.tabela tr:hover{
background:url(http://www.placebo.com.br/v1/wp-content/themes/dailyedition/images/sidemod-bg.png);
}

.foto-borda-branca {
border: 1px solid #FFFFFF;
}

.foto-borda-cinza {
border: 1px solid #4c4b4b;
}








.botao a{

font-family:Verdana; padding:4px 8px; color:#fff; font-weight:bold; text-transform:uppercase; text-shadow: #b0203b 0px 1px; background-color:#ec2a4e; border:1px solid #b0203b; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
margin-top: 5px;
margin-bottom: 5px;
font-size: 10px;

}

.botao a:hover{

cursor:pointer; opacity:0.8; filter: alpha(opacity = 80);
text-decoration:none;
color:#fff

}












