/* 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;
}


/* not found: classpath:META-INF/resources/style/css/combined/null *//* layout.css */

html, body {
    height: 100%;
}

body {
    background: #9A9986 url(../../gfx/siteback.jpg) top left repeat-x;
    color: #6A6A66;
    font: 0.7em Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

/***********************
* Building blocks
************************/

div#wrapper {
    width: 909px;
    background: #fff;
    padding: 0 20px 5px 20px;
    margin: 0 auto;

}

#container {
    border-left: 1px solid #004685;
    border-bottom: 1px solid #004685;
    height: 100%;
}

/***********************
* Content blocks
************************/

#page {
    background: url(../../gfx/main1col.gif) repeat-y left center;
    height: 100%;
    position: relative;
}

#page.with_sidebar {
    background: url(../../gfx/main2col.gif) repeat-y left center;
}

#sidebar {
    background: url(../../gfx/leftmenubg.gif) no-repeat;
    border-right: 0 solid #DFDFD1;
    float: left;
    margin-top: 0;
    height: 100%;
    min-height: 450px;
    width: 206px;
}

#content_full {
    float: right;
    width: 676px;
    position: relative;
}

#content {
    float: left;
    width: 430px;
    margin-left: 26px;
    position: relative;
}

#right_sidebar {
    float: right;
    width: 200px;
}

#address {
    bottom: 0;
    font-size: 91%;
    left: 10px;
    margin-bottom: 28px;
    padding-top: 48px;
    position: absolute;
    width: 175px;
}

/***********************
* Various layout
************************/

span.page_tools {
    float: right;
}

