
/*  NAVIGATION */
a.button_next       { display: block; width: 18px; height: 18px; background-image: url(images/calendar/button_next.gif); }
a.button_next:hover { display: block; width: 18px; height: 18px; background-image: url(images/calendar/button_next_hover.gif); }
a.button_prev       { display: block; width: 18px; height: 18px; background-image: url(images/calendar/button_prev.gif); }
a.button_prev:hover { display: block; width: 18px; height: 18px; background-image: url(images/calendar/button_prev_hover.gif); }

/*	MONTHS */
table.cal_month_lg {
	border: 1px solid #777777;
	width: 708px;
	padding: 0px;
	border-collapse: collapse; /* cellspacing = 0 */
}

/*	MONTH HEADINGS */
td.cal_month_lg_head {
	border-collapse: collapse;
	border: 0px;
	text-align: left;
	background-image: url(images/calendar/back_header_lg.jpg);
	background-color: #CCCCCC;
	height: 59px;
}
td.cal_month_headings {
	vertical-align: middle;
	height: 57px;
	line-height: 57px;
}
a.cal_month_lg_head         { font-family: Verdana; font-size: 14pt; font-weight: bold; text-decoration: none; }
a.cal_month_lg_head:hover   { font-family: Verdana; font-size: 14pt; font-weight: bold; text-decoration: underline; }
a.cal_month_lg_head:visited { font-family: Verdana; font-size: 14pt; font-weight: bold; text-decoration: none; }

/*	DAY HEADINGS */
td.cal_monthweekday_lg {
	background-image: url(images/calendar/back_header_sm.jpg);
	background-color: #CCCCCC;
	border: 1px solid #777777;
	width: 100px;
	height: 19px;
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
}

/*	DAYS */
td.cal_monthday_lg_prev {
	border: 1px solid #777777;
	background-color: #DDDDDD;
	width: 100px;
	height: 100px;
	font-family: Verdana;
	color: #555555;
	font-size: 7pt;	
	text-align: right;
	vertical-align: top;
}
a.cal_monthday_lg_prev         { font-family: Verdana; font-size: 7pt; font-weight: normal; text-decoration: none; }
a.cal_monthday_lg_prev:hover   { font-family: Verdana; font-size: 7pt; font-weight: normal; text-decoration: underline; }
a.cal_monthday_lg_prev:visited { font-family: Verdana; font-size: 7pt; font-weight: normal; text-decoration: none; }

td.cal_monthday_lg_curr {
	border: 1px solid #777777;
	background-color: #FFFFFF;
	width: 100px;
	height: 100px;
	font-family: Verdana;
	font-size: 7pt;	
	text-align: right;
	vertical-align: top;
}
a.cal_monthday_lg_curr         { font-family: Verdana; font-size: 7pt; font-weight: normal; text-decoration: none; }
a.cal_monthday_lg_curr:hover   { font-family: Verdana; font-size: 7pt; font-weight: normal; text-decoration: underline; }
a.cal_monthday_lg_curr:visited { font-family: Verdana; font-size: 7pt; font-weight: normal; text-decoration: none; }

td.cal_monthday_lg_next {
	border: 1px solid #777777;
	background-color: #DDDDDD;
	width: 100px;
	height: 100px;
	font-family: Verdana;
	color: #555555;
	font-size: 7pt;	
	text-align: right;
	vertical-align: top;
}
a.cal_monthday_lg_next         { font-family: Verdana; font-size: 7pt; font-weight: normal; text-decoration: none; }
a.cal_monthday_lg_next:hover   { font-family: Verdana; font-size: 7pt; font-weight: normal; text-decoration: underline; }
a.cal_monthday_lg_next:visited { font-family: Verdana; font-size: 7pt; font-weight: normal; text-decoration: none; }

td.cal_monthday_lg_today {
	border: 1px solid #777777;
	background-color: #FFFFCC;
	width: 100px;
	height: 100px;
	font-family: Verdana;
	font-size: 7pt;	
	text-align: right;
	vertical-align: top;
}
a.cal_monthday_lg_today         { font-family: Verdana; font-size: 7pt; font-weight: normal; text-decoration: none; }
a.cal_monthday_lg_today:hover   { font-family: Verdana; font-size: 7pt; font-weight: normal; text-decoration: underline; }
a.cal_monthday_lg_today:visited { font-family: Verdana; font-size: 7pt; font-weight: normal; text-decoration: none; }
