.portlet-msg-error {
	font-style: italic;
	font-weight: bold;
	margin: 1px 0px 0px 0px;
	padding: 1px 5px 1px 24px;
}

.portlet-msg-info {
	font-style: italic;
	margin: 1px 0px 0px 0px;
	padding: 1px 5px 1px 24px;
}

.history-portlet .portlet-title {
	
	background-color: #edebe2;
}

.history-portlet .portletTitleIconContainer {
	
	background-image: url("/elstat-theme/images/publications/history_icon.png");
}

.history-portlet .portletTitleText {
	
	background-color: #c02e1d;
	color: #ffffff;
}

.history-portlet .portletTitleCircularIcon {
	
	background-image: url("/elstat-theme/images/publications/semicircular-red.png");
}

.history-wrapper {
	
	height: 300px;
    overflow: hidden;
    scroll-behavior: auto;
    width: 100%;
    background-color: #edebe2;
}

.publicationsTable {
	
	width: 288px;
}

.publication {
	
    margin: 0px 0px 4px;
	padding: 4px 40px;
	font-size: 13px;
    color: #2d738c;
	text-decoration: none;
}

.publicationsTable a:hover {
	
	text-decoration-color: #2d738c !important;
}

.selectedPublication {
	
	color: #ffffff;
	text-decoration: none;
	background-color: #2d738c;
}

.scrollbarWrapper {
	
	width: 277px;
	height: 260px;
	padding: 15px 20px 15px 15px;
}

.scrollbarWrapper .viewport {
	width: 265px;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.scrollbarWrapper .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbarWrapper .thumb .end, .scrollbarWrapper .thumb {
	background-color: #2d738c;
}

.scrollbarWrapper .scrollbar {
	position: relative;
	float: right;
	width: 12px;
}

.scrollbarWrapper .track {
	
	height: 100%;
	width: 12px;
	position: relative;
	background-color: #ffffff;
}

.scrollbarWrapper .thumb {
	height: 20px;
	width: 12px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.scrollbarWrapper .thumb .end {
	overflow: hidden;
	height: 5px;
	width: 10px;
}

.scrollbarWrapper .disable {
	display: none;
}