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

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

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

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

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

.common_component_error
{
	color: red;
}

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

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

.common_wrap_floats {
	overflow: hidden;	
}

.common_hidden {
	display: none;		
}

.common_padding {
	padding: 8px;	
}

.commom_padding_right {
	padding-right: 8px;	
}

.common_upperCase {
	text-transform: uppercase;	
}

/* Utility Classes */

.common_linespaceDown {
	padding-bottom: 6px;	
}

.common_linespaceUp {
	padding-top: 6px;	
}

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

.common_rightAlign {
	text-align: right;	
}

.common_ellipsis {
	text-overflow: ellipsis;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


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

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

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


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


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

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


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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

div.rendering_personalinfocurriculumvitaeblock
{
	overflow: hidden;
}

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

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

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

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

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


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

div.portal_navigator_group_1
{
	color: #666;
}

div.portal_navigator_group_2
{
	color: #aaa;
}

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

div.portal_navigator_empty {	
}

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

span.portal_navigator_subsets strong
{
	color: #000;
}

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

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

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

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

div.portal_navigator_ordering
{
	float: right;
}

div.portal_navigator_rss
{
	float: right;
}

div.portal_navigator_viewselector_control {
	float: right;
}

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

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

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

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

div.portal_navigator_viewselector li {
	float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

div.portal_navigator_window_and_pagesize {
	float: left;	
}

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

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

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

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

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

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

div.portal_navigator_rendering
{
	float: right;
}

span.portal_navigator_window
{
}

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

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

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

.portal_navigator_previous
{
}

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

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

.portal_navigator_next
{
}

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

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

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

span.portal_navigator_paging
{
	vertical-align: top;
}

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

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

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

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

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

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

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

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



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

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

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

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

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

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


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

div.portal_navigator_popup_content a span { 
	cursor: pointer;
}

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

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

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

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

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

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

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

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

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


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





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

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

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

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

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

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

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

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

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

div.portal_columns_body
{
	width: 100.9%;
}

div.portal_columns_column
{
	float: left;
}

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

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

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

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

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

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

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

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

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

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

div.portal_hd_item
{
	overflow: hidden;
}

div.portal_hd_body
{
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

div.portal_hierarchical_popup {
	text-align: left;	
}

div.portal_hierarchical_popup_wrapper {	
}

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

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

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

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

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

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

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

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

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

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

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

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

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


body.portal_hierarchical_popup_visible select {
	visibility: hidden;
}


/** Checkbox variant **/

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

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

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

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

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

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

.rendering a.link
{
	color: #ddd;
}

.rendering a.link span
{
	color: #2971A7;
}

.rendering a.link:hover
{
	color: #2971A7;
}

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

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

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

div.rendering h2 a.link span
{
	color: #2971A7;
}

div.rendering h2 a.link:hover
{
	text-decoration: underline;
	color: #ddd;
}

div.rendering_short a.link
{
	color: #ddd;
}

div.rendering_short a.link span
{
	color: #006600;
}

div.rendering_short a.link:hover
{
	color: #006600;
}



div.rendering_versioneddocumentandlinkextensionanddoiwithimagesportal, div.rendering_documentextensionwithimagesportal, div.rendering_linkextensionportal, div.rendering_versioneddocumentextensionwithimagesportal
{
	margin: 10px;
}

div.rendering_versioneddocumentandlinkextensionanddoiwithimagesportal h3, div.rendering_documentextensionwithimagesportal h3, div.rendering_linkextensionportal h3, div.rendering_versioneddocumentextensionwithimagesportal h3
{
	margin: 0;
}

div.rendering_documentextensionwithimagesportal li, div.rendering_versioneddocumentandlinkextensionanddoiwithimagesportal ul.documents li, div.rendering_versioneddocumentextensionwithimagesportal li
{
	padding-left: 30px;
	background: url('../../gfx/file_icon.png') left top no-repeat;
	min-height: 26px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

div.rendering_linkextensionportal li, div.rendering_versioneddocumentandlinkextensionanddoiwithimagesportal ul.links li, div.rendering_versioneddocumentextensionwithimagesportal li
{
	padding-left: 30px;
	background: url('../../gfx/sprite.png') -476px -184px no-repeat;
	min-height: 26px;
	margin-bottom: 5px;
}

div.rendering_versioneddocumentandlinkextensionanddoiwithimagesportal ul.digital_object_identifiers li
{
	padding-left: 30px;
	background: url('../../gfx/sprite.png') -163px -132px no-repeat;
	min-height: 26px;
	margin-bottom: 5px;
}

div.rendering_versioneddocumentandlinkextensionanddoiwithimagesportal ul.documents li.photo, div.rendering_documentextensionwithimagesportal ul.relations li.photo, div.rendering_versioneddocumentextensionwithimagesportal li.photo
{
	padding-left: 0px;
	background: none;
	overflow: hidden;
}

div.rendering_versioneddocumentandlinkextensionanddoiwithimagesportal img, div.rendering_documentextensionwithimagesportal img, div.rendering_versioneddocumentextensionwithimagesportal img
{
	width: 100px;
	float: left;
	margin-right: 10px;
}

div.rendering_versioneddocumentandlinkextensionanddoiwithimagesportal p.rights {
    margin-top: 3px;
    color: #777;
}


/** Hide DOI in research output details **/

div.rendering_researchoutput_detailsportal tr.digital_object_identifiers
{
	display: none;
}

/** Hide organisation type **/

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



div.rendering_dundeepersonnameportal h2
{
	font-size: 18pt;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
}
div.rendering_dundeepersonnameportal h2 span.postnominals {
	font-size: 11pt;
	display: block;
}
div.rendering_dundeepersonnameportal h2 p {
	margin: 5px 0;
}

/** Research output **/

div.rendering_researchoutput_detailsportal
{
	overflow: hidden;
}

div.rendering_researchoutput_associatesauthorsclassifiedsummarizedlistportal ul.relations
{
	margin-bottom: 15px;
}

div.rendering_researchoutput_associatesauthorsclassifiedsummarizedlistportal li
{
	margin-bottom: 2px;
}

div.rendering_researchoutput_associatesorganisationsportal ul.relations
{
	margin-bottom: 15px;
}

div.rendering_researchoutput_associatesorganisationsportal li
{
	margin-bottom: 2px;
}

div.rendering_researchoutput_abstractportal
{
	line-height: 16px;
	color: #333;
}


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

div.rendering_organisation_profileinformation h3
{
	display: none;
}

div.rendering_researchoutput_openaccesspermissionportal {
    margin: 10px;
}
div.rendering_researchoutput_openaccesspermissionportal p {
    background: url('../../gfx/open-access-logo.png') left top no-repeat;
    line-height: 26px;
    padding-left: 30px;
    margin-top: 10px;
}

div.rendering_dataset.rendering_linkextensionportal li {
	padding-left: 0px;
	background: none;
	min-height: 0px;
}

div.rendering_dataset.rendering_linkextensionportal {
	margin: 10px 0 0;
}

div.rendering_dataset div.rendering_datasetdocumentportal li, div.rendering_dataset_datasetdocumentportal li
{
	padding-left: 30px;
	background: url('../../gfx/file_icon.png') left top no-repeat;
	min-height: 26px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

a.portal_link
{
	color: #ddd;
}

a.portal_link span
{
	color: #2971A7;
}


div.portal_navigator_result li.portal_list_item
{
	padding: 0 2px;
}

div.portal_navigator_result li.portal_list_item_group
{
	padding: 2px 3px;
}

a.portal_navigator_next, a.portal_navigator_previous
{
	color: #ddd;
	display: inline;
}

a.portal_navigator_next span, a.portal_navigator_previous span
{
	color: #2971A7;
}

span.portal_navigator_previous_disabled, span.portal_navigator_next_disabled
{
	color: #999;
}


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

div.core_filter
{
	margin: 5px 0;
}

html
{
	min-height: 100%;
}

body
{
	background: linear-gradient(bottom, rgb(255,255,255) 0%, #737373 100%);
	background: -ms-linear-gradient(bottom, rgb(255,255,255) 0%, #737373 100%);
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(255,255,255)),
	    color-stop(1, #737373)
	);
	background-image: -moz-linear-gradient(center bottom, rgb(255,255,255) 0%, #737373 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#737373', endColorstr='#ffffff',GradientType=0 );
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana,sans-serif;
	font-size: 12px;
}

div.layout_base
{
	width: 960px;
	margin: 0 auto 20px;
	background: #fff;
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
}

div.layout_top
{
	height: 105px;
	position: relative;
	background: #000;
}

div.layout_top a span
{
	display: none;
}

p.layout_top_discovery
{
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}

p.layout_top_discovery a
{
	position: absolute;
	width: 266px;
	height: 82px;
	background:  url('../../gfx/sprite.png');
	left: 20px;
	top: 10px;
}

p.layout_top_centre
{
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}

p.layout_top_centre a
{	
	position: absolute;
	width: 516px;
	height: 48px;
	right: 20px;
	top: 20px;
	background: url('../../gfx/sprite.png') 0 -250px;
}

div.layout_top form
{
	position: absolute;
	right: 10px;
	bottom: 10px;
	margin: 0;
}

div.layout_top form p
{
	margin: 0;
}

input.layout_top_query
{
	vertical-align: middle;
	background: #000;
	border: 1px solid #888;
	color: #fff;
	height: 22px;
	padding: 2px 2px 0 24px;
	-webkit-appearance: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 3px;
	background: url('../../gfx/sprite.png') -266px -61px;
}

div.layout_top span.layout_placeholder
{
	position: absolute;
	color: #aaa;
	height: 22px;
	line-height: 22px;
	margin-left: 28px;
}

input.layout_top_submit
{
	border: none;
	background: transparent;
	color: #fff;
	text-decoration: underline;
	padding: 0;
	cursor: pointer;
}

div.layout_bar
{	
	height: 13px;
	font-size: 0;
	background:  url('../../gfx/sprite.png') 0 -82px repeat-x;
}

div.layout_middle
{
	overflow: hidden;
	min-height: 400px;
}

/***************** Split layout *********************/

div.layout_split_left
{
	float: left;
	width: 600px;
}

div.layout_split_right
{
	width: 360px;
	float: right;
}


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



div.layout_navigation
{
}

div.layout_navigation ul
{
	height: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}	

ul.layout_navigation_main
{
	background: linear-gradient(bottom, #2E2E2E 0%, #646464 100%);
	background: -ms-linear-gradient(bottom, #2E2E2E 0%, #646464 100%);
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #2E2E2E),
	    color-stop(1, #646464)
	);
	background: -moz-linear-gradient(bottom, #2E2E2E 0%, #646464 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#2E2E2E',GradientType=0 );
    background-color: #2E2E2E;
}

ul.layout_navigation_main li.layout_navigation_selected
{
    background: linear-gradient(bottom, #76BA4D 0%, #9ae26e 100%);
    background: -ms-linear-gradient(bottom, #76BA4D 0%, #9ae26e 100%);
    background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #76BA4D),
	    color-stop(1, #9ae26e)
	);
    background: -moz-linear-gradient(bottom, #76BA4D 0%, #9ae26e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ae26e', endColorstr='#76BA4D',GradientType=0 );
    background-color: #76BA4D;
}

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

div.layout_navigation a.portal_link
{
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	display: inline-block;
	height: 24px;
	font-size: 12px;
}

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




ul.layout_navigation_sub
{
	background: #76BA4D;
}

ul.layout_navigation_sub li a
{
	cursor: pointer;
	height: 24px;
}

ul.layout_navigation_sub li span
{
	display: inline-block;
	line-height: 18px;
	border-radius: 13px;
}

ul.layout_navigation_sub li.layout_navigation_selected a
{
	padding: 0 3px;
}

ul.layout_navigation_sub li.layout_navigation_selected span
{
	background: #488126;
	padding: 0 7px;
}


/******************** Bottom *******************/

div.layout_bottom
{
	background: #000;
	height: 24px;
	color: #fff;
}

div.layout_bottom a.portal_link, div.layout_bottom a.portal_link span
{
	text-decoration: none;
	color: #fff;
}

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

div.layout_bottom p
{
	height: 24px;
	margin: 0;
	line-height: 24px;
	padding: 0 10px;
}

p.layout_bottom_left
{
	float: left;
}

p.layout_bottom_right
{
	float: right;
}


/**************** Error *****************/

div.layout_error
{
	padding: 10px;
}

div.layout_error h1
{
	margin: 0;
}


/*********** global ************/

div.layout_global
{
	background: #0F59A8;
	border-bottom: 1px solid #458;
	margin-bottom: 30px;
	height: 30px;
}

div.layout_global_body
{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

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

div.layout_global li
{
	display: inline-block;
	height: 30px;
	vertical-align: top;
}

div.layout_global li a
{
	display: inline-block;
	padding: 0 3px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

div.layout_global li.layout_global_logo a
{
	width: 196px;
	padding: 0;
	text-indent: -1000px;
	background: url('../../gfx/sprite.png') 0 -226px;
	height: 24px;
	margin-top: 3px;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
	margin-right: 5px;
}

div.layout_global form
{
	margin: 0;
	position: absolute;
	right: 0;
	top: 4px;
}

div.layout_global form label
{
	display: none;
}

input.layout_global_text
{
	vertical-align: top;
	height: 21px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

input.layout_global_submit
{
	height: 21px;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #1F3E7F;
	border: none;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	color: #F1F1F1;
	padding: 2px 4px;
	text-decoration: underline;
	font-size: 13px;
}

div.front_top
{
	overflow: hidden;
}

div.front_bottom
{
	overflow: hidden;
}

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

div.front_column
{
	width: 320px;
	float: left;
	padding-bottom: 20px;
}

h2.front_column
{
	margin: 0;
	height: 24px;
	line-height: 24px;
	color: #fff;
	padding: 0 10px;
	font-size: 12px;
}

div.front_left h2.front_column
{
	background: #73BB4D;
}

div.front_left form
{
	background: #C9E5B9;
}


div.front_center h2.front_column
{
	background: #00B0D9;
}

div.front_right h2.front_column
{
	background: #FDBE5F;
}

div.front_bottom h2.front_column
{
	background: #EE237C;
}


/************* Thesis login ***********/
/*
form.front_thesis
{
	background: #FCEED7;
	position: relative;
}



div.front form label
{
	display: none;
}

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

form.front_thesis input.front_login
{
	color: #fff;
	position: absolute;
	right: 108px;
	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;
}

form.front_thesis p.front_thesis_actions
{
	margin-top: 5px;
}


input.front_login_field
{
	width: 200px;
	margin-bottom: 5px;
	border: 1px solid #db5;
	padding: 2px 0 0 30px;
	height: 22px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

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

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

form.front_thesis span.layout_placeholder
{
	color: #999;
	height: 22px;
	line-height: 22px;
	margin-left: 32px;
	position: absolute;
	font-size: 12px;
}
*/
/**************** Form ****************/

div.front form
{
	padding: 10px 0 10px 10px;
	margin: 0;
}

div.front form p
{
	margin: 0;
}

div.front form p.front_advanced
{
	margin-top: 5px;
	font-size: 12px;
}

div.front form a.portal_link
{
	text-decoration: underline;
	color: #075D9A;
}

div.front form a.portal_link:hover
{
	text-decoration: none;
	color: #075D9A;
}

div.front form h3
{
	margin: 0 0 10px;
}

form.front_search
{
	font-size: 0;
}

input.front_search_text
{
	vertical-align: top;
	width: 240px;
	background: url('../../gfx/sprite.png') -266px 0px;
	border: 1px solid #5b5;
	padding: 2px 0 0 24px;
	height: 22px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

input.front_search_button
{
	vertical-align: top;
	margin-left: 5px;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #76BA4D),
	    color-stop(1, #9ae26e)
	);
	background-image: -moz-linear-gradient(center bottom, #76BA4D 0%, #9ae26e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ae26e', endColorstr='#76BA4D',GradientType=0 );
	border: 1px solid #5b5;
	border-color: #5cc65c #5b5 #393;
	height: 22px;
	color: #fff;
	cursor: pointer;
}

form.front_search span.layout_placeholder
{
	color: #999;
	height: 22px;
	line-height: 22px;
	margin-left: 28px;
	position: absolute;
	font-size: 12px;
}

/************ Stuff ***********/

div.front_featured
{
	padding: 10px;
}

div.front_featured h2.title a span
{
	color: #000;
}

div.front_text
{
	font-size: 11px;
	color: #333;
}	

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

div.front_text ul
{
	margin: 5px 0;
}

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

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

ul.front_latest li
{
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}



/**************** News ***************/

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

li.front_news
{
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}

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

div.front_news_text
{
	margin-top: 5px;
	font-size: 11px;
}

ul.front_news div.feedflare
{
	display: none;
}

h3.front_news
{
	margin: 0;
	font-size: 11px;
	font-weight: normal;
}

ul.front_news a span
{
	color: #333;
	font-weight: bold;
}


ul.front_news a
{
	text-decoration: none;
}

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

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

div.front ul.downloads
{
	margin: 5px 10px;
}

form.search_box
{
	padding: 10px;
	margin: 0;
	background: #ddd;
}

form.search_box select.type_select
{
	width: 300px;
}

div.search_body
{
	padding: 5px;
}


h3.search_box_header
{
	height: 24px;
	margin: 0;
	line-height: 24px;
	font-size: 12px;
	padding: 0 10px;
	color: #fff;
	background: #73BB4D;
}

h1.search_header
{
	height: 24px;
	margin: 0;
	line-height: 24px;
	font-size: 12px;
	padding: 0 10px;
	color: #fff;
	background: #01B4DD;
}

p.search_form_text
{
	margin: 0;
}

p.search_form_text input.portal_searchfield
{
	width: 220px;
}

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

div.search_index
{
	padding: 0 10px;
}

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

div.search_index a
{
	margin-right: 2px;
}

a.search_index_selected
{
	font-weight: bold;
	text-decoration: none;
}

a.search_index_selected span
{
	color: #000;
}

/************* Tiles ************/

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

div.search_tiles li
{
	float: left;
	width: 50%
}

div.search_tiles a
{
	display: block;
	height: 130px;
	background: yellow;
	position: relative;
	text-decoration: none;
	margin: 5px 0 0 5px;
}

div.search_tiles a span
{
	display: block;
	position: relative;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.5);
	top: 100px;
	font-size: 9pt;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	color: #fff;
}

div.search_tiles li.search_tiles_publicengagement a
{
	background: #EC348F url('../../gfx/public-engagement-and-outreach.jpg') no-repeat;
}

div.search_tiles li.search_tiles_publicengagement a:hover
{
	background-color: #d42f81;
}

div.search_tiles li.search_tiles_award a
{
	background: #87C363 url('../../gfx/awards.jpg') no-repeat;
}

div.search_tiles li.search_tiles_award a:hover
{
	background-color: #75a856;
}

div.search_tiles li.search_tiles_conferenceparticipation a
{
	background: #87C363 url('../../gfx/conference-participation.jpg') no-repeat;
}

div.search_tiles li.search_tiles_conferenceparticipation a:hover
{
	background-color: #75a856;
}

div.search_tiles li.search_tiles_externalacademicengagement a
{
	background: #FAC977 url('../../gfx/external-academic-engagement.jpg') no-repeat;
}

div.search_tiles li.search_tiles_externalacademicengagement a:hover
{
	background-color: #e0b66c;
}

div.search_tiles li.search_tiles_ongoingeditorialwork a
{
	background: #39BDDF url('../../gfx/editorial-work-or-peer-review-of-publications.jpg') no-repeat;
}

div.search_tiles li.search_tiles_ongoingeditorialwork a:hover
{
	background-color: #33a7c4;
}

div.search_tiles li.search_tiles_businessandcommunity a
{
	background: #EC348F url('../../gfx/business-and-community.jpg') no-repeat;
}

div.search_tiles li.search_tiles_businessandcommunity a:hover
{
	background-color: #d42f81;
}


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

div.search_latest
{
}

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

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

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

/******** Recently published ********/

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

div.search_recentlypublished_photo
{
	float: left;
	width: 60px;
}

div.search_recentlypublished_photo_placeholder
{
	height: 75px;
	background: url('../../gfx/sprite.png') -91px -139px;
}

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

li.search_recentlypublished
{
	overflow: hidden;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}

li.search_recentlypublished div.rendering
{
	margin-left: 70px;
}

div.search_recentlypublished_photo span
{
	width: 60px;
	overflow: hidden;
	display: block;
}

div.search_recentlypublished_photo img
{
	width: 60px;
	-ms-interpolation-mode: bicubic;
}


/***** Cloud *****/

p.search_cloud
{
	text-align: center;
	padding: 0 10px;
	line-height: 18px;
}

p.search_cloud a span
{
	padding: 0 3px;
}

a.search_cloud_0 span
{
	font-size: 9px;
	color: #929da5;
}

a.search_cloud_1 span
{
	font-size: 10px;
	color: #7c94a6;
}

a.search_cloud_2 span
{
	font-size: 11px;
	color: #648aa6;
}

a.search_cloud_3 span
{
	font-size: 13px;
	color: #4d80a6;
}

a.search_cloud_4 span
{
	font-size: 15px;
	color: #3d79a6;
}

a.search_cloud_5 span
{
	font-size: 20px;
}

p.search_cloud a:hover span
{
	color: #73BB4D;
}

div.view_body
{
	padding: 10px;
}


h1.view_title
{
	min-height: 18px;
	margin: 0;
	line-height: 18px;
	font-size: 12px;
	padding: 3px 10px;
	color: #fff;
	background: #01B4DD;
}

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

div.view_formats h3
{
	font-size: 11px;
	margin: 0;
}

div.view_formats div.rendering
{
	margin-bottom: 10px;
}

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

div.view_title h2.title
{
	font-size: 18px;
}

h2.view_subheader
{
	margin: 0;
	font-size: 12px;
	color: #333;
}

div.view_share
{
	float: right;
	width: 150px;
}

/** Business card **/

div.view_businesscard
{
	background: url('../../gfx/businesscard.jpg')
}

div.view_businesscard_body
{
	padding: 20px;
	min-height: 160px;
}

div.view_businesscard_end
{
	height: 10px;
	font-size: 0;
	background: url('../../gfx/businesscard.jpg') 0 100%;
}

div.view_businesscard_photo
{
	float: left;
	width: 120px;
	height: 160px;
	overflow: hidden;
}

div.view_businesscard_photo img
{
	width: 120px;
	-ms-interpolation-mode: bicubic;
}

div.view_businesscard_text
{
	margin-left: 140px;
}


/**** Sidebar relations *****/

div.view_sidebar_relations div.relationlist_header
{
	border: none;
}

div.view_sidebar_relations div.relationlist
{
	margin: 0;
}

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

div.view_sidebar_relations h2.relationlist a
{
	text-decoration: none;
}

div.view_sidebar_relations h2.relationlist a span
{
	color: #fff;
}

div.view_sidebar_relations ul.relationlist li
{
	padding: 5px 10px;
}

div.view_sidebar_relations p.relationlist
{
	padding: 0 10px;
}

ul.tabs
{
    border-bottom: 1px solid #E6E6E6;
    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;
}

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

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

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

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

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

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

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

h3.related
{
	height: 24px;
	margin: 0;
	line-height: 24px;
	font-size: 12px;
	padding: 0 10px;
	color: #fff;
	background: #EE237C;
}

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

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

div.about
{
	padding: 10px;
	font-size: 11px;
}

div.about h1
{
	margin: 0 0 20px;
}

a.rss_link
{
	background: url('../../gfx/sprite.png') 0 -95px;
	display: inline-block;
	height: 14px;
	width: 14px;
	vertical-align: bottom;
	margin: 0 0 -5px 5px;
}

a.rss_link span
{
	display: none;
}

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

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

div.relations_header > .subheader
{
	margin-bottom: 0px;
}

div.relationlist
{
	margin-top: 20px;

}

div.relationlist_header
{
	position: relative;
	border-bottom: 1px solid #eee;
	line-height: 20px;
	margin-bottom: 0px;
}

h2.relationlist
{
	margin: 0;
	font-size: 12px;
}

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.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
{
	padding: 10px;
}


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

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

h2.searchall
{
	font-size: 12px;
	border-bottom: 1px solid #eee;
	line-height: 16px;
	position: relative;
	color: white;
background: #01B4DD;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
}

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

h2.searchall strong
{
	position: absolute;
	right: 5px;
	font-size: 11px;
	color: #fff;
}

div.searchall ol.portal_list
{
	padding-left: 5px;
}

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

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

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

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

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

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

h2.downloads
{
	font-size: 12px;
	border-bottom: 1px solid #eee;
	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;
}

