@CHARSET "ISO-8859-1";

.ui-corner-top {
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
}

.ui-corner-all {
	-moz-border-radius: 0px;
}

.ui-corner-bottom {
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
}

.ui-icon {
	background-image:url("jQueryUI/ui-icons_cd0a0a_256x240.png");
}

.ui-state-active .ui-icon 
{
	background-image:url("jQueryUI/ui-icons_cd0a0a_256x240.png");
}

.ui-widget-header {
	background-color: #4D4745;
	background-image: none;
	border: none; 
}

div#graph_content .ui-tabs .ui-tabs-panel { padding: 1.4em 0em; }

#tooltip {
	color: #000;
	background-color: #C1C1C1;
}