.calendar-table{
	width:200px;
	padding:0px;
	margin:0px;
	background:#ebebeb;
}
.calendar-table a {
	text-decoration:none;
}
.calendar-table TD, .calendar-table TH{
	border:1px solid #ebebeb; 
	background:#d8d8d8;
	color:#ffffff;
	text-align:center;
	height:20px;
	width:20px;
}

.calendar-table .columPrevious, .calendar-table .columNext, .calendar-table .columYear  {
	background:#ebebeb;
	padding-top:5px;
	padding-bottom:15px;
	color:#797979;
}

.calendar-table .columYear  {
	//width:120px;

}


.calendar-table TH{
	color:#333333;
	display:none;

}
.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}
.linked_today{
	height:20px;
	width:20px;
	color:#797979;
	padding-left:5px;
	cursor:pointer;
	text-decoration:none
}

.calendar-table  .linked_today_nolink{
	color:#ffffff;
	background-color:#797979;
}

.calendar-table  .link {
	color:#797979;
	text-align:center;
}

.linked_day{
	padding-left:5px;
	color:#797979;
	display:block;
	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{
	font-size:1em;
	padding-left:1em;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:0.25em;
	font-size:1.25em;
}