/* Copyright www.datameteo.com */

.clear{ clear:both; }

#contenitoreProfili{ font-family:Arial,sans-serif; overflow:hidden; width:6320px; margin:0; padding:0; }
#contenitoreProfili .col{ float:left; border-right:1px solid grey; list-style:none; }
#contenitoreProfili .levelName{ background-color:lightgray; text-align: center; }
#contenitoreProfili .levelName span{ position:relative; top:7px; }
#contenitoreProfili .profilo{ overflow:hidden; }
#contenitoreProfili .cell{ border-bottom:1px solid grey; padding:3px; height:33px; }
#contenitoreProfili .info.cell{ height:15px; background-color:lightGreen; font-size:13px; font-weight:bold; text-align:center; }
#contenitoreProfili .cell .comp{ float:left; }

#contenitoreProfili .level .windColor{ width:30px; height:30px; border-radius:16px; border: 2px solid black; margin-right:2px; }
#contenitoreProfili .level .windColor.L{ border-color:lightblue; }
#contenitoreProfili .level .windColor.M{ border-color:#DAC221; }
#contenitoreProfili .level .windColor.H{ border-color:#FF2020; }
#contenitoreProfili .level .windColor .north{ position:relative; top:2px; text-align:center; display:block; font-size:7px; }
#contenitoreProfili .level .wind{ width:32px; height:32px; position:relative; top:-8px; left:-1px; }
#contenitoreProfili .level .wind .windDir{ width:32px; height:32px; background:url('../img/compass-rose-arrow.png') no-repeat 0 0; }
#contenitoreProfili .level .wind .windSpeed{ position:relative; top:-21px; left:0px; text-align:center; width:32px; display:block; font-size:11px; font-weight:bold; }

#contenitoreProfili .level .temp{ height:32px; vertical-align:middle; margin-right:2px; width:47px; text-align:center; }
#contenitoreProfili .level .temp span.temp{ font-size:11px; font-weight:bold; position:relative; top:5px; }
#contenitoreProfili .level .temp span.height{ font-size:8px; position:relative; top:4px; }

#contenitoreProfili .level .cloudFraction{ width:32px; height:32px; background:url('../img/copertura-nuvolosa.png') no-repeat 0 0; }
#contenitoreProfili .level .cloudFraction.p0{ background-position:0 0; }
#contenitoreProfili .level .cloudFraction.p25{ background-position:-32px 0; }
#contenitoreProfili .level .cloudFraction.p50{ background-position:-64px 0; }
#contenitoreProfili .level .cloudFraction.p75{ background-position:-96px 0; }
#contenitoreProfili .level .cloudFraction.p100{ background-position:-128px 0; }
.botton-chose { background: url("../../../modules/Meteovid/images/bullet.png") no-repeat scroll 0 0 transparent; display: block; height: 14px; padding-left: 15px; width: 200px;}
.botton-chose.active, .botton-chose:hover { background-position: 0 -12px; }
/* EOF */