body{
	margin: 0 auto;
	padding: 0 0 0 0;
	/*font-family:Verdana, Geneva, sans-serif;*/
	font-family: arial, helvetica, sans-serif;
	font-size:16px;
	color:#030;
}

/* html padrao */

body a{
	text-decoration:none;	
}

input {
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

textarea {
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
	border-bottom: 1px solid rgba(0,0,0,0.25);
}


select {

	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 

	border-bottom: 1px solid rgba(0,0,0,0.25);
}







/* botoes */
input[type="submit"]{
	border: none;
	font-size: 13px; 
	color: #FFF; 
	border: none; 
	font-weight:bold;
	padding: 8px 14px 9px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
	border-bottom: 1px solid rgba(0,0,0,0.25);
	background-color: #91bd09;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-size:14px;
  width:150px;
}


/* cor azul dos campos */

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
   
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */	

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}


/* campos desabilitados */

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="submit"]:visited {background-color: #91bd09;}
input[type="submit"]:hover {background-color: #749a02;}


/*   */


div .msgalerta {
	margin: 0 auto;
	background-color:#F00;
	text-align:center;
	width:auto;
}




/*-------------------ESTRUTURA DA PAGINA-------------------*/
#estadiolayout{
	margin: 0 auto;
	padding: 0;
	width:940px;   
	background-image:url('../imagens/linha.gif');
	background-repeat: repeat-y;
}
#gramado{
margin: 0 auto;
padding: 0;
background-image:url('../imagens/grama2.gif');
width:940px;   
}

	#topo{
		background-image:url('../imagens/topo.gif');
		background-repeat:no-repeat;
		height:320px;
		width:940px;
	}

	#corpocampo{
		background-image:url('../imagens/linha.gif');
		background-repeat: repeat-y;
		width:940px;
		margin: 0px auto;
	}
	
		#meiocampo{
			background-image:url('../imagens/meio.gif');
			background-repeat:no-repeat;
			background-position:0 center;
			min-height:388px;
			width:940px;
			margin: 0 auto;
						
		}
	
			/*Conteudo central deve ficar aqui, o background nao funciona no IE
			  border-color: #b94a48;
			  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
				 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
					  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

			*/
			#conteudomeiocampo{
				width:900px;
				margin: 0 auto;
				min-height:600px;

	/*	devido ie nao aceitar	background-color:rgba(255,255,255,0.66);	*/
				

			}
	
	#baixo{
		background-image:url('../imagens/baixo.gif');
		background-repeat: no-repeat;
		height:320px;
		width:940px;
		clear: both; 
	}
	
	.fb-like {
		background-color:#FFF;
		margin: 0px 0px 0px 20px;
		
	   -webkit-border-top-right-radius: 10px;
	   -moz-border-top-right-radius: 10px;
	   -o-border-top-right-radius: 10px;
	   -webkit-border-bottom-right-radius: 10px;
	   -moz-border-bottom-right-radius: 10px;
	   -o-border-bottom-right-radius: 10px;
	   -webkit-border-top-left-radius: 10px;
	   -moz-border-top-left-radius: 10px;
	   -o-border-top-left-radius: 10px;
	   -webkit-border-bottom-left-radius: 10px;
	   -moz-border-bottom-left-radius: 10px;
	   -o-border-bottom-left-radius: 10px;
	   text-decoration: none;
	   -webkit-box-shadow: 2px 2px 4px #FFF;
	   -moz-box-shadow: 2px 2px 4px #FFF;
	   -o-box-shadow: 2px 2px 4px #FFF;

	}
/*------------------------------------------------------*/


/*---------CABEÇALHO DA PAGINA AREA DO TOPO-------------*/


div#cabecalho{
	width:900px;
	height:310px;
	margin: 0 auto;
	color:#FFF;

	/*	
	border-color:#FF0;
	border-style:double;
	*/
}

