.contentnews-caption,
.event-caption
{
	margin-bottom: 0px;
}

.contentnews-more {text-align: right; 	padding-right: 5px;}
.contentnews-back {text-align: left; 	padding-left: 5px;}

a.contentnews-more,
.contentnews-back a
{
	font: bold 13px/16px Arial, sans-serif;
	color: #e48b00;
}
.contentnews-back a
{
	font-size: 14px;
}

.contentnews-img
{
	float: left;
	margin-right: 10px;
	border: 1px solid #e48b00;
	width: 145px;
}

.contentnews-spacer
{
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	border-top: 1px solid #e48b00;
	margin: 30px 0px;
}

/*********************************************************************
 ***
 ***  Calendar
 ***
 *********************************************************************/

#calendar-list-table
{
	width: 100%;
}

.event-more {font: bold 14px/16px Arial, sans-serif;}

.event-spacer
{
	border-top: 1px solid #e48b00;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	margin: 20px 0px;
}

/*********************************************************************
 ***
 ***  PageNavigator, CalendarNavigator
 ***
 *********************************************************************/

.pagenavi-box,
.calendarnavi-box
{
	text-align: center;
	border-bottom: 1px solid #e48b00;
	padding-bottom: 15px;
	margin-top:  10px;
	_margin-top:  0px;
	margin-bottom:  20px;
}

.pagenavi-link,
.calendarnavi-link,
.calendarnavi-next,
.calendarnavi-prev
{
	margin: 0px 5px;
	padding: 0px 5px;
	font-size: 14px;
	line-height: 22px;
	height: 22px;
	color: #0a161e;
	background: #84caf8;
	border: 1px solid #5ca7d9;
}

.calendarnavi-link,
.calendarnavi-next,
.calendarnavi-prev
{
	margin: 0px 2px;
	padding: 2px 8px;
	font-size: 12px;
}

.pagenavi-link:hover,
.calendarnavi-link:hover,
.calendarnavi-next:hover,
.calendarnavi-prev:hover
{
	background: #0793f0;
	color: white;
}

.pagenavi-link.selected,
.calendarnavi-link.selected
{
	font-weight: bold;
	color: #11182b;
	background: #e48b00;
	border: 1px solid #ff4040;
}

.pagenavi-link.selected:hover,
.calendarnavi-link.selected:hover
{
	background: #f0cb00;
	color: white;
}

