.contentnews-caption,
.event-caption
{
	margin-bottom: 0px;
}

.contentnews-more {text-align: right; 	padding-right: 5px;}
.contentnews-back {text-align: left; 	padding-left: 5px;}

.contentnews-more a,
.contentnews-back a

{
	font: bold 14px/16px Arial, sans-serif;
}

.contentnews-img
{
	float: left;
	margin-right: 10px;
	border: 1px solid #E0E0E0;
	width: 145px;
}

.contentnews-spacer
{
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	border-top: 1px solid #930904;
	margin: 30px 0px;
}

/*********************************************************************
 ***
 ***  Calendar
 ***
 *********************************************************************/

#calendar-list-table
{
	width: 100%;
}

.event-more {font: bold 14px/16px Arial, sans-serif;}

.event-spacer
{
	border-top: 1px solid #930904;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	margin: 20px 0px;
}

/*********************************************************************
 ***
 ***  PageNavigator, CalendarNavigator
 ***
 *********************************************************************/

.pagenavi-box,
.calendarnavi-box
{
	text-align: center;
	border-bottom: 1px solid #930904;
	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: #202020;
	background: #c0c0c0;
	border: 1px solid #dcdcdc;
}

.calendarnavi-link,
.calendarnavi-next,
.calendarnavi-prev
{
	margin: 0px 2px;
	padding: 2px 3px;
	font-size: 12px;
}

.pagenavi-link:hover,
.calendarnavi-link:hover,
.calendarnavi-next:hover,
.calendarnavi-prev:hover
{background: #a0a0a0;}

.pagenavi-link.selected,
.calendarnavi-link.selected
{
	font-weight: bold;
	color: white;
	background: #930904;
}

.pagenavi-link.selected:hover,
.calendarnavi-link.selected:hover
{background: #cc0506;}


/*********************************************************************
 ***
 ***  SidebarNews
 ***
 *********************************************************************/

.sidebar-news
{
	position:absolute;
	width:145px;
	height: 530px;
	visibility: hidden;
	overflow: hidden;
	margin-left: 6px;
	background: white;
}

#sidebarnews-caption
{
	background:  url(../img/sponsors_caption_bg.png) repeat-x 0px 16px #ebebeb;
	width: 153px;
	margin-left: 6px;
	height: 20px;
	font: bold 18px/20px Arial, sans-serif;
	color: #808080;
	padding-left: 8px;
}

.sidebarnews-content
{
    height: 530px;
	margin-left: 4px;
	overflow: hidden;
}

#sidebarnews-navibox
{
	background: #808080;
	width: 145px;
	height: 26px;
	margin-left: 10px;
	text-align: center;
	overflow: hidden;
}

.sidebarnews-navi
{
	margin: 0px 8px;
}

.sidebarnews-more, .sidebarnews-title, .sidebarnews-created
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

.sidebarnews-title
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
	color: #1d6a2c;
}

.sidebarnews-img
{
	margin-left: 5px;
	width: 135px;
	margin-top: 10px;
	border: 1px solid #808080;
}

.sidebarnews-text
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	text-align: justify;
	overflow: hidden;
	margin: 10px 5px;
}

.sidebar-news-barbox-bottom
{
	background: #808080;
	width: 145px;
	height: 26px;
	position: absolute;
	bottom: 0px;
	text-align: center;
	overflow: hidden;
}

.sidebarnews-more
{
	font: bold 12px/18px Arial, sans-serif;	
	color: white;
	width: 80px;
	height: 20px;
	_height: 22px;
	background-color: #930904;
	border: 1px solid #c4a2a0;
	margin-top: 3px;
	cursor: pointer;
	_cursor: hand;
}

.sidebarnews-spacer
{
	height: 10px;
	display: block;
	clear: both;
}

