.calendar-table{
margin-left: 8px;
padding-top:2px;
 font-size:11px;
 width:210px;
  margin-top:0px !important;
  margin-top:2px;
}
.calendar-table a{
	text-decoration:none;

	font-weight:bold;
}
.calendar-table TD, .calendar-table TH{
	padding:2px;
	text-align:center;

}
.calendar-table TH{
	
}
.calendar-table caption{

	text-transform:uppercase;
}
.linked_today{
	padding:0px;
   
	 	border:1px solid #7e7d7b;
	cursor:pointer;
	text-decoration:none;
  background-color:#e4e2dc;
}
.linked_today_nolink{
	padding:0px;
	text-decoration:none;

		border:1px solid #7e7d7b;
}
.linked_day{
	padding:0px;
    color:#000;
	background-color:#e4e2dc;
	cursor:pointer;
	text-decoration:none;
	
}
 
/* 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{
	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;
} 
/* CSS Document */
