.calendar-table{
	width:100%;
	padding:1em;
}
.calendar-table a{
	text-decoration:underline;
}
/*.calendar-table TD, .calendar-table TH{
	padding:3px;
	text-align:center;
}*/
.calendar-table TH{
	color:#000;
	font-size: 12px;
	font-weight: bold;
	/*border-top:1px solid #7e7e7e;*/
	/*border-bottom:1px solid #7e7e7e;*/
}
.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}
.linked_today{
	padding:2px;
	color:#333333;
	background-color:#C7D5FE;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #333333;
}



/* List view CSS */
.newsCalendar_listHeader{
	font-size:16px;
	color:#656565;
	padding:0.5em;
	margin: 15px 0 0 0;
}
.newsCalendar_listBody{
	padding:1em;
}
.newsCalendar_listItem{
	font-size:1em;
	padding-left:1em;
}

.newsCalendar_listItem a { color: #666666; font-size: 13px; margin-bottom: 5px; }
.newsCalendar_listItem a:hover { color: #000; }

.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:0.25em;
	font-size:1.25em;
}
