body { padding:0; background:#d0d0d0;}
#topo{ height:26px; background:#d0d0d0 URL(img/TOPO.GIF) no-repeat;font:bold 14px Arial; text-align:center; padding:5px;}
#conteiner{position: relative;width:700px; margin:0; background:#000; margin:auto;}
#player{float:left; width:480px; height:350px}
ul {margin:0; padding:0;}
li  { display:inline; list-style:none;}
#botoes img {border:0; margin:0; padding:0; float:left;}
#banner { padding:0; margin: 0; border: 0 ; background:#666; float:right;}
#programacao{ width:200px ;  float:right; color:#ddd;}

h2{ font: bold 14px Arial; margin:0;  text-indent:15px;}
img#imgApresentadorNoAr { margin:3px 3px 3px 3px; float:left;}
p{font: 12px Arial; margin:0 0 0 5px; padding:10px; }
.Clear{clear:both;}
#footer{height:20px; background:#d0d0d0 URL(img/rodape.GIF) no-repeat; clear:both}


/*
 * formatação para o bolão
 */

 .oucaAgora{
    display: block;
    border: 0px solid #fff;
    margin: 0;
    padding: 5px;
    font-family: Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
 }
    
 .wrapJogo{
    position: relative;
    left: -1px;
    width: 200px;
    height: 77px;
    border: none;
    margin: 0;
    padding: 0;
    background: url(./img/bolao/bg_bolao.jpg) no-repeat;
 }
 
    .bgData{
        position: absolute;
        top: 7px;
        left: 9px;
        width: 40px;
        height: 47px;
        border: 0px solid #fff;
        margin: 0;
        padding: 0;
        font-family: Arial, Helvetica;
        text-align: center;
        background: url(./img/bolao/bg_bolao_data.png) no-repeat;
    }
        .dataDia, .dataMes, .dataHora{
            position: absolute;
            border: 0px solid;
            margin: 0;
            padding: 0;
        }
        
        .dataDia{
            top: 2px;  
            left: 9px;
            font-size: 20px;
            font-weight: bold;
         }
         
         .dataMes{
            top: 23px;
            left: 8px;
            font-size: 16px;    
         }
         
         .dataHora{
            top: 49px;
            left: 0;
            font-size: 16px;
            font-weight: bold;    
         }
    
    
    .bgEscudos{
        position: absolute;
        top: 7px;
        right: 5px;
        width: 144px;
        border: 0px solid #fff;
        margin: 0;
        padding: 0;
    }
    
        .bgEscudos img{
            width:  65px;
            border: none;
            margin: 0;
            padding: 0;
        }
        
        .x{
            position: relative;
            top: -19px;
            border: none;
            margin: 0;
            padding: 0;
        }
        
    .displayMsg{
        position: absolute;
        top: 150px;
        left: 0px;
        /*width: 456px;*/
        width:478px;
        border: 2px solid #000;
        margin: 0;
        padding: 15px 10px;
        background: url(./img/bolao/bg_display_msg.png) repeat;
        z-index: 1;
    }
    
        .msgTextoFixo1, .msgHora, .msgJogos{
            display: block;
            border: 0px solid;
            margin: 0;
            padding: 0;
            font-family: Arial,Heveltica;
            font-weight: bold;
            color: #FFFFFF;
            text-align: center;
        }
    
        .msgTextoFixo1, .msgTextoFixo2{
            font-size: 16px;
        }
        
        .msgJogos{
            font-size: 24px;
        }
    
        .hrIniJogos, .hrFimJogos{
            display: none;        
        }
