body{
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	text-decoration: none;
	color: #800001;
}

h3{
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0 10px 0;
	padding-bottom: 4px;
	border-bottom: 2px solid #ccc;
	text-shadow: 2px -2px 2px #ccc;
}

h4{
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0 5px 0;
}

h5{
		font-size: 16px;
		font-weight: bold;
		margin: 0px 0 5px 0;
	}

p{
	margin:0px;
}

/* TELA DE LOGIN */
#login{
	background: #fff;
	border: 5px solid #B61412;
	margin: auto ;
	text-align: left;
	width: 380px;
}

#login h4{
	background: #e3e3e4;
	color: #3B3B3B;
	font-size: 14px;
	margin: 0;
	padding: 5px;
}

#login p{
	margin: 0;
	border:0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}

#login p.loginafoot{
	background: #E3EBF4;
	border-top: 1px solid #C2CFDF;
	text-align: center;
}

#login td{
	text-align: center;
	padding: 3px;
	border:0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}
/* FIM TELA DE LOGIN */


#main{ 
	left:0px;
	top:0px;
}

#topo{
	background: #fff url("../images/bg_topo.png") repeat-x ; 
	height: 82px;
}

	#topo a{
		color: #808080;
	}

	#topo #titulo_pagina{
		color: #808080;
		font-size: 14px;
		padding: 5px 0 0 10px;
		float:left;
	}

	#topo #titulo_pagina a{
		color: #D95050;
		font-size: 12px;
		padding: 5px;
		 
	} 

		fieldset#box_anos {
			background: #EDEDED;
			color: #707070;
			display: none;
			left: 226px;
			*left: 229px;
			top: 32px;
			*top: 40px;
			padding-left: 12px ;
			*padding: 5px 10px 10px 10px;
			position: absolute;
			text-align: left;		
			width: 90px;	 
			z-index: 1111;
			font-size: 16px;
	 
		}
		fieldset#box_anos #close{
			position: absolute;
			right: 15px;
			*right: 3px;
			top: -5px;	
			*top:1px;
		
		}
		fieldset#box_anos a { color: #000; }
		fieldset#box_anos p { margin: 0; font-size: 14px; }
		fieldset#box_anos p.link { border-top: 1px solid #A81E00; padding: 10px 0; }
		
	#topo #logo{
		margin-left:20px;
		float:left;
	}

	#topo #logout{
		float:right;
		padding: 6px 0 0 22px;
		background: url(../images/bg_logout.png) no-repeat;
		width: 500px;
		height: 40px;
		position:absolute;
		left:320px;
	}
 
 
/*-------------------------------------------------MENU NAVEGAÇÃO-------------------------------------------*/
 
ul.topnav {
	list-style: none;
	padding: 0 0 0 2px;	
	margin: 0;
	float: left;
	width: 100%;
	font-size: 12px;
	background: transparent;
	zoom: 1;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0;
	position: relative; /*--Declare X and Y axis base--*/
	zoom: 1;
}
ul.topnav li a{
	padding: 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background:  url(../images/hover.png) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: auto;
	height: 27px;
	float: left;
	padding: 4px 0 4px 0;
}

#topnav_top{
	background: url(../images/bg_menu_drop_top.png) no-repeat top; 
	width: 179px; 
	height: 10px; 
	position: absolute; 
	top: -10px; 
	left: 0;
	z-index: 10
 
}
 
#topnav_bottom{
	background: url(../images/bg_menu_drop_bottom.png) no-repeat bottom; 
	width: 179px; 
	height: 15px; 
	position: absolute; 
	bottom: -15px; 
	left: 0;

}


ul.topnav  #selected a{	
	color: #fff;
	text-align: center;
 
}
 

ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0px; 
	top: 42px;
	background: transparent url("../images/bg_menu_drop.png") repeat-y !important;
	zoom: 1;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 182px;
	z-index:5;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	clear: both;
	width: 170px;
	
}
ul.topnav li ul.subnav li a {
	float: left;
	width: 150px;
	margin-left: 10px; 
	*margin-left: 10px; 
	padding: 4px;
	background: transparent;



}
ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: url(../images/bg_menu_hover.png)  no-repeat;
	width: 150px;	 
	margin-left: 5px; 	
	padding: 4px 9px;
}

ul.topnav li ul.subnav li img { /*--Hover effect for subnav links--*/
	margin-right: 5px;
 	
}


.menu_nav{
	padding-top: 1px;
	color: gray;
}



.navigation ul {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	}
	.navigation ul li {
	list-style: none;
	float: left;
	margin: 0 0 0 0px;
	}
	
.navigation ul li a {
	font-weight: bold;
	display: block;
	padding: 0 10px 0 0;
	color: #fff;
	text-decoration: none
 	}


 .navigation ul li.selected a,
 .navigation ul li.hover a {
	background: url(../images/bg_menu_top_r.png) top right no-repeat;
	z-index: 100;
	color: #fff;
	position: relative;
}

 .navigation ul li a span {
	display: block;
	padding: 12px 1px 10px 8px;
}
 .navigation ul li.selected a span,
 .navigation ul li.hover a span {
	background: url(../images/bg_menu_top_l.png) top left no-repeat ;
	z-index: 100;
 }



