@CHARSET "UTF-8";

.sfmeteo tr td{
	padding:0;
	}

.tooltip{
	height:43px; width: 40px; background-repeat: no-repeat; align:right; background-color:#D4ECFA
	}
	
.station {
	padding-right:7px;
	font-weight:bold;
	font-size:10px;
	}

.tool-tip {
  color: #fff;
  width: 139px;
  z-index: 13000;
}
 
.tool-title {
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  color: #9FD4FF;
  padding: 8px 8px 4px;
  background: url(bubble.png) top left;
}
 
.tool-text {
  font-size: 12px;
  padding: 4px 8px 8px;
  background: url(bubble.png) bottom right;
}
 
.custom-tip {
  color: #F00;
  width: 130px;
  z-index: 13000;
}
 
.custom-title {
  font-weight: bold;
  font-size: 11px;
  margin: 0;
  color: #3E4F14;
  padding: 8px 8px 4px;
  background: #C3DF7D;
  border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
  font-size: 11px;
  padding: 4px 8px 8px;
  background: #CFDFA7;
}

