.calendar-table{
	background: none repeat scroll 0 0 #FFFFFF;
    	border: 1px solid #999999;
    	margin-bottom: 10px;
    	padding: 10px;
    	width: 220px;
}
/*.calendar-table a{
	text-decoration:none;
	font-weight:bold;
	font-size: 16px;
}*/

.calendar-table TD, .calendar-table TH{
	padding:3px;
	text-align:center;
}
.calendar-table TH{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
.calendar-table caption{
	font-size:200%;
	text-transform:uppercase;
}
.linked_today{
	cursor: default;
	padding:2px;
	color: #FFCC00;
	background-color:#900;
	cursor:pointer;
	text-decoration:none;
	border:1px solid #333333;
}
.linked_today_nolink {
    	background-color: #999;
    	color: #900;
    	padding: 2px;
}
.linked_day{
	padding:2px;
	text-decoration:none;
	background: #f4f4f4;
	cursor: default;
	border:1px solid #999;
}
.bottomMonthLink{
	font-size:14px;
}
.columYear{
	text-decoration:none;
	font-weight:bold;
	font-size: 16px;	
}
/* List view CSS */
.newsCalendar_listHeader{
	font-size:0.5em;
	font-weight:bold;
	background-color:#FFFFFF;
	color:#333333;
	/* border:1px solid #7e7e7e; */
	padding:0.1em;
}
.newsCalendar_listBody{
	padding:1em;
}
.newsCalendar_listItem{
	display: table;
	font-size:1em;
	padding-top:1em;
}

.newsCalendar_listItem a{
	font-weight: bold;
}

.newsCalendar_listItem_image{
	display: table;
	float:left;
	padding: 3px;
	border: 1px solid #CCC;
	margin-top: 3px;
	margin-right: 3px;
}
.newsCalendar_listItem_subheader{
	display: table;
	float:left;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:1em;
	font-size:1.25em;
}