.calendar-table {
	margin: 2px;
	width: 95%;
	display: inline;
	font-family: verdana, tahoma, sans-serif;
	font-size: 0.857em;
}

.calendar-table a {
	border: none !important;
}

.calendar-table TD, .calendar-table TH{
	text-align:center;
	padding: 2px;
}
.calendar-table TH{
	color:#000;
	border-top:1px dotted #ac996b;
	border-bottom:1px dotted #ac996b;
}
.calendar-table caption{
	color:#333333;
	text-transform:uppercase;
}
.linked_today {
	padding:2px;
	color:#e00000;
	font-weight: bold;
	cursor:pointer;
	/*text-decoration:underline;*/
	border:1px solid #e00000;
}
.linked_today_nolink{
	color:#e00000;
	font-weight: bold;
}

.linked_day {
	padding:1px;
	color:#000;
	/*background-color:#7e7e7e;*/
	cursor:pointer;
	/*text-decoration:underline;*/
	border: 1px solid #ac996b;
}

/* List view CSS */
.newsCalendar_listHeader{
	font-size:1.5em;
	font-weight:bold;
	background-color:#C7D5FE;
	color:#333333;
	border:1px solid #7e7e7e;
}
.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;
}
