/* Common css rules shared by other css files */

body, input, textarea, select, option
{
	font-family: 'Lucida Grande','Lucida Sans Unicode',sans-serif;
	font-size: 11px;
}

h2.common
{
	color: #0054A6;
	font-size: 13px;
	margin: 0;
}

a.common
{
	color: #ddd;
}
a.common span
{
	color: #0054A6;
}

a.common:hover
{
	color: #0054A6;
}

.common_component_error
{
	color: red;
}

/* TODO: Move to conditional IE6 css file: */
.common_clearfix {
	zoom: 1;     /* triggers hasLayout */	
}

.common_clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.common_wrap_floats {
	overflow: hidden;	
}

.common_hidden {
	display: none;		
}

.common_padding {
	padding: 8px;	
}

.commom_padding_right {
	padding-right: 8px;	
}

.common_upperCase {
	text-transform: uppercase;	
}

/* Utility Classes */

.common_linespaceDown {
	padding-bottom: 6px;	
}

.common_linespaceUp {
	padding-top: 6px;	
}

.common_linespaceBoth {
	padding-top: 3px;
	padding-bottom: 3px;	
}

.common_rightAlign {
	text-align: right;	
}

.common_ellipsis {
	text-overflow: ellipsis;
}

input.common_hidden /* Used for hiding inputs */
{
	position: absolute;
	left: -10000px;
	top: -10000px;
}

/******************** Icons ******************/

