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

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

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

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

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

.common_component_error
{
	color: red;
}

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

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

.common_wrap_floats {
	overflow: hidden;	
}

.common_hidden {
	display: none;		
}

.common_padding {
	padding: 8px;	
}

.commom_padding_right {
	padding-right: 8px;	
}

.common_upperCase {
	text-transform: uppercase;	
}

/* Utility Classes */

.common_linespaceDown {
	padding-bottom: 6px;	
}

.common_linespaceUp {
	padding-top: 6px;	
}

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

.common_rightAlign {
	text-align: right;	
}

.common_ellipsis {
	text-overflow: ellipsis;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


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

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

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


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


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

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


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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

div.rendering_personalinfocurriculumvitaeblock
{
	overflow: hidden;
}

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

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

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

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

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


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

div.portal_navigator_group_1
{
	color: #666;
}

div.portal_navigator_group_2
{
	color: #aaa;
}

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

div.portal_navigator_empty {	
}

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

span.portal_navigator_subsets strong
{
	color: #000;
}

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

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

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

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

div.portal_navigator_ordering
{
	float: right;
}

div.portal_navigator_rss
{
	float: right;
}

div.portal_navigator_viewselector_control {
	float: right;
}

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

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

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

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

div.portal_navigator_viewselector li {
	float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

div.portal_navigator_window_and_pagesize {
	float: left;	
}

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

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

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

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

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

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

div.portal_navigator_rendering
{
	float: right;
}

span.portal_navigator_window
{
}

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

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

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

.portal_navigator_previous
{
}

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

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

.portal_navigator_next
{
}

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

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

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

span.portal_navigator_paging
{
	vertical-align: top;
}

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

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

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

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

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

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

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

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



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

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

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

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

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

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


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

div.portal_navigator_popup_content a span { 
	cursor: pointer;
}

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

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

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

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

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

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

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

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

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


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





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

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

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

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

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

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

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

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

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

div.portal_columns_body
{
	width: 100.9%;
}

div.portal_columns_column
{
	float: left;
}

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

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

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

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

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

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

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

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

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

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

div.portal_hd_item
{
	overflow: hidden;
}

div.portal_hd_body
{
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

div.portal_hierarchical_popup {
	text-align: left;	
}

div.portal_hierarchical_popup_wrapper {	
}

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

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

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

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

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

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

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

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

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

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

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

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

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


body.portal_hierarchical_popup_visible select {
	visibility: hidden;
}


/** Checkbox variant **/

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

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

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

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

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

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

ul.portal_textfield_completion
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #E7E36C;
	background: #FFFB8A;
	position: absolute;
	font-size: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

ul.portal_textfield_completion li
{
	font-size: 11px;
	padding: 2px 4px;
	cursor: pointer;
}

ul.portal_textfield_completion li:hover {
	background: #E7E36C;	
}

li.portal_textfield_highlighted
{
	font-weight: bold;
}

input.portal_textfield_placeholder
{
	color: #999;
}

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

div.core_filter_authors p
{
	margin: 0;
}

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

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

input.core_filter_authors_search
{
	width: 200px;
}

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

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

.rendering a.link
{
	color: rgba(0,0,0,.2);
	color: #bbb;
}

body.ie7 .rendering a.link
{
	color: #bbb;
}

.rendering a.link span
{
	color: #005054;
}

.rendering a.link:hover
{
	color: #000;
}

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

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


span.type_family
{
	display: none;
}

div.rendering_abstractpublisher span.type_family,
div.rendering_abstractjournal span.type_family
{
	display: inline;
}


div.rendering h3
{
	font-size: 12px;
	font-weight: bold;
}

div.rendering div.textblock
{
	line-height: 1.4em;
}

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



div.rendering_kingspersonpropertiesportal
{
	margin: 5px 0;
}

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

div.rendering_kingspersonpropertiesportal p.phone,
div.rendering_kingspersonpropertiesportal p.email
{
	margin-top: 3px;
}

div.rendering_kingspersonpropertiesportal strong
{
	color: #333;
}

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


div.rendering_kingspersonbiographyportal h3
{
	margin: 20px 0 5px;
}


div.rendering_kingspersonbiographyportal div.qualifications li
{
	margin-bottom: 5px;
}

div.rendering_kingspersonbiographyportal div.qualifications ul
{
	margin: 5px 0 0;
	padding-left: 20px;
}


div.rendering_associatespersonsclassifiedportal { margin: 15px 0; }

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


div.rendering span.highlight 
{
	background-color: #FDA;
}




div.rendering_supervisionportal li,
div.rendering_kingssupervisedbyportal li
{
	padding: 2px 0;
}


div.rendering_researchoutput_short a.link span
{
	color: #000;
}

div.rendering_researchoutput_short a.person span
{
	color: #005054;
}

div.rendering_researchoutput_short span.numberofpages
{
	display: none;
}

div.rendering_kingspersonpropertiesportal div.project
{
	margin-bottom: 10px;
}

div.rendering_award_short a.person
{
	font-weight: bold;
}


div.view_title div.rendering_award_compact p.type
{
	display: none;
}

div.rendering_upmproject_kingsprojectpropertiesportal
{
	margin: 20px 0;
}

div.rendering_upmproject_kingsprojectpropertiesportal ul.persons ul
{
	list-style: none;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 0;
}

div.rendering_upmproject_kingsprojectpropertiesportal ul.persons li
{
	margin-bottom: 2px;
}
div.rendering_upmproject_kingsprojectpropertiesportal ul.persons li a.person { font-weight: bold; }

div.rendering_upmproject_kingsprojectpropertiesportal div.columns
{
	overflow: hidden;
}

div.rendering_upmproject_kingsprojectpropertiesportal div.columns ul
{
    width: 45%;
	float: left;
	margin-right: 4%;
}

div.rendering_upmproject_short a.person
{
	font-weight: bold;
}
div.rendering_upmproject_short p.type .type_classification_parent { display: none; }
div.rendering_ueoexternalorganisation_compact p.type,
div.rendering_organisation_compact p.type,
div.rendering_organisation_short p.type { display: none; }

div.rendering_researchoutput_vancouver span.title { font-weight: bold; }

a.portal_navigator_next,
a.portal_navigator_previous
{
	color: #005054;
}


a.portal_link
{
	color: #bbb;
	color: rgba(0,0,0,.2);
}

body.ie a.portal_link
{
	color: #bbb;
}

a.portal_link span
{
	color: #005054;
}

a.portal_link:hover
{
	color: #000;
}




div.portal_navigator_top, div.portal_navigator_bottom
{
	border-bottom: 1px solid #D3D1CD;
	border-top: 1px solid #D3D1CD;
}

body div.portal_navigator_bottom
{
	margin-top: 5px;
	padding: 6px 5px;
	border: none;
}

div.portal_navigator_top
{
	border-top: none;
}

div.portal_navigator_result li.portal_list_item
{
	border-bottom: 1px solid #D3D1CD;
}

li.portal_list_item_group
{
	border-bottom: 1px solid #D3D1CD;
	margin: 0;
	padding: 5px 3px;
}

span.portal_navigator_links strong
{
	background: #000;
}

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


body a.portal_graphviewer_button
{
	display: block;
	height: 135px;
	background: url('../../gfx/relations.png') center center;
	padding: 0;
}

body a.portal_graphviewer_button span
{
	font-size: 18px !important;
	line-height: 19px;
	font-weight: normal;
	font-family: BureauGrotesqueThreeSeven, Impact, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 5px 7px;
	color: #fff;
	background: none;
}

body a.portal_graphviewer_button:hover
{
	background: url('../../gfx/relations.png') center center;
}

body a.portal_graphviewer_button:hover span
{
	text-decoration: underline;
}

div.portal_content_properties span.file_attachment
{
	background: url('../../gfx/attachment.png') center center no-repeat;
	margin: 0 0 0 5px;
	vertical-align: middle;
}

div.portal_content_properties
{
	float: right;
	padding-top: 5px;
}

div.portal_content_properties span.workflow_step, 
div.portal_content_properties span.project_status, 
div.portal_content_properties span.remote_origin
{
	height: 16px;
	line-height: 16px;
	display: inline-block;
	background: #FAFAFA;
	border: 1px solid #EEE;
	font-size: 11px;
	color: #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 0 3px;
	padding: 0 5px;
	letter-spacing: 1px;
	white-space: nowrap;
	vertical-align: middle;
	float: none;
}



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


div.portal_expand_fade div.portal_expand_controls
{
    background-image: url("../../gfx/portal_showmore.png");
}


ul.portal_textfield_completion
{
	background: #EEE;
	border: 1px solid #CCC;
}

ul.portal_textfield_completion li:hover
{
	background: #ddd;
}


div.portal_content_properties span.open_access_permission,
div.rendering_researchoutput_kingsopenaccesspermissionportal p.icon {
    background: url("../../gfx/open_access_open.png") no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}
div.rendering_researchoutput_kingsopenaccesspermissionportal p.icon {
    padding-left: 20px;
}

div.core_filter
{
	margin: 5px 0;
}

@font-face {
    font-family: 'BureauGrotesqueThreeSeven';
    src: url('../../fonts/97d9eb9e-0b31-46ab-85bb-74729e0cf448-2.eot'); 
    src: url('../../fonts/97d9eb9e-0b31-46ab-85bb-74729e0cf448-2.eot?#iefix') format('embedded-opentype'), 
           url('../../fonts/97d9eb9e-0b31-46ab-85bb-74729e0cf448-3.woff') format('woff'), 
        url('../../fonts/97d9eb9e-0b31-46ab-85bb-74729e0cf448-1.ttf')  format('truetype'), 
        url('../../fonts/97d9eb9e-0b31-46ab-85bb-74729e0cf448-4.svg#webfontGhcwM4E5') format('svg'); 
}



@font-face {
    font-family: 'KingsCaslonTextRegular';
    src: url('../../fonts/king_s_caslon_text-webfont.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/king_s_caslon_text-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../../fonts/king_s_caslon_text-webfont.woff') format('woff'), /* Modern Browsers */
        url('../../fonts/king_s_caslon_text-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../../fonts/king_s_caslon_text-webfont.svg#webfontXBhpRb6O') format('svg'); /* Legacy iOS */
}

body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
}

/*
div.layout_title
{
	color: #fff; 
	font-family: BureauGrotesqueThreeSeven, Impact, Arial, Helvetica, sans-serif;
	line-height: 32px;
	font-size: 32px;
	text-transform: uppercase;
	margin: 70px 0 0;
	padding-left: 10px;
	font-weight: normal;
	position: absolute;
	right: 25px;
}*/

form.layout_search
{
	margin: 0;
	pading: 0;
	position: absolute;
	right: 10px;
	top: 12px;
}

form.layout_search p
{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

input.layout_search_text
{
	padding: 0;
	margin: 0;
	width: 165px;
	margin-right: 5px;
	height: 20px;
	box-sizing: border-box;
	border: none;
}

input.layout_search_button
{
	padding: 0;
	margin: 0;
	background: #000;
	color: #fff;
	border: none;
	display: inline-block;
	height: 20px;
	padding: 0 4px;
}

p.layout_export
{
	margin-top: 15px;
	padding-left: 5px;
	font-size: 0;
}

p.layout_export *
{
	font-size: 12px;
}

p.layout_export a
{
	margin-left: 5px;
}

p.layout_export em
{
	margin-left: 5px;
	color: #666;
}

div.layout_base
{
	width: 960px;
	margin: 0 auto;
}





div.layout_top
{
	height: 125px;
	background: #972023 url('../../gfx/kcl_logo.png') 0 0 no-repeat;
	position: relative;
}

div.layout_top h1
{
	margin: 0;
	overflow: hidden;
	font-size: 0px;
}

div.layout_top h1 a
{
	text-decoration: none;
	display: block;
	width: 160px;
	height: 120px;
	color: #972023;
}

div.layout_top h2
{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: white;
	font-size: 32px;
	line-height: 32px;
	font-weight: normal;
	font-family: BureauGrotesqueThreeSeven, Impact, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 70px;
	right: 25px;
	
}

div.layout_top h2 a
{
	color: #fff;
	text-decoration: none;
}
div.layout_top h2 a span { color: #fff; }

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

div.layout_top ul
{
	list-style: none;
	position: absolute;
	top: 0;
	right: 25px;
	margin: 0;
	padding: 0;
}





div.layout_top ul li
{
	display: inline-block;
	padding-top: 21px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: white;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

div.layout_top ul li a
{
	float: left;
	display: block;
	color: white;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: 'BureauGrotesqueThreeSeven', Impact, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 13px;
}

div.layout_top ul li a:hover
{
	text-decoration: underline;
	color: #F3E101;
}










/*p.layout_top_logo
{
	position: absolute;
	margin: 0;
}

p.layout_top_logo a
{
	display: block;
	width: 160px;
	height: 120px;
}

p.layout_top_logo a span
{
	display: none;
}
*/


div.layout_bottom
{
	background: #231F20 url('../../gfx/footer.jpg') 0 100%;
	height: 55px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 145px;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	position: relative;
}

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

a.layout_bottom_logo
{
	left: 0;
	top: 0;
	padding: 0;
	position: absolute;
	width: 130px;
	height: 100px;
	overflow: hidden;
	text-indent: 130px;
	white-space: nowrap;
}

div.layout_bottom a
{
	color: white;
	text-decoration: none;
	margin-right: 7px;	
}

div.layout_middle
{
	overflow: hidden;
	padding: 25px;
	background: #E5E2DD;
}

div.layout_split_left
{
	min-height: 400px;
	float: left;
	width: 666px;
	margin-right: 20px;
}

div.layout_split_right
{
	float: left;
	width: 224px;
}

div.layout_right
{
	margin-left: 240px;
}




div.layout_navigation
{
}

div.layout_navigation ul
{
	list-style: none;
	padding: 0;
	background: #972023;
	height: 38px;
	margin: 5px 0;
	padding-left: 20px;
	font-family: BureauGrotesqueThreeSeven, Impact, Arial, Helvetica, sans-serif;
	overflow: hidden;
}

div.layout_navigation li
{
	float: left;
}

div.layout_navigation a
{
	font-size: 16px;
	color: #fff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 7px;
	padding-left: 7px;
	line-height: 38px;
	height: 38px;
}

div.layout_navigation a:hover span
{
	color: #F3E101;
	text-decoration: underline;
}

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

li.layout_navigation_selected a span
{
	color: #F3E101;
}


ul.layout_navigation_sub
{
	list-style: none;
	background: #B8B3AA;
	margin: -3px 0 0;
	padding: 0 0 0 17px;
	height: 30px;
}

ul.layout_navigation_sub li
{
	float: left;
}

ul.layout_navigation_sub li a
{
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
}

ul.layout_navigation_sub li a:hover span
{
	color: #F3E101;
	text-decoration: underline;
}

ul.layout_navigation_sub li.layout_navigation_selected a
{
	text-decoration: none;
}

ul.layout_navigation_sub li.layout_navigation_selected a span
{
	font-weight: bold;
	color: #F3E101;
}

div.front
{
	position: relative;
}

div.front_search
{
	width: 685px;
	height: 280px;
	margin-bottom: 20px;
}

div.front_search_1
{
	display: none;
	position: absolute;
	width: 685px;
	height: 280px;
	background: url('../../gfx/front_background1.jpg');
}

div.front_search_2
{
	display: none;
	position: absolute;
	width: 685px;
	height: 280px;
	background: url('../../gfx/front_background2.jpg');
}

div.front_search_3
{
	display: none;
	position: absolute;
	width: 685px;
	height: 280px;
	background: url('../../gfx/front_background3.jpg');
}

div.front_search_4
{
	display: none;
	position: absolute;
	width: 685px;
	height: 280px;
	background: url('../../gfx/front_background4.jpg');
}

div.front_search h1
{
	color: white;
	font-size: 18px;
	font-family: 'KingsCaslonTextRegular', Georgia, 'Times New Roman', Times, serif;
	margin: 0;
}

div.front_search form
{
	position: absolute;
	margin: 0;
	padding: 20px;
	z-index: 2000;
}

div.front_text
{
	width: 190px;
	background: #fff;
	right: 0;
	top: 0;
	height: 260px;
	position: absolute;
	padding: 10px;
}

div.front_text p
{
	margin-top: 0;
}

div.front_puffs
{
	font-size: 0;
	position: relative;
	height: 135px;
}

div.front_puffs a
{
	position: absolute;
	width: 224px;
	height: 135px;
	position: absolute;
	font-family: BureauGrotesqueThreeSeven, Impact, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: white;
	text-decoration: none;
	text-indent: 7px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 30px;
}

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

a.front_about
{
	background: url('../../gfx/puff_brain.jpg');
}

a.front_openaccess
{
	background: url('../../gfx/puff_access.jpg');
	left: 229px;
}

a.front_news
{
	background: url('../../gfx/puff_news.jpg');
	left: 458px;
}

a.front_events
{
	background: url('../../gfx/puff_dna.jpg');
	left: 687px;
}

h1.search_header
{
	font-family: BureauGrotesqueThreeSeven, Impact, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 25px;
	font-weight: normal;
}

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

input.search_form_button
{
	margin: 0;
	padding: 0;
	height: 22px;
	display: inline-block;
	-webkit-appearance: none;
	border: none;
	background: #333;
	color: white;
	padding: 0 10px;
	box-sizing: border-box;
	font-family: Georgia, serif;
	text-transform: uppercase;
	vertical-align: top;
}

p.search_form_text input.portal_searchfield
{
	vertical-align: top;
	margin: 0;
	padding: 0;
	height: 22px;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #aaa;
	width: 400px;
}

p.search_form_text a
{
	margin-left: 10px;
	line-height: 20px;
	display: inline-block;
}


body.ie p.search_form_text input.portal_searchfield
{
	height: 20px;
}

div.search_index p
{	
	font-size: 0;
	margin: 10px -20px 10px 0px;
}

div.search_index a
{
	color: #bbb;
	padding: 0 4px;
	font-size: 12px;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	border-radius: 3px;
}

div.search_index a span
{
	color: #333;
}


a.search_index_selected
{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: #D4CEC5;
}


div.search_index a.search_index_selected span
{
	color: #fff;
	color: #000;
}

p.search_radios
{
	margin: -5px 0 30px 5px;
}

p.search_radios span
{
	display: inline-block;
	margin-right: 10px;
}

p.search_radios input
{
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

p.search_radios label
{
	vertical-align: middle;
	margin-left: 3px;
}

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


p.search_filters
{
	color: #999;
}

p.search_filters a
{
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding: 0 5px;
	border-radius: 3px;
}

a.search_filters_selected
{
	font-weight: bold;
	color: #fff;
	background: #666;
	text-decoration: none;
	background: none;
	background: #D4CEC5;
}

a.search_filters_selected span
{
	color: #fff;
	color: #000;
}

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

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

h2.search_refinement_text
{
	height: 24px;
	margin: 15px 0 0;
	line-height: 24px;
	font-size: 12px;
	padding: 0 10px;
	color: white;
	background: #972023;
	position: relative;
}

p.search_refinement_text
{
	padding: 10px 0 10px 10px;
	background: #F3F3F3;
	margin: 0 0 10px;
}

p.search_refinement_text input.portal_searchfield
{
	vertical-align: top;
	margin: 0;
	padding: 0;
	height: 22px;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #AAA;
	width: 135px;
}

h2.search_refinement
{
	height: 24px;
	margin: 0;
	line-height: 24px;
	font-size: 12px;
	padding: 0 10px;
	color: white;
	background: #972023;
	position: relative;
}

h2.search_refinement a
{
	color: #fff;
	position: absolute;
	right: 10px;
	line-height: 14px;
}

h2.search_refinement a span
{
	color: #fff;
}

div.search_refinement_group
{
	list-style: none;
	padding: 5px 10px;
	background: #F3F3F3;
	margin-bottom: 1px;
}

div.search_refinement_group h3
{
	margin: 1px 0 0px;
	color: #666;
	font-size: 12px;
	cursor: pointer;
}

div.search_refinement_group:hover div.portal_expand_controls a span
{
	color: #972023;
}

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

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

ul.search_refinement em
{
	font-style: normal;
	font-size: 11px;
	color: #999;
	margin-left: 3px;
}

ul.search_refinement a
{
	color: #BBB;
	color: rgba(0, 0, 0, .2);
}

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

ul.search_refinement a.search_refinement_selected,
ul.search_refinement a.search_refinement_selected span
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a.search_refinement_remove
{
	display: block;
	margin-top: 10px;
}

ul.search_refinement_multiple a
{
	padding-left: 19px;
	background: url('../../gfx/checkbox.png') 0 0 no-repeat;
	padding-top: 1px;
	padding-bottom: 3px;	
	margin-left: -20px;
}

ul.search_refinement_multiple li
{
	padding-bottom: 4px;
	padding-left: 20px;
}

ul.search_refinement_multiple a.search_refinement_selected
{
	background-position: 0 -33px; 
}

p.search_refinement_warning
{
	font-style: italic;
	font-size: 11px;
	color: #666;
	margin: 5px 0 0;
}

h1.view_title, div.view_title h2
{
/*	font-family: BureauGrotesqueThreeSeven, Impact, Arial, Helvetica, sans-serif;
	margin: 0;
	font-weight: normal;
	font-size: 32px;
	line-height: 32px;*/
	font-family: 'KingsCaslonTextRegular', Georgia, 'Times New Roman', Times, serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

div.view_title div.rendering_externalorganisation p.type
{
	display: none;
}

p.view_title_type
{
	color: #999;
	font-size: 1em;
	margin: 0px;
}



h2.view_subheader
{
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 5px;
}


div.view_formats h3
{
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0 5px;
}

div.view_formats h3 a
{
	font-weight: normal;
	margin-left: 10px;
}


div.view_summary table
{
	width: 100%;
	margin: 10px 0;
	border-spacing: 0;
}

div.view_summary thead th
{
	text-align: left;
	border-bottom: 1px solid #989693;
}

div.view_summary td
{
	text-align: left;
	border-bottom: 1px solid #D3D1CD;
}


/********** Funding summary ***********/

div.view_funding_summary thead th
{
	text-align: left;
	color: #666;
	white-space: nowrap;
	padding: 2px 4px;
}

div.view_funding_summary tfoot td
{
	border-top: 3px double #D3D1CD;
}

div.view_funding_summary table
{
	width: 100%;
	border-spacing: 0;
	margin: 20px 0;
}

div.view_funding_summary th.percent,
div.view_funding_summary th.total,
div.view_funding_summary tfoot td.percent,
div.view_funding_summary tfoot td.total
{
	text-align: right;
}

div.view_funding_summary th.hesa
{
	border-bottom: 1px solid #989693;
	text-align: left;
	padding: 10px 4px 2px 4px;
}


div.view_funding_summary td.award
{
	text-align: right;
	white-space: nowrap;
}

div.view_funding_summary td
{

	border-top: 1px solid #D3D1CD;
	padding: 2px 4px;
	vertical-align: top;
}

div.view_funding_summary td a { color: #005054; text-decoration: none; }

div.view_relationgraph
{
	margin: 10px 0;
}

div.view_relationgraph p
{
	margin: 0;
}


/********** Publication summary ***********/

div.view_publication_summary thead th
{
	text-align: left;
	color: #666;
	white-space: nowrap;
	padding: 2px 4px;
}

div.view_publication_summary th.year,
div.view_publication_summary th.docs,
div.view_publication_summary th.count
{
	width: 13%;
}

div.view_publication_summary table
{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 20px 0;
}

div.view_publication_summary tr.summary th,
div.view_publication_summary tr.summary td
{
	border-top: 1px solid #D3D1CD;
}

div.view_publication_summary tbody th,
div.view_publication_summary tbody td
{
	text-align: left;
	padding: 2px 4px;
}


div.view_publication_summary th.docs,
div.view_publication_summary td.docs,
div.view_publication_summary th.count,
div.view_publication_summary td.count
{
	text-align: right;
}

div.view_publication_summary a.toggle span
{
	color: #888;
	font-size: 10px;
}

div.view_publication_summary a.toggle:hover span
{
	color: #333;
}


div.view_publication_summary tr.breakdown
{
	display: none;
}

div.view_publication_summary tbody.expanded tr.breakdown
{
	display: table-row;
}

body.ie7 div.view_publication_summary tbody.expanded tr.breakdown
{
	display: block;
}


div.view_publication_summary tbody.expanded
{
	background: #f2efeb;
}

div.view_publication_summary tbody.expanded tr.summary td,
div.view_publication_summary tbody.expanded tr.summary th
{
	border-bottom: 3px double #D3D1CD;
}


/*************** Share **************/


div.view_share
{
	/*
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	*/
	height: 40px;
	background: #E5E2DD;
	background: none;
}

div.view_share ul
{
	list-style: none;
	margin: 5px 0;
	padding: 0;
	float: left;
	font-size: 0;
	height: 30px;
}

div.view_share ul li
{
	display: inline-block;
    margin: 0 10px 0 0;
}

body.ie7 div.view_share ul li,
body.ie6 div.view_share ul li
{
	display: inline;
}

div.view_share ul li a
{
	overflow: hidden;
	white-space: nowrap;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 2px;
}

div.view_share ul li a span
{
	display: none;
}


li.view_share_twitter a
{
	background: url('../../gfx/share.png');
}

li.view_share_twitter a:hover
{
	background-position: 0 -40px;
	background-position: 0 -30px;
}


li.view_share_facebook a
{
	background: url('../../gfx/share.png') -30px 0;
}

li.view_share_facebook a:hover
{
	background-position: -30px -30px;
}


li.view_share_connotea a
{
	background: url('../../gfx/share.png') -60px 0;
}

li.view_share_connotea a:hover
{
	background-position: -60px -30px;
}


li.view_share_delicious a
{
	background: url('../../gfx/share.png') -90px 0;
}

li.view_share_delicious a:hover
{
	background-position: -90px -30px;
}


li.view_share_print a
{
	background: url('../../gfx/share.png') -120px 0;
}

li.view_share_print a:hover
{
	background-position: -120px -30px;
}


li.view_share_mendeley a
{
	background: url('../../gfx/share.png') -150px 0;
}

li.view_share_mendeley a:hover
{
	background-position: -150px -30px;
}

li.view_share_digg a
{
    background: url('../../gfx/internal-digg.jpg') left top;
}

li.view_share_digg a:hover
{
    background-position: left -40px;
}

div.view_share a.addthis_button_compact
{
	padding: 0;
}

span.view_share_more
{
	background: url('../../gfx/share.png') -180px 0;
	overflow: hidden;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-top: 5px;
	padding: 0;
}

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

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

body.ie7 ul.tabs li,
body.ie6 ul.tabs li
{
	display: inline;
}

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

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

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

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

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

ul.tabs li.tabs_disabled a, ul.tabs li.tabs_disabled a:hover
{
	background: none;
    border-style: dashed;
    cursor: default;
    border-color: #aaa;
}

ul.tabs li.tabs_disabled a span
{
    color: #bbb;
    cursor: defualt;
}














ul.tabs
{
	height: auto;
	border: none;
	padding: 0;
}

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

ul.tabs li a:hover
{
	border-color: #666;
	background: #D3D1CD;
}



ul.tabs li.tabs_selected a,
ul.tabs li.tabs_selected a:hover
{
	background: #333C3E;
	border-color: #333C3E;
	height: 20px;
	color: #fff;
	font-weight: normal;
}

ul.tabs li.tabs_selected a span
{
	color: #fff;
}

h3.related
{
	margin: 0;
	line-height: 14px;
	font-size: 12px;
	padding: 5px 10px;
	color: white;
	background: #972023;
}

ul.related
{
	margin: 0;
	padding: 5px 0 10px;
	list-style: none;
	background: #f3f3f3;
}

ul.related li
{
	padding: 5px 10px;
}


ul.related h2
{
}

ul.related span.type_family,
ul.related span.type_classification_parent
{
	display: none;
}


/* not found: classpath:META-INF/resources/style/css/combined/../modules/about.css */a.rss_link
{
	background: url('../../gfx/feed.png');
	display: inline-block;
	height: 14px;
	width: 14px;
	vertical-align: bottom;
	margin: 0 0 -5px 5px;
}

a.rss_link span
{
	display: none;
}

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

div.relationlist_header
{
	position: relative;
	border-bottom: 1px solid #989693;
	line-height: 26px;
}

h2.relationlist
{
	margin: 0;
	font-family: 'KingsCaslonTextRegular', Georgia, 'Times New Roman', Times, serif;
	font-size: 20px;
	font-weight: normal;
}

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

span.relationlist_header_right
{
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
}

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

li.relationlist
{
	padding: 3px 0;
}

p.relationlist
{
	margin: 5px 0;
}

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

div.search_colleges h3
{
	height: 24px;
	margin: 0;
	line-height: 24px;
	font-size: 12px;
	padding: 0 10px;
	color: white;
	background: #EC348F;
}

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

div.search_colleges li
{
	padding-bottom: 1px;
}

div.search_colleges a
{
	display: block;
	height: 75px;
	background: url('../../gfx/colleges.jpg');
	text-decoration: none;
}

div.search_colleges a span
{
	display: block;
	height: 20px;
	line-height: 20px;
	background: #000;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-align: right;
	top: 55px;
	position: relative;
	padding-right: 10px;
}

div.search_colleges a.social_sciences
{
	background-position: 0 -75px;
}

div.search_colleges a.life_sciences
{
	background-position: 0 -150px;
}

div.search_colleges a.central_services
{
	background-position: 0 -225px;
}

div.search_colleges a:hover span
{
	background: #000;
}

div.searchall
{
}


h1.searchall
{
	margin: 0 0 15px;
}

div.searchall_tabs
{
}

h2.searchall
{
	font-family: BureauGrotesqueThreeSeven, Impact, Arial, Helvetica, sans-serif;
	margin: 0;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	border-bottom: 1px solid #989693;
	margin-bottom: 5px;
	margin-top: 30px;
}

h2.searchall a, h2.searchall a span
{
	text-decoration: none;
}

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

div.searchall li.portal_list_item
{
	border-bottom: 1px solid #D3D1CD;
	padding: 3px 0;
}

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

ul.downloads li
{
	position: relative;
	padding: 5px 0px;
	border-bottom: 1px solid #D3D1CD;
}

ul.downloads div.rendering
{
	margin-right: 70px;
}

span.downloads_count
{
	position: absolute;
	right: 5px;
	top: 50%;
	text-align: center;
	margin-top: -14px;
	font-size: 0;
}

span.downloads_count strong
{
	color: #666;
	font-size: 18px;
	display: block;
	line-height: 18px;
	font-weight: normal;
}

span.downloads_count em
{
	font-size: 10px;
	color: #999;
	display: block;
	font-style: normal;
}

h2.downloads
{
	font-size: 20px;
	font-family: 'KingsCaslonTextRegular', Georgia, 'Times New Roman', Times, serif;
	border-bottom: 1px solid #989693;
	margin: 0;
}

p.downloads
{
	margin: 10px 10px 0;
	font-size: 9px;
	color: #999;
}

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

div.downloads_chart h2
{
	margin-bottom: 5px;
}

div.organisations_search_box div.type_filter
{
	display: none;
}

div.theses_submit_left
{
	float: left;
	width: 300px;
}

div.theses_submit_right
{
	margin-left: 300px;
}




div.theses_submit_login h2
{
	background: #FDBE5F;
	margin: 0;
	height: 24px;
	line-height: 24px;
	color: white;
	padding: 0 10px;
	font-size: 12px;
}

div.theses_submit_login form
{
	background: #FCEED7;
	padding: 10px;
	position: relative;
}

div.theses_submit_login form p
{
	margin: 0;
}

div.theses_submit_login p.theses_actions
{
	margin-top: 5px;
}	

div.theses_submit_login label
{
	display: none;
}

div.theses_submit_login input.theses_login
{
	color: white;
	position: absolute;
	right: 109px;
	margin-top: -2px;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #CF7D01), color-stop(1, #FDBE5F) );
	background-image: -moz-linear-gradient(center bottom, #CF7D01 0%, #FDBE5F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FDBE5F', endColorstr='#CF7D01',GradientType=0 );
	border: 1px solid #CF7D01;
	border-color: #E59113 #CF7D01 #B66D00;
	cursor: pointer;
}

div.theses_submit_login span.layout_placeholder
{
	color: #999;
	height: 22px;
	line-height: 22px;
	margin-left: 32px;
	position: absolute;
	font-size: 12px;
}

div.theses_submit_login input.theses_username,
div.theses_submit_login input.theses_password
{
	width: 180px;
	margin-bottom: 5px;
	border: 1px solid #DB5;
	padding: 2px 0 0 30px;
	height: 22px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

div.theses_submit_login input.theses_username
{
	background-image: url('../../gfx/sprite.png');
	background-position: -266px -19px;
}

div.theses_submit_login input.theses_password
{
	background-image: url('../../gfx/sprite.png');
	background-position: -266px -40px;
}

span.theses_logo 
{
	position: absolute;
	top: 11px;
	right: 15px;
	width: 75px;
	height: 61px;
	background: url('../../gfx/sprite.png') -6px -152px;
}

div.theses_submit_login_text
{
	padding: 0 10px;
	font-size: 11px;
	color: #333;
}

div.theses_submit_login_text ul
{
	padding: 0;
	margin: 5px 0 10px 30px;
}

/************** Latest **************/

div.theses_latest
{
}

h2.theses_latest
{
	height: 24px;
	margin: 0;
	line-height: 24px;
	font-size: 12px;
	padding: 0 10px;
	color: white;
	background: #01B4DD;
}

div.theses_latest ol.portal_list
{
	padding: 5px 10px;
}

div.theses_latest li.portal_list_item
{
	padding: 5px 0;
}

/************** Downloads **************/

div.theses_downloads
{
}

h2.theses_downloads
{
	height: 24px;
	margin: 0;
	line-height: 24px;
	font-size: 12px;
	padding: 0 10px;
	color: white;
	background: #EE237C;
}

div.theses_downloads ol.portal_list
{
	padding: 5px 10px;
}

div.theses_downloads li.portal_list_item
{
	padding: 5px 0;
	position: relative;
}

div.theses_downloads div.rendering
{
	margin-right: 70px;
}


/************ Blocks ***********/

h2.theses_block
{
	height: 24px;
	margin: 0;
	line-height: 24px;
	font-size: 12px;
	padding: 0 10px;
	color: white;
	background: #73BB4D;
}

div.theses_block
{
	padding: 0 10px;
	font-size: 11px;
	color: #333;
}

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


div.theses_submit_text
{
	padding: 0 10px 0px 10px;
	font-size: 11px;
	color: #333;
}

div.persons_photo
{
	float: right;
	padding-left: 15px;
}

div.persons_photo img
{
	width: 200px;
}

div.persons_activities h3,
h2.person_thesis
{
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0 5px;
	color: #333;
}

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

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


div.persons_supervision li.portal_list_item
{
	border: none;
	margin-bottom: 5px;
}

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

/* Researcher list */
#person_search_body div.rendering_person_short {
    background: url(../../gfx/bullet.png) 0 10px no-repeat;
    padding-left: 15px;
    padding-bottom: 15px;
}
#person_search_body div.rendering_person_short h2.title {
    font-size: 14px;
    margin-bottom: 5px;
}

div.hide_navigation div.portal_navigator_bottom { display: none; }

div.statistics h1
{
	font-family: BureauGrotesqueThreeSeven, Impact, Arial, Helvetica, sans-serif;
	margin: 0;
	font-weight: normal;
	font-size: 32px;
	line-height: 32px;
}

div.statistics h2
{
	font-family: BureauGrotesqueThreeSeven, Impact, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 40px 0 15px;
}

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

div.keywords_box
{
}

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


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

a.keywords_selected, div.keywords_level a.keywords_selected:hover
{
	background: #333;
	color: #fff;
	text-decoration: none;
}

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

@media print {
	
	body
	{
		background: #fff;
	}
	
	div.layout_middle
	{
		background: none;
	}
	
	div.layout_base
	{
		width: auto;
		margin: 0;
	}
	
	div.layout_bottom,
	div.view_share,
	div.view_relationgraph,
	div.layout_top,
	div.layout_navigation,
	ul.layout_navigation_sub,
	div.search_refinement,
	p.layout_export
	{
		display: none;
	}
	
	div.layout_middle
	{
		padding: 0;	
	}
	
	div.layout_split_left,
	div.layout_split_right
	{
		float: none;
		margin: 0;
		width: auto;
		min-height: 0;
	}
	
	h3.related
	{
		background: none;
		color: #000;
		padding: 0;
		font-family: 'KingsCaslonTextRegular', Georgia, 'Times New Roman', Times, serif;
		font-size: 20px;
		font-weight: bold;
		margin: 20px 0 0;
	}
	
	ul.related
	{
		background: none;
	}
	
	ul.related li
	{
		padding: 5px 0;
	}
	
	a.portal_link,
	.rendering a.link
	{
		text-decoration: none;
	}
	
	a.portal_link span,
	.rendering a.link span
	{
		color: #000;
	}
}

