@font-face
{
	font-family: happo;
	src: url('../style/raleway/Raleway-Regular.ttf');
}

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

div.break { clear: both; }

div.jgauge
{
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	width: 160px;
	height: 114px;
	margin: 5px 5px 0 5px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	
	font-family: happo, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;	
	color: #918485;	
	padding-top:100px;
}

.gaugeTitle
{
	float: left;
	width: 160px;
	margin: 0 5px 0 5px;
	overflow: hidden;
	position: relative;
	
	font-family: happo, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color: #918485;	
	text-align:center;
}

.gaugeDetails
{
	float: left;
	width: 160px;
	margin: 0 5px 0 5px;
	overflow: hidden;
	position: relative;
	
	font-family: happo, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #918485;	
	text-align:center;
}

div.jgauge p.tick-label
{
	color: #327a9e;
	display: none;
	font-family: happo, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	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: #d54527;
	display: none;
	font-family: happo, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	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;
}

#noscript-warning
{
	background-color: #ff0000;
	border-bottom: 1px solid #e00;
	height: 17px;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 2000;
}

