/* 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 .italic
{
    font-style: italic;
}

div.rendering .bold
{
    font-weight: bold;
}

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

div.portal_expand
{
	zoom: 1;
}

div.portal_expand_body
{
	overflow: hidden;
	zoom: 1;
}

div.portal_expand_content
{
	padding: 1px 0;
	margin: -1px 0;
	zoom: 1;
}

div.portal_expand_controls
{
	zoom: 1;
	display: none;
	padding-top: 5px;
}

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

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

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

div.core_filter_authors p
{
	margin: 0;
}

div.core_filter_authors li
{
	border-bottom: 1px solid #fff;
	padding: 2px 4px;
	background: #eee;
	font-size: 12px;
	position: relative;
}

div.core_filter_authors li a
{
	position: absolute;
	right: 3px;
	font-size: 11px;
	color: #666;
}

input.core_filter_authors_search
{
	width: 200px;
}

div.core_filter_authors_empty ul, p.core_filter_authors_all
{
	display: none;
}

div.core_filter_authors_empty p.core_filter_authors_all
{
	margin-top: 5px;
	display: block;
	background: #eee;
	font-size: 12px;
	padding: 2px 4px;
	font-style: italic;
}

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

div.core_filter_activitypersonassociation p
{
	margin: 0;
}

div.core_filter_activitypersonassociation li
{
	border-bottom: 1px solid #fff;
	padding: 2px 4px;
	background: #eee;
	font-size: 12px;
	position: relative;
}

div.core_filter_activitypersonassociation li a
{
	position: absolute;
	right: 3px;
	font-size: 11px;
	color: #666;
}

input.core_filter_activitypersonassociation_search
{
	width: 200px;
}

div.core_filter_activitypersonassociation_empty ul, p.core_filter_activitypersonassociation_all
{
	display: none;
}

div.core_filter_activitypersonassociation_empty p.core_filter_activitypersonassociation_all
{
	margin-top: 5px;
	display: block;
	background: #eee;
	font-size: 12px;
	padding: 2px 4px;
	font-style: italic;
}

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

div.core_filter_multipletypes p
{
	margin: 0;
}

div.core_filter_multipletypes li
{
	border-bottom: 1px solid #fff;
	padding: 2px 4px;
	background: #eee;
	font-size: 12px;
	position: relative;
}

div.core_filter_multipletypes li a
{
	position: absolute;
	right: 3px;
	font-size: 11px;
	color: #666;
}

div.core_filter_multipletypes_empty ul, p.core_filter_multipletypes_all
{
	display: none;
}

div.core_filter_multipletypes_empty p.core_filter_multipletypes_all
{
	margin-top: 5px;
	display: block;
	background: #eee;
	font-size: 12px;
	padding: 2px 4px;
	font-style: italic;
}

div.core_filter_publicationyears_content {
	position: relative;	
}

div.core_filter_publicationyears_submitted {
	position: absolute;
	left: 50%;
	top: 0;
}

span.core_filter_publicationyears_group_label {
	display: block;
	padding-bottom:4px;
	padding-left: 4px;	
}

div.core_filter_publicationyears p
{
	margin: 0;
}

p.core_filter_publicationyears_all
{
	display: none;
}

div.core_filter_publicationyears_empty p.core_filter_publicationyears_all
{
	margin-top: 5px;
	display: block;
	background: #eee;
	font-size: 12px;
	padding: 2px 4px;
	font-style: italic;
}

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

div.core_filter_multipleorganisations p
{
	margin: 0;
}

div.core_filter_multipleorganisations li
{
	border-bottom: 1px solid #fff;
	padding: 2px 4px;
	background: #eee;
	font-size: 12px;
	position: relative;
}

div.core_filter_multipleorganisations li a
{
	position: absolute;
	right: 3px;
	font-size: 11px;
	color: #666;
}

div.core_filter_multipleorganisations_empty ul, p.core_filter_multipleorganisations_all
{
	display: none;
}

div.core_filter_multipleorganisations_empty p.core_filter_multipleorganisations_all
{
	margin-top: 5px;
	display: block;
	background: #eee;
	font-size: 12px;
	padding: 2px 4px;
	font-style: italic;
}

div.language_content
{
	overflow: hidden;
}

div.lang_container
{
	clear: both;
	overflow: hidden;
}

div.lang_float
{
	float: left;
	width: 25%;
}

div.lang_all_float
{
	float: left;
}

a.lang_toggle
{
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

div.language_content label
{
	padding: 1px 2px;
}

div.portal_navigator
{
	padding: 5px;
	background: #fff;
}



/********************* Browse ************************/

