

#content .news-list-item .bodytext {
	padding-bottom:0px;
}
.news-list-morelink {
	padding-bottom:5px;
}
.news-list-date , .news-list-item a{
	font-weight:bold;
	color: #1a5694;
	text-decoration:none;
}
#rcRightContext {
	margin-top:0px;
	background-color:white;
}
.newsCalendar_listItem a {
	text-decoration:none;
	font-weight:bold;
	color: #1a5694;
}
.newsCalendar_listItem a:hover{
	text-decoration:underline;
}
.calendar-table {
	background-color:#1a5694;
	color:#ffffff;
	width:180px;
	height:180px;
	text-align:center;
	border-right:1px dotted #969a8d;
	border-top:1px dotted #969a8d;
	border-bottom:1px dotted #969a8d;
}

.columPrevious  a{
	font-size:0px;
	border:0px;
	display:block;
	height:100%;
	width:27px;
	background: url(../img/calendar_previous.png) center center no-repeat;
}

.columPrevious {
	height:27px;
	width:27px;
}

.columNext  a{
	font-size:0px;
	border:0px;
	display:block;
	height:100%;
	background: url(../img/calendar_next.png) center center no-repeat;
}

.columNext {
	height:27px;
	width:27px;
}

.calendar-table .columYear {
	color:#ffffff;
	border:0px;
	vertical-align:middle;
}

.calendar-table .columNext, .calendar-table .columPrevious{
	border:0px;
	vertical-align:middle;
}

.linked_day {
	font-weight: bold;
	height:26px;
	background: url(../img/calendar_arrow.png) center bottom no-repeat;
	cursor:pointer;
}

.linked_today_nolink {
	height:100%;
	background: url(../img/calendar_arrow_today.png) center bottom no-repeat;
}

.linked_today {
	height:100%;
	font-weight: bold;
	background: url(../img/calendar_arrow_today.png) center bottom no-repeat;
}

.calendar-table td {
	border-top: 1px dotted #969a8d;
	border-left: 1px dotted #969a8d;
	height:26px;
	vertical-align:top;
}

.calendar-table th {
	border-top: 1px dotted #969a8d;
	height:26px;
	vertical-align:middle;
}

.bottomMonthLink a {
	color:#ffffff;	
	vertical-align:middle;
}
.calendar-table .bottomMonthLink {
	color:#ffffff;	
	vertical-align:middle;
}

