@CHARSET "ISO-8859-1";

/*
#flot_chart .tickLabelX, #flot_chart .tickLabelY, #flot_chart .tickLabelX2, #flot_chart .tickLabelY2 {
	font-family: "Segoe UI",Candara;
	font-size: 11px;
}
*/

#flot_chart .yAxis .tickLabel {
	font-family: "Segoe UI",Candara;
	font-size: 12px;
}
#flot_chart .xAxis .tickLabel {
	font-family: "Segoe UI",Candara;
	font-size: 12px;
}

#flot_tooltip {
	font-family: "Segoe UI",Candara;
	font-size: 11px;
	color: #ffffff;
}

#flot_chart_overview .xAxis .tickLabel  {
	font-family: "Segoe UI",Candara;
	font-size: 11px;
}
/*
#flot_chart_overview .tickLabelX, #flot_chart_overview .tickLabelX2 {
	font-family: "Segoe UI",Candara;
	font-size: 11px;
}
*/


#flot_chart_overview .yAxis .tickLabel{
	/*display: none;*/
	font-family: "Segoe UI",Candara;
	font-size: 12px;
	color:#F3F3F3;

}
/*
#flot_chart_overview .tickLabelY, #flot_chart_overview .tickLabelY2 {
	display: none;
}
*/

#flot_legend .legendLabel {
	font-family: "Segoe UI",Candara;
	font-size: 12px;
}

.flotChartMessage {
	font-family: "Segoe UI",Candara;
	font-size: 12px;
	padding: 10px;
}

#flot_unit_left {
	font-family: "Segoe UI",Candara;
	font-size: 12px;
	font-weight: bold;
}

#flot_unit_right {
	font-family: "Segoe UI",Candara;
	font-size: 12px;
	font-weight: bold;
}

#map_flot_chart .tickLabelX, #flot_chart .tickLabelY, #flot_chart .tickLabelX2, #flot_chart .tickLabelY2 {
	font-family: "Segoe UI",Candara;
	font-size: 11px;
}

#map_flot_tooltip {
	font-family: "Segoe UI",Candara;
	font-size: 11px;
	color: #ffffff;
}

#map_flot_unit_left {
	font-family: "Segoe UI",Candara;
	font-size: 12px;
	font-weight: bold;
}

#map_flot_unit_right {
	font-family: "Segoe UI",Candara;
	font-size: 12px;
	font-weight: bold;
}