@charset "utf-8";
/* CSS Document */

.gauge{
	width: 250px;
	height: 300px;
	position:relative;
	background: #fff url(/scripts/cssthermo/red/0.jpg) top left no-repeat;
	border: 0;
	margin: 0 0 0 auto;
}

.gauge .current-value {
	position:absolute;
	left: 0px;
	bottom: 0px;
	text-align:left;
	width: 100%;
	background: #fff url(/scripts/cssthermo/red/full.jpg) bottom left no-repeat;
	color: #cc0000;
	font-size: 125%;
	font-family: arial, sans-serif;
	font-weight: bold;
	padding-left: 90px;
}

.gauge .goal-value {
	font-weight: bold;
	font-family: arial, sans-serif;
	text-align: left;
	font-size: 115%;
	position: absolute;
	bottom: 25px;
	left: 90px;
}

.gauge .current-value * {
	display:none;
}

