.calendar-table{
	width:100%;
	padding:1em;
	border: 1px solid #679B1D;
	background-color: #FFF;
	margin-bottom: 12px;
}
.calendar-table td.columYear,
.calendar-table td.columNext,
.calendar-table td.columPrevious {
	background-color: #FFF;
}

.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH{
	padding:3px;
	text-align:center;
}
.calendar-table TH{
	color:#000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #679B1D;
	border-bottom-color: #679B1D;
	background-color: #FFF!important;
}
.calendar-table caption{
	font-size:200%;
	color:#E2FFBA;
	text-transform:uppercase;
}
.linked_today{
	padding:2px;
	color:#333333;
	background-color:#E6E6E6;
	cursor:pointer;
	text-decoration:underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.linked_today_nolink{
	padding:2px;
	color:#333333;
	background-color:#E6E6E6;
}
.linked_day{
	padding:2px;
	color:#000;
	background-color:#E2FFBA;
	cursor:pointer;
	text-decoration:underline;
}

/* List view CSS */
.newsCalendar_listHeader{
	font-size:1.5em;
	font-weight:bold;
	background-color:#E6E6E6;
	color:#333333;
	border:1px solid #7e7e7e;
	padding:0.5em;
}
.newsCalendar_listBody{
	padding:1em;
}
.newsCalendar_listItem{
	display: table;
	font-size:1em;
	padding-top:1em;
}

.newsCalendar_listItem a{
	font-weight: bold;
}

.newsCalendar_listItem_image{
	display: table;
	float:left;
	padding: 3px;
	border: 1px solid #CCC;
	margin-top: 3px;
	margin-right: 3px;
}
.newsCalendar_listItem_subheader{
	display: table;
	float:left;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:1em;
	font-size:1.25em;
}