/*                                                  LOGIN*/


	div#arealoginfixo{
		width:162px;
		height:203px;
		font-weight:bold;
		text-align:center;
		float:left;
		margin: 43px 0px 0px 0px;
	}


	div#arealogin{
		border-radius: 10px;
		width:162px;
		max-height:203px;
		font-weight:bold;
		text-align:center;
		float:left;
		
		border-color:#FFF;
		
		border-right: 2px groove #FFF;   
   		border-bottom: 2px groove #FFF;

		
		
		/*margin: 43px 0px 0px 0px; 
		background-color:#0C6;*/
		
		background-color:#030;
		border-radius: 10px; 

	   -webkit-border-top-right-radius: 10px;
	   -moz-border-top-right-radius: 10px;
	   -o-border-top-right-radius: 10px;
	   -webkit-border-bottom-right-radius: 10px;
	   -moz-border-bottom-right-radius: 10px;
	   -o-border-bottom-right-radius: 10px;
	   -webkit-border-top-left-radius: 10px;
	   -moz-border-top-left-radius: 10px;
	   -o-border-top-left-radius: 10px;
	   -webkit-border-bottom-left-radius: 10px;
	   -moz-border-bottom-left-radius: 10px;
	   -o-border-bottom-left-radius: 10px;
	   text-decoration: none;
	   -webkit-box-shadow: 2px 2px 4px #FFF;
	   -moz-box-shadow: 2px 2px 4px #FFF;
	   -o-box-shadow: 2px 2px 4px #FFF;

		
	}
	
	#arealogin input{
		width:150px;
	}
	
	#arealogin a{
		color:#FFFF99;
	}

	#arealogin a:hover{
		color:#FFFF00;
		font-weight:bold;
		text-decoration:underline;
	}
	
	#mini_foto{
		width:159px;
		max-height:100px;
		margin: 5px auto;
		max-height:140px;

	}
	
	#mini_foto img{
		width:157px;
		max-height:135px;
		border-radius: 10px; 
		margin: 0 auto;
		border: 2px groove #FFFFFF; 
		
	}
	
	#mini_nome{
		margin: 0 auto;
		text-align:center;
		clear: both;
		font-size:11px;
	}
	
	#mini_qualificacao{
		width:150px;
		height:15px;
		text-align:center;
	 
		font-size:10px;
		text-align:left;
		margin: 0px auto;
	}
	
	#mini_sair{
		clear: both; 
		margin: 0 auto;
		bottom:0;
		width:159px;
		text-align:right;
		font-size:10px;
		}

	#loaderlogin{
		display: none;
		width:16px;
		height:16px;
	}
	
	#mensagemlogin{
		display:none;
		width:150px;
		height:15px;
		margin: 0 auto;
		font-size:10px;
		background-color:#FF0000;
		border-radius: 10px;

		
	}

/*--------------------logo BOLAO TOP-------------------------*/

div#logo{
	height:77px;
	width:332px;
	float:left;
	margin: 43px 123px;
	 
	 
}


div#logo:hover{
	height:77px;
	width:332px;
	float:left;
	margin: 43px 123px;
	cursor:pointer;
	
}

/*----------------------------------------------------------------*/


/*---------------------MENU PRINCIPAL ----------------------------*/






div#menu{ 
    width:570px;
	height:50px;
    float:left;
	/*background-color:#060;*/
	background-repeat:no-repeat;
	background-position:center;
}


div#menu ul{ 
    list-style: none;
    width:570px;
	height:50px;
} 

div#menu ul li{ 
    font-weight: bold; 
	display:inline;
	 
}
 
div#menu ul li a{ 
    color: #FFF; 
    text-decoration: none;
	font-size:14px;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	text-align: center;
	padding: 14px 30px;
	
	background-color:#030;



