.weatherGraphContainer
{
	position: relative;
	height:400px;
	width:300px;
}

.navPanel
{
	position: absolute;
	z-index: 2;
	left: 0px;
	bottom: 0px;
	height: 36px;
	background-color: black;
}

.hotSpot
{
	position: absolute;
	z-index: 3;
	left: 0px;
	bottom: 0px;
	height: 36px;
}

.loadingIcon
{
	position: absolute;
	z-index: 5;
}

.goBackIcon
{
	position: absolute;
	z-index: 4;
	left: 2px;
	bottom: 2px;
}

.goForwardIcon
{
	position: absolute;
	z-index: 4;
	right: 2px;
	bottom: 2px;
}

.selectOpt
{
	position: absolute;
	z-index: 4;
}

.iconHover
{
	border : 1px solid black;
}

.jqplot-title
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.jqplot-xaxis-tick
{
	font-size: 12px;
}

.jqplot-yaxis-tick
{
	font-size: 12px;
}

.jqplot-highlighter-tooltip
{
	border: 1px solid black;
	background-color: white;
	padding: 2px;
	font-size: 12px;
}