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

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

h2.common
{
	color: #0054A6;
	font-size: 14px;
	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: 14px;
	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: 15px;
}

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

div.rendering strong.title
{
	font-size: 14px;
}


div.rendering p
{
	font-size: 14px;
	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: 14px;
	color: #333;
}

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

div.rendering .dimmed, div.workspace_filters_popup a.workspace_filters_item_link span.dimmed
{
	color: #737373;
}

div.rendering .italic
{
    font-style: italic;
}

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

div.rendering span.badge, a.workspace_filters_item_link span.badge, td.orcid.td_Badge span span.badge_ok, td.orcid.td_Badge span span.badge_neutral, td.orcid.td_Badge span span.badge_warning, td.orcid.td_Badge span span.badge_expired
{
	display: inline-block;
	padding: 0 4px;
	border: 1px solid #ddd;
	font-weight: normal;
	border-radius: 3px;
}

div.rendering span.badge_warning, a.workspace_filters_item_link span.badge_warning, td.orcid.td_Badge span span.badge_expired
{
	color: #C83727;
	border-color: #faa;
}

div.rendering span.badge_ok, a.workspace_filters_item_link span.badge_ok, td.orcid.td_Badge span span.badge_ok
{
	color: #228916;
	border-color: #4D8540FF
}

td.orcid.td_Badge span span.badge_warning
{
	color: #806A00;
	background-color: #FFF8D6;
	border-color: #FFF8D6;
}

div.rendering :not(p.minor) span.badge {
	font-size: 14px;
	height: 12px;
	line-height: 12px;
	color: #aaa;

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

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

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: 14px;
}

div.rendering_compact-disabled 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: 14px;
}

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


div.rendering_writtenproduction_short h2, div.rendering_writtenproduction_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: 14px;
}

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: 14px;
	line-height: 1.2em;
}

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

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: 10pt;
}

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: 14px;
}

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: 14px;
	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_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;
}



input, textarea, select, option {
	font-family: Arial,Helvetica,sans-serif;
}

form
{
	margin: 0;
}

h1.main
{
	color: #C41230;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0 10px;
	overflow: hidden;
}

h2.header
{
	margin: 0 0 10px;
	font-weight: 400;
	font-size: 1.9em;
	color: #C41230;	
}

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

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

body
{
	margin: 0;
	background: #eee url('../../gfx/bg.png');
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #666666;
}

div.layout_body
{
	background: #fff url('../../gfx/shadow.png');
	width: 950px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}

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

div.layout_header
{
	height: 140px;
	background: url('../../gfx/logo.png') no-repeat 20px 10px;
	position: relative;
}

div.layout_header_body
{
	height: 140px;
}

div.layout_header p
{
	color: #999;
	font-size: 28px;
	font-weight: bold;
	margin: 0px;
	padding: 28px 0px 0px 210px;
}

a.layout_logo
{
	width: 150px;
	height: 60px;
	position: absolute;
	text-indent: -10000px;
	color: transparent;
	font-size: 0;
	top: 25px;
	left: 9px;
}

div.layout_header form
{
	position: absolute;
	right: 20px;
	top: 35px;
	margin: 0;
	width: 220px;
	text-align: right;
}

/*** Navigation ***/

div.layout_navigation
{
	height: 42px;
	background: #999;
}

div.layout_navigation ul
{
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
	font-size: 0;
	font-family: 'Trebuchet MS',Helvetica,Arial,sans-serif;
}

div.layout_navigation li
{
	display: inline-block;
	line-height: 42px;
	height: 42px;
}

div.layout_navigation a
{
	display: inline-block;
	padding: 0 10px;
	font-size: 18px;
	color: #fff;
	height: 24px;
	border-left: 1px solid #fff; 
	line-height: 24px;
	vertical-align: top;
	margin-top: 9px;
}

div.layout_navigation a:hover span
{
	color: #fff;
}

div.layout_navigation a span
{
	color: #fff;
}

li.layout_navigation_first a
{
	border: none;
}

body.ie6 div.layout_navigation li
{
	display: inline;
}


body.ie6 div.layout_navigation a
{
	margin-top: 7px;
}


/*** Breadcrumb ***/

div.layout_breadcrumb
{
	height: 25px;
	background: #f4f4f4;
	padding-left: 15px;
	font-size: 10px;
	line-height: 25px;
}

div.layout_middle
{
	position: relative;
	background: #eee;
}

