.calendar-table{
	width:259px;
	padding:1em;
	background-color: #000;
	color: #333;
	margin-top: -4px;
}


.calendar-table td a {
	text-decoration: none;
	}
.calendar-table a{
	
}
.calendar-table TD, .calendar-table TH{
	padding:3px;
	text-align:center;
}
.calendar-table TH{
	color:#771511;
}
.columYear {
	font-size:15px;
	text-transform:uppercase;
	background-color: #111;
	color: #484848;
}

.columYear a {
font-weight: bold;
	color: #484848;
}
.columPrevious {
	background-color: #111;
}
.columNext {
	background-color: #111;
}
.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}
.linked_today {
	padding:5px;
	color:#fff;
background:transparent url('date-today2.jpg')  1px top no-repeat;
	cursor:pointer;
	text-decoration:none;

}
.linked_today_nolink  {
	padding:5px;
	color:#fff;
	background:transparent url('date-today2.jpg')   10px 3px no-repeat;
}
.linked_day {
	padding:5px;
	color:#b99998;
	
	text-decoration:none;
background:transparent url('date-normal2.jpg')  1px top no-repeat;
}

.linked_today a, 
.linked_today_nolink a,
.linked_day a {
		}

/* 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;
}