/* VERSIONS
/* 1_0: Default Fund Thermometer

/* Fund Thermometer
----------------------------------------------------------------------------- */
div.fundthermometer {
	border: none;
	margin-bottom: 20px;
	padding: 5px 10px;
	}
div.fundthermometer p {
	margin: 0;
	}
div.fundthermometer p.goal, 
div.fundthermometer p.goal strong {
	font-size: 1em;
	}
div.fundthermometer p.total, 
div.fundthermometer p.total strong {
	font-size: 1em;
	}
div.fundthermometer div.thermometer {
	width: 182px;
	height: 15px;
	border: 1px solid #B1B1B1;
	background: url(/images/common/graph-bar-bg.gif) left top repeat-x;
	margin: 0;
	padding: 0;
	}
div.fundthermometer div.thermometer span {
	position: relative;
	display: block;
	width: 100%;
	height: 15px;
	background: url(/images/common/graph-bar.gif) left top repeat-x;
	}
div.fundthermometer div.thermometer span p.left-txt {	
	color: #FFF;
	text-align: right;
	}
div.fundthermometer div.thermometer span p.right-txt {
	position: absolute;
	right: -25px;
	color: #000;
	text-align: left;
	}