
.Sortheader
{
	background-image: url(../../Images/bg.gif);
	cursor: pointer;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center left;
	height: 25px;
}
.headerSortUp
{
	background-image: url(../../Images/asc.gif);
	background-color: #EEEEEE;
	color: #B33B3B;
}
.headerSortDown
{
	background-image: url(../../Images/desc.gif);
	color: #B33B3B;
	background-color: #EEEEEE;
}
#chartMenu a
{
	text-decoration: none;
}