/*-------------------------------------------------FIM MENU-------------------------------------------*/


#conteudo{
	float:left; 
	width: 100%;
	background: url(../images/fundo.jpg) repeat-x;
	min-height: 485px;
}

#menu{
	height: 48px;
}
#meio{
	padding: 10px 20px 30px ;
	 
    margin: 20px;
	background: #F2F2F0;
}	

.botoes{
	border:1px solid #999999;
	background-color:#CCCCCC;
	width:125px;
	cursor: pointer;
	
} 

 

	.tbl_imoveis {
		border: 1px solid #CCCCCC;
		background: #fff;
	}

	.tbl_imoveis  td{
		padding:5px;
	}

	.linha2{
		background: #E6E6E6;			
	}
	
	.tbl_imoveis th{
		background: #E6E6E6;
		padding: 3px;
		font-weight: bold;
		height: 30px;
	}
	
	#carregando{
		background: url(../images/ajax_loader.gif) no-repeat center;
		margin: 0 auto;
		height: 170px;
		width: 70px;
		font-weight: bold;
	}
	
	.button_submit{
		border:none; 
		font-size:12px; 
		font-weight: bold;
		background:transparent; 
		color:#a21d18; 
		cursor: pointer;	 
	}
	
	
	#tbl_cartelao{
		border: 2px solid #000; 
		margin-top: 5px; 
		background: #fff;
		width:800px;
	}
	
	#tbl_cartelao tr th{
		background: #ccc;
		padding:5px;
	}
	#tbl_cartelao tr td{
		padding:3px;
		border-bottom: 1px solid #ccc;
	}
		.cartelao_item{
			background: #E6E6E6;
			font-weight: bold;
		}
		
	/*-------------------TABELA DE CLASSIFICAÇÃO------------------------*/	
	#artilharia
	{
		font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
		font-size: 12px;
		width: 540px;	
		margin-bottom: 20px; 
	}

		#artilharia thead th{ 
			
			z-index: 1;
		}
		 
		#artilharia thead th.rounded-top-left{ 
			background: transparent url('../images/left.gif') left -1px no-repeat;
			*background: #ad2f00 url('../images/left_ie.gif') left -1px no-repeat;
			z-index: 10;
		}

		#artilharia thead th.rounded-top-right{
			background: transparent url('../images/right.gif') right -1px no-repeat;
			*background: #ad2f00 url('../images/right_ie.gif') right -1px no-repeat;
			z-index: 10;
		}

		#artilharia tfoot  {
			background: #ad2f00 ;
			height: 15px;
		}

		#artilharia tfoot td.rounded-foot-left{
			border: 0px; 
			background: #ad2f00 url('../images/left_down.gif') left bottom no-repeat;
		}
		#artilharia tfoot td.rounded-foot-right{
			border: 0px; 
			background: #ad2f00 url('../images/right_down.gif') right bottom no-repeat;
		}

		#artilharia .coluna_left{
			border-left: 2px solid #ad2f00
		}

		#artilharia tr{
			background: #fff;
		}
		
		#artilharia .linha2{
			background: #E6E6E6;
		}
		
		
		#artilharia .coluna_right{
			border-right: 2px solid #ad2f00
		}

		#artilharia .titulo 
		{
			font-size: 13px;
			font-weight: bold;
			padding: 8px;
			height: 30px;	
			background: orangered url("../images/bg_classificacao.png") ;
			*background: #ad2f00 ;
			border: 2px solid #fff;
			color: #fff;
			*height: 20px;
			z-index: 100;	 
		}
		
		
		#artilharia .coluna{
			background: #dca38f;
			color: #fff;
			font-weight: bold;
		}
		
		#artilharia .linha2 .coluna{
			background: #ad2f00;
			color: #fff;
			font-weight: bold;
		}
		
	.class_titulo{
		font-size: 80%;
	}

	.class_linha{
		border-bottom:1px dashed #000; 
		width:125px; 
		height:18px;
		font-weight: bold;
	}
	 
	 
	.class_x{
		padding:0px;
		font-weight: bold;
	}

	.class_x2{
		padding-top: 17px; 
		font-size: 140%;
		font-weight: bold;
	}


	.class_n_jogos{
		float:left; 
		padding: 27px 10px 0 5px; 
		font-size: 20px	
	}

	.class_quartas{
		width:160px; 
		margin: 5px 0 ;
		height:85px; 
		border: 2px solid #AD2F00; 
		padding:7px;
	}



	.class_semi{
		width:122px;
		border: 2px solid #AD2F00;
		padding:7px;
		
	}
	
	
	
	
	/*-------------------nyro Modal------------------------*/	
	
	div#nyroModalFull {
		font-size: 12px;
		color: #777;
	}
	
	.titulos_modal{
		font-size: 16px;
		font-weight: bold;
		margin: 0px 0 5px 0;
	}
	div#nyroModalLoading {
		border: 4px solid #777;
		width: 150px;
		height: 150px;
		text-indent: -9999em;
		background: #fff url(../images/ajax_loader.gif) no-repeat;
		background-position: center;
	}
	div#nyroModalLoading.error {
		border: 4px solid #f66;
		line-height: 20px;
		padding: 20px;
		width: 300px;
		height: 100px;
		text-indent: 0;
		background: #fff;
	}
	div#nyroModalWrapper {
		background: #fff;
		border: 4px solid #777;
	}
	a#closeBut {
		position: absolute;
		display: block;
		top: -20px;
		right: -25px;
		width: 30px;
		height: 30px;
		text-indent: -9999em;
		background: url(../images/closebox.png) no-repeat;
		outline: 0;
	}
	h1#nyroModalTitle {
		margin: 0;
		padding: 0;
		position: absolute;
		top: -22px;
		left: 5px;
		font-size: 12px;
		color: #ddd;
	}
	div#nyroModalContent {
		overflow: auto;
	}

	div.wrapperImg div#nyroModalContent {
		position: relative;
		overflow: hidden;
		text-align: center;
	}
	div.wrapperImg img {
		vertical-align: baseline;
	}
	div.wrapperImg div#nyroModalContent div {
		position: absolute;
		bottom: 0;
		left: 0;
		background: black;
		padding: 10px;
		margin: 10px;
		border: 1px white dotted;
		overflow: hidden;
		opacity: 0.2;
		filter: alpha(opacity=20);
	}
	div.wrapperImg div#nyroModalContent div:hover {
		opacity: 0.5;
		filter: alpha(opacity=50);
		cursor: help;
	}
	a.nyroModalPrev, a.nyroModalNext {
		z-index: 105;
		outline: none;
		position: absolute;
		top: 0;
		height: 100%;
		width: 40%;
		cursor: pointer;
		text-indent: -9999em;
		background: left 20% no-repeat;
		background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
	}
	div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
		height: 60%;
		width: 20%;
	}
	a.nyroModalPrev {
		left: 0;
	}
	a.nyroModalPrev:hover {
		background-image: url(../images/prev.gif);
	}
	a.nyroModalNext {
		right: 0;
		background-position: right 20%;
	}
	a.nyroModalNext:hover {
		background-image: url(../images/next.gif);
	}
 
