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

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

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

body
{
	background: #fff;
	font: 75% Arial,Helvetica,sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}

    .red-button {
        background-color: #A5222A;
        color: #FFFFFF;
        border: 0;
        padding: 5px;
        display: block;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
    }

	/* FORMS */

	input, textarea, select, option {
		font-family: Arial, Helvetica,sans-serif;
		outline: 0;
	}
	
	/* RESETS */
	
	form { margin: 0; }
	
	/* VARIOUS */
	
	.clearfix:before,
	.clearfix:after {
	    content:"";
	    display:table;
	}
	.clearfix:after { clear:both; }
	.clearfix {  zoom:1; }
	
	div.halfsize { width: 48.5%; }
	.left { float: left; }
	.right { float: right; }
	
	p.view_id
	{
		color: #bbb;
		font-size: 9px;
		text-align: right;
		margin: 10px 0 0;
	}
	
	/* BREADCRUMB */
	div.breadcrumb {
		font-size: 11px;
		text-align: right;
		margin-top: 10px;
	}
	div.breadcrumb a {
		color: #000;
		text-decoration: none;
	} 
	
	/* TEXTS */
	
	h2 {
		color: #C1131E;
	    font-size: 18px;
	    font-weight: bold;
	    padding: 5px 0 10px;
	}
	
	h3 {
		border-bottom: 1px solid #EEEEEE;
	    color: #333;
	    font-size: 12px;
	    font-weight: bold;
	    line-height: 22px;
	    margin: 5px 0;
	    padding: 5px 0;
	}

	p { margin-bottom: 10px;}



	#contact_footer { text-align: center; border-top: 1px solid #eee; padding: 10px 0 5px 0; color: #999; }
	#contact_footer ul { list-style: none; padding: 0; margin: 0; }
	#contact_footer ul li {
		display: inline;
		background: url(../../gfx/dot.png) left center no-repeat;
		padding-left: 20px;
		margin-left: 15px;	
	}
	#contact_footer ul li:first-child { background: 0; margin: 0; padding: 0; }

	ul#footer_bottom { list-style: none; } 
	
	


	/* 
	* Header style comes from remote content, see template.xhtml
	
	#header {
	
		background: #000;
		padding: 5px 0;
		height: 80px;
		color: #fff;
	}
	#header a#logo { float: left; }
	#header #header_right { float: right; }

	#header #search_form { margin-top: 5px; text-align: right; }
	#header #search_form input.field {
		background: #fff;
		padding: 5px;
		height: 14px;
		font-size: 11px;
		border: 1px solid #ccc;	
		vertival-align: middle;
		margin: 0;
	}
	#header #search_form input.button {
		vertical-align: middle;
		height: 26px;
		width: 36px;
		margin: 0 0 0 -3px;
	}
	
	#header #menu { margin-top: 18px; }
	#header #menu ul { list-style: none; padding: 0; margin: 0; }
	#header #menu ul > li {
		float: left;
		position: relative;
		font-size: 14px;
		font-weight: bold;
		border-left: 1px solid #fff;
	}
	#header #menu ul li:first-child { border: 0; }
	#header #menu ul li:last-child a { padding-right: 0; margin-right: 0; }
	#header #menu ul li a {
		color: #fff;
		display: block;
		padding: 1px 10px;
	} */
	
	



	div.wrapper {
		width: 960px;
		margin: 0 auto;
	}
	
	
	#page { margin: 20px 0; }
	
	#content {
		width: 700px;
		float: left;
	}
		
	#sidebar { 
		width: 235px;
		float: right;
	}
	


	#slideshow_container { margin-bottom: 20px; position: relative; width: 700px; height: 200px;}
	#slideshow_container #slideshow { height: 200px; }
	#slideshow_container #slideshow_overlay {
		position: absolute;
		z-index: 1000;
		bottom: 30px;
		left: 0;
	}
	#slideshow_container #slideshow_overlay h2 {
		background: url(../../gfx/semi_black.png);
		padding: 10px 10px 0 10px;
		float: left;
		clear: left;
		margin: 0;
		border: 0;
		color: #fff;
		font-size: 22px;
		line-height: normal;
	}
	#slideshow_container #slideshow_overlay h3 {
		background: url(../../gfx/semi_black.png);
		padding: 10px;
		float: left;
		clear: left;
		margin: 0;
		border: 0;
		color: #fff;
		font-size: 14px;
		font-weight: normal;
	}

	div.recent_publications {
		border: 1px solid #ccc;
	}
	div.recent_publications span.title {
		text-align: center;
		font-size: 17px;
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
		display: block;
		font-weight: bold;
	}
	div.recent_publications span.title a { color: #000; }
	ul.tab_nav {
		list-style: none; 
		padding: 0;
		margin: 0;
		overflow: hidden;
	}
	ul.tab_nav li {
		float: left;
		border-bottom: 1px solid #ccc;
	}
	ul.tab_nav li a {
		display: block;
		padding: 8px 0;
		width: 167px;
		text-align: center;
		text-decoration: none;
		color: #000;
		font-size: 14px;
		border: 1px solid #fff;
		
	}
	ul.tab_nav li:first-child a { width: 166px; }
	ul.tab_nav li.selected a { background: #A5222A; color: #fff; }
	
	div.tab_container { padding: 5px 20px; overflow: hidden; }
	
	div.tab_container ul { list-style: none; padding: 0; margin: 0; }
	div.tab_container ul li { position: relative; margin-bottom: 10px; border-bottom: 1px solid #eee; padding-bottom: 10px; }
	div.tab_container#most-downloaded ul li div.rendering_researchoutput { width: 230px; } 
	div.tab_container ul li span.downloads_count { 
		float: right; 
		padding: 5px 5px; 
		display: block;
		text-align: center;
		position: absolute;
		top: 5px;
		right: 0;
		color: #aaa;
		border-radius: 3px;
	}
	div.tab_container ul li span.downloads_count strong { font-size: 16px; font-weight: normal;}
	div.tab_container ul li span.downloads_count em { font-style: italic; font-size: 9px;}
	div.tab_container ul li p.type { font-size: 10px; }
	
	div.rss_list {
		border: 1px solid #ccc;
		padding: 20px;
		position: relative;
	}
	
	div.rss_list #rss_nav { text-align: center; margin-bottom: 15px;}
	div.rss_list #rss_nav a {
		background: url(../../gfx/bullets.png) left center no-repeat;
		display: inline-block;
		width: 9px;
		height: 9px;
		margin-right: 5px;
		color: transparent;
	}
	div.rss_list #rss_nav a.activeSlide { background-position: right center; }
	
	div.rss_list ul { list-style: none; padding: 0; margin: 0; }
	div.rss_list ul li { margin-bottom: 15px;  }
	div.rss_list ul li span.title {
		font-size: 17px;
		display: block;
	}
	div.rss_list ul li span.date {
		color: #999;
		display: block;
		margin-bottom: 10px;	
	}


	div.sidebar_box {
		background: #efefef;
		padding: 10px;
		margin-bottom: 20px;
	}
	
	div.sidebar_box.red { background: #A5222A; color: #fff; }

	ul.submenu, ul.submenu ul {
		list-style: none; 
		padding: 0;
		margin: 0;
	}
	ul.submenu li a {
		color: #000;
		display: block;
		padding: 5px 0;
		border-bottom: 1px solid #ccc;
	}
	ul.submenu li a:hover { text-decoration: none; }
	ul.submenu li.selected > a { font-weight: bold; }
	ul.submenu li ul { font-size: 11px; }
	ul.submenu li ul li {
		background: url(../../gfx/dot.png) left center no-repeat;
		padding-left: 10px;
	}
	
	#sidebar h3 {
		background: #A5222A;
		color: #fff;
		font-size: 12.6px;
		font-weight: bold;
		padding: 3px 5px;
		margin: 0;
	}
	
	#sidebar input.portal_searchfield {
		border: 1px solid #ddd;
		background: #fff;
	    color: #7F7467;
	    font-size: 11px;
	    font-weight: bold;
	    margin: 10px 0 0 0;
	    padding: 3px;
	    width: 170px;
	    height: 17px;
	    vertical-align: middle;
	}
	
	#sidebar input.search_button { 
		border: 0;
		padding: 0;
		margin: 8px 0 0 0;
		background: transparent url(../../gfx/search_button_dark_red.png) center no-repeat;
		cursor: pointer;
		width: 36px;
		height: 26px;
		vertical-align: middle;
		margin-left: -3px;
	 }
	
	#sidebar div.featured_researcher { overflow: hidden; font-size: 11px; height: 268px; }
	#sidebar div.featured_researcher div.rendering_person_profileinformationportal {  height: 95px; overflow: hidden; displaty: inline; }
	#sidebar div.featured_researcher p.toggle_featured_researcher {
		background: url(../../gfx/fade_out.png) top left repeat-x;
		margin-top: -45px;
		padding-top: 55px;
		position: relative;
		z-index: 1000;
	}
	#sidebar div.featured_researcher div { width: 100%;}
	#sidebar div.featured_researcher h3 { display: none; }
	#sidebar div.featured_researcher div.rendering_person_short {  }
	#sidebar div.featured_researcher img.profile_photo { 
		float: left; 
		displaty: inline;
		width: 80px;
		height: 100px;
		padding: 3px;
		background: #fff;
		border: 1px solid #e6e6e6;
		border-bottom-color: #b6b6b6;
		border-right-color: #b6b6b6;
		margin-right: 8px;
		margin-bottom: 8px;
	}