div.portal_keywords_list_child
{
	padding: 10px;
	background: #eee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 10px;
}

div.portal_alpha_list {
    margin-bottom: 8px;
}

div.portal_keywords_list a {
    margin-right: 8px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0 4px;
}

div.portal_keywords_list_child {
    margin-bottom: 8px;
}

div.portal_keywords_list a.selected {
    background: #666;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

div.portal_keywords_list a.selected span {
    color: white;
}


/******************************* RSS ***************************/

a.rss
{
	padding-left: 18px;
	background: url('../../gfx/feed.png') left top no-repeat;
	display: block;
	min-height: 14px;
}

div.portal_navigator a.rss_link
{
	background: url('../../gfx/feed.png') left top no-repeat;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 6px;
	margin-left: 5px;
	margin-right: 3px;
	text-decoration: none;
	overflow: hidden;
}

div.portal_navigator a.rss_link span
{
	visibility: hidden;
	font-size: 0;
}

p.portal_rss
{
	margin: 0 0 10px;
}

p.portal_rss a
{
	background: url('../../gfx/feed_icon.gif') left center no-repeat;
	padding-left: 18px;
}












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


/*********************** Charts **************************/

div.atira_graph_legend span {
	white-space: nowrap; /* some of the type labels in publications per type will wrap otherwise and clutter the labels */	
}

div.portal_chart
{
	height: 250px;
}

div.portal_chart_empty {
	color: #999;
	font-style: italic;
	height: 248px;
	width: 298px;
	line-height: 248px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #ccc;
	background: white url(../../../core/style/gfx/portal_chart_no_data.png) repeat scroll left top;
}

div.portal_chart_empty span {
	padding: 1px;
	background: white;
}

#footer {
	position: relative;
	clear: both;
	width: 880px;
	height: 90px;
	margin: 0 10px 10px 10px;
	padding: 0;
	text-align: left;
	background-color: #FFF;
}

#footer p {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 10px;
	color: #808080;
	text-decoration: none;
	text-align: left;
}

#footer p a {
	color: #808080;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #000;
}

/************ Breadcrumb ************/
 
#breadcrumbbox {
	position: relative;
	width: 880px;
	height: 20px;
	margin: 0;
	padding: 0;
	border-bottom: #AEAEAE 1pt solid;
	background-color: transparent;
}

#breadcrumb {
	position: relative;
	width: 880px;
	height: 15px;
	margin: 0;
	padding: 0;
	background-color: #AEAEAE;
	list-style:none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFF;
	margin: 0;
	padding: 0;
	text-align: left;
}

#breadcrumb_list {
	height: 15px;
	padding: 0;
 	margin: 0 0 0 10px;
}

#breadcrumb_list li {
	height: 15px;
	float: left;
	display: inline;
	padding: 0 5px 0 10px;
	margin: 0;
	background-image: url('../../gfx/breadcrumb_arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 4px;
}
 	
#breadcrumb_list a {
	color: #FFF;
	text-decoration: none;
}

 #breadcrumb_list a:hover {
	color: #000;
	text-decoration: none;
}

#breadcrumb_list .current {
 	color: #000;
 	text-decoration: none;
 	background-color: #FFF;
 	background-image: url('../../gfx/breadcrumb_accolade.gif');
 	background-repeat: no-repeat;
 	background-position: 0 0;
}

/************ Copyright ************/

