.calendar-table{
	/*padding:1em;*/
}
.calendar-table a{
	text-decoration:underline;
}
.calendar-table td, .calendar-table th{
	padding:2px;
	text-align:center;
	color: #999;
	font-weight:normal;
	width:20px;
}
body#home .calendar-table td,
body#home .calendar-table th{
	color: #FFFFFF;
}
body#home .linked_day{
	cursor: default;
	padding:2px;
	cursor:pointer;
	border:1px solid transparent;
	color:#FFFFFF;
}
body#home .calendar-table td .linked_today_nolink{
	padding:2px;
	background-color:#C7D5FE;
	color:#000000 !important;
}
body#home .linked_today{
	padding:2px;
	text-decoration:none;
	color:#ffeB00;
	background-color:#000000;
	cursor: default;
	border:1px solid transparent;
}
.calendar-table th{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.calendar-table caption{
	font-size:200%;
	text-transform:uppercase;
}
.linked_day{
	cursor: default;
	padding:2px;
	cursor:pointer;
	border:1px solid transparent;
	color:#000000;
}
.linked_today_nolink{
	padding:2px;
	background-color:#C7D5FE;
	color:#000000;
}
.linked_today{
	padding:2px;
	text-decoration:none;
	color:#ffeB00;
	background-color:#000000;
	cursor: default;
	border:1px solid transparent;
}
.bt-active {
color: #000000;
}
td.columYear a {
color: #999999;
font-size:14px;
text-decoration:none;
}

/* 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{
	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;
}
.newsCalendar_calendarItem a {
font-weight:normal !important;
color:#c31b7a;
text-decoration:none;
}
.newsCalendar_calendarItem a:hover {
text-decoration: underline;
}

.newsCalendar_calendarItem_subheader,
.newsCalendar_calendarItem_subheader b {
font-weight:normal;}
