﻿#pricechart {
	padding: 5px;
	border: 1px solid #999;
	border-radius: 5px;
}
#pricechart .controls {
	padding: 25px 20px 15px 20px;
	color: #666;
}

#chartplaceholder {
	width: 100%;
	height: 200px;
}
#chartplaceholder span {
	text-align: center;
	line-height: 200px;
	display: block;
}
#chartplaceholder .loading {
	background: url(//new.mobile.ir/static/css/images/loadingsmall.gif) 50% 60px no-repeat;
	color: #666;
}

#chartlegend {
	position: absolute;
	margin-top: -60px;
	margin-right: 80px;
	background: rgba(255,255,255,0.8);
	white-space: nowrap;
}
#chartlegend a {
	font-weight: bold;
	padding: 0 5px;
}
#chartlegend small {
	display: inline-block;
	border-radius: 12px;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin: 0 30px 0 3px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

#pricechart_tooltip {
	position: absolute;
	display: none;
	direction: rtl;
	border: 1px solid #999;
	padding: 5px;
	background-color: #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	font-size: 10px;
	border-radius: 3px;
	color: #333;
	max-width: 200px;
}
#pricechart_tooltip span {
	color: #666;
}
