.calendar-table{
	width:185px;
	padding: 10px;
	background-color: #E3E3E3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.columYear {
	font-weight: bold;
	font-size: 15px;
	text-transform:uppercase;	
}
.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH{
	padding:2px;
	text-align:center;
	font-weight: bold;
}
.calendar-table TH{
	color:#333333;
	font-weight: bold;
}
.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}
.linked_today{
	padding:2px;
	color: #E3000F;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #E3000F;
}
.linked_today_nolink{
	padding:2px;
	color:#333333;
	background-color:#C7D5FE;
}
.linked_day{
	color: #E3000F;
	cursor:pointer;
	text-decoration:underline;
}

/* List view CSS */
.newsCalendar_listHeader{
	font-size:1.5em;
	font-weight:bold;
	background-color:#C7D5FE;
	color:#333333;
	border:1px solid #7e7e7e;
	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;
}