#contentRight div.twoColsWrapper div.twoColsRight a,
#contentRight div.twoColsWrapper div.twoColsRight a:visited,
#contentRight div.twoColsWrapper div.twoColsRight a:hover {
  padding: 0;
  margin: 0;
  background: none;
}

.calendar-table {
  table-layout: fixed;
  width: 100%;
}

.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH{
  padding: 3px 0;
	text-align:center;
}
.calendar-table TH{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.linked_today_nolink{
	background-color:#eee;
}
.linked_today,
.linked_day{
	cursor: default;
	color: #f29400;
}

.linked_today {  background: #eee; }

/* List view CSS */
.newsCalendar_listHeader{
	font-size:1.5em;
	font-weight:bold;
	color:#333333;
	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;
}
.newsCalendar_listItem_subheader{
	display: table;
	float:left;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:1em;
	font-size:1.25em;
}