/* */

   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;


   -webkit-border-top-right-radius: 10px;
   -moz-border-top-right-radius: 10px;
   -o-border-top-right-radius: 10px;
   -webkit-border-bottom-right-radius: 10px;
   -moz-border-bottom-right-radius: 10px;
   -o-border-bottom-right-radius: 10px;
   -webkit-border-top-left-radius: 10px;
   -moz-border-top-left-radius: 10px;
   -o-border-top-left-radius: 10px;
   -webkit-border-bottom-left-radius: 10px;
   -moz-border-bottom-left-radius: 10px;
   -o-border-bottom-left-radius: 10px;
   text-decoration: none;
   -webkit-box-shadow: 2px 2px 4px #FFF;
   -moz-box-shadow: 2px 2px 4px #FFF;
   -o-box-shadow: 2px 2px 4px #FFF;

	border-right: 2px groove #FFF;   
	border-bottom: 2px groove #FFF;

   
}

div#menu ul li a:hover{ 
	color:#FF9;
	background-color:#060;

   opacity: 0.6;
   -moz-opacity: 0.6;
   -khtml-opacity: 0.6;

   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
   filter: alpha(opacity=60);

	
}



div #menulateral{
    width:120px;
	height:150px;
    float:right; 
	margin: 43px auto;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
}


div #menulateral a{
    text-decoration:none;
	color:#FFF;
}


div #menulateral a:hover{
    text-decoration:none;
	color:#FF0;
}




div #arealivre{
    width:900px;
	height:80px;
    float:left; 
	margin: 0 auto;
}

div #arealivreesq{
    width:700px;
	height:80px;
    float:left; 
}

div #arealivredir{
    width:200px;
	height:80px;
    float:left; 
	text-align:right;
}

div #arealivredir a {
	text-decoration:none;
	color:#FF0;
}

div #arealivredir a:hover {
	text-decoration:none; 
	color:#FF9;
}

/*--------------------- FIM MENU PRINCIPAL ----------------------------*/


div .exibenocentromini{
	
	background-color:#FFF;
	background-repeat: no-repeat;
	background-position:bottom;
	
	width:860px;
	float:left;
	margin: 10px auto;

	padding:20px 20px 20px 20px;
	
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
	border-bottom: 1px solid rgba(0,0,0,0.25);
	
	min-height:20px;
	
}








/*---------LAYOUT DA PAGINA DE CADASTRO -------------*/

.control-group{
  margin-bottom: 7px;
  font-size:14px;
  color:#030;
  font-weight:bold;
  
}

.control-group .alerta{
  font-size:10px;
  color:#F00;
}

.control-group label{
  display: inline-block;
  margin-bottom: 5px;
  font-size:14px;
  width:150px;
}

div #meu_form{
	background-color:#FFF;
	margin: 0 auto;
	padding: 15px;
	width:660px;
	
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
	border-bottom: 1px solid rgba(0,0,0,0.25);

	
}

/*---------fim da pagina de cadastro -------------*/



div .exibenocentro{
	
	background-color:#FFF;
	background-image:url(../imagens/fundo-centro.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	
	width:860px;
	float:left;
	margin: 10px auto;

	padding:20px 20px 20px 20px;
	
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
	border-bottom: 1px solid rgba(0,0,0,0.25);
	
	min-height:400px;
	
/*	
	opacity: 0.9;
   -moz-opacity: 0.9;
   -khtml-opacity: 0.9; */
}

div .exibenocentro ul li.inactive,
div .exibenocentro ul li.inactive:hover{
  background-color:#ededed;
  color:#bababa;
  border:1px solid #bababa;
  cursor: default;
}

div .exibenocentro ul li{
  list-style: none;
  float: left;
  border: 1px solid #060;
  padding: 2px 4px 2px 4px;
  margin: 0 2px 0 2px;
  font-family: arial;
  font-size: 13px;
  color: #060;
  font-weight: bold;
  background-color: #f2f2f2;
 }

div .exibenocentro ul li:hover{
  color: #fff;
  background-color: #060;
  cursor: pointer;
}

.exibenocentro a{
	color:#060;
	text-decoration:none;
}


.exibenocentro a:hover{ 
	color:#0C0;
}


.exibenocentro table td tr{
	border-style: solid;
	border-bottom-width: 10px;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
}

.exibenocentro hr{
	color: #060;
	background-color: #060;
	height: 1px;
}




/* ----------------cadastro bolao---------------- */

div #msgimgbolao{
	display:none;
	float:left;
	margin: 0 auto;
}