#copyright {
	position: absolute;
	padding: 10px 0 0 10px;
	margin: 0;
	height: 45px;
	background-color: transparent;
	background: #fff url('../../gfx/bg_dottedline_vertical.gif') repeat-y 0 0;
	top: 20px;
	left: 0;
	width: 470px;
	background-color: transparent;
	z-index: 0;
}

/************ Logo ************/

#logobox02 {
	position: absolute;
	padding: 10px 0 0 10px;
	margin: 0;
	height: 45px;
	background-color: transparent;
	background: #fff url('../../gfx/bg_dottedline_vertical.gif') repeat-y 0 0;
	top: 20px;
	left: 475px;
	width: 380px;
	background-color: transparent;
	z-index: 0;
}

#logobox02 img {
	border: none;
}


#header {
    height: 60px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 1021px;
    z-index: 10;
}

#header img { border: 0}

#woordmerk {
    float: left;
    left: 20px;
    position: absolute;
    top: 20px;
}

#logo {
    float: left;
    left: 465px;
    position: absolute;
    top: 6px;
}

div#bannerB {
	position: absolute;
	top: 85px;
	left: 0;
	height: 30px;
	width: 470px;
	margin: 0;
	padding: 0;
	background: url('../../gfx/ban_0004_short.jpg') no-repeat;
}


body
{	
	text-align: center;
	color: #474747;
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	background: #fff url('../../gfx/fade.jpg') repeat-x 0 80px;
	font-size: 11px;
}


div.layout_base
{
	text-align: left;
	width: 980px;
	margin: 0 auto;
}

p.layout_language
{
	float: right;
	margin: 0 5px 0 0;
}


div.layout_middle
{
	overflow: hidden;
	padding-top: 35px;
}

div.layout_content
{
	margin-left: 280px;
}


/************* Sidebar ************/



div.layout_sidebar
{
	float: left;
	width: 270px;
}

div.layout_sidebar ul
{
	margin: 0 0;
	padding: 0;
	list-style: none;
	font-family: "Francois One",Impact, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #1A171B;
}

div.layout_sidebar a span
{
	color: #1A171B;
}

div.layout_sidebar a
{
	padding-left: 20px;
	text-decoration: none;
}

a.layout_sidebar_selected,
div.layout_sidebar a:hover
{
	background: url('../../gfx/triangle.png') 0 6px no-repeat;
	text-decoration: none;
}

div.layout_sidebar ul ul a:hover
{
	background: none;
}

div.layout_sidebar a.layout_sidebar_selected span,
div.layout_sidebar li a:hover span,
li.layout_sidebar_selected a span
{
	color: #1774FF;
	text-decoration: none;
}

div.layout_sidebar ul ul
{
	padding-left: 20px;
	margin-bottom: 10px;
	text-transform: none;
}





/************** Logo **************/

p.layout_logo
{
	margin: 0;
	height: 60px;
}

p.layout_logo a
{
	background: url(../../gfx/logo.png) 0 0;
	width: 155px;
	height: 40px;
	top: 10px;
	position: absolute;
	left: 50%;
	margin-left: -77px;
}

p.layout_logo a:hover
{
	background-position: 0 -40px;
}

p.layout_logo span
{
	display: none;
}



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

div.layout_footer
{
	border-top: 1px solid #ddd;
	margin-top: 20px;
	text-align: center;
}

/*********** Navigation ***********/

div.layout_navigation
{
	height: 40px;
	width: 980px;
	display: block;
	/*
	background: url(../../gfx/bg_nav.jpg) repeat-x 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
	*/
}

div.layout_navigation
{
	background: url(../../gfx/bar.png) repeat-x 0 0;
	width: 989px;
	margin-left: -5px;
	height: 53px;
	margin-top: -3px;
}

div.layout_navigation strong
{
	font-family: "Francois One",Impact, sans-serif;
	font-size: 18px;
	line-height: 46px;
	color: #fff;
	display: block;
	font-weight: 400;
	width: 100%;
	text-align: center;
}

