@charset "UTF-8";
/* CSS Document */



/* DEFAULT DIMENSION STYLES */

#CDIM_0
{
	color: rgba(20,109,135, 1);
	background-color: rgba(20,109,135, 0.3);
	border-color: rgba(20,109,135,0.3);
}

#CDIM_0 .over
{
	background-color: rgba(20,109,135, 0.4);
	border-color: rgba(20,109,135,1);
}

#CDIM_1
{
	color: rgba(33,33,33, 1);
	background-color: rgba(137, 169, 51, 0.9);
}

#CDIM_1 .over
{
	background-color: rgba(137, 169, 51, 1);
	border-color: rgba(33,33,33,1);
}


#CDIM_2
{
	color: rgba(85,21,6, 1);
	background-color: rgba(199,49,14, 1);
}

#CDIM_2 .over
{
	background-color: rgba(199,49,14, 0.5);
	border-color: rgba(85,21,6,1);
}

#CDIM_2 .histogram
{
	color: rgba(199,49,14, 0.9);
}


#CDIM_3
{
	color: rgba(33,33,33, 1);
	background-color: rgba(164,130,199, 0.9);
}

#CDIM_3 .over
{
	background-color: rgba(164,130,199, 1);
	border-color: rgba(33,33,33,1);
}


#CDIM_4
{
	color: rgba(33, 33, 33, 1);
	background-color: rgba(255, 235, 16, 1);
}

#CDIM_4 .over
{
	background-color: rgba(255, 235, 16, 0.5);
	border-color: rgba(33, 33, 33,1);
}

#CDIM_4 .histogram
{
	color: rgba(255, 235, 16, 0.9);
}






