#leftbox_tabs {
	
}
#news_tab {
	
}
#calendar_tab {
	
}
#newsTabDiv, #calendarTabDiv {
	border: 1px solid #868686;
	border-bottom-width: 0px;
}
#calendarTabDiv {
	display: none;
}
.tabactive, .tabinactive {
	float: left;
	position: relative;
	top: 1px;
	color: #2e4c72;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
.tabactive {
	padding-left: 8px;
	width: 110px;
	padding-top: 6px;
	height: 18px;
	background-image: url("/files/design/images/tab_active.jpg");
	margin-left: 5px;
}
.tabinactive {
	background-image: url("/files/design/images/tab_inactive.jpg");
	width: 82px;
	padding-left: 8px;
	height: 18px;
	padding-top: 6px;
}
.newsDiv {
	background-image: url("/files/design/images/newsbackground.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #e0e0e0;
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 13px;
	border: 0px solid #868686;
	border-bottom-width: 1px;
	cursor: pointer;
}
.newsteaserheadline {
	font-weight: bold;
}
.newsteasertext {
	color: #2e4c72;
}
.newsteasertext p {
	margin: 0px;
	padding: 0px;
	color: #2e4c72;
}