div.layout_navigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Francois One",Impact, sans-serif;
	font-size: 16px;
	line-height: 10px;
	font-weight: 400;
	width: 100%;
	text-align: center;
}


div.layout_navigation li
{
	position: relative;
	margin: 0 0 0 0;
	padding: 8px 0 8px 3px;
	border-right: solid 1px #74ABFF;
	line-height: 40px;
	display: inline;
	height: 40px;
}

div.layout_navigation li.layout_navigation_last
{
	border-right: none;
}

div.layout_navigation a
{
	position: relative;
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 0;
	color: white;
	text-transform: uppercase;
	display: inline;
}

div.layout_navigation a:hover
{
	color: #000;
}

div.layout_navigation span
{
	padding: 0 11px 0 11px;
	display: inline;
	height: 35px;
}











div.body
{
	width: 900px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
}

div.content_container_outer
{
	border-top: 4px solid #8C99A4;
	margin: 0 10px;
	padding: 0;
	width: 880px;
	position: relative;
	overflow: hidden;
	float: left;
}

div.content_container
{
	background: url('../../gfx/bg_dottedline_vertical.gif') repeat-y scroll 200px 0 transparent;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 10px 0 20px;
	width: 880px;
}

div.content
{
	width: 667px;
	min-height: 350px;
	float: right;
}


div.portal_front_charts {
	overflow: hidden;
	padding: 12px 0;	
}

div.portal_front_charts div.portal_front_chart {
	width: 340px;
	margin-bottom: 24px;
	margin-right: 14px;
	float: left;
	overflow: hidden;
}

div.article h2.graph_title {
	font-size: 18px;
	border: none;
	color: #333333;
}



/* not found: classpath:META-INF/resources/style/css/combined/../modules/portal_override.css */a.portal_link span, 
a.common_link span,
.rendering a.link span
{
	color: #0054A6;
	cursor: pointer;
	text-decoration: none;
}

a.portal_link, 
a.common_link,
.rendering a.link
{
	color: #eee;
	
}

a.portal_link:hover span, 
a.common_link:hover span,
.rendering a.link:hover span
{
	color: #000;
	text-decoration: underline;
}

div.rendering p.type
{
	color: #98999a;
}

div.rendering_person p.type
{
	display: none;
}

body div.rendering .minor
{
	font-size: .8em;
}

div.rendering_short h2.title
{
	font-size: 1em;
}

div.rendering_compact h2.title
{
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3em;
}


div.rendering_organisation_takenoverbyportal
{
	margin-bottom: 10px;
}


/** Hide org specific job titles */
div.rendering_personorganisationsnamelistportal .minor
{
	display: none;
}

/* Override strong in titles */
div.rendering_compact h2.title strong
{
	font-weight: normal;
}


/* Make text blocks have more readable line height */
div.rendering div.textblock
{
	line-height: 140%;
}

div.rendering h2
{
	color: #004b80;
}

div.rendering h3
{
	color: #333;
	margin: 20px 0 0 0;	
}

rendering_publicationrelationsportal
{
	margin-top: 10px;
}

div.rendering_associatespersonsclassifiedportal
{
	margin-top: 15px;
}

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


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

/******************** Person organisation titles ************************/

div.rendering_personorganisationstitlesportal h2 a span
{
	color: #333;
}

div.rendering_personorganisationstitlesportal h2 a.link:visited span
{
	color: #333;
}

div.rendering_personorganisationstitlesportal p
{
}

div.rendering ul.persons li, div.rendering_associatesorganisationsportal ul.organisations li
{
	padding-bottom: 3px;
}

div.rendering_organisation_profileinformation h3.subheader
{
	font-size: 12px;
}

div.rendering_projectrelationsportal li
{
	padding-bottom: 3px;
}

div.rendering_appearance_detailsportal
{
	margin-top: 10px;
}

div.rendering_organisationcontactportal h3.subheader
{
	font-size: 12px;
	margin: 0 0 10px;
}

/************** Document box ***************/

