.calendar-table{
	width:252px;
	background-color: #efe8f2;
	border-top: 1px solid #642d8a;
	border-bottom: 1px solid #642d8a;
	font-size: 11px;
}
.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH{
	padding:3px;
	text-align:center;
	font-size: 11px;
	color:#642d8a;
}
.calendar-table TH{
	color:#642d8a;
	border-top:1px solid #642d8a;
	border-bottom:1px solid #642d8a;
	background-color: #e1d5e7;
	font-weight: normal;
}
.calendar-table caption{
	font-size:200%;
	color:#642d8a;
	text-transform:uppercase;
}
.linked_today{
	padding:2px;
	color:#642d8a;
	background-color:#c5b0d3;
	cursor:pointer;
	font-weight: bold;
}
.linked_today_nolink{
	padding:2px;
	color:#642d8a;
	font-weight: bold;
}
.linked_day{
	padding:2px;
	color:#642d8a;
	background-color:#c5b0d3;
	cursor:pointer;
}

.columPrevious, .columYear, .columNext {
	background-color: #b79dc8;
	text-transform: uppercase;
	color: #ffffff;
}

.columPrevious a:link, .columYear a:link, .columNext a:link{
	color: #ffffff;
	text-decoration: none;
}

.columPrevious a:visited, .columYear a:visited, .columNext a:visited{
	color: #ffffff;
	text-decoration: none;
}

.columPrevious a:hover .columYear a:hover, .columNext a:hover{
	color: #ffffff;
	text-decoration: none;
}

/* List view CSS */
.newsCalendar_listHeader{
	font-size:1.5em;
	font-weight:bold;
	background-color:#C7D5FE;
	color:#642d8a;
	border:1px solid #642d8a;
	padding:0.5em;
}
.newsCalendar_listBody{
	padding:1em;
}
.newsCalendar_listItem{
	font-size:1em;
	padding-left:1em;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:0.25em;
	font-size:1.25em;
}