/* @override http://ireport.dev/f/examples/custom.css */
* {
	
}
div.flotr-mouse-value {
	display: block;
	line-height: 20px;
	width: 100px;
	height: 65px;
	float: left;
	right: 50%;
	position: relative;
	margin-right: 30%;
	margin-bottom: 20%;
	z-index:0;
	-webkit-border-radius:10px;
	font-size: 36px;
	text-align:center;
}
div.flotr-mouse-value > span.swell{
	text-align: left;
	font-size: 30px;
	line-height: 35px;
}

div.flotr-mouse-value > span.period{
	color: silver;
	text-align: left;
	font-size: 26px;
	line-height: 25px;
}
 div#trend {
z-index:-1;
}
/*
 #trend {
	float:right;
	display:block;
	width:100px;
	height:90%;
	background: gray 99px 20px;
}
*/
li.* {
	list-style-type: none;
}

li.falling {
	float: right;
	background: url(red-down-arrow.gif) no-repeat 0px 0px;
text-decoration:none;
	position: absolute;
	top: 20px;
	right: 10px;
	list-style-type: none;
	padding-left: 18px;	
}

li.rising {
	float: right;
	background: url(green-up-arrow.gif) no-repeat 0px 0px;
text-decoration:none;
	position: absolute;
	top: 20px;
	right: 10px;
	list-style-type: none;
	padding-left: 18px;	
}

li.trend {
	float: right;
text-decoration:none;
	position: absolute;
	top: 40px;
	right: 10px;
	list-style-type: none;

}