div.rendering_publicationdocumentsportal, div.rendering_documentextensionportal, div.rendering_versioneddocumentandlinkextensionportal
{
	max-width: 200px;
	min-width: 160px;
	float: right;
	background: #ddf5b8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 5px 10px;
	margin-left: 15px;
	overflow: hidden;
}

div.rendering_publicationdocumentsportal h3, div.rendering_documentextensionportal h3, div.rendering_versioneddocumentandlinkextensionportal h3
{
	margin: 0 0 5px;
	color: #4e711d;
}

div.rendering_publicationdocumentsportal li, div.rendering_documentextensionportal li, div.rendering_versioneddocumentandlinkextensionportal ul.documents li
{
	background: url('../../gfx/document.png') 1px 2px no-repeat;
	padding-left: 34px;
	min-height: 36px;
}

div.rendering_publicationdocumentsportal p.dimmed, div.rendering_documentextensionportal p.dimmed, div.rendering_versioneddocumentandlinkextensionportal p.dimmed
{
	color: #4e711d;
	font-size: 9px;
}

div.rendering_personorganisationsaddressportal div.address
{
	margin: 5px 0;
}

body div.rendering_organisationparentsportal ul.relations
{
	margin-top: 0;
}

/******************* Former organisation ******************/

div.rendering_organisationheaderportal *
{
	display: inline-block;
}

div.rendering_organisationheaderportal h2
{
	vertical-align: middle;
}

div.rendering_organisationheaderportal span.former
{
	background: #FAFAFA;
	border: 1px solid #EEE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	display: inline-block;
	font-size: 9px;
	height: 14px;
	margin-left: 10px;
	letter-spacing: 1px;
	line-height: 14px;
	padding: 0px 5px;
	white-space: nowrap;
	vertical-align: middle;
}
	
/********* REMOVE THIS WHEN RENDERING IS BETTER!! *********/

div.rendering .type_family
{
	display: none;
}

div.rendering_abstractpublication .type_classification_parent
{
	display: inline;
}



ul.tabs
{
	border-bottom: 1px solid #E6E6E6;
	font-size: 0px;
	list-style: none;
	margin: 10px 0 0;
	padding: 0 0 0 10px;
	height: 22px;
}

ul.tabs li
{
	display: inline-block;
	vertical-align: top;
}

ul.tabs li a
{
	font-size: 11px;
	background-color:#eee;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-color:#E6E6E6;
	border-style:solid solid none;
	border-width:1px 1px medium;
	margin-right:4px;
	padding: 0px 6px;
	display: inline-block;
	vertical-align: top;
	height: 21px;
	line-height: 20px;
	text-decoration:none;
}

ul.tabs li a:hover
{
	border-color:#ccc;
}

ul.tabs a span
{
	color: #333;
}

ul.tabs li.selected
{
	font-weight: bold;
}

ul.tabs li.selected a
{
	background-color: #FFFFFF;
	color: #000000;
	height: 22px;
}

ul.tabs li.portal_tab_disabled a,
ul.tabs li.portal_tab_disabled a:hover
{
	border-color:#E6E6E6;
	background: none;
	cursor: default;
}

ul.tabs li.portal_tab_disabled a span,
ul.tabs li.portal_tab_disabled a:hover span
{
	color: #ddd;
}

div.view_container
{
	padding: 0 10px;
}

div.view_container div.portal_disclosure
{
	margin-left: -4px;
	margin-bottom: 10px;
}

div.view_title
{
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 40px;
}

body div.view_title h2.title
{
	margin: 0;
	color: #1774FF;
	font-family: "Francois One",Impact, sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
}

div.view_body
{
	background: #fff;
	padding: 1px;
}

div.view_content
{
	padding: 10px;
}

p.view_id
{
	color: #bbb;
	font-size: 9px;
	text-align: right;
	margin: 10px 0 0;
}

div.view_statistics
{
	padding-top: 10px;
}

div.view_statistics h2
{
	margin: 0 0 10px;
	color: #333;
	font-family: "Francois One",Impact, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
}