span.common_icon_16
{
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.pure_dimmed_container:hover span.common_icon_16
{
	background-position: 0 -16px;
}

span.common_icon_24
{
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

.pure_dimmed_container:hover span.common_icon_24
{
	background-position: 0 -24px;
}

div.rendering_researchoutput ul.digital_object_identifiers span.common_icon_16 { background-repeat: no-repeat; padding-bottom: 3px }
div.rendering_researchoutput ul.links span.common_icon_16 { background-repeat: no-repeat; padding-bottom: 3px }
div.rendering_researchoutput ul.documents span.common_icon_16 { background-repeat: no-repeat; padding-bottom: 3px }

/***************** Badge *******************/

span.common_badge
{
	background: #aaa;
	color: white;
	font-size: 9px;
	padding: 1px 4px;
	display: inline-block;
	text-align: center;
	margin-bottom: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

div.rendering
{
	padding-bottom: 0.1px;
}

div.rendering h2
{
	margin: 0px;
	font-size: 1.1em;
}

div.rendering h3
{
	margin: 10px 0 0;
	font-size: 1em;
	color: #333;
}

div.rendering strong.title
{
	font-size: 1em;
}


div.rendering p
{
	font-size: 1em;
	margin: 0px;
}

div.rendering div.textblock p
{
	margin: 5px 0;
}

div.rendering_long div.textblock {
	margin: 5px 0;	
}

div.rendering p.type
{
	color: #999;
}

div.rendering p.type .strong
{
	font-weight: bold;
}

div.rendering .minor
{
	font-size: .8em;
	color: #333;
}

div.rendering .nonbold
{
	font-weight: normal;
}

div.rendering .dimmed
{
	color: #999;
}

div.rendering span.badge
{
	font-size: 10px;
	display: inline-block;
	height: 12px;
	line-height: 12px;
	padding: 0 4px;
	border: 1px solid #ddd;
	color: #aaa;
	font-weight: normal;
	border-radius: 3px;
}

div.rendering span.badge_warning
{
	color: #f66;
	border-color: #faa;
}

/**************************** Highlight ***************************/

div.rendering span.highlight {
	background-color: #ff0;
    background-color: rgba(255,255,0,0.6);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.rendering p.type span.highlight {
	background: none;
}

/***************************** Lists ******************************/

div.rendering ul.relations
{
	list-style: none;
	padding: 0;
	margin: 5px 0;
	font-size: 1em;
}

div.rendering ul.relations_unspaced
{
	margin: 0;
}

div.rendering td ul.relations
{
	margin: 0;
}

div.rendering ul.hierarchy
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1em;
}

div.rendering ul.hierarchy ul.hierarchy
{
	list-style: disc;
	padding-left: 20px;
}

div.rendering ul.spaced li {
	margin-bottom: 5px;
	padding-left: 0;
}

div.rendering ul.small li {
	font-size: 11px;	
}

/***************************** Properties *************************/

div.rendering table.properties
{
	width: 100%;
	font-size: 1em;
	border-spacing: 0;
	border-collapse: collapse;
}

div.rendering table.properties th
{
	padding: 1px 0;
	text-align: left;
	font-weight: normal;
	color: #666;
	white-space: nowrap;
	vertical-align: top;
	padding: 1px 10px 1px 0;
	width: 25%;
}

div.rendering table.rightProperties th
{
	text-align: right;
}

div.rendering table.groups
{
	margin-bottom: 5px;	
}

div.rendering div.compactProperties table.properties 
{
	width: auto;
}

div.rendering_clippingreferencesportal table.properties {
	margin-bottom: 10px;
}

div.rendering div.address {
    margin-bottom: 5px;
}

/************************ Paragraph property **********************/

p.property strong
{
	font-weight: normal;
	color: #666;
}

/************************** Inline *********************/

span.rendering_inline span.minor
{
	font-size: .85em;
	
}

span.rendering_inline span.dimmed
{
	color: #666;
	font-weight: normal;
	
}

/************************** Compact *********************/

div.rendering_compact h2
{
	margin: 0;
	font-size: 1em;
}

div.rendering_compact div.address
{
	margin-top: 5px;
	font-style: italic;
}

/****************************** Short ******************************/

div.rendering_short p.type
{
	margin-top: 2px;
}

div.rendering p.keywords {
	color: #999;	
}

div.rendering p.keywords span.keywords_title {
	color: #000;	
}

div.rendering_short p.jobtitles {
	margin: 5px 0;
	color: #333;	
}

/****************************** Long ******************************/

div.rendering_long p.authors
{
	font-size: 1em;
	margin: 5px 0px;
}

div.rendering_long ul.organisations
{
	list-style: none;
	padding: 0px;
}

div.rendering_long p.abstract
{
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 10px;
}

div.rendering_long p.type
{
	margin-top: 5px;
}

/********************** Files and images ***********************/

div.rendering_imagesportal div.image {
	margin-bottom: 10px;
	text-align: center;
} 

div.rendering_imagesportal img {
	margin: 10px 0;
	max-width: 500px;
}

div.rendering div.title_graphic img {
	margin-top: 10px;
	max-width: 550px;	
}

div.rendering_imagesportal div.textblock {
	margin-bottom: 10px;
	text-align: left;		
}

div.rendering_short img.logo_icon {
	background: white;
	float: left;
	max-width: 70px;
	padding: 5px;
	border: 1px solid #ddd;
	margin: 2px 5px 0 0;	
}

/********************** Definition lists ***********************/

div.rendering dl
{
	font-size: 1em;
	overflow: hidden;
	margin: 4px 0px 4px 0px;
	line-height: 1.4em;
}

div.rendering dt
{
	float: left;
	width: 180px;
	color: #666;
}

div.rendering dd
{
	margin-left: 200px;
	min-height: 17px;
}

div.rendering dd ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.rendering dl.compact dt
{
	float: none;
	width: auto;
	display: inline;
}

div.rendering dl.compact dd
{
	float: none;
	width: auto;
	display: inline;
	margin: 0 0 0 5px;
}

/**************************** VCARD *********************/

div.rendering_bibtex, div.rendering_ris, div.rendering_wos {
	font-family: monospace;	
}

/**************************** VCARD *********************/

div.vcard span.type
{
	display: none;
}

/************************** Compact *********************/

div.rendering_compact h2
{
	margin: 0;
	font-size: 1em;
}

/********************* Nested rendering *******************/

div.rendering div.rendering h4
{
	font-size: .9em;
	margin: 0;
}

/*********************** Dark context *******************/

/* Wrap renderings in "common_context_dark" if the background is dark */

.common_context_dark .rendering *, .common_context_dark .rendering
{
	color: #fff !important;
}

.common_context_dark div.rendering span.highlight {
	background-color: #660;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 3px;
}


/*********************** Search context *******************/

.common_context_search div.rendering span.timespan.ended {
    /* we want an ended time span to appear as red when the rendering is shown as a search result */
    color: #8C3F3F;
}


/************ Links (in editors): ************/

div.rendering_link h2 {
	word-wrap: break-word;
}

/************ Press activity: ************/


div.rendering_press span.program {
	padding-right: 4px;
	margin-right: 4px;
	border-right: solid 1px silver;	
}


div.rendering_classificationcomponent h2.title
{
	font-size: 12px;
}

/********** JournalArticle Short: **********/


div.rendering_writtenproduction_short h2, div.rendering_writtenproduction_short p.authors {
	display: inline;
	margin-right: 4px;	
}

div.rendering_nonwrittenproduction_short h2, div.rendering_nonwrittenproduction_short p.authors {
	display: inline;
	margin-right: 4px;
}

/************** Person Short ***************/

div.rendering_person_short ul.organisations {
	padding: 0px;
	margin-bottom: 4px;
	list-style: none;
}

div.rendering_person_short p.titles {
	font-style: italic;
	margin-bottom: 4px;	
}

/************** Person Long: **************/

div.rendering_abstractperson_long ul.organisations li {
	margin-bottom: 10px;	
}

/************ Organisation Short: ************/

div.rendering_organisation_short ul {
	margin: 4px 0;
	padding: 0;	
}

div.rendering_organisation_short ul.organisations li {
	list-style-type: none;	
}

div.rendering_organisation_short p.takenover
{
	margin: 5px 0;
	color: #98999A;
}


/************* Organisation Long: *************/

div.rendering_organisation_long ul {
	margin: 4px 0;
	padding: 0;
}
	
div.rendering_organisation_long div.address {
	float: left;	
}

/**************** User Long: *****************/

div.rendering_user_long p.profile {
	padding: 4px 0px;
}


/************************** Portal *********************/

div.rendering_detailsportal div.textblock
{
	line-height: 1.5em;
	color: #333333;
	margin-bottom: 10px;
}

div.rendering_detailsportal table.properties
{
	margin: 5px 0;
}

div.rendering_associatesparticipantsclassified li, div.rendering_linkextensionportal li
{
	margin: 3px 0;
}

div.rendering_abstractperson_personorganisations li
{
	margin: 10px 0;
}

/************ Curriculum Vitae (CV) ************/

div.rendering_personalinfocurriculumvitaeblock_standard img
{
	float: right;
	width: 80px;
}

div.rendering_curriculumvitaeblocktext p
{
	margin: 5px 0;
	line-height: 1.3em;
}

div.rendering_person_cv_long
{
	font-size: 12px;
}

div.rendering_person_cv_long div.address
{
	margin-bottom: 5px;
}

div.rendering_person_cv_long ul.organisations
{
	list-style: none;
	margin: 5px 0;
	padding: 0;
}

div.rendering_headingcurriculumvitaeblock h1
{
	font-size: 13pt;
	margin: 10px 0 5px;
	font-weight: normal;
}

div.rendering_textcurriculumvitaeblock
{
	font-size: 12px;
	line-height: 1.2em;
}

div.rendering_contentlistcurriculumvitaeblock
{
	font-size: 12px;
}

div.rendering_personalinfocurriculumvitaeblock
{
	overflow: hidden;
}

/********************* student project receipt ********************/

div.rendering_studentproject_receipt p
{
	margin-bottom: 10px;
}

div.rendering_organisation_profileinformation h3.subheader
{
	margin-top: 0;
}

div.portal_navigator
{
	font-size: 9pt;
}

div.portal_navigator div.rendering
{
	/* TODO: Make part of list component */
	padding:3px 4px;
}


div.portal_navigator_group
{
	font-weight: bold;
	padding-top: 3px;
	border-bottom: 1px solid #ddd;
	padding-left: 10px;
}

div.portal_navigator_group_1
{
	color: #666;
}

div.portal_navigator_group_2
{
	color: #aaa;
}

div.portal_navigator_item
{
	border-bottom: 1px solid #ddd;
	padding: 2px 10px;
}

div.portal_navigator_empty {	
}

span.portal_navigator_subsets
{
	color: #aaa;
	display: inline-block;
	padding: 3px 0px;
}

span.portal_navigator_subsets strong
{
	color: #000;
}

div.portal_navigator_top, div.portal_navigator_bottom
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	background: #f6f6f6;
}

div.portal_navigator_navigator_pages {
	text-align: center;
	padding: 4px 0;
}

div.portal_navigator_navigator_pages div {
	display: inline-block;	
}

div.portal_navigator_navigator_row
{
	overflow: hidden;
	padding: 0 5px;
	font-size: 11px;
}

div.portal_navigator_ordering
{
	float: right;
}

div.portal_navigator_rss
{
	float: right;
}

div.portal_navigator_viewselector_control {
	float: right;
}

div.portal_navigator_viewselector_label {
	color: #3a3a3a;
	float: left;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	border-left: solid 1px #eeeeee;
	margin-left: 8px;
}

div.portal_navigator_viewselector {
	float: left;
	height: 26px;
	line-height: 26px;
	position: relative;
	padding: 0 1px;
}

div.portal_navigator_viewselector span {
	background: url('../../../core/style/gfx/pure_list_viewselector.png') left top repeat-x;
	position: absolute;
	display: block;
	height: 26px;
}

div.portal_navigator_viewselector ul {
	padding: 0;
	margin: 0;	
	position: relative;
	list-style-type: none;
}

div.portal_navigator_viewselector li {
	float: left;
}

div.portal_navigator_viewselector span.left {
	background-position: left -78px;
	left: 0;
	width: 4px;	
}

div.portal_navigator_viewselector span.right {
	background-position: right -130px;
	right: 0;
	width: 4px;	
}
div.portal_navigator_viewselector span.body {
	background-position: left -104px;
	left: 4px;
	right: 4px;
}

div.portal_navigator_viewselector a {
	display: block;
	margin: 3px 0px;
	line-height: 20px;
	height: 20px;
	width: 24px;
	background-image: url('../../../core/style/gfx/pure_list_views.png'); 	
}

div.portal_navigator_viewselector a.portal_navigator_view_list {
	background-position: 2px 1px;
}

div.portal_navigator_viewselector a.portal_navigator_view_graph {
	background-position: -49px 1px;
}

div.portal_navigator_viewselector a.portal_navigator_view_selected {
	background-color: #afb6bb;
	cursor: default;	
}

div.portal_navigator_viewselector a.portal_navigator_view_border {
	border-right: 1px solid #c7d2d9;
}

.portal_navigator_sort_descending, .portal_navigator_sort_ascending {
	padding-right: 20px;
	background-image: url('../../../core/style/gfx/pure_list_sort_direction.png');
	background-repeat: no-repeat;	
}

span.portal_navigator_sort_ascending {
	background-position: right -1px; 	
}

span.portal_navigator_sort_descending {
	background-position: right -22px;	 	
}

a.portal_navigator_sort_ascending {
	background-position: right 0px;	
}

a.portal_navigator_sort_descending {
	background-position: right -20px; 	
}

a.portal_navigator_sort_descending:hover {
	background-position: right -40px; 	
}

a.portal_navigator_sort_ascending:hover {
	background-position: right -60px;	
}

div.portal_navigator_window_and_pagesize {
	float: left;	
}

div.portal_navigator_header {
 	float: left;
	height: 26px;
    line-height: 26px;
    vertical-align: middle;
}

div.portal_navigator_window_and_pagesize span.portal_navigator_window {
	visibility: visible; 
}

div.portal_navigator_window_and_pagesize:hover span.portal_navigator_window {
	visibility: hidden;
}

div.portal_navigator_window_and_pagesize span.portal_navigator_pagesize {
	visibility: hidden;	
}

div.portal_navigator_window_and_pagesize:hover span.portal_navigator_pagesize {
	visibility: visible;
}

div.portal_navigator_window_and_pagesize a, div.portal_navigator_popup_control a {
    text-decoration: none;
    color: #333;
}

div.portal_navigator_rendering
{
	float: right;
}

span.portal_navigator_window
{
}

/******************** Pages ********************/

div.portal_navigator_pages
{
	padding: 3px 5px;
}

span.portal_navigator_prev_next *
{
	display: inline-block;
	vertical-align: top;
}

.portal_navigator_previous
{
}

a.portal_navigator_previous:hover
{
	background-position: left -13px;
}

.portal_navigator_previous_disabled
{
	background-position: left -26px;
}

.portal_navigator_next
{
}

a.portal_navigator_next:hover
{
	background-position: left -52px;
}

.portal_navigator_next_disabled
{
	background-position: left -65px;
}

span.portal_navigator_pagesize
{
	display: block;	
	margin-top: -26px;
}

span.portal_navigator_paging
{
	vertical-align: top;
}

span.portal_navigator_links a, span.portal_navigator_links strong, span.portal_navigator_links em
{
	padding: 0px 3px;
}

span.portal_navigator_links em
{
	font-style: normal;
	color: #666;
}

span.portal_navigator_links em.portal_navigator_divider
{
	padding: 0px;
	color: #999;
}

span.portal_navigator_links a
{
	color: #ddd;
	cursor: pointer;
}

span.portal_navigator_links a span
{
	text-decoration: none;
	color: #333;
}

span.portal_navigator_links a:hover
{
	background-color: #ccc;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

span.portal_navigator_links strong
{
	background: #999;
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0px 2px;
}

/**************************** List popup ****************************/



div.portal_navigator_popup_control
{
	height: 26px;
	background: url('../../../core/style/gfx/pure_list_dropdown.png') left -26px repeat-x;
	line-height: 26px;
	cursor: pointer;
	margin-left: 21px;
	margin-right: 21px;
}

div.portal_navigator_popup_control div
{
	background: url('../../../core/style/gfx/pure_list_dropdown.png') left 0px no-repeat;
	height: 26px;
	margin-left: -21px;
	padding-left: 21px;
}

div.portal_navigator_popup_control div div
{
	background: url('../../../core/style/gfx/pure_list_dropdown.png') right -52px no-repeat;
	padding: 0px 26px 0px 6px;
	margin-right: -21px;
	padding-right: 21px;	
}

div.portal_navigator_popup:hover div.portal_navigator_popup_control
{
	background-position: right -104px;
}

div.portal_navigator_popup:hover div.portal_navigator_popup_control div
{
	background-position: left -78px;
}

div.portal_navigator_popup:hover div.portal_navigator_popup_control div div
{
	background-position: right -130px;
}


div.portal_navigator_popup_content
{
	display: none;
	z-index: 2;
	position: absolute;
	background: #d4dce1 url('../../../core/style/gfx/pure_list_dropdown_back.png') top left repeat-x;
	border: 1px solid #c7d2d9;
	margin-top: -1px;
	padding: 5px 0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

div.portal_navigator_popup_content a span { 
	cursor: pointer;
}

div.portal_navigator_popup_content strong
{
	color: #999;
	font-weight: normal;
	margin: 0px 10px;
}

div.portal_navigator_popup_content ul
{
	margin: 0px;
	padding: 0px;
	color: #999;
	list-style: none;
}

div.portal_navigator_popup_content li
{
	display: block;
	padding: 0px;
}

div.portal_navigator_popup_content ul strong
{
	color: #000;
	font-weight: bold;
	margin: 0px;
	display: block;
	padding: 2px 10px;
}

div.portal_navigator_popup_content ul a
{
	color: #3e4b52;
	display: block;
	padding: 2px 10px;
	text-decoration: none;	
}

div.portal_navigator_popup_content ul a:hover {
	background-color: #444343;	
}

div.portal_navigator_popup_content ul a.selected
{
	font-weight: bold;
}

div.portal_navigator_popup_content ul a span
{
	color: #333;
	text-decoration: none;
}

div.portal_navigator_popup_content ul a:hover span
{
	color: white;
}


/***** white variant */
div.portal_navigator_white div.portal_navigator_top, div.portal_navigator_white div.portal_navigator_bottom
{
	background: none;
}





div.portal_hierarchynavigation ul
{
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

div.portal_hierarchynavigation ul ul
{
	padding-left: 20px;
}

div.portal_hierarchynavigation li
{
	margin-top: 3px;
}

div.portal_hierarchynavigation span.portal_selected a
{
	color: #000;
	font-weight: bold;
}

ol.portal_list
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ol.portal_list li.portal_list_item {
	border-bottom: 1px solid #EEEEEE;	
}

li.portal_list_item_group {
	border-bottom: 1px solid #D5D8DC;
	color: #333333;
	font-weight: bold;
	margin: 5px 2px 2px 2px;
	padding: 5px 0;
}

li.portal_list_item_group_first {
	margin-top: 0px;	
}

div.portal_columns
{
	width: 100%;
	/* Do not put overflow hidden here */
}

div.portal_columns_body
{
	width: 100.9%;
}

div.portal_columns_column
{
	float: left;
}

div.portal_columns_clear_end 
{
	clear: left;
	font-size: 0;
	line-height: 0;
}

div.portal_content_properties {
	float: right;
	width: auto;
	min-width: 16px;	
	line-height: 14px;	
}

div.portal_content_properties span.file_attachment {
	background: transparent url('../../../core/style/gfx/content_properties.gif') 0px 0px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: 4px;		
	margin-right: 2px;
}

div.portal_content_properties span.file_attachment a {
	width: 16px;
	height: 16px;
	display: inline-block;
}

div.portal_content_properties span.remote_origin, div.portal_content_properties span.workflow_step {
	clear: both;
	color: #999999;
	display: block;
	float: right;
	font-size: 10px;
	padding: 1px 0px;
}

div.portal_content_properties span.open_access_permission {
    background: transparent url('../../../core/style/gfx/open_access_content_property.png') 0px 0px no-repeat;
    display: inline-block;
    width: 50px;
    height: 18px;
    margin-top: 4px;
    margin-right: 5px;
}

select.custom_popup option {
	font-size: 0px;
	height: 0px;
	width: 0px;
	outline: none;			
}

div.portal_list_viewselector a.portal_list_view_hierarchical {
	background-position: -73px 1px;
}

div.portal_hierarchical_renderer {
	margin-top: 8px;	
}

div.portal_hierarchical_renderer ul, div.portal_hierarchical_renderer li {
	margin: 0;
	padding: 0;
	list-style: none;	
} 

div.portal_hd_item
{
	overflow: hidden;
}

div.portal_hd_body
{
	overflow: hidden;
}

div.portal_hierarchical_excluded {
	-moz-opacity: 0.4;
	-webkit-opacity: 0.4;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	opacity: 0.4;
}

a.portal_hd, a.portal_hd_nochildren
{
	float: left;
	width: 23px;
	height: 23px;
	cursor: default;
}

a.portal_hd span
{
	margin: 2px 0px 0px 7px;
	float: left;
	width: 11px;
	height: 11px;
	background: url('../../../core/style/gfx/disclosure.png') no-repeat;
}

a.portal_hd_nochildren span {
	margin: 2px 0px 0px 8px;
	float: left;
	width: 11px;
	height: 11px;
	background: url('../../../core/style/icons/monochrome/dot16.png') center center no-repeat;		
}

a.portal_hd span.busy, a.portal_hd span.busy:hover {
	float: left;
	width: 16px;
	height: 16px;
	margin: 3px;		
	background: url('../../../core/style/gfx/spinner.gif');	
}

a.portal_hd:hover span
{
	background-position: 0px -12px;
}

a.portal_hd_open span
{
	background-position: 0px -24px;
}

a.portal_hd_open:hover span
{
	background-position: 0px -36px;
}

div.portal_hd_body
{
	margin-left: 24px;
	margin-bottom: 5px;
}

div.portal_hierarchical_popup {
	text-align: left;	
}

div.portal_hierarchical_popup_wrapper {	
}

.multiselect_popup .popup_controls {
    background: #eee;
    margin: 0 0 10px 0;
    padding: 5px 10px;
}

#advanced  div.portal_hierarchical_popup_wrapper .core_filter_multiselect_reset input,
#advanced  div.portal_hierarchical_popup_wrapper .core_filter_multiselect_submit input {
    cursor: pointer;
    background: none;
    border: none;
    width: 50px;
    color: #069;
}

#advanced  div.portal_hierarchical_popup_wrapper .core_filter_multiselect_submit {
    float: right;
}

div.portal_hierarchical_popup_wrapper input {		
	cursor: pointer;
	padding-right: 20px;
	width: 200px;
	background: white url('../../../core/style/gfx/dropdown_arrow.gif') right center no-repeat;
}

div.portal_hierarchical_popup_wrapper input.busy {
	background: white url('../../../core/style/gfx/ajax-loader.gif') 99% center no-repeat;
}

div.portal_hierarchical_popup {
	display: none;
	position: absolute;
	z-index: 1000;
	background: white;
	padding: 8px;
	border: 1px solid silver;
	max-height: 300px;
	min-height: 100px;
	min-width: 300px;
	overflow-y: auto;	
}

div.portal_hierarchical_popup.multiselect_popup {
    padding:0;
    max-height: initial;
    overflow-y: visible;
}
div.portal_hierarchical_popup.multiselect_popup .multiselect_tree {
    max-height: 300px;
    min-height: 100px;
    min-width: 360px;
    overflow-y: auto;
}

#portal_multiselect_hierarchical #organisationName {
    padding: 3px 5px !important;
}

#portal_multiselect_hierarchical .multiselect_popup input[type=checkbox] {
    cursor: pointer;
    width: 20px;
}

#portal_multiselect_hierarchical .multiselect_popup label {
    padding: 3px 5px;
}