.tabela, .tabela3
{
font-family:arial;
font-size:12px;
border:2px #ccc solid;
/*background:#DDE4E6;*/
width:900px;
padding:2px;
}
.tabela  tr th
{
border:1px #ccc solid;
color:#fff;
padding:2px;
background:#900;
font-weight:bold;
text-align:center;
}
.tabela tr td
{
border:1px #ccc solid;
padding:5px;
background:#fff;
}

.tabela3  tr th
{
border:0px #333 solid;
color:#fff;
padding:2px;
background:#900;
font-weight:bold;
text-align:center;
}
.tabela3 tr td
{
border:0px #333 solid;
padding:5px;
background:#fff;
}

.tdcenter{text-align:center;}
.submit
{
	 padding:3px 10px 3px 10px;
	 color:#fff;
	 font-size:12px;
	 text-decoration:none;
	 border:1px solid #900;
	 background:#900;
	 display:inline;
	 cursor:pointer;
	 cursor:hand;
	 font-weight:bold;
	 font-family:Tahoma;
}

#paginacao {

padding-bottom:20px;

}
#paginacao ul{float:left;}
#anterior,#proximo{float:left;margin-top:14px; font-size:12px!important;}

#paginacao ul li {
float:left;
background:none;
margin:0;
padding:5px;
list-style:none;
}
#paginacao a {
padding:2px 7px;
background:#600;
font-size:10px;
color:#fff;
text-decoration:none;
font-family:Tahoma, Geneva, sans-serif;
}
#paginacao a:hover,.empty_linkp {
background:#ccc!important;
color:#600!important;
}
#mascara
{
	position:absolute;
	display:none;
	background:#333;
	z-index:9999997;
	opacity:0.5;
	top:0;
	left:0;
	width:0;
}
#load
{
	z-index:9999998;
	position:absolute;
	top:100px;
}
#box_modal{
	position:fixed;
	display:none;
	z-index:9999999;
	top:100px;
}
.campos_esportes_m{float:left; border:#006 1px solid; margin:5px; padding:5px; width:140px;}
.campos_esportes_f{float:left; border:#600 1px solid; margin:5px; padding:5px; width:140px;}
#div_membros_clube,#membros_cadastrados, #atletas_cadastrados,#div_atletas_clube {border: 3px #666 solid; padding:10px;}
.label_check{float:left; margin-right:10px; border:1px solid #333; padding:5px;}