span.page_tools a {
    margin-left: 5px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.displaynone {
    display: none;
}

p {
    line-height: 15px;
}

div.sharing {
    margin: 15px 0;
}

.person-links {
    float: left;
    padding-left: 20px;
}

.person-links ul {
    list-style: none;
    margin: 5px 0;
    font-size: 1em;
    padding: 0;
}

.languages {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}

.languages li{
    float:left;
}
.languages li a{
    color:#3e4b52;
    margin: 0 3px;
}
.languages li:first-child:after{
    content:"/";
}

.languages li.selected a{
    color: #000;
    font-weight: bold;
}

/* front.css */

/***********************
* Frontpage
************************/

div.front_recent img {
    float: left;
    width: 80px;
}

div.portal_expand_fade div.portal_expand_controls {
    background: url("../../../core/style/gfx/portal_showmore.png") repeat-x scroll left top transparent;
    margin-top: -14px;
    padding-top: 20px;
    position: relative;
    z-index: 10;
}

div.frontpage_search input.portal_searchfield {
    width: 350px;
}

/* portal.css */

/***********************
* Portal list
************************/

ol.portal_list {
}

ol.portal_list > li {
    padding: 12px 0;
    overflow: hidden;
    color: #777;
    font-size: 11px;
    line-height: 16px;

}

ol.portal_list li.portal_list_item_group {
    font-size: 11px;
    color: #000;
}

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

/***********************
* Workflow step
************************/

ol.portal_list li div.portal_content_properties {
    margin-left: 5px;
    margin-bottom: 5px;
}

ol.portal_list li span.workflow_step {
    background-color: #f9f9f9;
    border: medium none;
    border-radius: 6px;
    font-size: 10px;
    padding: 6px;
    display: inline;
    width: auto;
    color: #777777;
}

/***********************
* Keyword container
************************/

div.keywords_container p {
    margin: 0 0 5px 0;
}

/***********************
* Title
************************/

ol.portal_list li h2.title {
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
    line-height: 15px;
    font-weight: bold;
    margin-top: 0;
    margin-right: 5px;
}

ol.portal_list li h2.title a {
    text-decoration: none;
    color: #004685;
}

ol.portal_list li h2.title a:hover {
    text-decoration: underline;
}

/***********************
* Links in content
************************/

ol.portal_list li a {
    color: #8A9E00;
    text-decoration: none;
}

ol.portal_list li a:hover {
    text-decoration: underline;
}

ol.portal_list li ul.relations li a {
    border: 0;
}

ol.portal_list li span.file_attachment a {
    border-bottom: 0;
}

ol.portal_list li ul.organisations li a {
    color: #777;
    font-weight: normal;
    text-decoration: underline;
}

ol.portal_list li ul.organisations li a:hover {
    text-decoration: none;
}

/***********************
* Various small fonts
************************/
ol.portal_list li p.type {
    font-size: 10px;
    margin: 6px 0 0 0;
    line-height: 12px;
}

ol.portal_list li p.type span.type_family {
    display: none;
}

/***********************
* Pager / Navigator
************************/

div.portal_navigator {
    font-size: 11px;
}

div.portal_navigator_pages {
    margin: 15px 0;
    font-size: 12px;
    text-align: center;
}

div.portal_navigator_pages a,
div.portal_navigator_pages strong {
    display: inline-block;
    padding: 3px 8px;
    border: 1px solid #d7eff6;
    color: #004685;
}

div.portal_navigator_pages span.portal_navigator_links a span {
    color: #004685;
}

div.portal_navigator_pages a:hover {
    background-color: #d7eff6;
}

div.portal_navigator_pages strong {
    border: 1px solid #004685;
    background: #004685;
    font-weight: normal;
    color: #fff;
}

div.portal_navigator_pages em.portal_navigator_divider {
    margin-right: 5px;
}

div.portal_navigator_pages .portal_navigator_previous {
    background: url(../../gfx/arrow_left.png) 10% 50% no-repeat;
    padding-left: 25px;
}

div.portal_navigator_pages .portal_navigator_next {
    background: url(../../gfx/arrow_right.png) 90% 50% no-repeat;
    padding-right: 25px;
}

div.portal_navigator_pages .portal_navigator_previous_disabled, div.portal_navigator_pages .portal_navigator_next_disabled {
    display: none;
}

div.portal_navigator_top {
    border-top: 1px solid #f1f1e8;
    background: url(../../gfx/gradient.gif) left center repeat-x ! important;
    padding-right: 5px;
}

div.portal_navigator_bottom {
    border: 0;
}

div.portal_navigator_rss a.rss_link {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../../gfx/rss.png') left top no-repeat;
    margin-top: 5px;
}

div.portal_navigator_rss a.rss_link  span { display: none; }

/***********************
* No results
************************/

div.portal_navigator_empty {
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    font-style: italic;
}

/***********************
* Various
************************/

div.portal_content_properties span.file_attachment {
    margin-top: 0;
    margin-right: 8px;
    background: #004694 url(../../gfx/attachment_icon.png) center center no-repeat;
    width: 30px;
    height: 26px;
    border-radius: 6px;
}

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

/* global.css */

/***********************
* Quick navigation
************************/

ul.quick_nav {
    list-style: none;
    padding: 2px 0;
    margin: 0 0 10px 0;
    width: auto;
}

ul.quick_nav li {
    display: inline;
    border-left: 1px solid #999;
    padding-left: 5px;
    margin-left: 3px;
    line-height: normal;
}

ul.quick_nav li:first-child {
    border-left: 0;
    padding-left: 0;
}

ul.quick_nav li.selected a {
    font-weight: bold;
    color: #000;
}

/***********************
* Global tabs
************************/

ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    border-bottom: 8px solid #004685;
    overflow: hidden;
}

ul.tabs li {
    float: left;
    position: relative;
    margin-right: 3px;
}

ul.tabs li a {
    border-bottom: 0;
    background: #E7E7DC;
    display: block;
    padding: 6px;
    color: #6A6A66;
    font-size: 12px;
    font-weight: bold;
}

ul.tabs li.selected a, ul.tabs li a:hover {
    background: #004685;
    color: #fff;
    text-decoration: none;
}

ul.tabs li.empty a {
    display: none;
}

/***********************
* Global keywords
************************/

div.keywords p {
    margin: 4px 0;
}

/***********************
* Global relations list
************************/

div.relationlist p.readmore {
    text-align: right;
}