a.portal_link_disabled, a.portal_link_disabled:hover, a.portal_link_disabled span, a.portal_link_disabled:hover span
{
	color: #999 !important;
}


/****************** Chart ****************/

div.portal_chart
{
	height: 200px;
	margin-bottom: 20px;
}

div.portal_chart_loading
{
	background: #FAFAFA url('../../../core/style/gfx/spinner.gif') center center no-repeat;
	color: #AAAAAA;
	font-size: 14px;
	height: 100%;
	line-height: 100px;
	text-align: center;	
}

div.portal_chart_empty
{
	background: none repeat scroll 0 0 #FAFAFA;
	color: #AAAAAA;
	display: none;
	font-size: 14px;
	height: 100%;
	line-height: 100px;
	text-align: center;
}

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

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

ol.portal_list
{
	/*border-bottom: 1px solid #eee;*/
}

ol.portal_list li.portal_list_item
{
	border-bottom: 1px solid #eee;
	font-size: 11px;
	overflow: hidden;
}

ol.portal_list li.portal_list_item span.file_attachment {
	display: block;
	float: left;	
}

div.portal_content_properties {
    float: right;
    width: 90px;
}

ol.portal_list li.portal_list_item p.search_count {
    background: #FAFAFA;
    border: 1px solid #EEEEEE;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    display: inline-block;
    float: right;
    font-size: 9px;
    height: 14px;
    letter-spacing: 1px;
    line-height: 14px;
    margin: 8px 0 0 3px;
    padding: 0 5px;
    vertical-align: middle;
    white-space: nowrap;
}