div.layout_center
{
	margin-left: 180px;
	background: #fff;
	overflow: hidden;
}

div.layout_right
{
	width: 230px;
	float: right;
	padding-right: 20px;
}

/*** Content ***/

div.layout_content
{
	padding: 20px;
	min-height: 300px;
	margin-right: 250px;
}

body.ie6 div.layout_content
{
	width: 450px;
	margin-right: 0;
}

div.layout_content_wide
{
	padding: 20px;
	min-height: 300px;
}

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

form.layout_search
{
	margin: 0;
	display: block;
	padding: 20px 0;
	font-size: 0;
}

input.layout_search_text
{
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 2px;
	height: 22px;
	margin: 0;
	font-size: 12px;
	line-height: 21px;
	width: 160px;
	vertical-align: middle;
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

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

div.layout_footer
{
	height: 100px;
	position: relative;
	background: #F4F4F4;
}

div.layout_footer_left
{
	position: absolute;
	left: 20px;
	top: 10px;
}

div.layout_footer_right
{
	position: absolute;
	right: 20px;
	top: 10px;
	text-align: right;
}

div.layout_footer_center
{
	position: absolute;
	left: 400px;
	top: 0;
	padding-top: 10px;
	line-height: 16px;
}

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

div.layout_footer_center p
{
	margin: 0;
}

.document_background > div {
	background: #eee;
	padding: 10px;
}

.document_background .relations {
	word-break: break-all;
}

div.menu
{
	position: absolute;
	width: 180px;
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	left: 0px;
	top: 0px;
}

div.menu h2
{
	margin: 0;
	padding: 10px 0 0 15px;
	font-size: 18px;
}

div.menu ul a, div.menu ul a span
{
	color: #666;	
}

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

div.menu ul a
{
	display: block;
	font-size: 15px;
	text-decoration: none;	
	line-height: 20px;
	padding: 5px 0 5px 15px
}

div.menu ul a:hover
{
	text-decoration: underline;	
}

div.menu li.menu_selected a
{
	background: #999;
	color: #ffffff;
}

div.menu li.menu_selected a span
{
	color: #ffffff;	
}

div.sharing
{
	float: right;
	width: 120px;
}

.front_search_box {
	position: relative;
	height: 250px;
	background: #eee;
}
.front_search_box_content {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 450px;
}
.front_search_box_content form {
	margin-top: 20px;
}
.front_search_box_content input.search_field {
	width: 300px;
}


	/***** Columns *****/

.front_columns {
	margin-top: 20px;
	overflow: hidden;
}

.front_columns_left {
	float: left;
	width: 30%;
}
.front_columns_right {
	float: right;
	width: 60%;
}



/***** Texts *****/

.front_columns_left h2 {
	font-size: 18px;
	margin: 10px 0 20px;
}


/***** Tabs *****/

.tab_container {
	display: none;
	padding: 10px;
	border: 1px solid #E6E6E6;
	border-top: 0;
}

.front_columns_right .tabs {
	margin-top: 0;
}

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

/***************** Search field *************/ 

input.portal_searchfield
{
	border: 1px solid #BBBBBB;
	border: 1px solid #ddd;
	height: 20px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 320px;
	font-size: 14px;
}


span.portal_searchfield_date input.portal_searchfield {
	width: 100px;	
}

div.portal_example {
	color: #666;
	margin: 4px 0;
	font-style: italic;	
}

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

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


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

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

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

div.portal_navigation_background
{
	display: none;
}

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

a.portal_navigator_rss_link
{
	padding-left: 18px;
	margin-left: 10px;
	background: url('../../gfx/feed.png') center top no-repeat;
	line-height: 26px;
}

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

div.portal_navigator_empty
{
	padding: 10px 0;
}

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

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

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

li.portal_list_item
{
	padding: 4px 0;
}

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

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

li.portal_list_item_group
{
	color:#333333;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 11px;
	border: none;
}

/**************************** Navigator **************************/

div.portal_navigator div.rendering
{
	padding: 0;
}

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

div.portal_content_properties
{
	float: right;
}

div.portal_navigator_result div.portal_content_properties
{
	padding-top: 2px;
}

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: 0px 0px 0px 5px;
	padding: 0 5px;
	letter-spacing: 1px;
	white-space: nowrap;
	float: none;
	vertical-align: middle;
}