#portal_multiselect_hierarchical .multiselect_popup input[type=checkbox]:checked + label,
#portal_multiselect_hierarchical .multiselect_popup input[type=checkbox]:checked + label:hover {
    background: #ccc;
}

#portal_multiselect_hierarchical .multiselect_popup input[type=checkbox] + label:hover {
    background: #eee;
}

#portal_multiselect_hierarchical .multiselect_popup .non_selectable_children input[type=checkbox] {
    ;
}


body.portal_hierarchical_popup_visible select {
	visibility: hidden;
}


/** Checkbox variant **/

body div.portal_hd_check_body {
	vertical-align: middle;
	line-height: 18px;
	cursor: default;
	margin-bottom: 0;	
}

input.portal_hd_check {
	padding: 0;
	margin: 0 4px 0 0;
	vertical-align: middle;
}

div.portal_hd_check_body label {
	vertical-align: middle;
}

div.portal_hierarchical_check a.portal_hd span
{
	margin: 5px 0px 0px 7px;
}

div.portal_hierarchical_check a.portal_hd_nochildren span {
	margin: 5px 0px 0px 8px;
}



ul.portal_carousel
{
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}

li.portal_carousel
{
	margin-left: 0%;
	padding: 0px;
	width: 100%;
}

li.portal_carousel div.rendering
{
	padding: 10px;
}

