/* styles for calendar pages */

	.contain{ width: 33%; padding: 0px 20px 20px 20px; }
	.calendar{ width: 90%; text-align: center; padding: 0; }

	.month { font-size: 12pt; font-weight: bold; text-align: center; }
/* .month { font-size: 16px; font-weight: bold; color: #cbd2a5; text-align: center; } */
	.day { width: 14%; font-size: 13px; font-weight: normal; text-align: center; }
	.date { font-size: 13px; font-weight: normal; text-align: right; padding-right: 3px; }
	/*  border: #000000 1px solid; */

/* styles for calendar pages, scheduled event-days:  r=Reiki share; l=Lecture; w=Workshop; c=Reiki class; h=HOME retreat */

	.rdate { font-size: 13px; font-weight: normal; text-align: right; background-color: #FFFFC0; padding-right: 3px; }
	.rdate a:link		{ text-decoration: none; color: #C00000; }
	.rdate a:visited	{ text-decoration: none; color: #C00000; }
	.rdate a:hover		{ text-decoration: none; color: #0000C0; }

	.cdate { font-size: 13px; font-weight: normal; text-align: right; background-color: #FFFF90; padding-right: 3px; }
	.cdate a:link		{ text-decoration: none; color: #C00000; }
	.cdate a:visited	{ text-decoration: none; color: #C00000; }
	.cdate a:hover		{ text-decoration: none; color: #0000C0; }

	.ldate { font-size: 13px; font-weight: normal; text-align: right; background-color: #00D000; padding-right: 3px; }
	.ldate a:link		{ text-decoration: none; color: #C00000; }
	.ldate a:visited	{ text-decoration: none; color: #C00000; }
	.ldate a:hover		{ text-decoration: none; color: #0000C0; }

	.wdate { font-size: 13px; font-weight: normal; text-align: right; background-color: #C0C0FF; padding-right: 3px; }
	.wdate a:link		{ text-decoration: none; color: #C00000; }
	.wdate a:visited	{ text-decoration: none; color: #C00000; }
	.wdate a:hover		{ text-decoration: none; color: #0000C0; }

	.hdate { font-size: 13px; font-weight: normal; text-align: right; background-color: #9090FF; padding-right: 3px; }
	.hdate a:link		{ text-decoration: none; color: #C00000; }
	.hdate a:visited	{ text-decoration: none; color: #C00000; }
	.hdate a:hover		{ text-decoration: none; color: #0000C0; }