div#criareterro{
	 
	margin: 0 auto;
	
 
	
	/*display:none;*/
}


/* -------- palpites */

div#bolaodet{
  float: left;
  width:860px;
  
  float:left;
  margin: 10px auto;
  /*padding:20px 20px 20px 20px;*/
  
  border-right: 1px groove #690;   
  border-bottom: 1px groove #690;
  border-left: 1px groove #690;   
  border-top: 1px groove #690;
  /*
  border-top:  1px groove #690;   
  border-left: 1px groove #690;   
  */
	
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px; 
  
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.5); 
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
  
  
}

div#areaimagem{
	float:left;
	height:150px;
	width:150px;
	padding: 2px;

}

div#areaimagem img{
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
   border-radius: 5px; 
   height:150px;
   width:150px;
}


div .areanomebolao{
   float:left;
   height:155px;
   width:420px;
   margin: 0px 0px 0px 10px;
}


div .areausuario{
   float:left;
   height:153px;
   width:264px;
   border-right: 1px solid #690;   
   border-bottom: 1px solid #690;
   border-left: 1px solid #690;   
   border-top: 1px solid #690;
	  
   -webkit-border-radius: 4px; 
   -moz-border-radius: 4px; 
   border-radius: 4px; 
}

div .areausuario .fotousr{
  float:left;
  width:119px;
  height:120px;
  padding-top:5px;
  position:relative;
}

div .areausuario .imgusr{
  width:119px;
  height:117px;
  position:absolute;
}

div .areausuario .imgusr img{
  width:119px;
  height:120px;
  
 -webkit-border-radius: 4px; 
 -moz-border-radius: 4px; 
  border-radius: 4px; 
}


div .areausuario .imgtime{
  width:119px;
  height:120px;
  left:90px;
  position:absolute;
  top:90px;
  
 -webkit-border-radius: 4px; 
 -moz-border-radius: 4px; 
  border-radius: 4px; 
}



div .areausuario .msgesquerda{
   float:left;
   height:120px;
   width:134px;
   text-align:center;
   color:#090;
}

div .areausuario .nomeusr{
   float:left;
   height:20px;
   width:264px;
   text-align:center;
   color:#060;
   -webkit-border-radius: 4px; 
   -moz-border-radius: 4px; 
   border-radius: 4px;
   font-size:13px;
   font-weight:bold;
}



/* -------------------- nova definição de palpite------------------*/

				div .rodada {
					float:left;
					margin: 0 auto;
					text-align:left;
					width: 855px;
					height: 25px;
					background-color:#030;
					background-image:url(../imagens/header.gif);
					background-repeat:no-repeat;
					color:#FFF;
					font-weight:bold;
					padding: 5px 0px 0px 5px;
	  			    -webkit-border-radius: 5px; 
					-moz-border-radius: 5px; 
					border-radius: 5px; 
					
				}
				
				div .data{
					float:left;
					margin: 0 auto;
					text-align:left;
					width: 855px;
					height: 25px;					 
					font-weight:bold;
					padding: 5px 0px 5px 5px;
					font-size:18px;
					

				}


		/*----------------- cabeçalho da tabela -----------------*/
				div .cabecalho{
					float:left;
					margin: 0 auto;
					text-align:center;
					width: 860px;
					height: 25px;
					font-weight:bold;
				}
				div .cabecalho .chora{
					float:left;
					margin: 0 auto;
					text-align:center;
					width: 90px;
					height: 25px;
				}
				
				div .cabecalho .clocal{
					float:left;
					margin: 0 auto;
					text-align:center;
					width: 317px;
					height: 25px;
				}
				
				div .cabecalho .ctimec{
					float:left;
					margin: 0 auto;
					text-align:center;
					width: 140px;
					height: 25px;
				}

				div .cabecalho .cx{
					float:left;
					margin: 0 auto;
					text-align:center;
					width: 108px;
					height: 25px;
				}
			
				div .cabecalho .ctimev{
					float:left;
					margin: 0 auto;
					text-align:center;
					width: 140px;
					height: 25px;
				}

				div .cabecalho .cpontos{
					float:left;
					margin: 0 auto;
					text-align:center;
					width: 65px;
					height: 25px;
				}


		/*----------------- fim cabeçalho tabela ----------------*/

