/* 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, div.workspace_filters_popup a.workspace_filters_item_link span.dimmed
{
	color: #999;
}

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

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

div.rendering span.badge, a.workspace_filters_item_link 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, a.workspace_filters_item_link 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;	
}

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

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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

div.rendering_personalinfocurriculumvitaeblock
{
	overflow: hidden;
}

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

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

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

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

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


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

div.portal_navigator_group_1
{
	color: #666;
}

div.portal_navigator_group_2
{
	color: #aaa;
}

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

div.portal_navigator_empty {	
}

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

span.portal_navigator_subsets strong
{
	color: #000;
}

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

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

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

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

div.portal_navigator_ordering
{
	float: right;
}

div.portal_navigator_rss
{
	float: right;
}

div.portal_navigator_viewselector_control {
	float: right;
}

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

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

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

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

div.portal_navigator_viewselector li {
	float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

div.portal_navigator_window_and_pagesize {
	float: left;	
}

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

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

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

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

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

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

div.portal_navigator_rendering
{
	float: right;
}

span.portal_navigator_window
{
}

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

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

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

.portal_navigator_previous
{
}

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

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

.portal_navigator_next
{
}

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

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

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

span.portal_navigator_paging
{
	vertical-align: top;
}

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

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

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

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

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

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

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

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



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

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

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

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

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

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


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

div.portal_navigator_popup_content a span { 
	cursor: pointer;
}

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

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

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

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

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

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

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

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

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


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





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

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

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

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

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

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

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

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

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

div.portal_columns_body
{
	width: 100.9%;
}

div.portal_columns_column
{
	float: left;
}

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

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

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

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

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

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

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

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

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

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

div.portal_hd_item
{
	overflow: hidden;
}

div.portal_hd_body
{
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

div.portal_hierarchical_popup {
	text-align: left;	
}

div.portal_hierarchical_popup_wrapper {	
}

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

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

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

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

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

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

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

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

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

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

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

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

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


body.portal_hierarchical_popup_visible select {
	visibility: hidden;
}


/** Checkbox variant **/

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

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

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

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

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



ul.portal_carousel
{
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}

li.portal_carousel
{
	margin-left: 0%;
	padding: 0px;
	width: 100%;
}

li.portal_carousel div.rendering
{
	padding: 10px;
}

div.portal_carousel_header
{
	background: #eee;
	font-size: 0;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	position: relative;
}

div.portal_carousel_header h2
{
	font-size: 14px;
	margin: 0;
}

span.portal_carousel_navigation
{
	position: absolute;
	right: 10px;
	height: 16px;
	top: 9px;
	line-height: 0;
}

a.portal_carousel_next
{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	background: url('../../../core/style/icons/monochrome/rounded_arrow_right.png');
}

a.portal_carousel_previous
{
	vertical-align: middle;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../../../core/style/icons/monochrome/rounded_arrow_left.png');
}

a.portal_carousel_next:hover, a.portal_carousel_previous:hover
{
	background-position: 0 -16px;
}

/************* Paper variant **************/

div.portal_carousel_paper li.portal_carousel
{
	background: url('../../../core/style/gfx/portal_carousel_bg_paper.png');
}

div.portal_carousel_paper ul.portal_carousel
{
	background: url('../../../core/style/gfx/portal_carousel_bg_paper.png');
	border-bottom: 1px solid #E9E9E9;
}

div.portal_carousel_paper div.portal_carousel_header
{
	background: url('../../../core/style/gfx/portal_carousel_footer_paper.png');
}

div.portal_carousel_paper div.portal_carousel_header h2
{
	font-family: Georgia, serif;
	color: #333;
}

div.portal_carousel_paper div.portal_carousel_footer
{
	background: url('../../../core/style/gfx/portal_carousel_footer_paper.png') 0 bottom;
	padding: 5px 10px;
	text-align: right;
}

div.portal_disclosure_body
{
	overflow: hidden;
	padding-left: 18px;
	min-height: 18px;
}

div.portal_disclosure_closed {
	padding: 1px 0;	
}

div.portal_disclosure_opened
{
	padding: 1px 0;
	visibility: hidden;
	overflow: hidden;
	height: 0;
}