ul.relations {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.relations li {
    margin-bottom: 2px;
}

/***********************
* Global charts/maps
************************/

div.portal_chart {
    height: 250px;
}

div.portal_map {
    margin: 15px 0;
}

/***********************
* Global images
************************/

a img {
    border: 0;
}

/***********************
* Global keywords
************************/

div.keywords a {
    font-weight: bold;
}

/***********************
* Global headers
************************/

h1 {
    font: 28px Georgia, Arial, Helvetica, Sans-Serif;
    color: #60798F;
    padding-bottom: 5px;
    margin-top: 22px;
    border-bottom: 5px solid #E6E6DB;
    margin-bottom: 0;
}

h2, h3 {
    color: #6A6A66;
    font-family: Georgia, serif;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

h2 a, h3 a {
    color: #6A6A66;
}

/***********************
* Global links
************************/

a {
    color: #8A9E00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


/* rendering_override.css */

/***********************
* Show type on clippings
************************/

div.rendering_clipping p.type span.type_family { display: block ! important; }

/***********************
* Override default lenght on input popup
************************/

div.portal_hierarchical_popup_wrapper input { width: 350px; }

/***********************
* Override default h2
************************/

div.rendering h2 {
    color: #0065BD;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

div.rendering h2 a {
    color: #0065BD;
    border: 0;
}

div.rendering h2 a:hover {
    text-decoration: underline;
}

/***********************
* Override default h3
************************/

div.rendering h3 {
    color: #6A6A66;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

/***********************
* Override table properties
************************/

div.rendering table.properties {
    width: 100%;
}

div.rendering table.properties th {
    padding: 3px 0;
    width: 30%;
}

div.rendering table.properties td {
    padding: 3px 0;
    width: 60%;
}

/***********************
* Override associated organisaions
************************/

div.rendering_associatesorganisationsportal ul li a {
    font-weight: bold;
}

/***********************
* Document renders
************************/

div.rendering_documentandlinkextensionportal,
div.document-box {
    padding: 2px 10px 5px 10px;
    background: #d7eff6;
    font-size: 11px;
    border-radius: 10px;
    word-wrap: break-word;
    float: right;
}

div.rendering_documentandlinkextensionportal p,
div.rendering_versioneddocumentandlinkextensionanddoiportal p {
    line-height: normal;
}

div.rendering_documentandlinkextensionportal ul.documents,
div.document-box ul.documents {
    background: url(../../gfx/document.png) left top no-repeat;
    padding-left: 40px;
}


.experts_selected { font-weight: bold; color: #000; }


/* header.css */

/***********************
* Header
************************/

/** top start **/
#head {
    width: 909px;
    padding: 10px 20px;
    margin: 0 auto;
    background:#fff;
    border-bottom:1px solid #DFDFD1;
}
#head img.logo {
    width: 120px;
    margin: 0px;
}


/* sidebar.css */

/*************************************
* Sidebar (left)
**************************************/

#sidebar ul.pure_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 5px solid #fff;
}

#sidebar ul.pure_menu li.title {
    font: bold 14px Georgia, "Times New Roman", "Times";
    background: black;
    color: #fff;
    padding: 8px 6px 8px 11px;
}

#sidebar ul.pure_menu li a {
    background: #E6E6DB;
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 3px 6px 4px 11px;
    color: #6A6A66;
    font-weight: bold;
}

#sidebar ul.pure_menu li.selected > a, #sidebar ul.pure_menu li > a:hover {
    color: #fff;
    background: #999885;
    text-decoration: none;
    border-right: 2px solid #818075;
}

#sidebar ul.pure_menu li.open_parent.selected > a, #sidebar ul.pure_menu li.open_parent.selected > a:hover {
    background: #999885 url(../../gfx/arrow_dark.png) 98% 50% no-repeat;
    color: #fff;
}

#sidebar ul.pure_menu li.open_parent > a, #sidebar ul.pure_menu li.open_parent > a:hover {
    background: #E6E6DB url(../../gfx/arrow_light.png) 98% 50% no-repeat;
    border-right: none;
    color: #6A6A66;
}

#sidebar ul.pure_menu li ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

#sidebar ul.pure_menu li ul.open {
    display: block;
}

#sidebar ul.pure_menu li ul li a {
    background: #f1f1ea;
    font-weight: normal;
}

/*************************************
* Sidebar (right)
**************************************/

