.calendar-table{
	width:100%;
	padding: 0;
	border-collapse: collapse;
}
.calendar-table a{
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}
.calendar-table TD, .calendar-table TH{
	padding:0;
}

.calendar-table TD div.calheader{
	text-align: center;
	border-top: 1px solid #a9c6df;
	padding:3px;
	background: #f8fafc;
}

.calendar-table TH div{
	padding:3px;
	color: #000000;
	background: #f8fafc;
	margin-bottom: 5px;
	border-bottom: 1px solid #a9c6df;
	text-align: center;
}

.calendar-table TD.day{
	border: 1px solid #ededed;
}
.calendar-table TD.day div{
	padding: 3px;
	text-align: center;
}

.calendar-table TH{
	color:#333333;
}
.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}
.linked_today{
	padding:0;
	color:#333333;
	background-color:#9bc2f1;
}
.linked_today_nolink{
	padding:0;
	color:#333333;
	background-color:#9bc2f1;
}
.linked_day{
	padding: 0;
	color:#02559b;
	background-color:#ffeb00;
	cursor:pointer;
	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{
	font-size:1em;
	padding-left:1em;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:0.25em;
	font-size:1.25em;
}