.calendar-table{
	padding:0;
  margin: 0 0 0 10px;
  border:0px solid #cccccc;
}
.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH{
	padding:0px;
	text-align:center;
  background-color:white;
  border-right:1px solid #cccccc;
  border-left:0;
  border-bottom:1px solid #cccccc;
  border-top:0;
  width:27px;
  height:27px;
}
.calendar-table TH{
  /*padding:3px;*/
	/*border-top:1px solid #ccc;
	border-bottom:0px solid #ccc;*/
}
.calendar-table caption{
	font-size:200%;
	text-transform:uppercase;
}
.calendar-table td.columPrevious, .calendar-table td.columYear, .calendar-table td.columNext{
  background:url(../images/newscalendar/fond.gif) repeat-x;
  padding:0;
}
.calendar-table td.columPrevious, .calendar-table td.columYear{
  border-right:0;
}
.calendar-table td.columYear, .calendar-table td.columNext{
  border-left:0;
}
.calendar-table td.columYear{
  color:white;
  font-weight:bold;
}
.linked_today{
	cursor: default;
	padding:5px;
	color:#333333;
	background-color:#C7D5FE;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #333333;
}
.linked_today_nolink{
	padding:5px;
	background-color:#C7D5FE;
}
.linked_day{
	padding:5px;
	text-decoration:none;
  font-weight:bold;
	cursor: default;
	border:1px solid transparent;
  background-color:#FCAF17;
}

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