table.calendar-table {
	border: 1px solid #444;
	margin: 0;
}

table.calendar-table th {
	border: none;
}

table.calendar-table tr {
	border: none;
}

table.calendar-table td {
	border: none;
}

.linked_day {
	background-color: #eee;
	color: #a0a0a0;
	border: none;
	text-decoration: none;
}

.linked_today {
	background-color: #eee;
	color: #444444;
	border: none;
	text-decoration: none;
	font-weight: bold;
}

div.newsCalendar_listItem a {
	text-decoration: none;
}