div.view_content div.portal_expand_fade div.portal_expand_controls
{
	margin-bottom: 10px;
}

div.person_info
{
	overflow: hidden;
	margin-bottom: 15px;
}

div.person_info_photo
{
	float: right;
	width: 125px;
	height: 160px;
	overflow: hidden;
}

div.person_info_photo img
{
	max-width: 125px;
	max-height: 160px;
}

div.person_info_text_photo
{
	margin-right: 140px;
}

p.person_info_profile_link
{
	margin: 10px 0 0;
	font-weight: bold;
}

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

p.person_search
{
	margin: 10px 0 0;
}

p.person_search span
{
	margin-right: 10px;
}

/******************* Index ****************/

div.person_index
{
	margin-bottom: 10px;
	padding-left: 10px;
}

div.person_index h3
{
	color: #333;
	font-size: 11px;
	margin: 20px 0px 5px;
}

div.person_index p
{
	margin: 0 0 0 -2px;
}

div.person_index a
{
	display: inline-block;
	padding: 0 4px;
	height: 16px;
	line-height: 16px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: background-color .2s linear;
}

div.person_index a:hover
{
	background: #ddd;
}

div.person_index a.selected, div.person_index a:active {
	background: #777777;
	text-decoration: none;
}

div.person_index a.selected span {
	color: white;	
}

/******************* Experts ****************/

div.person_experts
{
	margin-top: 20px;
	background: url('../../gfx/expert.png') 97% 10px no-repeat;
	padding-left: 10px;
}

div.person_experts h3
{
	color: #333;
	font-size: 11px;
	margin: 0 0 5px;
}

div.person_experts p
{
	margin: 0 0 10px;
}

div.person_experts a
{
	display: block;
	padding: 2px 0;
}

div.organisation_title
{
	margin-bottom: 5px;
}

div.organisation_title h2 a span
{
	font-size: 18px;
}

div.organisation_relations
{
	margin-top: 25px;
}

div.organisation_top
{
	margin-top: 20px;
	min-height: 34px;
	padding-left: 15px;
}

div.organisation_hierarchy
{
	margin-top: 20px;
	padding-left: 3px;
}

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

/* Hide Organisation types that are not used (Advanced Search dropdown) */
option.type_option_dk_atira_pure_organisation_organisationtypes_organisation_casector, 
option.type_option_dk_atira_pure_organisation_organisationtypes_organisation_studyprogram, 
option.type_option_dk_atira_pure_organisation_organisationtypes_organisation_iofconsortium,
option.type_option_dk_atira_pure_organisation_organisationtypes_organisation_knowledgecenter,
option.type_option_dk_atira_pure_organisation_organisationtypes_organisation_associationresearchgroup {
	display: none;
}

.portal_advanced_search_form .portal_facet_panel {
	float: none;
}


div.publication_view
{
	padding-top: 10px;
}

h3.publication_export
{
	font-size: 14px;
	margin: 12px 0 4px 0;
	font-weight: normal;	
}


/* not found: classpath:META-INF/resources/style/css/combined/../modules/content_navigation.css */div.portal_showmore_open div.portal_showmore_body {
	border: 1px solid #E6E6E6;
	padding: 10px;
	background: white;
	position: relative;
	width: 540px;
	-moz-box-shadow: 0px 2px 6px #ccc;
	-webkit-box-shadow: 0px 2px 6px #ccc;
	box-shadow: 0px 2px 6px #ccc;
	overflow: hidden;
}

a.portal_showmore_hide {
	position: absolute;
	right: 10px;
	color: #333;
	padding-right: 18px;
	background: url('../../../core/style/gfx/close.gif') right center no-repeat;
	text-decoration: none;
}

a.portal_showmore_hide:hover {
	color: #004B80;
	background-image: url('../../../core/style/gfx/close_blue.gif')
}


/************* relationlist ***********/

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