div.portal_navigator_white div.portal_navigator_top, div.portal_navigator_white div.portal_navigator_bottom {
    background: url(../../gfx/light_gradient.png) bottom left repeat-x;
 	border-left: 1px solid #ddd;
 	border-right: 1px solid #ddd;
}
div.portal_navigator_white div.portal_navigator_top { border-top: 1px solid #ddd; margin-top: 10px; }

ol.portal_list li.portal_list_item a.link { color: #666; text-decoration: underline; }

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

ol.portal_list li.portal_list_item_group
{
	padding-top: 10px;
	border-bottom: 1px solid #eee;
	font-size: 12px;
}

ol.portal_list li.portal_list_item_group
{
	color:#333333;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
	font-size: 12px;
	border-bottom: 1px solid #eee;
}

/*********************** Content properties ***********************/

div.portal_content_properties
{
	float: right;
}

div.portal_content_properties span.workflow_step, div.portal_content_properties span.project_status, div.portal_content_properties span.remote_origin
{
	height: 14px;
	line-height: 14px;
	display: inline-block;
	background: #fafafa;
	border: 1px solid #eee;
	font-size: 9px;
	color: #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 4px 0px 4px 3px;
	padding: 0 5px;
	letter-spacing: 1px;
	white-space: nowrap;
}

div.portal_content_properties span.file_attachment
{
	margin-left: 5px;
}


div.portal_navigation_panel div.portal_advanced_search {
	margin: 8px 0 0;
}

div.portal_navigation_background
{
	display: none;
}

div.portal_search_body
{
	padding-left: 0px;
}


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

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

div.portal_navigator div.rendering
{
	padding: 6px 4px;
}

div.portal_navigator_bottom
{
	border-bottom: 1px solid #eee;
}

span.portal_navigator_prev_next *, span.portal_navigator_paging
{
	vertical-align: baseline;
}

span.portal_navigator_previous_disabled
{
	color: #999;
}


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

/*************** Filters *************/

div.core_filter_legend
{
	padding-left: 2px;
	text-transform: none;
	font-family: inherit;
	
}

a {
	color: #C1131E;
	text-decoration: none;
	outline: 0;	
}
a:hover { text-decoration: underline; }

a img { border: 0; }


	div.rendering h3 {
		font-size: 12px;
		font-weight: bold;
		color: #000;
		margin: 5px 0 10px 0;
		border-bottom: 1px solid #eee;
		padding-bottom: 5px;
	}
	
	div.rendering_detailsportal table.properties {
	    margin: 5px 0;
	    width: auto;
	}

	/* RENDERING COMPACT */
	
	div.rendering_compact h2.title
	{
		font-size: 11px;
		font-weight: normal;
		line-height: normal;
		margin: 10px 0 5px 0;
		padding: 0; 
	}
	

	/* RENDERING SHORT */
	
	div.rendering_short h2.title
	{
		font-size: 11px;
		font-weight: normal;
		margin: 5px 0;
		padding: 0;
	}
	
	
	/* RENDERING VARIOUS */
	
	div.rendering .minor { font-size: 10px; }
	div.rendering .dimmed { color: #666; font-size: 9px; }
	div.rendering p.type { color: #999; }
	
	div.rendering_publicationdocumentsportal, 
	div.rendering_documentextensionportal, 
	div.rendering_versioneddocumentandlinkextensionanddoiportal {
	    background: #eee;
	    border-radius: 4px 4px 4px 4px;
	    margin-bottom: 15px;
	    overflow: hidden;
	    padding: 5px 10px 2px;
	}
	
	div.rendering_publicationdocumentsportal h3, 
	div.rendering_documentextensionportal h3, 
	div.rendering_versioneddocumentandlinkextensionanddoiportal h3 {
		margin: 0;
		border: 0;
		padding: 0;	
	}
	
	
	div.rendering_publicationdocumentsportal li, 
	div.rendering_documentextensionportal li, 
	div.rendering_versioneddocumentandlinkextensionanddoiportal ul.documents li {
	    background: url("../../gfx/document.png") no-repeat scroll 1px 2px transparent;
	    min-height: 36px;
	    padding-left: 34px;
	}
	
	div.rendering_publicationdocumentsportal li p.property, 
	div.rendering_documentextensionportal li p.property, 
	div.rendering_versioneddocumentandlinkextensionanddoiportal ul.documents li p.property { font-size: 11px; word-break: break-all; }
	
	/* RENDERING TEXT BLOCK */
	
	div.rendering div.textblock
	{
		line-height: 140%;
	}

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

/** Hide number of pages in lists **/
div.portal_navigator_result div.rendering_short span.numberofpages
{
	display: none;
}

/**************** Wrap links *************/

div.rendering_person_personorganisationscontactportal a.link
{
	word-wrap: break-word;
}
	
div.rendering_abstractpublication .type_classification_parent
{
	display: inline;
}

div.rendering_impact_short span.type_family { display: none; }

	
	ul.tabs {
		border-bottom: 1px solid #E6E6E6;
		font-size: 0px;
		list-style: none;
		margin: 1em 0;
		padding: 0;
		height: 32px;	
		margin: 10px 0;
	}
	
	ul.tabs li
	{
		display: inline-block;
		vertical-align: top;
	}
	
	ul.tabs li a
	{
		font-size: 12px;
		margin-right:4px;
		padding: 5px 7px;
		display: inline-block;
		vertical-align: top;
		line-height: 21px;
		text-decoration:none;
		border: 1px solid #fff;
		border-bottom: 1px solid #E6E6E6;
	}

	ul.tabs li a:hover, ul.tabs li a:hover span {
		text-decoration: none;
		color: #000;
	}

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

	ul.tabs li.selected a {
		background-color: #fff;
		color: #C1131E;
		border: 1px solid #E6E6E6;
		border-bottom: 1px solid #fff;
		font-weight: bold;
	}

	ul.tabs li.selected a span {
		color: #C1131E;	
	}
    ul.tabs li.empty { display: none; }
	

	
	div.view_container
	{
		padding: 0;
		margin-top: -10px;
	}
	div.view_container div.view_title { position: relative; margin-bottom: 10px; }
	div.view_container div.view_title h2.title
	{
		font-weight: bold;
		font-size: 18px;
	}
	
	div.view_container div.portal_disclosure {
		margin-left: -4px;	
	}
	
	div.view_sidebar {
	    float: right;
	    padding-left: 25px;
	    width: 200px;
	}
	
	div.view_container div.graph_viewer { margin: 10px 0; }

	
	
	/* PERSON/RESEARCHER PROFILE PAGE */
	
	div.businesscard
	{
		background: #f3f3f3 url(../../gfx/queens_logo_semi.png) 80% 100% no-repeat ! important;
		padding: 20px;
		margin-bottom: 20px;
		position: relative;
	} 
	
	div.businesscard div.social_media {
		background: #fff;
		padding: 10px;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 140px;
		-webkit-border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		border-top-left-radius: 10px;
	}
	
	
	div.person_info { overflow: hidden; }
	
	div.person_info div.person_info_photo {
		float: left;
		width: 133px;
		margin-right: 20px;
	}
	
	div.person_info div.person_info_photo img {
		max-width: 125px;
		max-height: 160px;
		background: white;
		padding: 3px;
		border: 1px solid #e6e6e6;
		border-bottom-color: #b6b6b6;
		border-right-color: #b6b6b6;
	}
	
	div.person_info div.person_info_text {
		float: left; 
	}
	
	div.person_info div.person_info_text div.rendering_person_personorganisationstitlesportal h2.title {
		font-size: 16px;
	}
	
	div.person_info div.person_info_text div.rendering_person_personorganisationstitlesportal p {
		font-style: italic;
		margin-top: -4px;
		display: none;
	}
	
	div.person_info div.person_info_text div.rendering_person_personorganisationscontactportal ul.email li {
		background: url(../../gfx/icon_email.png) left center no-repeat;
		padding: 2px 0 2px 20px;
		font-size: 11px;
	}
	
	
	
	div.person_info ul.organisations { margin-bottom: 0; }
	div.person_info ul.organisations li {
		background: url(../../gfx/dot.png) left center no-repeat;
		padding-left: 10px;
		margin-bottom: 2px;
		font-size: 11px;
	}
	div.person_info ul.organisations li a { color: #666; }

	
	div.person_profile div.relation_graph { margin-bottom: 10px;}

	
	ul.noindent { list-style: none; }






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

	div.organisation_title ul.organisations { margin: 0; padding: 0; }
	div.organisation_title ul.organisations li {
		background: url(../../gfx/dot.png) left center no-repeat;
		padding-left: 14px;
		margin-bottom: 2px;
	}
	
	div.organisation_title ul.organisations li h2.title { 
		margin: 0; 
		padding: 0; 
		display: inline;
		line-height: normal;
	}
	
	div.organisation_title ul.organisations li h2.title a
	{
		font-size: 11px;
		color: #666;
	}

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

	div.organisation_top
	{
		margin-top: 15px;
	}
	
	h3.organisation_contact {
		font-size: 1em;
		font-weight: bold;	
		margin: 0;
		color: #333;
	}
	
	div.organisation_hierarchy
	{
		margin-top: 20px;
		padding-left: 3px;
	}
	
	div.organisation_header_renderings {
		font-size: 0.9em;
	}
	
	div.organisation_header_renderings a, div.organisation_header_renderings a span {
		color: #666666;	
	} 
	
	div.organisation_header_renderings a:hover, div.organisation_header_renderings a:hover span {
		color: #666666;
	}
	
	div.organisation_header_renderings div.rendering_organisation_organisationchildrenportal {
		line-height: 1.6em;
	}
	
	div.organisation_website {
		margin-top: 4px;
		margin-left: -1px;
	}
	
	div.organisation_website a {
		padding-left: 17px;
		background: url('../../gfx/website.png') center left no-repeat;
	}
	
	div.rendering_organisation_organisationcontactportal {
		margin-top: 15px;
	}
	
	div.rendering_organisation_organisationcontactportal h3.subheader {
		display: none;	
	}
	
	div.portal_showmore_body { max-height: none; }
	
	div.organisation_address { margin-top: 8px; max-width: 230px; }

    div.rendering_organisation_organisationcontactportal {
        word-wrap: break-word;
    }

    ul.organisation_photos {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    ul.organisation_photos li img {
        width: 325px;
        border: 1px solid #eee;
        padding: 3px;
        margin-bottom: 10px;
    }

	
	div.publication_view_title h2.title {
		/* keep the title from overlapping with the "forhcoming" label */
		padding-right: 100px;
	}
	
	
	div.publication_view_title div.rendering_publicationstatusportal
	{
		position: absolute;
		right: 0;
		top: 0;
		background: #eee;
		padding: 5px 8px;
		height: 16px;
		line-height: 16px;
		border-radius: 2px;
		font-size: 11px;
		text-shadow: 1px 1px 0 #fff;
	}
	
	div.publication_view { margin-top: 10px; }
	
	div.related_content_box { background: #fff; border: 1px solid #eee; padding: 0 15px 15px 15px;}
	
	div.rendering_abstractportal { margin-bottom: 20px;}
	
	div.creative_commons_license {
		border-top: 1px solid #E6E6E6;
		border-bottom: 1px solid #E6E6E6;
		padding: 10px 0 10px 98px;
		background: url('../../gfx/creativecommons.png') 0px 10px no-repeat;	
		margin: 10px 0;
	}
	
	ul.related_content_box { list-style: none; padding: 0; margin: 0;}
	ul.related_content_box h2, ul.related_content_box p.type {
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    font-size: 11px;
	}
	ul.related_content_box p.type span.type_family  { display: none; }

ul.content_navigation
{
	list-style: none;
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
	line-height: 16px;
}

ul.content_navigation li
{
	float: left;
}

ul.content_navigation li.selected a
{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

ul.content_navigation li.selected * {
	color: #333 !important;
}

body ul.content_navigation span.separator {
	color: #ccc !important;
	padding: 0 4px;
}

div.experts_view {
	overflow: hidden;	
}

div.experts_view div.experts_listing {
	margin-top: 10px;
}

div.experts_listing div.rendering {
	line-height: 12pt;	
}

div.experts_listing span.selected {
	font-weight: bold;	
}

div.experts_listing p.keywords {
	color: #333;	
}

span.userdefined a.link, span.userdefined a.link span {
	color: #666666;
	text-decoration: none !important;
	cursor: text;
}


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

div.experts_hierarchy div.portal_columns_column a {
	display: block;
	line-height: 12pt;
	outline: none;
	margin-right: 20px;
	padding: 2px 0 2px 9px;
	background: url("../../gfx/NavLev2Arrow.png") no-repeat 0px 0.6em;
}

div.experts_level a {
	background: url("../../gfx/NavVerticalArrow.png") no-repeat scroll 58px 5px transparent;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 20px;
	text-decoration: none;
	color: #000;
	display: block;
	outline: none;
}

div.experts_level a span, div.experts_level a:hover span {
	color: #C41230;
}

body div.experts_level_first a {
	background: none;
	padding-top: 0;	
}

a.experts_recursive {
	display: inline-block;
	margin: 10px 0;
	padding-left: 0 !important;
	background: none !important;
}

p.experts_please_select {
	margin-top: 10px;
}

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

div.person_experts_popup {
	position: absolute;
	background: white;
	border: 1px solid #C5C5C5;
	padding: 10px;
	display: none;
	margin: 16px 0 0 30px;
	-moz-box-shadow: 1px 2px 6px #666666;
	-webkit-box-shadow: 1px 2px 6px #666666;
	box-shadow: 1px 2px 6px #666666;	
}

div.person_experts_popup h2.header {
	font-size: 12px;
	font-weight: bold;	
}

div.person_experts_popup a {
	display: block;
	line-height: 11pt;
	padding: 2px 0 2px 9px;
	font-size: 0.9em;
	background: url("../../gfx/NavLev2Arrow.png") no-repeat 0px 0.5em;	
}

div.person_experts_popup span.count {
	
}

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

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')
}

	div.relationlist {
		margin-bottom: 20px;
	}
	
	/* RELATIONLIST HEADER */
	
	div.relationlist div.relationlist_header {
		position: relative;
	}
		
	div.relationlist div.relationlist_header h3 a {
		color: #333;
	}
	
	div.relationlist span.relationlist_header_right
	{
		position: absolute;
		right: 0;
		bottom: 0;
		color: #98999A;
		font-size: 1em;
		line-height: 22px;
		margin: 0 0 5px;
	}
	
	/* RELATIONLIST UNORDERED LIST */
	
	div.relationlist ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	div.relationlist ul li {
		font-size: 10px;
		margin-bottom: 10px;
	}
	



	/* CLASSIC SEARCH &  ADVANCED SEARCH */
	
	div.search_box_portal {
		background: #f3f3f3 url(../../gfx/queens_logo_semi.png) 80% 100% no-repeat;
		padding: 20px;
	}
	
	div.search_box_portal input.portal_searchfield
	{
		border: 1px solid #ddd;
		background: #fff;
	    color: #7F7467;
	    font-size: 11px;
	    font-weight: bold;
	    margin: 0;
	    padding: 3px;
	    width: 300px;
	    height: 20px;
	    vertical-align: middle;
	}
	
	div.search_box_portal span.portal_searchfield_date input.portal_searchfield {
		width: 100px;	
	}
	
	div.search_box_portal input.search_button { 
		border: 0;
		padding: 0;
		margin: 0;
		background: transparent url(../../gfx/search_button_dark.png) center no-repeat;
		cursor: pointer;
		width: 36px;
		height: 26px;
		vertical-align: middle;
		margin-left: -4px;
	 }

	div.core_searchform_advanced {
		margin-top: 10px;
		overflow: hidden;
	}
	
	div.search_box_portal div.portal_facet_panel
	{	
		margin-bottom: 10px;
	}
	
	div.search_box_portal div.portal_facet_checkbox {
		line-height: 20px;
		display: inline-block;
		margin-right: 10px;	
	}

	
	div.search_box_portal input, 
	div.search_box_portal select {
		padding: 3px;
		display: inline-block;
		vertical-align: middle;
		border: 1px solid #ccc;
	}
	 
	div.search_box_portal span.portal_facet_checkbox input {
		display: inline-block;
		vertical-align: middle;
		padding: 0;
		margin: 0;
	}
	
	div.search_box_portal p.core_filter_legend,
	div.search_box_portal div.portal_facet_title {
		color: #333;
		font-size: 10px;
		margin-bottom: 3px;
		text-transform: uppercase;
		text-shadow: 1px 1px 0 #fff;
	}
	
	div.search_box_portal div.filters {
		margin-top: 10px;
		padding-left: 5px;	
	}

	
	div.search_box_portal p.core_searchform_links a { font-size: 12px ! important; }
	
	div.search_box_portal div.core_filter ul {
		list-style: none; 
		padding: 0; 
		margin: 10px;
	}
	
	
	/* CUSTOM FILTERS */
	
	div.search_box_portal div.core_filter_authors ul li {
		color: #666;
		font-size: 11px;
		background: url(../../gfx/dot.png) left center no-repeat;
		padding-left: 10px;
		margin-bottom: 2px;
	}
	div.search_box_portal div.core_filter_authors ul li a {
		margin-left: 10px;
		font-size: 10px;
	}
	
	.core_filter_authors_all { display: none; }
	
	
	/* SEARCH AUTO COMPLETION */
	
	ul.portal_textfield_completion {
		background: #fff;
		border: 1px solid #ccc;
		padding: 10px;
		margin: 0;
		list-style: none;
		position: absolute;
		display: block;
	}
	ul.portal_textfield_completion li {
		background: url(../../gfx/dot.png) left center no-repeat;
		border-bottom: 1px solid #ccc;
		padding: 5px 5px 5px 10px;
		cursor: pointer;
		font-size: 11px;
	}
	
	/* SEARCH INDEX */
	
	div.search_index
	{
		margin-top: 10px;
		padding-bottom: 0;	
	}
	
	div.search_index h3 { margin: 10px 0; }
	div.search_index p { margin-left: -2px; /* because of the padding on the <a> tag */ }
	
	div.search_index a
	{
		display: inline-block;
		padding: 0 5px;
		height: 16px;
		line-height: 16px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	
	div.search_index a:hover
	{
		background: #eee;
		text-decoration: none;
	}
	
	div.search_index a.selected, div.search_index a.search_index_selected {
		background: #C1131E;
		color: #fff;
		text-decoration: none;
	}
	
	/* SEARCH VARIOUS */
	
	p.search_warning, div.portal_empty
	{
		color: #999;
		font-style: italic;
		padding: 20px;
		text-align: center;
	}
	
	/* SEARCH ALL */
	
	div.searchall_tabs ul li a { font-size: 11px; }

	div.searchall_results div.rendering {
		padding: 4px 0;	
	}
	
	p.searchall_more {
		margin: 5px 0 15px 0;	
	}
	
	h2.searchall {
		font-size: 12px;
		border-bottom: 1px solid #eee;
		font-weight: bold;
		line-height: 22px;
		margin: 5px 0;
		padding: 5px 0;
		color: #333;	
	}
	
	h2.searchall a {
		color: #333;	
	}
	
	h2.searchall span.count {
		color: #999;
		font-weight: normal;
		font-size: 11px;	
	}
	
	



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

p.core_searchform_links a {
	font-size: 0.9em;	
}

p.core_searchform_text
{
	margin: 0;
}

span.core_searchform_separator
{
	color: #bbb;
}

ul.download_statistics {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.download_statistics li {
    overflow: hidden;
}
ul.download_statistics li span.downloads_count {
    float: right;
    background: #eee;
    border-radius: 100px;
    text-align: center;
    display: block;
    padding: 10px;
    margin-top: 10px;
    min-width: 25px;
    height: 15px;
}


ul.equipment_photos {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}
ul.equipment_photos li img {
    width: 325px;
    border: 1px solid #eee;
    padding: 3px;
    margin-bottom: 10px;
}

@media print {
	
	#header_wrap,
	#sidebar,
	#footer_wrap,
	#footer_bottom_wrap,
	div.breadcrumb,
	ul.tabs,
	div.search_box_portal
	{
		display: none;
	}
	
	#content
	{
		margin: 0;
		width: auto;
		float: none;
	}
	
	
	div.rendering_publicationdocumentsportal li, 
	div.rendering_documentextensionportal li, 
	div.rendering_versioneddocumentandlinkextensionportal ul.documents li
	{
		padding: 0;
		min-height: 0;
	}
	
}

