﻿*{
    padding:0;
    margin:0;
    font-family:Trebuchet MS;
    font-size:11px;
    line-height:14pt;
}
body {
    background-position: center top;
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    overflow: hidden;
    background-attachment:fixed;
	/* barra de rolagem */
	scrollbar-arrow-color:#fff;
	scrollbar-3dlight-color:#7198cd;
	scrollbar-highlight-color:#fff;
	scrollbar-face-color:#a3c3ff;
	scrollbar-shadow-color:#83b0ee;
	scrollbar-darkshadow-color:#151a5b;
	scrollbar-track-color:#e6eff8;
}
#topo{
    width:100%;    
    position:absolute; 
    left:0px;
    z-index:3;        
}
#rodape{
    position:absolute;
    top:60%;
    width:100%;
    z-index:1;   
}
#pagina{
    width:935px;        
    position:relative;
    margin:0 auto;
    top:130px;    
    z-index:2;    
}
#box_conteudo{
    width:650px;
    height:355px;
   /* filter: alpha(Opacity=85, FinishOpacity=85, Style=1);
    opacity:0.85;
    -moz-opacity: 0.85; */
    background-image:url('../img/bg_branco_arredondado.gif');    
    background-color:Transparent;
    background-repeat:no-repeat;    
    float:right;
    padding-top:15px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:15px; 
    
}
#box_patrocinador {
    background-position: top;
    width: 240px;
    height: 445px;        
    float: left;
    background-color:Transparent;
    background-image: url('../img/patrocinador_fundo.gif');
    background-repeat: no-repeat;
    padding-left:13px;
    padding-top:20px;    
}
#proximos_jogos{
    background-color:Transparent;
    padding:0;
    width:227px;
    height:190px;
    overflow:auto;    
}
#ctl00_ContentPlaceHolder1_pagina_conteudo{    
    height:75%;
    padding:0;
    margin:0;    
    position:relative;
    /*top:-40px;*/
    top:15px;        
    overflow:auto;  
    padding-bottom:20px; 
    clear:both;
    padding-right:10px;
    line-height:14pt;
}
ul{
    margin-left:20px;
}
h1, .h1{
    font-size:17px;
    font-weight:bold;
    margin-bottom:15px;
    color:#002B6E;
}
h2, .h2 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #002B6E;
    font-style: italic;
}
.destaque{
    font-size:11px;
    font-weight:normal;     
    color:#002B6E;
}
.texto{
    color:#000;
    font-size:11px;
    font-weight:normal;
}
input,select,textarea{
    margin-bottom:5px;
}
.post_titulo{
    font-size:16px;
    font-weight:bold;
    margin-bottom:15px;
    color:#002B6E;
    text-decoration:none;
}
.post_titulo:hover{
    text-decoration:underline;
}

/*tabelas*/
.grid
{
    margin:0 auto;
    width:90%;
    border:solid 1px #eee;
}
    .grid th {
    height: 24px;
    background-color: #0d395e;    
    text-align: left;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 6px;
    vertical-align: middle;
}
    .grid td
    {
        height:21px;
        background-color:#fff;        
        font-size:11px;
        padding-left:10px;
        vertical-align:middle;
    }
    .grid a, .grid a:hover, .grid a:visited
    {
        color:#005900;    
        font-size:11px;
        text-decoration:underline;
    }
    .grid a:active
    {
        color:#fff;
    }
    .grid a:hover
    {
        text-decoration:none;
        color:#000;
    }
    .grid_box
    {
        background-color:#FCEE6B;
    }
    
/*tabelas*/
.grid_site
{
    margin:0 auto;
    width:90%;
    border:solid 1px #eee;    
}
    .grid_site th {
        height: 24px;
        background-color: #0d395e;        
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        vertical-align: middle;
        text-align: center;
        padding:0 10px 0 10px;                
}
    .grid_site td
    {
        height:21px;
        background-color:#fff;        
        font-size:11px;
        text-align:center;        
        vertical-align:middle;        
    }
    .grid_site a, .grid_site a:hover, .grid_site a:visited
    {
        color:#002B6E;    
        font-size:11px;
        text-decoration:underline;
    }
    .grid_site a:active
    {
        color:#fff;
    }
    .grid_site a:hover
    {
        text-decoration:none;
        color:#002B6E;
    }
    
.proximo_data {
    background-color: #0d395e;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
    color: #FFFF00;
}
.proximo_partida{
    font-size:10px;
    color:#000;
}


.btCliqueConfira{
background:url(../img/btn_clique_confira.jpg) no-repeat;
width:277px;
height:39px;
border:0;
cursor:pointer;
display:block;

}

.btCliqueConfira:hover{
background-position:0 -39px;

}
