/*!
 * jGauge v0.3.0 Alpha 2
 * Gauge styling
 * 
 * Developed by Darian Cabot
 * http://www.dariancabot.com/
 * 
 * Date: 28 October 2010
 */

div.jgauge
{
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	height: 707px;
	margin: 25px;
	position: relative;
	width: 707px;
	z-index: 0;
}

div.jgauge p.tick-label
{
	color: #327a9e;
	display: none;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 10px;
	line-height: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 50px;
	z-index: 3;
}

div.jgauge img.needle {
	border: 0;
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 5;
}

div.jgauge .needle {
	z-index: 5;
}

div.jgauge p.label {
	color: #144b66;
	display: none;
	font-family: 'MisoBold';
	font-weight: 'normal';
	text-shadow: -2px -2px #489e9a;
	font-size: 120px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 800px;
	z-index: 4;
}

	
div.jgauge canvas {
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}