div.portal_carousel_header
{
	background: #eee;
	font-size: 0;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	position: relative;
}

div.portal_carousel_header h2
{
	font-size: 14px;
	margin: 0;
}

span.portal_carousel_navigation
{
	position: absolute;
	right: 10px;
	height: 16px;
	top: 9px;
	line-height: 0;
}

a.portal_carousel_next
{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	background: url('../../../core/style/icons/monochrome/rounded_arrow_right.png');
}

a.portal_carousel_previous
{
	vertical-align: middle;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../../../core/style/icons/monochrome/rounded_arrow_left.png');
}

a.portal_carousel_next:hover, a.portal_carousel_previous:hover
{
	background-position: 0 -16px;
}

/************* Paper variant **************/

div.portal_carousel_paper li.portal_carousel
{
	background: url('../../../core/style/gfx/portal_carousel_bg_paper.png');
}

div.portal_carousel_paper ul.portal_carousel
{
	background: url('../../../core/style/gfx/portal_carousel_bg_paper.png');
	border-bottom: 1px solid #E9E9E9;
}

div.portal_carousel_paper div.portal_carousel_header
{
	background: url('../../../core/style/gfx/portal_carousel_footer_paper.png');
}

div.portal_carousel_paper div.portal_carousel_header h2
{
	font-family: Georgia, serif;
	color: #333;
}

