.calendar-table{
	width:100%;
	padding:0px 34px 0px 1px;
}
.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH{
	padding:3px 6px 3px 0px;
	text-align:right;
}
.calendar-table TH{
	padding:5px 6px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	font-weight: normal;
}
.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}
.linked_today{
	cursor:pointer;
	text-decoration:underline;
}
.linked_today_nolink{
	color:#333333;
	background-color:white;
}
.linked_day{
	cursor:pointer;
	text-decoration:underline;
}

/* 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;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:0.25em;
	font-size:1.25em;
}

.calendar-nav {
	width:100%;
}
.calendar-nav-prev {
	text-align: left;
}

.calendar-nav-year{
	text-align:center;
	font-size:1.3em;
}

.calendar-nav-next {
	text-align: right;
}


