
.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH{
	padding:1px;
	text-align:center;
	background-color:#15a130;
	border:1px solid #6ab023;
}
.calendar-table TH{
	background-color:#fff;
	color:#8d95a2;
}
.calendar-table caption{
	font-size:200%;
	text-transform:uppercase;
}
.linked_today{
	cursor: pointer;
	color:#fff;
	cursor:pointer;
}
.linked_today_nolink{
	background-color:#e18e38 !important;
}
.selected_day div, .linked_day_today div{
	background-color:#e18e38 !important;
}
.linked_day{
	padding:2px;
	text-decoration:underline;
	cursor: default;
	border:1px solid transparent;
}

/* 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{

}


.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;
}


.columPrevious,.columYear,.columNext{
	border:0 !important;
	padding:0 !important;
}
.today, .linked_today{
	background-color:#e18e38;
}
