.calendar-table{
	width:100%;
	padding:3px;
}
.calendar-table a{
	/* text-decoration:underline; */
}
.calendar-table TD, .calendar-table TH{
	font-size: 10pt;
	font-family: Arial, Verdana;
	padding:2px;
	text-align:center;
	font-weight: normal;
}
.calendar-table TH{
	color:#000099; /* #333333 */
	border-top:1px solid #CCCCCC ; /* #7e7e7e */
	border-bottom:1px solid #CCCCCC; 
	background-color: #99CCFF;
}
.calendar-table caption{
	font-size:10pt;
	color: #000099; /* #333333 */
	/* text-transform:uppercase; */
}
.linked_today{
	padding:2px;
	color:#333333;
	background-color:#CCDDFF; /* #C7D5FE */
	cursor:pointer;
	/* text-decoration:underline; */
	border:1px solid #CCCCCC;
}
.linked_today_nolink{
	padding:2px;
	color:#333333;
	background-color:#C7D5FE;
}
.linked_day{
	padding:2px;
	color:#000099;
	background-color:#FAFCFF;
	cursor:pointer;
	/* text-decoration:underline; */
	border:1px solid #CCCCCC;
}

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