div.portal_content_properties span.file_attachment
{
	vertical-align: middle;
	margin: 0px 0px 0px 5px;
}

a {
	text-decoration: none;	
}

a.portal_link, a.common_link
{
	color: #0665A9;
}

a.common_link span, a.portal_link span {
	cursor: pointer;	
}

a.portal_link:hover, a.common_link:hover {
	color: #0665A9;
	text-decoration: underline;	
}

a.portal_link:hover span, a.common_link:hover span {
	color: #0665A9;
	text-decoration: underline;	
}

a.portal_link span, a.common_link span, div.textblock a
{
	color: #0665A9;
}

.rendering a.link
{
	color: #0665A9;	
}

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

div.rendering_linkextensionportal a
{
	color: #0665A9;	
}

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

div.rendering_bibtex, div.rendering_ris, div.rendering_wos
{
	font-size: 11px;	
}

div.rendering p.type
{
	margin-top: 2px;
	color: #98999a;
}

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

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

/** Hide type from research output */
div.rendering_researchoutput span.type_family
{
	display: none;
}

/** Hide type from projects */
div.rendering_project span.type_family
{
	display: none;
}

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

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

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

div.rendering_personorganisationstitlesportal p
{
}

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

div.rendering_organisation_profileinformation h3.subheader
{
	margin-top: 15px;
	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;
}

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

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

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

div.rendering_versioneddocumentextensionportal h3,
div.rendering_versioneddocumentandlinkextensionportal h3,
div.rendering_versioneddocumentandlinkextensionanddoiportal  h3,
div.rendering_lancasterdocumentextensionportal h3 {
	margin: 0 0 5px;
	color: #666666;
}

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

div.rendering_versioneddocumentextensionportal p.dimmed,
div.rendering_versioneddocumentandlinkextensionportal p.dimmed,
div.rendering_versioneddocumentandlinkextensionanddoiportal  p.dimmed,
div.rendering_lancasterdocumentextensionportal p.dimmed {
	color: #666666;
	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;
}

div.rendering_personorganisationsaddressportal div.address
{
	margin-top: 0;
}

/****************** Profile information *******************/

div.rendering_profileinformation h3.subheader, 
div.rendering_lancasterkeywordsrendererportal h3.subheader,
div.rendering_personsupervisorforportal h3.subheader
{
	border-bottom: 1px solid #eee;
	font-size: 12px;
	line-height: 22px;
}

div.rendering_profileinformation div.textblock h3
{
	margin: 10px 0 5px;
}

div.rendering_personsupervisorforportal p.period
{
	padding-bottom: 5px;
}

div.rendering_personsupervisorforportal ul.organisations
{
	margin: 0;
}

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

div.rendering_keywordsextensionportal li
{
	padding-bottom: 5px;
}

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

div.rendering_expertportal span.selected
{
	background: yellow;
	padding: 1px 3px;
}

div.rendering_project p.type span.type_family,
div.rendering_project p.type span.type_classification_parent
{
	display: none; /* remove since the text is wrong */
}

div.rendering_project_lancasterprojecttitleportal p.type
{
	display: block;
}

div.rendering_project_lancasterprojecttitleportal span.type_classification_parent
{
	display: none;
}

/* Make properties width=auto in order to wrap properly with documents */
div.rendering_researchoutput_detailsportal table.properties
{
	width: auto;
}

/* Hide status from research output properties */
div.rendering_researchoutput_detailsportal tr.status
{
	display: none;
}

/* Make person titles more prominent */
div.rendering_person_short ul.organisations span.minor
{
	font-size: 1em;
	color: #333;
}

div.rendering_person_short h3
{
	margin: 5px 0 0;
	font-weight: normal;
	color: #999;
}

div.rendering_person_short ul.affiliations
{
	margin: 2px 0 4px 15px;
}


/****************** Person profile ********************/

div.rendering_person_lancasterpersonviewtitle p
{
	color: #333;
	font-size: 12px;
}

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

div.rendering_lancasterpersoninformation p.primary_organisation
{
	font-weight: bold;
	font-size: 12px;
}

div.rendering_lancasterpersoninformation div.phone_numbers
{
	margin: 5px 0;
}

div.rendering_lancasterpersoninformation div.office_hours h3
{
	color: #666;
	margin: 10px 0 0;
}

div.rendering_lancasterpersoninformation div.office_hours p
{
	margin: 0 0 5px;
}

