.help_hide{
	display:none;
}

.more-abstract {
	display: none;
	opacity: 0;	
}
.read-more-button {
	cursor: pointer;
	display: inline-block;
	padding: 0px 0px;
	margin: 0px 2px;
	text-decoration: underline;
}
.read-less-button {
	display: none;
}
/*
.read-more-button:before {
	content: "[";
	display: inline;
	margin: 0px 1px 0px;
}
.read-more-button:after {
	content: "]";
	display: inline;
	margin: 0px 0px 0px 1px;
}*/
.read-more-button:hover {
	text-decoration: underline;
}
#search_tab_content #ANY_searchForm div.custom div.icon{
	background: url("../images/DropDown.png") no-repeat scroll 0 0 transparent !important;
    border-width: 0px !important;
    height: 18px !important;
    left: 36px !important;
    top: 1px !important;
    width: 17px !important;	
}
#search_tab_content #ANY_searchForm div.custom input {
	border-color: #888 !important;
	border-width: 1px !important;
    padding: 2px 12px 2px 0px !important;
    height: 18px !important;
    top: -2px !important; 
    width: 42px !important;
}



