var WindowTitle ="UdeM";//Date Time Picker title.

var ShowLongMonth 	= true;//Show long month name in Calendar header. example: "January".
var ShowMonthYear 	= true;//Show Month and Year in Calendar header.
var MonthYearColor 	= "#142052";//Font Color of Month and Year in Calendar header.
var WeekHeadColor 	= "#E5F3FA";//Background Color in Week header.
var SundayColor 		= "#E5F3FA";//Background color of Sunday.
var SaturdayColor 	= "#E5F3FA";//Background color of Saturday.
var WeekDayColor 		= "white";//Background color of weekdays.
var FontColor 			= "black";//color of font in Calendar day cell.
var TodayColor 		= "#B7DA7C";//Background color of today.
var SelDateColor 		= "#B7DA7C";//Backgrond color of selected date in textbox.
var YrSelColor 		= "#142052";//color of font of Year selector.
var ThemeBg 			= "";//Background image of Calendar window.