a.portal_disclosure
{
	position: absolute;
	width: 17px;
	height: 17px;
	outline: none;
	cursor: default;
}

a.portal_disclosure span
{
	margin: 3px 0px 0px 2px;
	float: left;
	width: 11px;
	height: 11px;
	background: url('../../../core/style/gfx/disclosure.gif');
}

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

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

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

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

div.portal_showmore_body
{
	overflow: hidden;
}

div.portal_showmore_open div.portal_showmore_body {
	overflow: visible;
	max-height: none;
}

a.portal_showmore_hide {
	display: none;	
}

div.portal_showmore_open div.portal_showmore_show {
	display: none;
}

div.portal_showmore_open a.portal_showmore_hide {
	display: inline;
}

div.portal_showmore_show
{
	padding-top: 5px;
}

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

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

/* layout.css */
body {
    background: #f0f0f0;
    color: #666;
    font: 11px Arial, 'HelveticaNeue-Roman', Helvetica, Tahoma, Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

/***********************
* Building blocks
************************/

#wrapper {
    width: 970px;
    margin: 0 auto;
}

#page {
    background: url(../../gfx/page_wrapper.png) top center repeat-y;
    padding: 0 4px;
}

div.page_indent {
    padding: 15px;
}

.indent {
    padding-left: 15px;
    padding-right: 15px;
}

/***********************
* Various layout
************************/

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

div.textblock {
    margin: 10px 0;
    font-size: 12px;
}

.displaynone {
    display: none;
}

.normal {
    font-weight: normal;
    font-style: normal;
}

.arrow_right {
    background: url(../../gfx/icon_smallarrow.png) right center no-repeat;
    padding-right: 10px;
}

div.blue_container {
    background: #f7f9fd;
    border-bottom: 1px solid #dee2ec;
    text-shadow: 1px 1px 0 #fff;
    padding: 15px;
    position: relative;
}

div.blue_box {
    background: #fff;
    border: 1px solid #dee2ec;
    border-top: 2px solid #818dab;
    margin-bottom: 18px;
    -webkit-box-shadow: 0px 2px 1px 0px #eeeeee;
    box-shadow: 0px 2px 1px 0px #eeeeee;
}

div.info_message {
    font: italic 14px Georgia, "Times", "Times New Roman";
    text-align: center;
    padding: 20px 0;
}

p.notice {
    font-size: 10px;
    font-style: italic;
    color: #999;
}

/***********************
* Download statistics
************************/

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

ul.download_statistics li {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    overflow: hidden;
}

ul.download_statistics li div {
    float: left;
}

ul.download_statistics li span.downloads_count {
    float: right;
    background: #f3f3f3;
    padding: 10px;
    margin-left: 20px;
    text-align: center;
    width: 60px;
    border-bottom: 1px solid #eee;
    text-transform: lowercase;

    border-radius: 5px;
}

ul.download_statistics li span.downloads_count strong {
    font-size: 18px;
}

/***********************
* Background on organisation list
************************/

div.organisation_region_background {
    background: url(../../gfx/region_map.png) 100% 10px no-repeat;
    min-height: 520px;
}

/***********************
* Various colors
************************/

.green {
    color: #008a6a;
}

.lightblue {
    color: #818dab
}

.dimmed, .gray {
    color: #999;
}

/* global.css */

/***********************
* Global page title
************************/

div.page_title {
	padding-left: 40px;
}
div.page_title h2 { margin-bottom: 0; }
div.page_title p.description { margin-top: 3px;}

div.page_title.for_publications { background: url(../../gfx/icon_publications_large.png) 0 5px no-repeat; }
div.page_title.for_projects { background: url(../../gfx/icon_projects_large.png) 0 5px no-repeat; }
div.page_title.for_persons { background: url(../../gfx/icon_persons_large.png) 0 5px no-repeat; }
div.page_title.for_experts { background: url(../../gfx/icon_expert_large.png) 0 5px no-repeat; }
div.page_title.for_organisations { background: url(../../gfx/icon_house_large.png) 0 5px no-repeat; }
div.page_title.for_activities { background: url(../../gfx/icon_calendar_large.png) 0 5px no-repeat; }
div.page_title.for_searchall { background: url(../../gfx/icon_magnifier_large.png) 0 5px no-repeat; }
div.page_title.for_statistics { background: url(../../gfx/icon_graph_large.png) 0 5px no-repeat; }
div.page_title.for_journals { background: url(../../gfx/icon_journal_large.png) 0 5px no-repeat; }
div.page_title.for_publishers { background: url(../../gfx/icon_publishers_large.png) 0 5px no-repeat; }

