/*
    Document   : meteo_giorno
    Created on : 15-set-2011, 17.57.02
    Author     : gianluca
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display: block;
}


body{
    color:white;
    height:950px;
    width:1080px;
}
#meteo_wrapper{
    position:absolute;
    left:0px;
    top:0px;
    width:1078px;
    height:230px;
    background-image: url('../images/monitor.png');
    background-repeat: no-repeat;
    background-position: -2px -13px;
}

#wrapper_meteo_settimanale{
    position:absolute;
    left:0px;
    top:0px;
    width:1078px;
    height:1078px;
    background-image: url('../images/fondo_meteo.png');
    background-repeat: no-repeat;
    background-position: -0px -5px;
}

#meteo_short_wrapper{
    position:absolute;
    left:0px;
    top:0px;
    width:768px;
    height:155px;
    background-image: url('../images/fondo_meteo_info_gate-cafe.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    color:white;
}

#meteo_generali{
    width:215px;
    height:130px;
    float:left;
    text-align: center;
}

#meteo_temperature{
    height:130px;
    float:left;
    width:200px;
    text-align: center;
}

#meteo_previsione{
    height:130px;
    float:left;
    width:215px;
    text-align: center;
}

#meteo_vento{
    height:130px;
    float:left;
    width:215px;
    text-align: center;
}

#meteo_precipitazioni{
    height:130px;
    width:215px;
    float:left;
    text-align: center;
}

.localita{
    font-weight: bold;
    height:40px;
    padding-top: 15px;
}

.giorno{
    padding-top: 5px;
}

.data{
    padding-top: 15px;
}

.t_intestazione{
    font-weight: bold;
    height:25px;
    padding-top: 10px;
}

.t_valore{
    height:25px;
}

.previsione{
    font-weight: bold;
    height:30px;
    padding-top: 10px;
}

.icona img{
    width:75px;
    height:75px;
}

.vento_intestazione{
    font-weight: bold;
    height:30px;
    padding-top: 10px;
}
.vento_descrizione{
    padding-top: 5px;
}

.vento_valori{
    padding-top: 15px;
}

.precip_intestazione{
    font-weight: bold;
    height:30px;
    padding-top: 10px;
}

.precip_descrizione{
    padding-top: 5px;
}

.precip_valori{
    padding-top: 15px;
}

.wrapper_meteo_giorno{
    width:1078px;
    height:130px;
    font-size:10pt;
    font-family:IGateFont-Bold;
    color:black;
}

.meteo_giorno_generali{
    width:215px;
    height:130px;
    float:left;
    text-align: center;
}

.meteo_giorno_localita{
    font-weight: bold;
    height:40px;
    padding-top: 15px;
}

.meteo_giorno_giorno{
    padding-top: 5px;
}

.meteo_giorno_data{
    padding-top: 15px;
}

.meteo_giorno_temperature{
    height:130px;
    float:left;
    width:200px;
    text-align: center;
}


.meteo_giorno_t_intestazione{
    font-weight: bold;
    height:25px;
    padding-top: 10px;
}
.meteo_giorno_t_valore{
    height:25px;
}

.meteo_giorno_previsione{
    height:130px;
    float:left;
    width:215px;
    text-align: center;
}

.previsione_giorno{
    font-weight: bold;
    height:30px;
    padding-top: 10px;
}

.meteo_giorno_icona img{
    width:75px;
    height:75px;
}

.meteo_giorno_vento{
    height:130px;
    float:left;
    width:215px;
    text-align: center;
}
.meteo_giorno_vento_intestazione{
    font-weight: bold;
    height:30px;
    padding-top: 10px;
}

.meteo_giorno_vento_descrizione{
    padding-top: 5px;
}

.meteo_giorno_vento_valori{
    padding-top: 15px;
}

.meteo_giorno_precipitazioni{
    height:130px;
    float:left;
    width:215px;
    text-align: center;

}
.meteo_giorno_precip_intestazione{
    font-weight: bold;
    height:30px;
    padding-top: 10px;
}

.meteo_giorno_precip_descrizione{
    padding-top: 5px;
}

.meteo_giorno_precip_valori{
    padding-top: 15px;
}


#meteo_short_generali{
    width:185px;
    height:100px;
    float:left;
    position:relative;top:50px;
}

#meteo_short_temperature{
    height:120px;
    float:left;
    width:190px;
    position:relative;
    top:35px;
}

#meteo_short_previsione{
    height:130px;
    float:left;
    width:190px;
    position:relative;
    top:35px;
    text-align: center;
}

#meteo_short_precipitazioni{
    height:130px;
    width:170px;
    float:left;
    text-align: center;
    position:relative;
    top:35px;
}

.short_localita{
    font-weight: bold;
    height:20px;
    padding-top: 25px;
    padding-left: 35px;
}

.short_giorno{
    padding-top: 10px;
    padding-left:35px;
}

.short_data{
    padding-top: 0px;
}

.short_t_intestazione{
    font-weight: bold;
    height:20px;
    padding-top: 10px;
    padding-left:10px;
}

.short_t_valore{
    height:20px;
    padding-left:80px;
}

.short_previsione{
    font-weight: bold;
    height:35px;
    padding-top: 10px;
}

.short_icona img{
    width:60px;
    height:60px;
}

.short_precip_intestazione{
    font-weight: bold;
    height:35px;
    padding-top: 10px;
}

.short_precip_descrizione{
    padding-top: 5px;
}

