.calendar-table{
	width: 181px;
	margin: 12px 12px 0 12px;
}
.calendar-table a {
	text-decoration: underline;
}
.calendar-table th {
	padding: 3px;
	text-align: center;
}
.calendar-table th {

}
.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}

/* inside calendar-table */
.columYear a, .columYear a:visited {
	white-space: nowrap; font-weight: bold; 
	color: #034700 !important; width: auto;
	text-decoration: none; 
}
.columPrevious a,
.columNext a {
	display: block; height: 11px; width: 11px;
	text-indent: -9999px; background: url(../images/arrows.gif) no-repeat;
}
.columNext a {
	background: url(../images/arrows.gif) -11px 0 no-repeat;
	float: right;
}
.calendar-table td {
	font-size: 11px; color: #b9d58f; height: 20px;
	background: url(../images/day.gif) no-repeat center;
	text-align: center; padding-bottom: 1px;
}
.calendar-table td.columYear,
.calendar-table td.columPrevious,
.calendar-table td.columNext {
	background: none;
}
.calendar-table td[colspan="2"],
.calendar-table td[colspan="3"],
.calendar-table td[colspan="4"],
.calendar-table td[colspan="5"],
.calendar-table td[colspan="6"] {
	background: none;
}

.bottomMonthLink a, .bottomMonthLink a:visited {
	display: block; text-decoration: none; color: #fff; text-align:center;
	background: url(../images/find.jpg) no-repeat; font-size: 10px;
	width: 130px; height: 28px; line-height: 12px;
	padding-top: 3px;  margin: 7px auto 0 auto; 
}

.linked_today {
	font-weight: bold;
}
.linked_today_nolink {
	color: #fff;
	font-weight:bold;	
}
.linked_day, .linked_today {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

/* List view CSS */
.newsCalendar_listHeader{
	font-size:1.5em;
	font-weight:bold;
}
.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;
}
