﻿body {
	margin:0 auto;
	padding:5px;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:Black;
	min-width:750px;		/* Minimum width of layout - remove line if not required */
	max-width:750px;		/* Maximum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	
}


/* other styles */

.titulo
{
    color:White;
    font-size:16px;
    font-weight:bold;
}

.linha_separadora
{
    color: #CCFF33;
     background: #CCFF33; 
     width: 100%; 
     text-align:center;
     height: 2px;
     margin-bottom:3px;
     margin-top:3px;
}

.subtitulo
{
    color:White;
    font-size:13px;
    margin-bottom:3px;
}

.foto
{
	width:80px;
}

.jogador
{
    color: #CCFF33;
    font-size:13px;
    font-weight:bold;
}

.clube
{
    color: white;
    font-size:13px;
}

.sets
{
    color: white;
    font-size:10px;
}

.alinhamento_esquerda
{
    text-align: center;
}

.alinhamento_centralizado
{
    text-align: center;
}


.alinhamento_direita
{
    text-align: right;
}

.label_pontos
{
    color: red;
    font-size:12px;
}

.resultado
{
    color: red;
    font-size:60px;
    font-weight:bold;
}

.label_entradas
{
    color: Blue;
    font-size:12px;
}

.entradas
{
    color: Blue;
    font-size:20px;
    font-weight:bold;
}




/* Tabela */

.pre_tabela
{
    width:725px;
    padding:10px;
}
.tabela_config
{
    width:100%;
}
    
.coluna
{
    vertical-align:bottom;
    padding-left:10px;
}
    
.dimensao_coluna_jogador
{
    width:30%;
}

.dimensao_coluna_resultado
{
    width:40%;
}

.estado_jogo
{
    font-weight:bold;
    color:White;
}



  .escolhadetalhe {
   height: 30px;
   overflow: hidden;
   background: url('Images/Arrowhead-Down-01.png') no-repeat right #F6F1DB;
   border: 2px solid #7d6754;
   border-radius: 5px;
   }

   .escolhadetalhe select {
   background: transparent;
   width: 180px;
   padding: 3px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 30px;
   -webkit-appearance: none;
   font-family:Andalus;
   color:#7d6754;
   }