#right_sidebar {
    margin-top: 15px;
}

/* breadcrumb.css */

/***********************
* Breadcrumb
************************/

#breadcrumb_container {
    background: #36b1d2;
    color: #fff;
    padding: 7px 0 8px 11px;
    margin: 5px 0;
}

ol.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 10px;
    font-weight: bold;
}

ol.breadcrumb li {
    display: inline;
    padding-right: 20px;
    background: url(../../gfx/breadcrumb_arrow.png) right center no-repeat;
    margin-right: 5px;
}

ol.breadcrumb li.title {
    background: 0;
    padding-right: 2px;
}

ol.breadcrumb li.selected {
    color: #fff;
    background: none;
}

ol.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}


/* search.css */

/*************************************
* Search
**************************************/

div.search_box {
    background: #f9f9f9;
    padding: 10px;
    margin: 10px 0;
}

div.search_box form {
    position: relative;
}

/*************************************
* Search box on family search pages
**************************************/

input.portal_searchfield {
    padding: 2px;
    border: 1px solid #dfdfd1;
    width: 280px;
    font-size: 12px;
}

input.search_button {
    background: #004685;
    border: 0;
    color: #fff;
    overflow: hidden;
    width: 33px;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
    margin-top: -2px;
    display: inline-block;
    font-weight: bold;
    padding: 2px;
}

/*************************************
* Search box -> Advanced
**************************************/

div.portal_disclosure_body a.portal_link {
}

div.search_box #advanced {
    border: 1px solid #dfdfd1;
    padding: 10px 20px 15px 20px;
    margin: 15px 0;
    overflow: hidden;
    background: #fff;
}

div.search_box #advanced select {
    border: 1px solid #dfdfd1;
}

div.search_box #advanced div.core_filter_legend {
    margin: 5px 0 2px 0;
}

div.search_box #advanced span.portal_searchfield input {
    padding: 0 5px;
    font-style: normal;
    color: #000;
}

/*************************************
* Search index
**************************************/

div.search_index ul {
    list-style: none;
    padding: 0 0 15px 0;
    margin: 15px 0 0 0;
    overflow: hidden;
}

div.search_index ul li {
    float: left;
    border-left: 1px solid #e4e4db;
}

div.search_index ul li:first-child {
    border: 0;
}

div.search_index ul li a {
    padding: 0px 6px;
    display: block;
}

div.search_index a.search_index_selected {
    font-weight: bold;
}

div.search_index a.search_index_unavailable {
    color: #aaa;
}

/*************************************
* Search refinements
**************************************/

