*
{
	padding: 0;
	margin: 0;
}

/* caption determines the style of
   the month/year banner above the calendar. */

caption
{
	font-family: arial,helvetica;
	font-size: 11px;
	color: black;
	font-weight: bold;
}

/* .calendar determines the overall formatting style of the calendar,  
   acting as the default unless later overruled. */

.calendar
{
	font-family: arial,helvetica;
	font-size: 11px;
	color: white;
	background-color: #F2F2F2;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

th { color: #000; }

.smallCalendar
{
	display: inline;
	padding: 2px;
}

.smallCalenderContainer
{
	margin-left: auto;
	margin-right: auto;
	width: 30em;
}

table.calendar { width: 13.6em; }

.smallCalenderContainer table
{
	float: left;
	margin: 2px;
}

/* .calendarlink determines the formatting of those days linked to
   content. */

.calendarlink { color: white; }

/* .header determines the formatting of the weekday headers at the top
   of the calendar. */

.header
{
	background: url(../images/vlgtlgrv.jpg) repeat-x bottom #a9c88b;
	border: 1px solid #000000;
}

/* .day determines the formatting of each day displayed in the
   calendar. */

.day
{
	background-color: #999;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: center;
}

/* .linkedday determines the formatting of a date to which content is
   available. */

.linkedday
{
	background: url(../images/mttltv.jpg) repeat-x bottom #077373;
	border: 1px solid #000;
	text-align: center;
	color: #222222;
}

.linkedday a
{
	color: #ddd;
	font-weight: bold;
}
