function getCalendarStyles() {
	var result = "";
	var p = "";
	if (this!=null && typeof(this.cssPrefix)!="undefined" && this.cssPrefix!=null && this.cssPrefix!="") { p=this.cssPrefix; }
	result += "<STYLE>\n";
	result += "."+p+"cpYearNavigation,."+p+"cpMonthNavigation {  }\n";
	result += "."+p+"cpDayColumnHeader, ."+p+"cpYearNavigation,."+p+"cpMonthNavigation,."+p+"cpCurrentMonthDate,."+p+"cpCurrentMonthDateDisabled,."+p+"cpOtherMonthDate,."+p+"cpOtherMonthDateDisabled,."+p+"cpCurrentDate,."+p+"cpCurrentDateDisabled,."+p+"cpTodayText,."+p+"cpTodayTextDisabled,."+p+"cpText { color:#09c;}\n";
	result += "TD."+p+"cpDayColumnHeader {  }\n";
	result += "."+p+"cpCurrentMonthDate, ."+p+"cpOtherMonthDate, ."+p+"cpCurrentDate  {  }\n";
	result += "."+p+"cpCurrentMonthDateDisabled, ."+p+"cpOtherMonthDateDisabled, ."+p+"cpCurrentDateDisabled {  }\n";
	result += "."+p+"cpCurrentMonthDate, .cpCurrentDate {  }\n";
	result += "."+p+"cpOtherMonthDate {}\n";
	result += "TD."+p+"cpCurrentDate {  }\n";
	result += "TD."+p+"cpCurrentDateDisabled { }\n";
	result += "TD."+p+"cpTodayText, TD."+p+"cpTodayTextDisabled { }\n";
	result += "A."+p+"cpTodayText, SPAN."+p+"cpTodayTextDisabled {  }\n";
	result += "A."+p+"cpTodayText { }\n";
	result += "."+p+"cpTodayTextDisabled { }\n";
	result += "."+p+"cpBorder {}\n";
	result += "</STYLE>\n";
	return result;
	}