/***********************
* Global tabs
************************/

ul.tabs { 
	list-style: none;
	padding: 0; 
	margin: 15px 0 -12px 0;
	height: 30px;
}

ul.tabs li {
	float: left;
	position: relative;
	margin-left: 10px;
}
ul.tabs li:first-child { margin: 0;}
ul.tabs li a {
	display: block;
	padding: 10px 5px 8px 5px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
ul.tabs li.empty { display: none;  }
ul.tabs li.selected a {
	background: #fff;
	border: 1px solid #dee2ec;
	border-top: 2px solid #008a6a;
	border-bottom: 1px solid #fff;
	padding: 8px 12px;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

/***********************
* Global rss
************************/

a.rss {  
	background: url(../../gfx/icon_rss.png) no-repeat;
	display: inline-block;
	width: 15px;
	height: 16px;
	overflow: hidden;
	text-indent: -9000px;
	vertical-align: middle;
}

/***********************
* Global lists
************************/

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

ul.arrow_list {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.arrow_list li {
	background: url(../../gfx/icon_smallarrow.png) left center no-repeat;
	padding-left: 10px;
}

/*************************************
* Global content navigation
**************************************/

ul.content_navigation { list-style: none; padding: 0; margin: 0;  }
ul.content_navigation li { display: inline; border-left: 1px solid #ccc; padding: 0 5px;}
ul.content_navigation li:first-child, ul.content_navigation li.no_border { border: 0; }
ul.content_navigation li.title { padding-right: 10px; padding-left: 0;}
ul.content_navigation li a {
	display: inline-block;
	text-decoration: none;
	border-radius: 3px; 
	padding: 0 5px; 	
}
ul.content_navigation li a:hover { background: #008a6a; color: #fff; }
ul.content_navigation li.selected a { background: #08215c; color: #fff; margin: 0 5px; }
ul.content_navigation li.unavailable a { color: #aaa; }

/***********************
* Global fields
************************/

input.global_field, select.global_field {
	background: url("../../gfx/top_shadow.png") repeat-x scroll left top #FFFFFF;
    border: 1px solid #DEE2EC;
}


/***********************
* Global headers
************************/

h1 {
	color: #008a6a;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
}

h2 {
	color: #008a6a;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
}
h2 a.rss { margin-left: 5px; }

h3 { 
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 1px dotted #dee2ec;
}

h3.subheader {
	color: #008a6a;
	font-size: 12px;
}

span.header_tools {
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}

/***********************
* Global images
************************/

a img { border: 0; }

/***********************
* Global links
************************/

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

div.blue_container a { color: #818dab;}

/***********************
* Selection hover text
************************/

::selection {
	background: #818dab; /* Safari */
	color: #fff;
}
::-moz-selection {
	background: #818dab; /* Firefox */
	color: #fff;
}

/* portal.css */

/***********************
* Portal list
************************/

ol.portal_list {}
ol.portal_list li {
	padding: 6px 0;
	overflow: hidden;
	font-size: 11px;
	color: #000;
} 
ol.portal_list li.portal_list_item_group { font-size: 12px; }
ol.portal_list li.portal_list_item {
	border-bottom: 1px dotted #dee2ec;
}
ol.portal_list li.portal_list_item:hover { background: #f7f9fd;}

/* Indent on portal listings (full width) */
div.portal_list_indent ol.portal_list li.portal_list_item,
div.portal_list_indent ol.portal_list li.portal_list_item_group,
div.portal_list_indent div.portal_navigator_top,
div.portal_list_indent div.portal_navigator_bottom { 
	padding-left: 15px;
	padding-right: 15px;
}

/***********************
* Workflow step
************************/
ol.portal_list li div.portal_content_properties  { width: 50px;}
ol.portal_list li span.workflow_step,
ol.portal_list li span.project_status {
	background: #f7f9fd;
	border: 1px solid #eee;
	color: #08215c;
	padding: 3px;
	border-radius: 3px;
	margin-bottom: 5px;
}
ol.portal_list li.portal_list_item:hover span.workflow_step,
ol.portal_list li.portal_list_item:hover span.project_status { background: #fff; } /* change background on li:hover */

/***********************
* Title
************************/

ol.portal_list li h2.title {
	font-size: 12px;
	letter-spacing: normal;
	margin-bottom: 3px;	
	font-weight: bold;
	margin-top: 0;
	color: #08215c;
}
ol.portal_list.small_header li h2.title { font-size: 11px; }
ol.portal_list li h2.title a { color: #08215c; text-decoration: none; }
ol.portal_list li h2.title a:hover { text-decoration: underline; }

/***********************
* Links in content
************************/

ol.portal_list li a {
	color: #6d7c9e;
	text-decoration: underline;	
	
}
ol.portal_list li a:hover { text-decoration: none; }

/***********************
* Images in content
************************/

ol.portal_list li img.logo_icon {
	border: 1px solid #dee2ec;
}

/***********************
* Various small fonts
************************/
ol.portal_list li p.type {
	font-size: 10px;
	margin: 3px 0;
	color: #666;
}

/***********************
* Pager / Navigator
************************/

div.portal_navigator_pages { font-size: 14px; padding: 15px 0; text-align: center; border: 0; }
div.portal_navigator_pages span.portal_navigator_links strong { background: #08215c; font-weight: normal; padding: 2px 5px;}
div.portal_navigator_pages a:hover span { text-decoration: underline; }
div.portal_navigator_pages span.portal_navigator_links a { text-decoration: none; padding: 2px 5px; position: relative; }
div.portal_navigator_pages span.portal_navigator_links a:hover { background: #008a6a; color: #fff; }
div.portal_navigator_pages span.portal_navigator_links a:hover span { color: #fff; text-decoration: none;  }

div.portal_navigator_rss a.rss_link {
	display: inline-block;
	width: 15px;
	height: 16px;
	background: url(../../gfx/icon_rss.png) left top no-repeat;
	margin-top: 5px;
	margin-left: 5px;
}


/***********************
* No results
************************/

div.portal_navigator_empty { 
	font: italic 14px Georgia, "Times", "Times New Roman";
	text-align: center;
	padding: 20px 0;
 }

/***********************
* Relations
************************/

div.rendering ul.relations { font-size: 11px; font-weight: normal; }

div.rendering ul.relations li { 
	background: url(../../gfx/icon_smallarrow.png) left center no-repeat;
	padding: 2px 0 2px 10px;
	font-size: 11px;
}

/***********************
* Graph viewer
************************/

div.graph_viewer {
	margin: 10px 0;
}

/***********************
* Portal error
************************/
div.portal_error { text-align: center; }
div.portal_error p {
	font: italic 14px Georgia, "Times", "Times New Roman";
	
}

/* rendering_override.css */

/***********************
* Override articles (detailsportal)
***********************/

div.rendering div.article,
div.rendering div.conferencearticle {
	border-top: 1px dotted #dee2ec;
	border-bottom: 1px dotted #dee2ec;
	padding: 10px 0; 
}

/***********************
* Override table properties
***********************/

table.properties { width: auto; }
table.properties tr td { color: #000; }

/***********************
* Override H3
***********************/

div.rendering h3 {
	color: #000;
	font-size: 12px;
	margin: 0;
}

/***********************
* Override paragraph properties
***********************/

p.property strong { color: #000; }

/***********************
* Override paragraphs
***********************/

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

/***********************
* Hide type on person short render
***********************/

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

/* views.css */

/***********************
* View 
************************/

div.view div.view_container {
    position: relative;
}

/***********************
* View page title
************************/

div.view div.page_title div.rendering_compact h2 {
    font-size: 14px;
    width: 600px;
}

div.view div.page_title div.rendering_compact p.type {
    color: #666;
    margin-top: 3px;
}

/***********************
* View content
************************/

div.view div.view_content {
    width: 620px;
    float: left;
}

/***********************
* View badge
************************/

div.view div.rendering_publicationstatusportal,
div.badge /* used on view: persons as well */
{
    float: right;
    background: #fff;
    border: 1px solid #eee;
    color: #08215c;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 5px;
    -webkit-box-shadow: 0px 2px 1px 0px #eeeeee;
    box-shadow: 0px 2px 1px 0px #eeeeee;
}

div.badge.pdf {
    background: #fff url(../../gfx/icon_pdf.png) 10px 7px no-repeat;
    padding: 7px 10px 7px 30px;
}

div.view div.rendering_publicationstatusportal p,
div.badge p {
    margin: 0;
}

div.badge a {
    text-decoration: none;
}

/***********************
* View sidebar
************************/

div.view div.view_sidebar {
    float: right;
    margin-top: -49px;
    width: 270px;
    position: relative;
    z-index: 100;
}

div.view div.view_sidebar h3 {
    padding: 8px 15px;
    color: #008a6a;
}

/***********************
* View ID
************************/

div.view p.view_id {
    font-size: 10px;
    text-align: right;
    padding: 5px 0;
    margin: 0 15px 0 0;
    color: #999;
}

/***********************
* View: Document/Link/Relations boxes
************************/

div.view div.rendering_versioneddocumentandlinkextensionanddoiportal,
div.view div.rendering_documentextensionportal,
div.view div.rendering_linkextensionportal {
    background: #fff;
    border: 1px solid #dee2ec;
    border-top: 2px solid #818dab;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 2px 1px 0px #eeeeee;
    box-shadow: 0px 2px 1px 0px #eeeeee;
}

div.view div.rendering_versioneddocumentandlinkextensionanddoiportal ul.relations,
div.view div.rendering_documentextensionportal ul.relations,
div.view div.rendering_linkextensionportal ul.relations {
    padding: 0px 15px;
}

div.view div.rendering_versioneddocumentandlinkextensionanddoiportal ul.relations.documents,
div.view div.rendering_documentextensionportal ul.relations {
    background: url(../../gfx/icon_attachment_large.png) 0 2px no-repeat;
    padding-left: 35px;
    margin-left: 15px;
    padding-right: 15px;
}

div.view div.rendering_versioneddocumentandlinkextensionanddoiportal ul.relations.documents li,
div.view div.rendering_documentextensionportal ul.relations li {
    background: 0;
    padding: 0;
    margin-bottom: 5px;
}

div.view div.rendering_versioneddocumentandlinkextensionanddoiportal ul.relations.documents li p.dimmed,
div.view div.rendering_documentextensionportal ul.relations li p.dimmed {
    font-size: 10px;
    color: #666;
}

div.view div.rendering_versioneddocumentandlinkextensionanddoiportal ul.relations.documents li a,
div.view div.rendering_documentextensionportal ul.relations li a {
    text-decoration: none;
    font-weight: bold;
}

div.view div.rendering_versioneddocumentandlinkextensionanddoiportal ul.relations.documents li a:hover,
div.view div.rendering_documentextensionportal ul.relations li a:hover {
    text-decoration: underline;
}

/***********************
* View: Persons
************************/

div.persons_view div.person_businesscard div.expert {
    background: #fff url(../../gfx/icon_star.png) 10px 7px no-repeat;
    padding-left: 25px;
}

div.persons_view div.person_businesscard div.person_businesscard_photo {
    float: left;
}

div.persons_view div.person_businesscard div.person_businesscard_photo img {
    width: 130px;
    padding: 5px;
    background: #fff;
    border: 1px solid #dee2ec;
    -webkit-box-shadow: 0px 2px 1px 0px #eeeeee;
    box-shadow: 0px 2px 1px 0px #eeeeee;
    margin-right: 15px;
}

div.persons_view div.person_businesscard div.person_businesscard_info {
    float: left;
}

div.persons_view div.person_businesscard div.person_businesscard_info div.rendering_person_personorganisationstitlesportal h2 {
    font-size: 14px;
    margin-bottom: 3px;
}

div.persons_view div.person_businesscard div.person_businesscard_info div.rendering_person_personorganisationstitlesportal p {
    font: italic 12px Georgia, "Times", "Times New Roman";
}

div.persons_view div.person_businesscard div.person_businesscard_info div.rendering_person_personorganisationsaddressportal {
    float: left;
    margin-right: 20px;
}

div.persons_view div.person_businesscard div.person_businesscard_info div.rendering_person_personorganisationscontactportal {
    float: left;
}

div.persons_view div.person_businesscard div.person_businesscard_info div.rendering_person_personorganisationscontactportal ul.relations {
    margin: 2px 0;
}

div.persons_view div.person_businesscard div.person_businesscard_info div.rendering_person_personorganisationscontactportal ul.relations li {
    padding-left: 0;
    background: 0;
}

div.persons_view div.view_cv {
    margin-top: 20px;
}

/***********************
* View: Publications
************************/

div.publications_view div.rendering_event_short {
    margin: 10px 0;
}

div.publications_view div.rendering_event_short h2.title {
    font-size: 11px;
}

div.publications_view div.rendering_event_short h2.title em {
    font-style: normal;
}

/***********************
* View: Organisations
************************/

div.organisations_view div.view_child_organisations {
    margin: 5px 0;
}

div.organisations_view div.rendering_organisation_organisationcontactportal div.address {
    font-size: 12px;
    margin: 10px 0;
}

div.organisations_view div.organisations_statistics div.portal_chart {
    margin: 15px 0;
}

div.organisations_view ul.organisation_parents h2 {
    font-size: 11px;
    font-weight: normal;
}

div.organisations_view div.organisation_relations ol.portal_list ul.organisations {
    display: none;
}

div.organisations_view div.rendering_organisationcontactportal ul.relations.homepage li {
    -o-text-overflow: ellipsis; /* Opera */
    text-overflow: ellipsis; /* IE, Safari (WebKit) */
    overflow: hidden; /* don't show excess chars */
    white-space: nowrap; /* force single line */
    width: 290px;
}

div.organisations_view div.globalexcellence_badge {
    position: absolute;
    right: 280px;
    top: 10px;
    width: 126px;
    height: 130px;
}

/***********************
* View: Projects
************************/

div.projects_view div.rendering_project_logo {
    float: right;
    border: 1px solid #dee2ec;
    padding: 10px;
}

div.projects_view div.rendering_project_logo img {
    display: block;
    max-width: 120px;
}

/***********************
* View: Journals
************************/

div.journals_view div.rendering_abstractjournal_long ul.relations li {
    background: 0;
    padding-left: 0;
}

div.journals_view div.rendering_abstractjournal_long p.type {
    display: none;
}



/* relations.css */

/***********************
* Frequent journals / publishers box (views)
************************/

div.related_content div.rendering_abstractjournal_short p.minor,
div.related_content div.rendering_abstractjournal_short p.metrics,
div.related_content div.rendering_abstractpublisher_short p.minor {
	display: none; 
}
 

/* search.css */


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

input.portal_searchfield {
	background: #fff url(../../gfx/top_shadow.png) top left repeat-x;
	border: 1px solid #dee2ec;
	padding: 3px;
	width: 220px;
}
input.portal_searchfield:focus { border-color: #a1abc4; }
input.portal_searchbutton {
	background: #1f2f55 url(../../gfx/darkblue_gradient.png) repeat-x;
	color: #fff;
	border: 0;
	padding: 3px 5px 3px 5px;
	text-shadow: 1px 1px 0 #000;
	cursor: pointer;
}

/*************************************
* Search box on family search pages
**************************************/

div.search_box div.core_searchform_advanced input {
	font-size: 11px;
	border: 1px solid #dee2ec;
	width: 150px;
	padding: 0;
}

div.search_box div.core_searchform_advanced select { 
	border: 1px solid #dee2ec;
}

div.search_box div.core_searchform_advanced div.core_filter_legend { 
	margin: 5px 0 2px 0; 
}

div.search_box div.core_searchform_advanced input:focus,
div.search_box div.core_searchform_advanced select:focus {
	border-color: #a1abc4;
}

/*************************************
* Search box on family related  pages
**************************************/

div.content_search_box {
	background: none repeat scroll 0 0 #F7F9FD;
    border: 1px solid #DEE2EC;
    padding: 10px 15px 15px 15px;
    text-shadow: 1px 1px 0 #FFFFFF;
    margin: 15px 0;
}



/*************************************
* Search box on person family search
**************************************/

div.search_box p.search_person_filter span input { vertical-align: -2px; }

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

div.searchall_results h3 { margin-top: 15px; }

/*************************************
* Search index
**************************************/

div.search_index ul { margin-top: 15px;}
div.search_index ul li { padding: 0; margin: 0; border: 0;}


/* header.css */

/***********************
* Top
************************/

#top {
	background: #fafafa;
	height: 32px;
}
#top div.quick_jump {
	padding: 5px 15px 0 15px;
}
#top div.quick_jump span.title {
	background: url(../../gfx/lightblue_arrow_right.png) right center no-repeat;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #fff;
	margin-right: 5px;
}
#top div.quick_jump select {
	border: 1px solid #DEE2EC;
	background: #fff url(../../gfx/top_shadow.png) top left repeat-x;
}
#top div.quick_jump select:focus { border-color: #a1abc4; }
#top div.top_tools { float: left; margin: 8px 15px 0 0; }
#top div.top_tools div.each_tool {
	float: left;
	display: inline;
	margin-left: 10px;
	border-left: 1px solid #ccc;
	padding-left: 10px;
}
#top div.top_tools div.each_tool:first-child {
	border: 0;
	margin-left: 0;
	padding-left: 0;
}
#top div.top_tools div.each_tool span.title {
	background: url(../../gfx/lightblue_arrow_right.png) right center no-repeat;
	padding-right: 10px;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 10px;
	float: left;
	vertical-align: middle;
	text-shadow: 1px 1px 0 #fff;
}

#top div.top_tools div.each_tool ul.inline { list-style: none; padding: 0; margin: 2px 0 0 0; display: inline-block; }
#top div.top_tools div.each_tool ul.inline li { display: inline; margin-left: 3px; }

#top div.global_top_menu {
	background: #1f2f55 url(../../gfx/darkblue_gradient.png) repeat-x;
	float: left;
	padding: 8px 15px 9px 15px;
	font-size: 12px;
}
#top div.global_top_menu ul { list-style: none; padding: 0; margin: 0; }
#top div.global_top_menu ul li {
	background: url(../../gfx/glow_dot.png) left center no-repeat;
	display: inline; 
	margin-left: 4px; 
	padding-left: 20px;
	text-shadow: 1px 1px 0 #000;
}
#top div.global_top_menu ul li:first-child { margin: 0; padding: 0; background: 0; }
#top div.global_top_menu ul li a {
	color: #fff;
	text-decoration: none;
}
#top div.global_top_menu ul li a:hover {
	color: #ced6ea;
}

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

#header {
	padding: 25px 15px 0 15px;
}

#header a#logo {
	float: left;
}

#header #global_search {
	float: right;
}
#header #global_search div.header_search {
	background:	#fafafa url(../../gfx/icon_magnifier.png) 10px 17px no-repeat;
	padding: 10px 10px 10px 33px;
}
#header #global_search p.jump_advancedsearch {
	text-align: right;
	margin: 5px 0 0 0;
}

/***********************
* Main menu 
************************/

#main_menu { margin-top: 20px;}
#main_menu ul { 
	list-style: none; 
	padding: 0; 
	margin: 0;
	width: 100%;	
}
#main_menu > ul > li {
	background: url(../../gfx/vertical_dots.png) left center no-repeat; 
	float: left;
	width: 152px;
	margin-left: 20px;
	padding-left: 20px;
	position: relative;
}
#main_menu > ul > li:first-child { margin: 0; padding: 0; background: 0; }
#main_menu ul li.for_organisations a { background: url(../../gfx/icon_house.png) left top no-repeat; }
#main_menu ul li.for_persons a { background: url(../../gfx/icon_persons.png) 0 3px no-repeat; }
#main_menu ul li.for_projects a { background: url(../../gfx/icon_projects.png) 0 3px no-repeat; }
#main_menu ul li.for_publications a { background: url(../../gfx/icon_publications.png) 0 3px no-repeat; }
#main_menu ul li.for_activities a { background: url(../../gfx/icon_calendar.png) left top no-repeat; }
#main_menu ul li.for_journals a { background: url(../../gfx/icon_journal.png) 0 3px no-repeat; }
#main_menu ul li.for_publishers a { background: url(../../gfx/icon_publishers.png) left 3px no-repeat; } 