div.portal_carousel_paper div.portal_carousel_footer
{
	background: url('../../../core/style/gfx/portal_carousel_footer_paper.png') 0 bottom;
	padding: 5px 10px;
	text-align: right;
}

div.portal_disclosure_body
{
	overflow: hidden;
	padding-left: 18px;
	min-height: 18px;
}

div.portal_disclosure_closed {
	padding: 1px 0;	
}

div.portal_disclosure_opened
{
	padding: 1px 0;
	visibility: hidden;
	overflow: hidden;
	height: 0;
}

a.portal_disclosure
{
	position: absolute;
	width: 17px;
	height: 17px;
	outline: none;
	cursor: default;
}

a.portal_disclosure span
{
	margin: 3px 0px 0px 2px;
	float: left;
	width: 11px;
	height: 11px;
	background: url('../../../core/style/gfx/disclosure.gif');
}

a.portal_disclosure:hover span
{
	background-position: 0px -12px;
}

a.portal_disclosure_open span
{
	background-position: 0px -24px;
}

a.portal_disclosure_open:hover span
{
	background-position: 0px -36px;
}

a.portal_disclosure_busy span, a.portal_disclosure_busy:hover span
{
	float: left;
	width: 16px;
	height: 16px;
	margin: 3px;		
	background: url('../../../core/style/gfx/spinner.gif');	
}

div.portal_showmore_body
{
	overflow: hidden;
}

div.portal_showmore_open div.portal_showmore_body {
	overflow: visible;
	max-height: none;
}

a.portal_showmore_hide {
	display: none;	
}

div.portal_showmore_open div.portal_showmore_show {
	display: none;
}

div.portal_showmore_open a.portal_showmore_hide {
	display: inline;
}

div.portal_showmore_show
{
	padding-top: 5px;
}

div.portal_showmore_fade div.portal_showmore_show
{
	position: relative;
	background: url('../../../core/style/gfx/portal_showmore.png') left top repeat-x;
	padding-top: 20px;
	margin-top: -14px;
}

