@charset "utf-8";
/* CSS Document */

#meter {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #fff;
}

#meter_value_container {
	position: absolute;
	text-align: left;
	color: #FF0000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 3px;
}

#meter_value_container span {
	display: block;
	float: left;
}

#meter table td {
	font-size: 12px !important;
	padding: 3px !important;
	color: #fff;
}

#meter h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.curved {
  -moz-border-radius-bottomleft:6px;
  -moz-border-radius-bottomright:6px;
  -moz-border-radius-topleft:6px;
  -moz-border-radius-topright:6px;
}

.iftarea, .iftselect {
	border:3px solid #CBCBCB;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 12px;
	font-weight: bold;
	margin: 1em 0;
	background-color: #fff;
	padding: 5px;
}

div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}

.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

.success {
	background: green;
	color: #fff;
}

/* jQuery tool tip css */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div { margin: 0; }

#tooltip h3 { font-size: 11px; }
#tooltip.cloud {
	font-family: Arial;
	border: none;
	width: 160px;
	padding:5px 10px;
	height: 48px;
	background: url('../img/meter_cloud.png');
	background-repeat: no-repeat;
	font-size: 11px;
}