#main_menu ul li a {
	font-size: 14px;
	display: block;
	text-decoration: none;
	padding-left: 25px;
	padding-bottom: 20px;
	border-bottom: 3px solid transparent;
}
#main_menu ul li a:hover { color: #000; }
#main_menu ul li.selected > a { border-bottom-color: #008a6a; color: #008a6a;  }

#main_menu ul li a span.description {
	font-size: 11px;
	color: #666;
	display: block;
}

#main_menu ul li ul {
	background: #e5e5e5 url(../../gfx/menu_gradient.png) top left repeat-x;
	position: absolute;
	top: 65px;
	left: 0;
	padding: 0 20px;
	width: 153px;
	display: none;
	z-index: 20;
	-webkit-box-shadow: 0px 3px 2px 1px #cccccc;
	box-shadow: 0px 3px 2px 1px #cccccc; 
}
#main_menu ul li ul li { margin-bottom: 15px; }
#main_menu ul li ul li a { padding-bottom: 0; border-bottom: 0; font-size: 13px; }
#main_menu ul li ul li a:hover {
	color: #000;
}

/***********************
* Gray separator (under header)
************************/

#gray_separator {
	background: #eee url(../../gfx/lightgray_gradient.png) repeat-x;
	height: 19px;
	padding: 12px 15px 15px 15px;
	text-shadow: 1px 1px 0 #fff;
}
#gray_separator ol.breadcrumb {
	background: url(../../gfx/icon_white_footsteps.png) left center no-repeat;
	display: block;
	padding: 3px 0 3px 25px;
	float: left;
}
#gray_separator span.payoff {
	font: italic 12px Georgia, "Times", "Times New Roman";
	float: right;
	padding-top: 4px;
}