body.ie6 div.portal_showmore_fade div.portal_showmore_show
{
	margin-top: 0;
	background: none;
	padding-top: 5px;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


@import url(http://fonts.googleapis.com/css?family=Open+Sans:600,400,400italic,600italic,700,700italic);

body {
	margin: 0;
	padding: 0;
    color: #666;
	background: #fff;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.clearfix:before,
.clearfix:after { display: table; content: ""; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

#page-wrapper {
    min-width: 1140px;
}

.wrapper {
    width: 1140px;
    margin: 0 auto;
    position: relative;
}

p.browsehappy {
    background: #e3e3a1;
    color: #000;
    overflow: hidden;
    text-align: center;
    margin: 0;
    padding: 20px 0;
}

#header {
    height: 138px;
}

#logo {
    display: block;
    float: left;
    width: 380px;
    height: 92px;
    margin-top: 23px;
    text-decoration: none;
}
#logo img {
    float: left;
    margin-right: 20px;
}
#logo span {
    display: block;
    padding-top: 15px;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s;
            transition: all .2s;
}
#logo:hover span,
#logo:focus span {
    color: #555;
}


#languagepicker {
    padding-top: 37px;
    text-align: right;
}
#quicklinks {
    padding-top: 18px;
    text-align: right;
}

#header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#header ul li {
    display: inline-block;
    margin-left: 20px;
}
#header ul li a {
    font-size: 12px;
    font-weight: 300;
    color: #959595;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s;
            transition: all .2s;
}
#header ul li.selected > a,
#header ul li > a:hover,
#header ul li > a:focus {
    color: #000;
}


#navigation {
    height: 60px;
    /*background: url(../../gfx/navigation_bg.png) center top repeat-x;*/
    background: #222;
    position: relative;
    z-index: 200;
}

#menu {
    float: left;
}
#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu ul li:first-child:before,
#menu ul li:last-child:before {
    content: "";
    display: block;
    float: left;
    height: 40px;
    width: 1px;
    background: #1a1a1a;
    margin-top: 10px;
    margin-left: -1px;
}
#menu ul li:last-child:before {
    float: right;
    margin-right: -1px;
    background: #4d4e4d;
}
#menu ul li {
    float: left;
}
#menu ul li a {
    display: block;
    padding: 10px 0;
    color: #e4e4e4;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s;
            transition: all .2s;
}
#menu ul li > a:hover,
#menu ul li > a:focus {
    color: #fff;
}
#menu ul li.selected > a {
    background: url(../../gfx/navigation_arrow.png) center top no-repeat;
}
#menu ul li a span {
    display: block;
    line-height: 40px;
    padding: 0 26px;
    border-left: 1px solid #4d4e4d;
    border-right: 1px solid #1a1a1a;
    -webkit-transition: all .3s;
            transition: all .3s;
}
#navigation.search-open #menu ul li a span {
    padding: 0 12px;
}



div#search {
    position: absolute;
    top: 0;
    right: 0;
}

div#search input.portal_searchfield {
    float: right;
    margin: 10px 0;
    height: 20px;
    line-height: 20px;
    padding: 10px;
    color: #fff;
    background: #4d4e4d;
    border: none;
    outline: none;
    width: 40px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
}

#navigation.search-open input.portal_searchfield {
    width: 180px;
}

div#search input.portal_searchbutton {
    float: right;
    width: 63px;
    height: 63px;
    overflow: hidden;
    text-indent: -999px;
    margin-top: -3px;
    background: url(../../gfx/search_button_bg.png) center top no-repeat;
    border: none;
    outline: none;
    position: absolute;
    z-index: 2;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#navigation.search-open input.portal_searchbutton {
    margin-left: -63px;
}


div.col1,
div.col2 {
    float: left;
    margin-left: 60px;
}
div.col1 {
    width: 340px;
}
div.col2 {
    width: 740px;
}
div.col1:first-child,
div.col2:first-child {
    margin-left: 0;
}


div.section {
    padding: 40px 0;
    position: relative;
    z-index: 100;
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
}
div.section.space {
    padding: 100px 0;
}
div.section.behind {
    z-index: 99;
}
div.section.border {
    border-bottom: 1px solid #f1f1f1;
}
div.section.shadow-drop {
    -webkit-box-shadow: 0 0 10px #555;
            box-shadow: 0 0 10px #555;
}
div.section.shadow-inner {
    background-image: url(../../gfx/section_shadow_inner_bg.png);
}
div.section.grayed {
    background-color: #f7f7f7;
}
div.section.grayed.shadow-inner {
    background-image: url(../../gfx/section_grayed_shadow_inner_bg.png);
}


div.breadcrumb {
    line-height: 14px;
    overflow: hidden;
    margin-bottom: 10px;
}
div.breadcrumb a,
div.breadcrumb span.current {
    display: block;
    float: left;
    margin-left: 9px;
    padding-left: 17px;
    background: url(../../gfx/breadcrumb_seperator.png) left center no-repeat;
    font-size: 14px;
}
div.breadcrumb a.home-link {
    width: 16px;
    height: 14px;
    background: url(../../gfx/breadcrumb_icon.png) left center no-repeat;
    text-decoration: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 10px;
}
div.breadcrumb span.separator {
    display: none;
}


div.sharebuttons {
    padding: 6px 2px;
    border: 1px solid #ebebeb;
    border-left: 0;
    border-right: 0;
    margin-bottom: 25px;
}


#banner {
    background: url(../../gfx/banner_researcher.jpg) center center no-repeat;
    background-size: cover;
    height: 420px;
}


div.sidebar-box {
    padding-left: 30px;
    border-left: 1px solid #f1f1f1;
    margin-bottom: 30px;
    word-wrap: break-word;
}




#footer {
    background: #222222;
    padding: 35px 0;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
}
#footer img.logo {
    float: left;
    margin-right: 25px;
    margin-bottom: 40px;
}
#footer h5 {
    color: #fff;
}
#footer div.socialmedia {
    margin: 5px 0 20px;
}
#footer div.socialmedia img {
    margin-right: 5px;
}
#footer span.copyright {
    color: #fff;
    font-size: 13px;
}






div.center {
    text-align: center;
}