div.rendering_lancasterpersoninformation p.affiliations
{
	margin: 0 0 5px;
}

div.rendering_lancasterpersoninformation p.location
{
	margin: 0 0 5px;
}

div.rendering_lancasterpersoninformation p.email
{
	margin-top: 5px;
}

div.rendering_lancasterpersoninformation p.email a
{
	color: #0665A9;
}

/*************** Person profile information **************/

div.rendering_lancasterpersonprofileinformation h3
{
	border-bottom: 1px solid #EEE;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 22px;
	margin: 0px 0px 5px;
}

/************** Clippings **************/

div.rendering_clipping_clippingmetadataportal tr.source
{
	display: none;
}

/*************** Organisaiton profile ****************/

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

/***************** Activity view *****************/

div.rendering_activity_detailsportal ul.organisations
{
	display: none;
}

div.rendering_activity_detailsportal div.rendering_event
{
	margin-top: 15px;
}

div.rendering_activity_detailsportal div.rendering_event h2
{
	display: none;
}

/************** Keywords *************/

div.rendering_lancasterkeywordsrendererportal li
{
	margin-bottom: 4px;
}

/*** Other **/

div.rendering_lancasterassociatesorganisationsportal h3
{
	margin-top: 5px;
}




/********** Table **********/

div.rendering table.properties {
	border-top: 1px solid #ddd;
}
div.rendering table.properties th,
div.rendering table.properties td {
	border-bottom: 1px solid #ddd;
	padding: 8px 15px 8px 0
}

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

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: 3px;
	padding: 0px 5px;
	display: inline-block;
	vertical-align: top;
	height: 21px;
	line-height: 20px;
	text-decoration:none;
	white-space: nowrap;
}

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

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

div.view_title h2.title
{
	font-size: 18px;
	font-weight: normal;
	overflow: hidden;
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	margin: 0;
	color: #C41230;
}

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

p.view_back
{
	float: right;
	margin: 0;
}

/********** Statistics **********/

div.view_statistics h2.header {
	font-weight: bold;
	font-size: 12px;
	margin-left: 0 !important;
}

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


div.person_view div.view_title
{
	margin-bottom: 0px;
}

div.person_info
{
	background: #FAFAFA;
	border: 1px solid #eee;
	border-top: none;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px;
}

div.person_info_notabs
{
	border-top: 1px solid #eee;
	margin-top: 10px;
}

div.person_info_photo
{
	float: left;
	width: 133px;
	overflow: hidden;
	text-align: right;
}

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_text_photo
{
	margin-left: 148px;
}

div.person_view div.sharing
{
	float: none;
	width: auto;
}

h2.person_header
{
	border-bottom: 1px solid #EEE;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 22px;
	margin: 10px 0px 5px;
	color: #333;
}

/*********** Tabs on view page *************/

div.person_view ul.tabs
{
	margin-left: 0;
}

div.person_view_main ul.tabs li.selected a
{
	background: #fafafa;
}

/***************** Students ***************/

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

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

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

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

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

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

div.person_index h3
{
	color: #C41230;
	font-size: 12px;
	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;	
}