/* breadcrumb.css */

/***********************
* Breadcrumb
************************/

ol.breadcrumb { list-style: none; padding: 0; margin: 0; }
ol.breadcrumb li { display: inline; padding-right: 5px; margin-right: 3px; background: url(../../gfx/icon_smallarrow.png) right center no-repeat; }
ol.breadcrumb li.selected { background: none; }
ol.breadcrumb li a { margin-right: 6px; text-decoration: none;  }
ol.breadcrumb li a:hover { text-decoration: underline; }

/* footer.css */

/***********************
* Front structure
************************/

div.front_content {
    color: #000;
    width: 600px;
    float: left;
    border-right: 1px solid #dee2ec;
    background: #f7f9fd;
    text-shadow: 1px 1px 0 #fff;
    padding: 15px;
    min-height: 465px;
}

div.front_content div.portal_showmore {
    margin-bottom: 20px;
}

div.front_sidebar {
    width: 330px;
    float: right;
}

/***********************
* Did you know widget
************************/

div.did_you_know_widget {
    background: url(../../gfx/icon_information.png) left center no-repeat;
    padding-left: 40px;
    margin-top: 20px;
}

div.did_you_know_widget span.title {
    font-weight: bold;
    color: #000;
}



/* footer.css */

#footer {
    background: url(../../gfx/page_footer.png) top center no-repeat;
    padding: 25px 20px;
    text-shadow: 1px 1px 0 #fff;
    position: relative;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 11px;
}

#footer ul li {
    margin-bottom: 3px;
    display: inline;
    margin-left: 15px;
}

#footer ul li:first-child {
    margin-left: 0;
}

#footer ul li a {
    text-decoration: none;
}

#footer ul li a:hover {
    text-decoration: underline;
}

/* print.css */

@media print {
	#top,
	#global_search,
	#main_menu,
	ul.tabs,
	#gray_separator,
	div.graph_viewer,
	div.view div.view_sidebar
	{
		display: none;
	}
	
	div.page_title { padding-left: 0; }
	
	div.view div.view_content { float: none; }
}