ul.links {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.links.space-bottom {
    margin-bottom: 25px;
}
ul.links li {
    padding: 8px 0;
}
ul.links li.empty {
    display: none !important;
}
ul.links.space li {
    padding: 12px 0;
}
ul.links.border li {
    border-bottom: 1px solid #d4d4d4;
}
ul.links.border.invert li {
    border-bottom-color: #000;
}
ul.links.arrow li {
    background: url(../../gfx/arrow_right.png) right center no-repeat;
}
ul.links.cross li {
    background: url(../../gfx/cross_red.png) right center no-repeat;
}
ul.links.arrow.invert li {
    background-image: url(../../gfx/arrow_right_invert.png);
}
ul.links li.selected {
    background-color: #0098d0;
    background-image: none;
    padding-left: 10px;
}
ul.links li a {
    display: block;
    font-size: 15px;
}
ul.links li.selected a {
    color: #fff;
}
ul.links.invert li a {
    color: #fff;
}
ul.links.big li a {
    text-transform: uppercase;
    font-weight: 700;
}


ul.tabs {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    -webkit-box-shadow: 0 -10px 10px -13px black inset;
    -moz-box-shadow: 0 -10px 10px -13px black inset;
    box-shadow: 0 -10px 10px -13px black inset;
}
ul.tabs li {
    float: left;
    font-weight: 500;
    text-transform: uppercase;
    background: none;
    border-top: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    border-bottom: none;
    display: inline-block;
    margin: 0;
    color: white;
    outline: none;
    font-weight: bold;
}
ul.tabs li:first-child {
    border-left: 1px solid #C4C4C4;
}
ul.tabs li.selected {
    background-color: white;
}
ul.tabs li a {
    color: #0097cd;
    display: block;
    padding: .7em 1em;
}
ul.tabs li.selected a {
    color: #005a7a;
}



div.portal_keywords_parent,
div.portal_keywords_list_child {
    overflow: hidden;
    margin-bottom: 10px;
}
div.portal_keywords_list_child {
    margin-left: 20px;
    border-left: 1px solid #d4d4d4;
    padding-left: 20px;
}
div.portal_keywords_parent {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}

div.portal_keywords_list ul {
    margin: 0 0 0px;
    padding: 0;
    list-style: none;
}
div.portal_keywords_list ul ul {
    padding-left: 30px;
    display: none;
}
div.portal_keywords_list li.selected > ul {
    display: block;
}



div.portal_keywords_list a.portal_link {
    display: block;
    margin-right: 6px;
    margin-bottom: 6px;
    line-height: 16px;
    font-size: 14px;
    color: #555;
    text-decoration: none;
}
div.portal_keywords_list.inline a.portal_link {
    float: left;
}
div.portal_keywords_list a.portal_link span {
    display: inline-block;
    border: 1px solid #0098d0;
    padding: 5px 10px;
    -webkit-transition: all .1s;
    transition: all .1s;
}
div.portal_keywords_list.squaresize a.portal_link span {
    padding: 5px 0;
    width: 25px;
    text-align: center;
}
div.portal_keywords_list li.selected > a.portal_link > span,
div.portal_keywords_list a.portal_link.selected > span,
div.portal_keywords_list a.portal_link:hover span,
div.portal_keywords_list a.portal_link:focus span {
    background-color: #0098d0;
    color: #fff;
}


ul.search-filters {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
ul.search-filters li {
    display: inline-block;
}
ul.search-filters li a {
    display: inline-block;
    background: #fff;
    color: #0098d0;
    text-transform: uppercase;
    padding: 5px 10px;
    line-height: 16px;
    font-size: 14px;
    border: 1px solid #0098d0;
    text-decoration: none;
}
ul.search-filters li.selected a {
    background: #0098d0;
    color: #fff;
}



a {
    color: #0098d0;
    text-decoration: none;
    outline: none;
}
a:hover,
a:focus {
    color: #005a7a;
}


a.button,
div.section a.portal_graphviewer_button {
    display: inline-block;
    width: 239px;
    height: 50px;
    line-height: 50px;
    padding: 0 12px;
    background: #0098d0 url(../../gfx/button_blue_bg.png) right bottom no-repeat;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all .35s;
}
a.button:hover,
a.button:focus,
div.section a.portal_graphviewer_button:hover,
div.section a.portal_graphviewer_button:focus {
    background-position: 263px bottom;
}

.sidebar-box h2.title a.link {
    text-transform: none;
    line-height: 24px;
    display: inline-block;
    font-size: 18px;
}



.portal_list {
    font-size: 14px;
    line-height: 18px;
}

.portal_list li.portal_list_item {
    padding: 15px 0;
    overflow: hidden;
}

.portal_list a {
    /*color: #000;*/
    /*text-decoration: underline;*/
}
.portal_list a:hover,
.portal_list a:focus {
    /*text-decoration: none;*/
}
.portal_list h2.title {
    line-height: 20px;
    margin: 0 0 5px;
    text-transform: none;
}
.portal_list h2.title a.link {
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0;
    /*color: #222;*/
}
.portal_list h2.title a.link:hover {
    /*color: #0098d0;*/
}
.portal_list img {
    float: left;
    width: 70px;
    height: auto;
    margin: 0 10px 0 0;
}

.portal_list p.type {
    font-size: 13px;
}



div.view_title div.rendering_compact {
    margin-bottom: 20px;
}
div.view_title div.rendering_compact p.type {
    margin: 10px 0;
}
div.view_title div.rendering_compact p.type .type_family {
    display: none;
}



p.space-none {
    margin: 0;
}
p.space-bottom {
    margin-bottom: 20px;
}


b, strong {
    font-weight: 500 !important;
}


p.portal_graphviewer_reduced {
    line-height: 16px;
}



h1, h2, h3 {
    /*color: #4d4d4d;*/
    color: #222;
    text-transform: uppercase;    
    font-weight: 600;
    letter-spacing: -1.5px;
}

h1,
div.view_title h2.title,
div.view_title div.rendering_compact h2.title {
    font-size: 44px;
    line-height: 46px;
    margin-top: 0;
    text-transform: none;
}

h2 {
    font-size: 38px;
    line-height: 40px;
    margin-top: 0;
}

.portal_graphviewer_info h2 {
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 15px !important;
}

/*div.section h2 {*/
    /*margin-bottom: 25px;*/
/*}*/

h3 {
    font-size: 22px;
    line-height: 26px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
    color: #808080;
    font-weight: 400;
}

h5, h6 {
    font-weight: 600;
    font-size: 17px;
    color: #4d4d4d;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 0;
}

h6 {
    font-size: 14px;
}


hr {
    border: 0;
    background: #ebebeb;
    height: 1px;
    border-bottom: 1px solid #fff;
}
hr.invert {
    background-color: #000;
    border: none;
}

img {
    max-width: 100%;
    height: auto;
}


.space-top {
    margin-top: 40px;
}
.space-bottom {
    margin-bottom: 25px;
}
.space-both {
    margin: 30px 0;
}




/* ###########################
    Components override
########################### */

p.view_id {
    display: none;
}

div.section a.portal_graphviewer_button span {
    display: inline;
    height: auto;
    background: none;
    padding: 0;
    margin: 0;
    float: none;
}

div.portal_content_properties {
    margin-top: 4px;
}

div.portal_content_properties span.remote_origin, div.portal_content_properties span.workflow_step {
    padding: 3px 6px;
    background: #f6f6f6;
    border-radius: 3px;
}

div.portal_advanced_search a.portal_link {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

div.portal_simple_search {
    margin-bottom: 5px;
}
div.portal_simple_search input.portal_searchfield {
    width: 390px;
    font-size: 16px;
    color: #000;
    border: 2px solid #0098d0;
    border-right: 0;
    height: 20px;
    line-height: 20px;
    padding: 10px 10px;
    background: #fff;
    outline: none;
}
div.portal_simple_search input.portal_searchbutton {
    height: 44px;
    width: 50px;
    padding: 0;
    border: none;
    background: #0882b2 url(../../gfx/search_icon_trans.png) center center no-repeat;
    text-indent: -999px;
    overflow: hidden;
    outline: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
div.portal_simple_search input.portal_searchbutton:hover,
div.portal_simple_search input.portal_searchbutton:focus {
    background-color: #0098d0;
}

div.portal_advanced_search_form {
    overflow: hidden;
    margin-bottom: 20px;
}
div.portal_advanced_search_form div.core_filter {
    float: left;
    width: 45%;
    margin-right: 5%;
    padding-bottom: 10px;
    font-size: 14px;
}
div.portal_advanced_search_form label,
div.portal_simple_search div.portal_facet_title,
div.portal_legend {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
}

div.portal_legend {
    font-size: 16px;
    line-height: 26px;
    margin-top: 40px;
}
.first div.portal_legend {
    margin-top: 0;
}


div.portal_simple_search span.portal_search {
    display: block;
}
div.portal_advanced_search_form input,
div.portal_advanced_search_form select {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    color: #000;
    border: 1px solid #0098d0;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #fff;
    outline: none;
}
div.portal_advanced_search_form div.core_filter.core_filter_publicationyears select {
    width: 40%;
}


div.portal_search_body,
div.portal_browse_body,
div.portal_navigator {
    margin: 0 0 40px;
}

a.portal_hd span,
a.portal_hd_nochildren span {
    margin-top: 5px;
}

div.portal_navigator_top {
    padding: 3px 8px;
    border: 1px solid #D5D8DC;
    background: none;
    margin-bottom: 10px;
    font-size: 13px;
}

div.portal_navigator_bottom {
    padding: 0;
    margin-top: 20px;
    background: none;
    border: none;
    text-align: center;
}

div.portal_navigator_bottom span.portal_navigator_prev_next,
div.portal_navigator_bottom span.portal_navigator_paging.portal_navigator_links strong,
div.portal_navigator_bottom span.portal_navigator_paging.portal_navigator_links a {
    display: inline-block;
    margin: 0 2px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    background: #666666;
    color: #fff;
    border-radius: 0;
}
div.portal_navigator_bottom span.portal_navigator_prev_next a,
div.portal_navigator_bottom span.portal_navigator_paging.portal_navigator_links a,
div.portal_navigator_bottom span.portal_navigator_paging.portal_navigator_links a span {
    color: #fff;
}

div.portal_navigator_bottom span.portal_navigator_prev_next:hover,
div.portal_navigator_bottom span.portal_navigator_paging.portal_navigator_links strong,
div.portal_navigator_bottom span.portal_navigator_paging.portal_navigator_links a:hover {
    background: #333333;
}


div.portal_navigator_ordering {
    margin-left: 10px;
    border-left: 1px solid #B8B8B8;
    padding-left: 10px;
}

div.portal_navigator_popup_content ul a.selected {
    font-weight: 500;
}

a.portal_results_more,
.uh_relationlist a.portal_link {
    display: inline-block;
    margin: 10px 5px;
    font-size: 15px;
    padding: 4px 8px;
    background: #eee;
    color: #000;
    border-radius: 3px;
}


div.rendering h3 {
    font-size: 22px;
}

.sidebar-box h3 {
    margin-top: 0;
}

.sidebar-box ul.relations.organisations li {
    margin-bottom: 25px;
}
.person-sidebar-box.sidebar-box ul.relations.organisations li {
    margin-bottom: 0;
}
.portal_list ul.relations.organisations li {
    margin-bottom: auto;
}

table.properties,
div.rendering_keywordable,
div.persons_profileinformation_foldoutblock,
div.rendering_equipment_equipmentshortnameportal,
div.portal_chart,
div.person_cv_fileattachment,
div.rendering_publication_linkextensionportal,
div.portal_keywords_list {
    margin-bottom: 40px !important;
    overflow: hidden;
    position: relative;
}

div.rendering table.properties th {
    font-weight: 500 !important;
    color: #333;

}
.rendering_personpropertiesportal table.properties tr {
    overflow: hidden;
    margin-bottom: 15px;
}
.rendering_personpropertiesportal table.properties th,
.rendering_personpropertiesportal table.properties td {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}


div.persons_profileinformation_image,
div.organisation_photo {
    float: left;
    margin: 0 30px 30px 0;
    overflow: hidden;
    position: relative;
    z-index: 99;
}
div.persons_profileinformation_image img,
div.organisation_photo img {
    max-height: 300px;
    max-width: 200px;
}

span.person_share_link {
    display: block;
    word-wrap: break-word;
}

div.rendering_curriculumvitaeportaluh {
    margin-bottom: 20px;
}

