.botao_atualizar_meio {
	background-repeat: repeat-x;
	cursor:pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-image: url(imagens/button_clicked_middle.png);
}
.botao_atualizar_esquerda {
	background-repeat: no-repeat;
	cursor:pointer;
	background-image: url(imagens/button_atualizar_left.png);
}
.botao_remover_esquerda {
	background-image: url(imagens/button_clicked_left.png);
	background-repeat: no-repeat;
	cursor:pointer;
}

.botao_atualizar_direita {
	background-repeat: no-repeat;
	cursor:pointer;
	background-image: url(imagens/button_clicked_right.png);
}
.td_tabela_listar_modalidades_esquerda {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.td_tabela_listar_modalidades_meio {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.cabeçalho_tabela_listar_modalidades {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	background-color: #CCC;
	font-size: 11px;
}
.td_tabela_listar_modalidades_direita {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.botao_padrão_esquerda {
	background-image: url(../imagens/button_clicked_left.png);
	background-repeat: no-repeat;
	cursor:pointer;
}