div .grupojogos {
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 860px;
	height: 65px;
	border-bottom: 2px double #090;   
}

div .grupojogos .hora{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 90px;
	height: 65px;
}

div .grupojogos .local{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 300px;
	height: 65px;
}

div .grupojogos .binoculo{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 17px;
	height: 65px;
	cursor: pointer;
}



div .grupojogos .grupotime{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 388px;
	height: 65px;
}

div .grupojogos .timesescudo{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 388px;
	height: 40px;
}

div .grupojogos .timesescudo .timecasa{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 190px;
	height: 40px;
}

div .grupojogos .timesescudo .x{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 8px;
	height: 40px;
}

div .grupojogos .timesescudo .timevisi{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 190px;
	height: 40px;
}

div .grupojogos .timesescudo .areaimagem{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 140px;
	height: 40px;
}

div .grupojogos .timesescudo .areainput{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 50px;
	height: 40px;
}

div .grupojogos .timesnomes{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 388px;
	height: 25px;

}

div .grupojogos .timesnomes .areanome{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 140px;
	height: 25px;
}


div .grupojogos .timesnomes .result{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 50px;
	height: 25px;
}


div .grupojogos .timesnomes .x1{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 8px;
	height: 25px;
}


div .grupojogos .pontos{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 65px;
	height: 65px;
}




/* FIM -------------------- nova definição de palpite------------------00000000000000000*/


/*--------------------------------- PALPITES MODAL -------------------------*/

div .moldurapalpite{
	background-color:#FFF;
	background-repeat: no-repeat;
	background-position:bottom;
	width:600px;
	float:left;
	margin: 1px auto;
	padding:20px 20px 20px 20px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
	border-bottom: 1px solid rgba(0,0,0,0.25);
	min-height:20px;
	
}



div .pltmodal {
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 600px;
	height: 65px;
	border-bottom: 2px double #090;   
	font-size:12px;
}

div .pltmodal .fotousr{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 70px;
	height: 65px; 
}

div .pltmodal .nomeusr{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 120px;
	height: 65px;
}

div .pltmodal .grupotime{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 300px;
	height: 65px;
}

div .pltmodal .timesescudo{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 400px;
	height: 40px;
}

div .pltmodal .timesescudo .timecasa{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 190px;
	height: 40px;
}

div .pltmodal .timesescudo .x{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 8px;
	height: 40px;
}

div .pltmodal .timesescudo .timevisi{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 190px;
	height: 40px;
}

div .pltmodal .timesescudo .areaimagem{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 140px;
	height: 40px;
}

div .pltmodal .timesescudo .areainput{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 50px;
	height: 40px;
}

div .pltmodal .timesnomes{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 400px;
	height: 25px;

}

div .pltmodal .timesnomes .areanome{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 140px;
	height: 25px;
}


div .pltmodal .timesnomes .result{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 50px;
	height: 25px;
}


div .pltmodal .timesnomes .x1{
	float:left;
	margin: 0 auto;
	text-align:center;
	width: 8px;
	height: 25px;
}





