function _getCalendarStyles() {
	var result = "";
	var p = "";
	result += "<STYLE>\n";
	result += "."+p+"cpYearNavigation,."+p+"cpMonthNavigation { background-color:#DD0000; text-align:center; text-decoration:none; color:#FFFFFF; font-weight:bold; }\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 { font-family:arial; font-size:8pt; }\n";
	result += "TD."+p+"cpDayColumnHeader { text-align:right; border:solid thin #C0C0C0;border-width:0px 0px 1px 0px; }\n";
	result += "."+p+"cpCurrentMonthDate, ."+p+"cpOtherMonthDate, ."+p+"cpCurrentDate  { text-align:right; text-decoration:none; }\n";
	result += "."+p+"cpCurrentMonthDateDisabled, ."+p+"cpOtherMonthDateDisabled, ."+p+"cpCurrentDateDisabled { color:#aaaaaa; font-weight:normal; text-align:right; text-decoration:line-through; }\n";
	result += "."+p+"cpCurrentMonthDate, .cpCurrentDate { color:#000000; font-weight:bold; }\n";
	result += "."+p+"cpCurrentMonthDateDisabled { font-weight:normal; color:#666666 }\n";
	result += "."+p+"cpOtherMonthDate { color:#808080; }\n";
	result += "TD."+p+"cpOtherMonthDate, TD."+p+"cpOtherMonthDateDisabled { background-color:#dfdfdf; }\n";
	result += "TD."+p+"cpCurrentDate { color:#000000; background-color: #dddddd; border-width:1px; border:solid 1px #ff0000; }\n";
	result += "TD."+p+"cpCurrentDateDisabled { border-width:1px; border:solid 1px #aaaaaa; }\n";
	result += "TD."+p+"cpTodayText, TD."+p+"cpTodayTextDisabled { border:solid thin #aaaaaa; border-width:1px 0px 0px 0px;}\n";
	result += "A."+p+"cpTodayText, SPAN."+p+"cpTodayTextDisabled { height:20px; }\n";
	result += "A."+p+"cpTodayText { color:black; }\n";
	result += "."+p+"cpTodayTextDisabled { color:#cccccc; }\n";
	result += "."+p+"cpBorder { border: 1px solid #666666; }\n";
	result += "</STYLE>\n";
	return result;
}

document.write(_getCalendarStyles());