@charset "utf-8";
/* CSS Document */
#exp_content {
	background-color: #FFF5E8;
	height: 360px;
	width: 75%;
	padding: 5px;
}
div#tmeter_shell {
	border:hidden;
	padding: 0px;
	position: relative;
	width: 262px;
	height: 315px;
	text-align:left;
	clear: both;
}
div#tmeter {
	position: relative;
	float: left;
	height: 315px;
	width: 257px;
	padding: 0px;
	margin-left: 10px;
}
div#tmeter img {
	position: absolute;
	width: 104px;
	height: 329px;
	bottom: 0px;
}
div#mercury {
	position: absolute;
	bottom:58px;
	left:47px;
	display:block;
	width:30px;
	background-color:#E03636;
}

div#tmeter h1 {
	color: #A61919;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

div#backing {
	position:absolute;
	bottom: 0px;
	left: 3px;
	width: 104px;
	height: 329px;
	clear: both;
}

p#leveltext {
	font-family: Tahoma, Geneva, sans-serif;
	background-image:url(../graphics/arrow.png);
	background-repeat:no-repeat;
	height: 15px;
	position: absolute;
	margin-left: 130px;
	bottom: 0px;
	font-size: 13px;
	text-align:left;
}

p#leveltextIE7 {
	font-family: Tahoma, Geneva, sans-serif;
	background-image:url(../graphics/arrow.png);
	background-repeat:no-repeat;
	height: 15px;
	position: absolute;
	margin-left: -130px;
	bottom: 0px;
	font-size: 13px;
	text-align:left;
}

p#leveltextIE6 {
	font-family: Tahoma, Geneva, sans-serif;
	background-image:url(../graphics/arrow.gif);
	background-repeat:no-repeat;
	position:absolute;
	margin: 0px 0px 0px -140px;
	bottom: -2px;
	font-size: 13px;
	text-align:left;
}
