/*
 **********************************
 *        CALENDAR STYLES         *
 **********************************
 */
.calendar
{
	font-weight: lighter;
	border-color: #003;
	border-width: thin;
}

.lgCalendar
{
	font-weight: bold;
	border-color: #003;
	border-width: thin;
}

.calendarHeader
{
	font-size:11px;
	font-weight:bold;
	color:#FFC;
	font-family: "Comic Sans MS";
	letter-spacing:5px;
	line-height:16px;
	text-align:center;
	padding: 0px 2px 2px 2px;
}

.lgCalendarHeader
{
	font-size:18px;
	font-weight:bold;
	color:#FFC;
	font-family: "Comic Sans MS";
	letter-spacing:5px;
	line-height:21px;
	text-align:center;
	padding: 2px 2px 4px 20px;
}

.weekDay
{
	font-size:9px;
	color:#000;
	font-family: "Comic Sans MS";
	letter-spacing:1px;
	line-height:9px;
	background-color:#FFC;
}
.lgWeekDay
{
	font-size:12px;
	color:#000;
	font-family: "Comic Sans MS";
	letter-spacing:1px;
	line-height:14px;
	background-color:#FFC;
	padding: 2px 2px 2px 2px;
}

.calendarDay
{
	font-size:12px;
	font-weight: bold;
	color:#69C;
	font-family: "Comic Sans MS";
	letter-spacing:1px;
	line-height:12px;
}
.lgCalendarDay
{
	font-size:12px;
	font-weight: bold;
	color:#000;
	font-family: "Comic Sans MS";
	letter-spacing:1px;
	line-height:12px;
}

.calendarToday
{
	font-size:12px;
	font-weight: bold;
	color:#000;
	font-family: "Comic Sans MS";
	letter-spacing:1px;
	line-height:12px;
	background-color:#FFC;
}
.lgCalendarToday
{
	font-size:12px;
	font-weight: bold;
	color:#000;
	font-family: "Comic Sans MS";
	letter-spacing:1px;
	line-height:12px;
	background-color:#FFC;
}

.calendarEmptyDay
{
	font-size:14px;
	font-weight:bold;
	color:#FFC;
	font-family: "Comic Sans MS";
	letter-spacing:1px;
	line-height:9px;
	background-color:#69C;
}
.lgCalendarEmptyDay
{
	font-size:14px;
	font-weight:bold;
	color:#FFC;
	font-family: "Comic Sans MS";
	letter-spacing:1px;
	line-height:9px;
	background-color:#AAA;
}

.calendar2
{
	font-size:9px;
	color:teal;
	font-family: "Comic Sans MS";
	letter-spacing:1px;
	line-height:9px;
}

.calendar3
{
	font-size:9px;
	color:#700;
	font-family: "Comic Sans MS";
	letter-spacing:1px;
	line-height:9px;
	text-indent:2px;
	padding-top:1px;
}
A.lgCalDayDetails:link
{ 
	color: #69C;
	font-weight:bolder;
	font-size: 8px;
	line-height: 14px;
	font-family: "Comic Sans MS";
	text-decoration: none; 
}
A.lgCalDayDetails:visited
{
	color: #69C;
	font-weight: bolder;
	font-size: 8px;
	line-height: 14px;
	font-family: "Comic Sans MS";
	text-decoration: none;
}
A.lgCalDayDetails:hover
{ 
	color: #900;
	font-weight:bolder;
	font-size: 8px;
	line-height: 14px;
	font-family: "Comic Sans MS";
	text-decoration:overline underline;
	background-color: #FFF;
}

