﻿
.ChartWidget
{
}

.ChartWidget .Selector
{
	background-color: #D6E7F7;
	border-top: solid 1px #00209C;
	margin-bottom: 0px;
	color: #ffffff;
	
	border-bottom: solid 1px #00209C;
}
.ChartWidget .Selector .Title
{
	padding-left: 4px;
	padding-right: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	float: left;
	color: #003366;
	background-color: #9CBEDE;
	border-right: solid 1px #00209C;
}
.ChartWidget .Selector .Choice
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	zoom: 1;
}
.ChartWidget .Selector:after
{
	content: "";
	display: block;
	clear: left;
}
.ChartWidget .Selector .Choice LI
{
	float: left;
	margin: 0px;
	padding: 0px;
	border-right:  solid 1px #00209C;
}
.ChartWidget .Selector .Choice LI A
{
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	
}
.ChartWidget .Selector .Choice LI A:hover
{
	background-color: #D6E7F7;
	color: #df170c;
	text-decoration: underline;
}
.ChartWidget .Selector .Choice LI.Selected A
{
	border-top: solid 1px #D6E7F7;
	background-color: #F3F8FC;
	margin-bottom: -1px;
	color: #003366;
	font-weight: bold;
	position: relative;
}
.ChartWidget .Selector .Choice LI.Selected A:hover
{
	background-color: #ffffff;
	color: #df170c;
	text-decoration: underline;
}

.ChartWidget .Chart
{
	background-color: #F3F8FC;
	padding: 4px;
	
	
}

.ChartWidget .Chart IMG
{
	border: solid 1px #9CBEDE;
}
