/* Atribue parâmetros a todas as páginas */ 
body { background-color: #C9C9CA; color:#29166F; }

* {
	font-size:11px;
	font-family:Verdana, Arial;
}

.borda_tabela { border:1px solid #9F9F9F; background-color:#FFF; margin: auto; }

.borda_img { border: 1px solid #000; }

.sem_borda { border: 0; }

/*.img_eventos { width:150px; display:block; border: 1px solid #000; }*/

.img_eventos { width:150px; }
.img_eventos * { display:block; }
.cropFoto { overflow:hidden; width:150px; height:113px; }
.cropFoto:hover { border:4px solid #06F; width:142px; height:105px; }
.cropFoto:hover img { margin:-4px 0 0 -4px; }

.borda_padding { padding: 6px; }

.tabelinha { border-right: 1px solid #CCC; border-bottom: 1px solid #CCC; border-left: 1px solid #CCC; }

.tabelinha_cabecalho { border: 1px solid #CCC; }

.tabela_produto { border:1px solid #EBEBEB; }

#tabela_opcoes td {
	background-color:#FFF;
	border:1px solid #29166F;
}

#tabela_opcoes td:hover {
	background-color:#29166F;
	cursor:hand;
	color:#FC9;
}

#tabela_opcoes #celula_excluir {
	border:1px dashed #29166F;
}

#tabela_opcoes #celula_excluir:hover {
	background-color:#FF0000;
	cursor:hand;
	color:#FFF;
	border:1px dashed #29166F;
}

#tabela_opcoes #celula_nula:hover {
	color:#FFF;
	background:#FFF;
	cursor:default;
}
.borda_tabela_escolha{
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#CCCCCC;
}

#cartoes {padding-left:15px; padding-right:15px;}

	#cartoes img{ margin-right:2px;margin-top:5px;}