.calendar-table{
	width:100%;
   line-height: 15px
}
.calendar-table a{
/*	text-decoration:underline; */
	color: #002676;
	text-decoration:none; 
}

.calendar-table a:hover{
	color: #CC0000;
}


.calendar-table TD, .calendar-table TH{
	text-align:center;
}
.calendar-table TH{
	color:#333333;
	border-top:1px solid #7e7e7e;
	border-bottom:1px solid #7e7e7e;
}
.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}
.linked_today{
	color:#333333;
	background-color:#C7D5FE;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #333333;
}
.linked_today_nolink{
	color:#333333;
	background-color:#C7D5FE;
}
.linked_day{
	color:#FFFFFF;
	background-color:#7e7e7e;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #333333;
}

/* List view CSS */
.newsCalendar_listHeader{
	font-size: 11px;
	font-weight:bold;
	background-color:#C7D5FE;
	color:#333333;
	border:1px solid #7e7e7e;
}
.newsCalendar_listBody{
	padding: 0px;
}
.newsCalendar_listItem{
	font-size:11px;
	padding-left: 0px;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top: 0px; /* 0.5em; */
	padding-bottom: 0px; /* 0.25em; */
	font-size:11px;
}


/* ===========================================================  */

TD.bottomMonthLink{

     display:none;
}