var GC_APPEARANCE = {
	'weekdays':  ['D', 'S', 'T', 'Q', 'Q', 'S', 'S'], 
	'longmonth' : ['Janeiro','Fevereiro','Março','Abril','Maio','Junho','Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'],
	'messages' : {
				'Warning' : 'Aviso: o formato da data não é correcto',
				'AltPrevYear' : 'ano anterior',
				'AltNextYear' : 'ano seguinte',
				'AltPrevMonth' : 'mês anterior',
				'AltNextMonth' : 'mês seguinte'
	},
	'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': 'clsSelectedDay',
	'InfoTitle':'clsInfoTitle',
	'DataArea':'clsDataArea',
	'PrevYear':'calendario/img/prev_year.gif',
	'PrevMonth':'calendario/img/prev_month.gif',
	'NextYear':'calendario/img/next_year.gif',
	'NextMonth':'calendario/img/next_month.gif',
	'IcoCalUnVis': 'calendario/img/dpr_unvis.gif',
	'IcoCalVis': 'calendario/img/dpr_vis.gif'

};