ul.search_refinement {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

ul.search_refinement li {
    margin: 7px 0;
    color: #666;
}

ul.search_refinement li a.search_refinement_selected {
    font-weight: bold;
}

ul.search_refinement li.search_refinement_remove {
    background: url(../../gfx/remove.png) 0 10px no-repeat;
    padding-left: 20px;
    margin-top: 20px;
    border-top: 1px dotted #b1b1b1;
    padding-top: 10px;
}

ul.search_refinement li em {
    font-style: normal;
    font-size: 11px;
}

/* footer.css */

/***********************
* Footer
************************/

/*#footer {*/
/*background-color: #004685;*/
/*text-align: center;*/
/*color: #FFFFFF;*/
/*font: bold 10px Georgia, "Times New Roman", "Times";*/
/*text-transform: uppercase;*/
/*margin-top: 5px;*/
/*padding: 2px 0;*/
/*letter-spacing: 1px;*/
/*}*/

/*#footer p {*/
/*margin: 0;*/
/*}*/

/*#footer a {*/
/*color: #fff;*/
/*}*/

footer {
    width: 909px;
    background: #000;
    padding: 0 20px 5px 20px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

footer i {
    position: relative;
}
footer i:before:hover {
    text-decoration: underline;
}

footer i:before {
    height: 24px;
    width: 24px;
    display: inline-block;
    content: "";
    margin-left: 6px;
}

footer i.icon-facebook:before {
    background: url(../../gfx/facebook-icon.png) center center no-repeat;
    background-size: 16px;
}

footer i.icon-twitter:before {
    background: url(../../gfx/twitter-icon.png) center center no-repeat;
    background-size: 18px;
}

footer i.icon-instagram:before {
    background: url(../../gfx/instagram-icon.png) center center no-repeat;
    background-size: 16px;
}

footer i.icon-youtube:before {
    background: url(../../gfx/youtube-icon.png) center center no-repeat;
    background-size: 20px;
}

.footer__menu  {
    margin-top: 24px;
}

.footer__menu .sub-nav dd {
    float: left;
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 6px;

}

.footer__menu .sub-nav dd a {
    color: #fff;
}

footer .columns {
    float: right;
    width: 40%;
    text-align: center;
}

footer .columns:first-child {
    width: 30%;
    text-align: left;
}

footer .columns:last-child {
    width: 30%;

}

.footer__social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    margin-top: 24px;
}

.footer__social ul li {
    float: left;
}

.footer__social ul li a {
    display: block;
}

.footer__contact {
    height: 90px;
}

.footer__contact {
    text-align: center;
}

.footer__contact p {
    font-size: 11px;
    color: #bdbdbd;
    font-weight: 300;
    text-align: center;
    margin: 24px 0 0 0;
}

footer .footer__contact a {
    color: #bdbdbd;
}


/* views.css */

/***********************
* Global view 
************************/

div.view {
    margin-bottom: 15px;
}

div.view p.view_id {
    font-style: italic;
    color: #ccc;
    text-align: right;
    font-size: 11px;
}

div.view p.readmore {
    font-size: 11px;
}

/***********************
* View title 
************************/

div.view div.view_title h2.title {
    font: 28px Georgia, Arial, Helvetica, Sans-Serif;
    color: #60798F;
    padding-bottom: 5px;
    margin-top: 22px;
    border-bottom: 5px solid #E6E6DB;
}

div.view div.view_title p.type {
    font-size: 11px;
    font-style: italic;
    margin-bottom: 20px;
    margin-top: 8px;
}

/***********************
* View containers 
************************/

div.view div.view_container {

}

div.view div.view_box {
    border-bottom: 5px solid #E6E6DB;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

div.view div.view_sidebar ol.portal_list h2.title {
    font-size: 14px
}

/***********************
* Publication view 
************************/

/***********************
* Organisation view 
************************/

div.organisation_view div.rendering_organisation_organisationcontactportal h3.subheader {
    display: none;
}

div.organisation_view div.rendering_organisation_organisationparentsportal h2.title {
    border: 0;
    margin: 5px 0 0 0;
    padding-bottom: 0;
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/***********************
* Journal view
************************/

div.journal_view div.rendering_abstractjournal_long h2,
div.journal_view div.rendering_abstractjournal_long p.type,
div.journal_view div.rendering_abstractjournal_long p.minor.dimmed {
    display: none;
}

/***********************
* Person view 
************************/

div.person_view div.rendering_person_personorganisationstitlesandeducationportal h2 {
    display: none;
}

div.person_view div.rendering_person_personorganisationstitlesandeducationportal {
    font-weight: bold;
}

div.person_view div.rendering_personorganisationstitlesportal h2 {
    margin-bottom: 0 ! important;
}

div.person_view div.rendering_personorganisationstitlesportal p {
    font-style: italic;
    margin: 0 0 15px 0;
}

div.person_view div.person_photo {
    float: left;
    margin-right: 15px;
    width: 109px;
}

div.person_view div.person_photo img {
    width: 109px;
}

div.person_view div.person_text {
    float: left;
    position: relative;
    z-index: 10;
}
div.person_office_hours { padding: 0 10px; }

/***********************
* Person view (CV)
************************/

div.view_cv div.rendering_contentlistcurriculumvitaeblock_standard div.rendering {
    margin: 15px 0;
    font-size: 11px;
}

div.view_cv div.rendering_contentlistcurriculumvitaeblock_standard div.rendering h2 {
    font-size: 12px;
}

div.view_cv div.export_cv{
    border-top: 1px solid #ccc;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}


/* print.css */

@media print {
    #top,
    #header,
    #sidebar,
    .search_box {
        display: none;
    }

    #content {
        width: 100%;
        float: none;
    }
}

