@charset "utf-8";
/* CSS Document */

.slideScrollWrapper {
	height: 246px;
	overflow: hidden;
}

.slideScrollWrapper p, .slideScrollWrapper p a, .slideScrollWrapper a {
	font-size: 13px;
	/* line-height MUST be a factor of the scrollWrapper height minus twice the arrow hight */
	line-height: 20px;
}

.slideScrollWrapper p
{
	/* margin must be some multiple of line-height */
	margin: 0 0 20px 0;
}

.slideScrollBtnUp, .slideScrollBtnDown {
	width: 366px;
	height: 23px;
	cursor: pointer;
	-webkit-transition: .25s;
	transition: .25s;
	margin: 0;
	padding: 0;
}

.slideScrollBtnUp:hover, .slideScrollBtnDown:hover {
	background-color: #EEE;
}

.slideScrollBtnUp {
	background-image: url(images/arrow_up.png);
	background-repeat: no-repeat;
	background-position: center;
}

.slideScrollBtnDown {
	background-image: url(images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: center;
}

/*NEWSandREPORTS****************************/

.newsReports .slideScrollWrapper {
	height: 246px;
	overflow: hidden;
}

.newsReports .slideScrollWrapper hr {
	height: 1px;
	border: 0;
	color: #999;
	background-color: #999;
	margin: 0 0 19px 0;
}

.newsReports .slideScrollWrapper h3 {
	font-weight: bold;
}

.newsReports .slideScrollWrapper p, .newsReports .slideScrollWrapper p a, .newsReports .slideScrollWrapper a, .newsReports .slideScrollWrapper h3 {
	font-size: 13px;
	/* line-height MUST be a factor of the scrollWrapper height minus twice the arrow hight */
	line-height: 20px;
}

.newsReports .slideScrollBtnUp, .newsReports .slideScrollBtnDown {
	width: 295px;
	height: 23px;
	cursor: pointer;
	-webkit-transition: .25s;
	transition: .25s;
	margin: 0;
	padding: 0;
}
/*RSS*****************************************/

slideRSSWrapper .slideScrollWrapper {
	height: 246px;
	overflow: hidden;
}

.slideRSSWrapper .slideScrollBtnUp, .slideRSSWrapper .slideScrollBtnDown {
	width: 270px;
	height: 23px;
	cursor: pointer;
	-webkit-transition: .25s;
	transition: .25s;
	margin: 0;
	padding: 0;
}