.calendar-table{
	width:100%;
	padding:1em;
	font-family: "Century Gothic", Arial;
	color: #666666;
	font-size: 14px;
}
.calendar-table a{
	text-decoration:none;
}
.calendar-table TD, .calendar-table TH{
	padding:3px;
	text-align:center;
}
.calendar-table TH{
	color:#FFFFFF;
	background-color: #8584c2;
	font-family: "Century Gothic", Arial;
	font-size: 13px;
}
.calendar-table caption{
	font-size:100%;
	color:#333333;
	text-transform:uppercase;
}
.linked_today{
	padding:2px;
	color:#5854c2;
	background-color:#C7D5FE;
	cursor:pointer;
	text-decoration:none;
	font-weight: bold;
}
.linked_today_nolink{
	padding:2px;
	color:#666666;
	background-color:#C7D5FE;
	text-decoration:none;
}
.linked_day{
	padding:2px;
	color:#FFFFFF;
	background-color:#8584c2;
	cursor:pointer;
	text-decoration:none;
	font-weight: bold;
}
.linked_day a:hover {
	padding:2px;
	color:#edb6c9;
	background-color:#8584c2;
	cursor:pointer;
	text-decoration:none;
	font-weight: bold;
}
.columPrevious a:visited {
	font-family: "Century Gothic", Arial;
	font-size: 16px;
	color: #8584c2;
	text-decoration: none;
}
.columPrevious a:link {
	font-family: "Century Gothic", Arial;
	font-size: 16px;
	color: #8584c2;
	text-decoration: none;
}
.columPrevious a:hover {
	font-family: "Century Gothic", Arial;
	font-size: 16px;
	color: #edb6c9;
	text-decoration: none;
}
.columYear a:visited {
	font-family: "Century Gothic", Arial;
	font-size: 15px;
	color: #8584c2;
	text-decoration: none;
}
.columYear a:link {
	font-family: "Century Gothic", Arial;
	font-size: 15px;
	color: #8584c2;
	text-decoration: none;
}
.columYear a:hover {
	font-family: "Century Gothic", Arial;
	font-size: 15px;
	color: #edb6c9;
	text-decoration: none;
}
.columNext a:visited {
	font-family: "Century Gothic", Arial;
	font-size: 16px;
	color: #8584c2;
	text-decoration: none;
}
.columNext a:link {
	font-family: "Century Gothic", Arial;
	font-size: 16px;
	color: #8584c2;
	text-decoration: none;
}
.columNext a:hover {
	font-family: "Century Gothic", Arial;
	font-size: 16px;
	color: #edb6c9;
	text-decoration: none;
}

/* List view CSS */
.newsCalendar_listHeader{
	font-size:15px;
	font-weight:bold;
	background-color:#8584c2;
	color:#FFFFFF;
	padding-left:0.5em;
	padding-top:0.25em;
	padding-bottom:0.25em;
	font-family: "Century Gothic", Arial;
	text-transform: uppercase;
}
.newsCalendar_listBody{
	padding-top: 0.25em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}
.newsCalendar_listItem{
	font-size:14px;
	padding-left:1em;
	padding-top:0.25em;
	padding-bottom:0.25em;
	font-family: "Century Gothic", Arial;
	color: #666666;
}
.newsCalendar_listItem a:visited {
	font-size:14px;
	padding-left:1em;
	padding-top:0.25em;
	padding-bottom:0.25em;
	font-family: "Century Gothic", Arial;
	color: #8584c2;
	text-decoration: none;
}
.newsCalendar_listItem a:link {
	font-size:14px;
	padding-left:1em;
	padding-top:0.25em;
	padding-bottom:0.25em;
	font-family: "Century Gothic", Arial;
	color: #8584c2;
	text-decoration: none;
}
.newsCalendar_listItem a:hover {
	font-size:14px;
	padding-left:1em;
	padding-top:0.25em;
	padding-bottom:0.25em;
	font-family: "Century Gothic", Arial;
	color: #edb6c9;
	text-decoration: none;
}
.newsCalendar_listItemHeader{
	font-weight:normal;
	padding-left:0.5em;
	padding-top:0.25em;
	padding-bottom:0.25em;
	font-size:15px;
	color: #666666;
	background-color: #f2f2f2;
	text-transform: capitalize;
}