.calendar-table{
	width:50%;
	padding:1em;
	margin-top: 35px;
	margin-bottom: 15px;
}
.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH{
	padding:3px;
	text-align:center;
	
	
}
.calendar-table TH{
	color:#333333;
	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; */
	color:#FFFFFF;
	background-color:#C7D5FE;
	/* background-color:#faba00; */
	cursor:pointer;
	text-decoration:underline;
	/* border:1px solid #333333; */
}
.linked_today_nolink{
	padding:2px;
	color:#333333;
	background-color:#C7D5FE;
}
.linked_day{
	padding:2px;
	color:#000000;
	background-color:#FABB00;
	cursor:pointer;
	text-decoration:underline;
	/* border:1px solid #333333; */
}

/* List view CSS */

.newsCalendar_listHeader{
	font-size:1.5em;
	font-weight:bold;
	# border-left:4em;
	#border-bottom:1em;
	color:#7B7C7E;
	border-left:2px solid #FABB00;
	padding:0.5em;
}
.newsCalendar_listBody{
	padding:0em;
	width:50%;
}
.newsCalendar_listItem{
	font-size:1em;
	padding-left:2em;
	padding-bottom: 2em;
	white-space: nowrap;
	color: #FABB00;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-left:0.9em;
	padding-top:0.5em;
	padding-bottom:0.50em;
	font-size:1.15em;
	color: #7B7C7E;
}