div.organisation_centres_hierarchy ul { color: #555; }
div.organisation_centres_hierarchy ul li { margin: 5px 0; }
div.organisation_centres_hierarchy ul li a { color: #000; }
div.organisation_title
{
	margin-bottom: 5px;
}

div.organisation_view ul.tabs a
{
	padding: 0px 4px;
}

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

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

h3.organisation_contact
{
	font-size: 1em;
	font-weight: bold;	
	margin: 0;
	color: #333;
}

div.organisation_view div.sharing
{
}


div.organisation_header_renderings
{
	font-size: 0.9em;
}

div.organisation_header_renderings div.rendering_organisation_organisationchildrenportal
{
	line-height: 1.6em;
}

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

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

div.organisation_view_statistics
{
	padding-top: 20px;
}

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

ul.organisations_alpha li
{
	margin-bottom: 10px;
	background: url('../../../core/style/icons/monochrome/dot16.png') 5px -1px no-repeat;
	padding-left: 24px;
}

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






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

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

ul.content_navigation li
{
	float: left;
	padding-right: 10px;
}

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

p.content_navigation
{
	color: #aaa;
}

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

p.content_navigation a.selected span
{
	color: #000;
}


/************* 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 span
{
	color: #333;
}

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

div.search_box {
	background: #9eb6d4;
	padding: 20px;
}

h2.search
{
	color: #C41230;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0 10px;
	overflow: hidden;
}

input.search_button
{
	background: #E50033;
	border: 1px solid #C8002B;
	color: #fff;
	border-radius: 3px;
	height: 22px;
	font-size: 13px;
	line-height: 21px;
	padding: 0 6px;
	margin: 0 0 0 5px;
	vertical-align: middle;
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input.portal_searchfield, input.search_field
{
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 2px;
	height: 22px;
	margin: 0;
	font-size: 12px;
	line-height: 21px;
	vertical-align: middle;
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


body.ie7 input.search_button, body.ie6 input.search_button
{
	width:auto;
	overflow:visible;
	line-height: 16px;
}

div.search_warning
{
	margin: 10px 0;
	border: 1px solid #ddcc44;
	border-color: #fea #eedd66 #ddcc44;
    border-radius: 4px;
	padding: 0px 10px;
	background: #fff388;
	-webkit-box-shadow: inset 0px 1px 0px #fff;
	
    background: -moz-linear-gradient(#fffadd, #fff388);
    background: -webkit-gradient(linear,0 bottom,0 top,from(#fff388),to(#fffadd));
    -ms-filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#fff388, endColorstr=#fffadd);
    filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#fff388, endColorstr=#fffadd);
}

div.search_warning p
{
	margin: 0;
	padding: 5px 0;
}

h2.search_latest
{
	margin: 20px 0 0;
	border-bottom: 1px solid #DDD;
	font-size: 14px;
	line-height: 22px;
}

/***************** Refinements *******************/

h2.search_refinement
{
	margin: 20px 0 0;
	border-bottom: 1px solid #DDD;
	font-size: 14px;
	line-height: 22px;
}

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

ul.search_refinement li
{
	padding-bottom: 3px;
}

a.search_refinement_selected
{
	font-weight: bold;
}

a.search_refinement_remove, a.search_refinement_remove span
{
	color: #999;
}


div.searchall_tabs {
	margin-left: 10px;	
}

h2.searchall
{
	font-size: 12px;
	line-height: 18px;
	margin: 20px 0 0;
	border-bottom: 1px solid #eee;
}

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

h2.searchall strong
{
	font-weight: normal;
	font-size: 10px;
}

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

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

form.core_searchform #advanced
{
	margin-top: 4px;
	background: #fafafa;
	padding: 3px 5px 5px 7px;
	border: 1px solid #eee;
}

div.keywords h3
{
	margin: 20px 0 0;
	border-bottom: 1px solid #DDD;
	font-size: 14px;
	line-height: 22px;
}

div.keywords_box
{
	background: #fafafa;
	padding: 10px;
	border: 1px solid #eee;
}

h1.keywords
{
	border-bottom: 1px solid #DDD;
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 10px;
}

h2.keywords
{
	font-size: 12px;
	line-height: 22px;
	margin: 10px 0 0;
	border-bottom: 1px solid #DDD;
}


div.keywords_level p
{
	margin: 0;
	padding: 2px 0 0;
}

div.keywords_level a
{
	margin-left: -3px;
	padding: 1px 3px;
	border-radius: 2px;
	display: inline-block;
}

div.keywords_level a:hover
{
	background: #eee;
}

a.keywords_selected, div.keywords_level a.keywords_selected:hover
{
	background: #666;
	color: #fff;
}

a.keywords_selected span, a.keywords_selected:hover span
{
	color: #fff;
}

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

h2.keywords_group
{
	font-size: 12px;
	line-height: 22px;
	margin: 10px 0 0;
	border-bottom: 1px solid #DDD;
}

div.keywords_userdefined a
{
	display: inline-block;
	padding: 1px 4px;
	border-radius: 2px;
}

div.clipping_view div.sharing
{
	clear: right;
	margin-top: 10px;
}

@media print {
	
	body
	{
		background: none;
	}
	
	div.layout_body
	{
		width: auto;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	
	div.layout_navigation, div.layout_footer, div.layout_breadcrumb, div.layout_right, div.menu, div.layout_header
	{
		display: none;
	}
	
	div.search_box /* Should this be hidden? */
	{
		display: none;
	}
	
	div.layout_center, div.layout_content, div.layout_content_wide
	{
		margin: 0;
		padding: 0;
	}
}

