/*!
 * 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: 125px;
	margin: 0px 10px 10px 0px;
	overflow: hidden;
	position: relative;
	width: 233px;
	z-index: 0;
	border-left:1px #F5F5F5 solid;
	
}

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: Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 2px #bbb;
	width: 100%;
	z-index: 4;
}

div.jgauge canvas
{
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}
.jgaugehead{
	width: 213px;
	font-size:14px;
	color:#333;
	height:25px;
	float:left;
	font-weight:bold;
	margin: 0px 10px 0px 0px;
	border-left:1px #F5F5F5 solid;
	padding-left:20px;
	padding-top:20px;
	border-top:1px #F5F5F5 solid;
}