/* ************************************* */
/* Spezielle Styles für die Bibliographie */


#ds-header-logo-ub {
    background: url("../gfx/unibibhs.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 80px;
    margin: 5px 15px 0 0;
    width: 460px;
}

#ds-user-box {
	margin: 15px 10px 0 -8px;
    top: 0;
}

.recentSubmissionViewMore {
	display:none;
}

div.ds-option-set ul.sublist {
    margin-left: 2px;
}

.utue_rename_author_active {
	background-color:yellow;
}

.utue_rename_author_hover {
	background-color:green;
}

/* Hilfe zur Bibliographie */

.help_navigation {
display: inline-block; margin-right:20px;
white-space: nowrap;

cursor:pointer;
color: #825D2D;
list-style-type:none;margin-left:0px;
font-size:110%;font-weight:bold;
border: 1px solid #D6D9DC;
border-radius: 7px;
box-shadow: 0 0 4px 2px rgba(179, 159, 107, 0);
margin: 0 1px 0 0;
padding: 4px 8px;
margin-bottom:6px;
}

.help_navigation:hover {
	color: #A2183B;
}

.help_navigation_active, .help_navigation_active:hover {
cursor:default;
color: #32414B;
}

.div_help h1{
margin-top:14px;
margin-bottom:8px;
}
.div_help h2 {
margin-top:20px;
margin-bottom:8px;
}

.div_help .ui-accordion-header, #div_help_faq .ui-state-hover, #div_help_faq .ui-icon {background:none;border:none;font-family: Arial;color: #444444;}
.div_help .ui-accordion-content {border:none;font-size:90%;font-family:Arial;padding-left:32px;}
.div_help .ui-accordion-content a{color: #825D2D;}
.div_help .ui-accordion-content a:hover{color: #A2183B;text-decoration:none;}



 .ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	text-align: left;

}
.ui-autocomplete a {	
	font-size: 12px;
	font-weight: normal;
}