/* CALENDAR */
/* caption {
	font-family: arial,helvetica; 
	font-size: 11px; 
	color: #999999;
	font-weight: bold;
	backgound-color: #006699;
} */

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

.calendar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: white;
	background-color: #333333;
	/* 663366 */
	border-color: #FFCC66;
	border-style: solid;
	border-width: 1px;
	width: 760px;
	height: 500px;
	padding: 0px 0px 0px 0px;
}

.month-nav {
	background-color: #006699;
	height: 30px;
	border-color: #FFCC66;
	border-style: solid;
	border-width: 1px;
	border-top: 1px solid #000000;	
}

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

.calendarlink {
	color: white;
	border:none;
}

.calendararrow {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

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

.calheader {
	background-color: #996633;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	height: 25px;
}

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

.day {
	background-color: #666666;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: left;
	width: 108px;
	height: 100px;
	vertical-align: top;
}

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

.linkedday {
	background-color: #006699;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: left;
	width: 108px;
	height: 100px;
	vertical-align: top;
}

.calendar_event {
	list-style-type:  none;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}