/*--------------------------------- FIM GRUPO MODAL -------------------------*/






/* RANKING  -- BATE PAPO --
-- PARTE DA DEFINIÇÃO ESTA NO CSS RANKING */

div .ranking{
	float:left;
	 
}

div .rkmensarea{
	float:left;
	 
	width:240px;
}

div .rkinformes{
	float:left;
 	font-size:12px;
	width:860px;
}




/* AREA DE EXCLUSAO DE USUARIO */


div .simounao{
	width:300px;
	height:50px;
	/*background-color:#0C0;*/
	display:none;

}

div .senhaexclu{
	width:300px;
	 
	 
	display:none;
}

div .retorno{
	width:300px;
}


/* ---------------- MEUS BOLOES ---------------- */

div .meusboloes{
	float:left;
	margin: 5px auto;
	text-align:left;
	width: 855px;
	height:90px;
	 
	padding: 5px 0px 0px 5px;
	-webkit-border-radius: 19px; 
	-moz-border-radius: 19px; 
	border-radius: 19px; 

  	border-bottom: 1px groove #690;
  	border-top: 1px groove #690;

    border-left: 1px groove #690;   
	border-right: 1px groove #690; 

}

div .meusboloes .imgblo{
	float:left;
	margin: 12px auto 0px 07px;
	text-align:left;
	width: 60px;
	height:60px;
}


div .meusboloes .imgblo img{
	width: 60px;
	height:60px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
}


div .meusboloes .nomeblo{
	float:left;
	margin: 35px auto;
	text-align:left;
	width: 330px;
	height:55px;
	padding: 0px 0px 0px 10px;
 
	font-weight:bold;
}

div .meusboloes .areacomandos{
	float:left;
	margin: 0 auto;
	text-align:left;
	width: 440px;
	height:83px;
	font-weight:bold;
  	border-bottom: 1px groove #690;
  	border-top: 1px groove #690;
    border-left: 1px groove #690;   
	border-right: 1px groove #690; 
	
	
   -webkit-border-radius: 19px; 
   -moz-border-radius: 19px; 
	border-radius: 19px; 

}

div .meusboloes .comandos{
	float:left;
	margin: 32px 2px 2px 1px;
	text-align:left;
	width: 140px;
	height:20px;
	text-align:center;
}


div .meusboloes .coandosesp{
	float:left;
	margin: 8px 1px 1px 1px;
	text-align:left;
	width: 400px;
	height:20px;
	text-align:right;
}


div .torneio{
	float:left;
	margin: 11px auto;
	text-align:left;
	width: 820px;
	height:40px;
	 
	padding: 9px 0px 0px 5px;

  	border-bottom: 1px groove #690;
  	border-top: 1px groove #690;
    border-left: 1px groove #690;   
	border-right: 1px groove #690; 
	
	font-size:26px;
	padding-left:40px;	
	
   -webkit-border-radius: 19px; 
   -moz-border-radius: 19px; 
	border-radius: 19px; 
	
	background-image:url(../imagens/torneio.gif);
	color:#FF0;
	font-weight:bold;
	

}


#fotopalpites{
	text-align:center;
   -webkit-border-radius: 4px; 
   -moz-border-radius: 4px; 
   border-radius: 4px; 
}
/* ---------------- fim ---------------- */


/* ------------ARERA MODAL-------------- */

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:440px;
  height:440px;
  display:none;
  z-index:9999;
  padding:20px;
  
}

#boxes #dialog {
  width:660px; 
  height:500px;
  padding:10px;
  background-color:#FFF;
  overflow: auto;

/* Principal        */
}

#boxes #loadjogo{
  width:220px; 
  height:15px;
  padding:10px;
  display:none;
  background-color:#0C0;
}

#boxes #exibirJogo{
  width:600px; 
  height:auto;
  padding:10px;
  display:none;
}




/* (FIM)-------ARERA MODAL-------------- */