h2.relationlist
{
	border-bottom: 1px solid #EEEEEE;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 22px;
	margin: 0 0 5px;
}

h2.relationlist a,
h2.relationlist a span
{
	color: #333;
	text-decoration: none;
}

ul.relationlist
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

li.relationlist
{
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 1.2em;
}

p.relationlist
{
	margin: 0;
}

a.relationlist_rss
{
	float: right;
	margin-top: 4px;
	margin-right: 2px;
}

div.relationlist_header
{
	position: relative;
	overflow: hidden;
}

span.relationlist_header_right
{
	position: absolute;
	right: 0;
	bottom: 0;
	color: #98999A;
	font-size: 1em;
	line-height: 22px;
	margin: 0 0 5px;
}



div.relationlist div.rendering_compact h2.title a
{
	font-size: 11px;
}

h1.search
{
	margin: 0 0 20px 0;
	color: #1774FF;
	font-family: "Francois One",Impact, sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
}

div.search_services .type_filter
{
	display: none;
}

div.search_box,
form.core_searchform
{
	padding: 10px;
	background: #eee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 10px;
}

div.core_filter
{
	margin-top: 5px;
}

div.core_filter select
{
	margin: 0;
}

div.core_filter_legend
{
	line-height: 16px;
}

input.portal_searchfield
{
	width: 300px;
}

p.core_searchform_text
{
	margin: 0;
}

p.core_searchform_links
{
	margin: 10px 0 0;
}

input.search_button
{
	border: 1px solid #0c3753;
	background: #0c3753;
	padding: 0 5px 0px;
	margin: 0;
	height: 22px;
	vertical-align: middle;
	text-transform: uppercase;
	margin-left: 5px;
	min-width: 50px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	letter-spacing: 1px;
	overflow: visible;
}

p.search_warning, div.portal_empty
{
	color: #999;
	font-style: italic;
	padding: 20px;
	text-align: center;
}

div.search_body
{
	padding-left: 6px;
}



/********* Search all ***********/

div.search_all_top
{
	background: #fff;
	padding: 10px;
}

div.search_all_top_result
{
	margin: 0 0 20px 0;
}

h2.search_all_top_result
{
	margin: 0 0 10px;
	color: #333;
	font-family: "Francois One",Impact, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}

div.article h1
{
	margin: 0 0 20px 0;
	color: #1774FF;
	font-family: "Francois One",Impact, sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
}


div.searchall_results {
	padding-left: 10px;
}

div.searchall_results div.rendering {
	padding: 4px 0;	
}

p.searchall_more {
	margin: 5px 0 15px 0;	
}


h2.searchall {
	font-size: 13px;
	font-weight: bold;
	margin: 25px 0 5px 0;
	padding: 5px 0 3px 0;
	border-bottom: 1px solid #ddd;
}

h2.searchall_first {
	margin-top: 10px;	
}

h2.searchall a span {
	color: #333;	
}

h2.searchall span.count {
	color: #999;
	font-weight: normal;
	font-size: 11px;	
}

ul.tabs li.empty a.portal_link_disabled {
    background-color: #f5f5f5;
    border-color: #f0f0f0;
}

ul.tabs li.empty a.portal_link_disabled span {
    cursor: default;
    color: #aaa;
    text-decoration: none;
}


/* not found: classpath:META-INF/resources/style/css/combined/../modules/core_override.css */


@media print {
	div.body
	{
		width: auto;
	}
	
	div.header, div.menu, div.content_sidebar_right, div.content_sidebar_right_border, div.content_sidebar_left, div.breadcrumb, p.portal_rss, ul.content_navigation, div.footer div.center, span.share, ul.tabs, div.search_box
	{
		display: none;
	}
	
	div.content
	{
		margin: 0;
	}
	
	
	div.rendering_publicationdocumentsportal li, div.rendering_documentextensionportal li, div.rendering_versioneddocumentandlinkextensionportal ul.documents li
	{
		padding: 0;
		min-height: 0;
	}
	
	div.businesscard_body
	{
		padding: 0;
	}
}

