var GC_APPEARANCE = {
	'weekdays':  ['S', 'D', 'L', 'M', 'M', 'J', 'V'], 
	'longmonth' : ['Enero','Febrero','Marzo','Abril','Mayo','Junio','Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre'],
	'messages' : {
				'Warning' : 'Warning: the date entered does not meet preset date format',
				'AltPrevYear' : 'to previos year',
				'AltNextYear' : 'to next year',
				'AltPrevMonth' : 'to previos month',
				'AltNextMonth' : 'to next month'
	},
	'CalDiv' : 'clsCalDiv',
	'OuterFrame' : 'clsOuterFrame',
	'InnerFrame' : 'clsInnerFrame',
	'TopPartNavpanel' : 'clsTopPartNavpanel',
	'BottomPartNavpanel' : 'clsBottomPartNavpanel',
	'MidRow' : 'clsMidRow',
	'DateGrid':'clsDateGrid',
	'WeekDay':'clsWeekDay',
	'WorkDayCell': 'clsWorkDayCell',
	'HoliDayCell': 'clsHoliDayCell',
	'OtherMonthDayCell': 'clsOtherMonthDayCell',
	'SelectedDayCell': 'clsSelectedDayCell',
	'CurrentMonthDay': 'clsCurrentMonthDay',
	'OtherMonthDay': 'clsOtherMonthDay',
	'SelectedDay': 'on-calendarLink',
	'InfoTitle':'clsInfoTitle',
	'DataArea':'clsDataArea',
	'PrevYear':'images/prev_year.gif',
	'PrevMonth':'images/prev_month.gif',
	'NextYear':'images/next_year.gif',
	'NextMonth':'images/next_month.gif',
	'IcoCalUnVis': 'images/dpr_unvis.gif',
	'IcoCalVis': 'images/dpr_vis.gif' 
};
