/* roScripts
Table Design by Mihalcea Romeo
www.roscripts.com
----------------------------------------------- */

table.campeonato {
		border-collapse:collapse;
		background:#FFFFF0 url(/secretarias/esportes/css/teaser.gif) repeat-x;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		font:1.2em/145% 'Trebuchet MS',helvetica,arial,verdana;
		color: #333;
}

td.campeonato, th.campeonato {
		padding:1px;
}

caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

table.campeonato a {
		color:#950000;
		text-decoration:none;
}

table.campeonato a:link {}

table.campeonato a:visited {
  		color:#950000;
		text-decoration:none;
}

table.campeonato a:hover {
		border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

thead th.campeonato, tfoot th.campeonato, tfoot td.campeonato {
		background:#333 url(/secretarias/esportes/css/fundo_titulo_tabela.gif) repeat-x;
		color:#fff
}

tfoot td.campeonato {
		text-align:right
}

/* =body
----------------------------------------------- */

tbody th.campeonato, tbody td.campeonato {
		border-bottom: inset 1px #E8E8E8;
}

tbody th.campeonato {
		white-space: nowrap;
}

tbody th.campeonato a {
		color:#333;
}

.odd {}

tbody tr.campeonato:hover {
		background:#fafafa
}

