﻿/* ********************************************************************************* */
/* ESTATÍSTICAS SITE */
#estatisticas { clear: both; }

#estatisticas #divAreaMeses
{
    float: left;
    margin: 0; /* 20px 0 0 0 */
    
    width: 100px;
    overflow: hidden;
}

#estatisticas #divAreaMeses div.mes:hover { background-color: #0075BF; }
#estatisticas #divAreaMeses a:hover { color: #FFFFFF; }
#estatisticas #divAreaMeses div.mes
{
    height: 15px;
    line-height: 15px;
    
    margin: 0 4px 0 0;
    
    border: solid #FFA200;
    border-width: 0 1px 0 0;
}

#estatisticas #divAreaMeses div.mesSeleccionado a { color: #FFFFFF; }
#estatisticas #divAreaMeses div.mesSeleccionado
{
    height: 15px;
    line-height: 15px;

    margin: 0 4px 0 0;
    
    background-color: #FFA200;
    border: solid #FFA200;
    border-width: 0 1px 0 0;
}

#estatisticas #divAreaMeses a
{
    padding: 0 5px 0 5px;
    display: block;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
#estatisticas #divAreaGraficos
{
    float: left;
}
#estatisticas #divAreaGraficos .divAreaMesesLoad
{
    z-index: 10;
    background-color: RGBA(0, 0, 0, 0.1);
    
    background-image: url("/Imagens/Icons/Load/32x32.gif");
    background-position: center center;
    background-repeat: no-repeat;
    
    border: solid 1px #FF000;
}

#estatisticas .grupo { float: left_; }
#estatisticas div.main
{
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;

    background-color: #FFFFFF;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#E8EDF3, endColorstr=#FFFFFF)";
    background-image: -webkit-gradient(linear, 0% 0%, 0% 30, from(#E8EDF3), to(#FFFFFF));
    background-image: -moz-linear-gradient(center bottom, #FFFFFF 0%, #E8EDF3 30);
    
    border: solid 1px #E8EDF3;
    padding: 5px;
    margin: 0 5px 5px 0;
}
#estatisticas h1
{
    font-size: 12px;
    margin: 0 0 5px 0;
}
/* ********************************************************************************* */