/* Configuracoes padrao */
* {
	border: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
}
ul, ol{
	margin: 0;
}
body{
	color: #666666;
	background: #fff;
	font-size: 10px;
	margin: 0;
	overflow: auto;
	text-align: center;
}
input, select,textarea{
	border: 1px solid #666;
	background: #EAEDF2;
	color: #2B2B2C;
	font-size: 10px;
}
input.b{
	color: #EAEDF2;
	background: #2B2B2C;
}
input.r{
	color: #EAEDF2;
	background: #BF0003;
}
input.check{
	background: none;
	border: none;
}
input.erro, textarea.erro{
	border: 1px solid #A80000;
	background: #FFB9B9;
}
.dir{
	text-align: right;
	padding-right: 2px;
}
#erros, .erro{
	color: #A80000;
}
a{
	text-decoration: none;
	color: #AF2300;
}
a:hover{
	color: #E72E00;
	text-decoration: underline;
}
h1{
	font-size: 16px;
}
h2{
	font-size: 14px;
}
h3{
	font-size: 13px;
}
h4{
	font-size: 12px;
}
h5{
	font-size: 10px;
}
h6{
	font-size: 9px;
}

/************************************************************************
* Tudo
************************************************************************/
#tudo{
	width: 780px;
	margin: 0px auto 0 auto;
	padding: 0 0;
	text-align: left;
	position: relative;
	display: table;
}
#topo{
	width: 780px;
	height: 106px;
	background: url('/imgs/df_r2_c10.png') repeat-x 0 21px;
	position: relative;
	z-index: 40;
}
#conteudo{
	width: 778px;
	margin: 15px 0 10px 0;
}
#rodape{
	width: 780px;
	height: 24px;
	clear: both;
	text-align: center;
	background: url('/imgs/rodape.png');
}
#cont{
	background: #fff;
	border: 1px solid #e6e6e6;
	border-top: 0;
	border-bottom: 0;
}


/************************************************************************
* Menu topo
************************************************************************/
#topo .img{
	float: left;
}
/* Primeiro menu */
#topo ul{
	margin: 0 0;
	height: 21px;
	background: url('/imgs/df_r1_c7.png');
	width: 644px;
	float: left;
	display: block;
}
#topo ul li{
	float: left;
	display: block;
	font-size: 10px;
}
#topo ul a{
	float: left;
	display: block;
	padding: 3px 15px;
	text-align: center;
	color: #fff;
}
#topo ul a:hover{
	color: #C50000;
	text-decoration: none;
}
/* Segundo menu */
#topo ol{
	margin: 0 0;
	height: 29px;
	background: url('/imgs/df_r4_c2.png') repeat-x;
	width: 780px;
	clear: both;
	display: block;
}
#topo ol li{
	float: left;
	display: block;
	font-size: 10px;
	font-weight: bold;
	background: url('/imgs/mnl.png') no-repeat left top;
	position: relative;
}
#topo ol a{
	float: left;
	height: 22px;
	display: block;
	margin: 0 5px;
	padding: 8px 23px 0 23px;
	text-align: center;
	color: #666666;
}
#topo ol a:hover{
	color: #C50000;
	text-decoration: none;
}
#topo ol a.on{
	color: #fff;
}
/* Submenu */
#topo ol ol{
	position: absolute;
	top: 28px;
	left: 0;
	width: 150px;
	z-index: 50;
	border: 1px solid #929292;
	border-top: none;
	display: none;
}
#topo ol ol a{
	padding: 8px 20px 0 20px;
}
#topo ol ol li{
	width: 150px;
	background: #C2C2C2;
	border-top: 1px solid #929292;
}
/* Sub submenu */
#topo ol ol ol{
	top: 0;
	left: 150px;
}





/************************************************************************
* tabela
************************************************************************/
.principal table{
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #B5B5B5;
}
.principal thead{
	padding: 0 4px;
	font-weight: bold;
	height: 23px;
	background: url('/imgs/caixa_conteudo_bg.png');
	text-align: center;
}
.principal thead a{
	display: block;
}
.principal td{
	text-align: center;
	padding: 2px 0;
}
.principal .l{
	text-align: left;
	font-weight: bold;
}
.principal .a1{
	background: #C3C3C3;
}
.principal .a2{
	background: #DCDCDC;
}
.principal .a3{
	background: #EEEEEE;
}
.principal .a4{
	background: #585858;
	color: #fff;
}
.principal .bx{
	display: block;
	margin-top: 1px;
	padding: 3px;
}
.rodadas a{
	background: #DCDCDC;
	border: 1px solid #B5B5B5;
	display: block;
	font-weight: normal;
	text-align: center;
}
.rodadas a.sel{
	color: red;
	background: #fff;
}
.campeonato thead a{
	display: block;
}
.jogos td{
	text-align: left;
}
.jogos .d{
	text-align: right;
	padding-right: 10px;
}
.jogos .x{
	color: #ccc;
	font-weight: bold;
}
.jogos .b{
	font-weight: bold;
}

/************************************************************************
* Menu topo
************************************************************************/
.resultado{
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}