@charset "utf-8";
#barometer_wrapper {
		width: 190px;
		background: #003365;
}
#barometer {
height: 250px;
width: 57px;
background: url(../img/barometer_bg.gif);
}

#barometer_top { 

height: 18px; 
width: 57px; }

#barometer_bottom { 
background: url(../img/barometer_bottom.gif) no-repeat; 
height: 18px; 
width: 57px; }

.full {
background: url(../img/barometer_top_full.gif) no-repeat; 
}

.empty {
background: url(../img/barometer_top_empty.gif) no-repeat; 
}

#barometer_figures {
		float: right;
		padding: 80px 0 0;
		width: 130px;
}

#barometer_figures h1 {
color:#FFFFFF;
font-size: 16px;
font-weight: normal;
margin: 0 0 20px 0;
}
#current, #target {
color: #FF0000;
font-weight: bold;
}

h1.barometer_title {
		color: #FFFFFF;
		font-size: 18px;
		text-align: center;
		margin-bottom: 10px;
}
