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

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

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

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

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

.common_component_error
{
	color: red;
}

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

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

.common_wrap_floats {
	overflow: hidden;	
}

.common_hidden {
	display: none;		
}

.common_padding {
	padding: 8px;	
}

.commom_padding_right {
	padding-right: 8px;	
}

.common_upperCase {
	text-transform: uppercase;	
}

/* Utility Classes */

.common_linespaceDown {
	padding-bottom: 6px;	
}

.common_linespaceUp {
	padding-top: 6px;	
}

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

.common_rightAlign {
	text-align: right;	
}

.common_ellipsis {
	text-overflow: ellipsis;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


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

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

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


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


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

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


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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

div.rendering_personalinfocurriculumvitaeblock
{
	overflow: hidden;
}

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

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

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

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

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


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

div.portal_navigator_group_1
{
	color: #666;
}

div.portal_navigator_group_2
{
	color: #aaa;
}

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

div.portal_navigator_empty {	
}

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

span.portal_navigator_subsets strong
{
	color: #000;
}

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

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

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

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

div.portal_navigator_ordering
{
	float: right;
}

div.portal_navigator_rss
{
	float: right;
}

div.portal_navigator_viewselector_control {
	float: right;
}

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

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

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

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

div.portal_navigator_viewselector li {
	float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

div.portal_navigator_window_and_pagesize {
	float: left;	
}

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

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

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

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

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

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

div.portal_navigator_rendering
{
	float: right;
}

span.portal_navigator_window
{
}

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

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

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

.portal_navigator_previous
{
}

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

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

.portal_navigator_next
{
}

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

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

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

span.portal_navigator_paging
{
	vertical-align: top;
}

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

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

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

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

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

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

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

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



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

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

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

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

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

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


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

div.portal_navigator_popup_content a span { 
	cursor: pointer;
}

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

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

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

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

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

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

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

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

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


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





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

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

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

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

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

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

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

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

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

div.portal_columns_body
{
	width: 100.9%;
}

div.portal_columns_column
{
	float: left;
}

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

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

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

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

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

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

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

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

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

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

div.portal_hd_item
{
	overflow: hidden;
}

div.portal_hd_body
{
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

div.portal_hierarchical_popup {
	text-align: left;	
}

div.portal_hierarchical_popup_wrapper {	
}

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

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

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

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

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

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

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

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

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

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

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

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

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


body.portal_hierarchical_popup_visible select {
	visibility: hidden;
}


/** Checkbox variant **/

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

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

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

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

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



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

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
}

#wrapper {
    background: #fff;
    margin: 0 auto 2em;
    position: relative;
    text-align: left;
    width: 984px;
    border: 1px solid #CCCCCC;
}

#branding, #skip-to, #nav-wrapper h1, #footer h1 {
    display: none;
}

#content-wrapper {
    float: left;
    width: 984px;
}

#content {
    border-top: 1px solid #901A1E;
    width: 505px;
    float: left;
    padding-top: 20px;
    color: #4A4949;
}

#left-sidebar {
    border-top: 1px solid #901A1E;
    width: 175px;
    padding: 33px 21px 33px 11px;
    float: left;
}

#right-sidebar {
    width: 235px;
    float: right;
    padding-right: 11px;
    color: #4A4949;
}


a:link, a:hover, a:active {
    background-color: transparent;
    text-decoration: none;
    color: #165AAD;
}
a:visited {
    color: #3D239C;
}
a:hover, a:active {
    text-decoration: underline;
}

h1 {
    font-size: 15px;
    color: #4A4949;
}

.heading-blocks h3 {
    font-size: 11px;
    background-image: -ms-linear-gradient(top, #e8e8e6 0%, #f2f2f2 100%);
    background-image: -moz-linear-gradient(top, #e8e8e6 0%, #f2f2f2 100%);
    background-image: -o-linear-gradient(top, #e8e8e6 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #e8e8e6 0%, #f2f2f2 100%);
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #901A1E;
    color: #666;
    padding:5px 5px 6px 5px;
}
.heading-blocks h3 a { color: #666 ! important; }
#right-sidebar h3:first-of-type  { margin-top: 0;}

h4 { color: #666; }

.dimmed {color: #999; }

ul.stripped {
    list-style-position: outside;
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0;
}
ul.stripped li {
    list-style-type: none !important;
    margin-bottom: 3px;
    margin-left: 0 !important;
}

#branding-global {
    left: 1px;
    position: absolute;
    top: 0;
    width: 241px;
}
#branding-global img { border: 0;}
#branding-unit {
    height: 86px;
    left: 108px;
    overflow: hidden;
    position: absolute;
    top: 23px;
    width: 387px;
}
#branding-unit img { border: 0;}
#branding-logo {
    height: 87px;
    left: 27px;
    position: absolute;
    top: 29px;
    width: 65px;
}
#branding-logo img { border: 0;}
#branding-decoration {
    height: 86px;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    background-position: right center;
    background-repeat: no-repeat;
    color: #000000;
}
#nav-wrapper {
    background-color: #666666;
    color: #000000;
    height: 23px;
}
#nav-global {
    background-color: #666666;
    color: #FFFFFF;
    float: right;
    overflow: hidden;
    font-size: 10px;
}
#nav-global ul {
    background-color: #666666;
    color: #FFFFFF;
}
#nav-global li {
    float: left;
    line-height: 1em;
    margin: 7px 0.5em 5px -0.5em;
    padding: 0 0.5em 1px;
}
#nav-global li {
    border-left: 1px solid #FFFFFF;
}
#nav-global a {
    text-decoration: none;
}
#nav-global a {
    background-color: #666666;
    color: #FFFFFF;
}

#search {
    float: right;
}

.brclear {
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 0;
    margin: 0;
}
.nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.nav, .dropdown, .dropdown ul {
    width: 233px;
}
.nav {
    background-color: #FFFFFF;
    background-image: url("http://forskning.ku.dk/grafik/images/dropdown/dropdown_arrow.gif");
    background-position: 218px 0;
    background-repeat: no-repeat;
    border: 1px solid #999999;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    height: 18px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.nav * {
    height: auto;
}
head:first-child + body .nav {
    background-position: right top;
}
#nav-wrapper .nav {
    background-color: #F2F2F2;
    background-image: url("http://forskning.ku.dk/grafik/images/dropdown/dropdown_arrow.gif");
    background-position: 90px -1px;
    float: right;
    height: 16px;
    margin-bottom: 0;
    margin-right: 5px;
    margin-top: 2px;
    z-index: 5000;
}
head:first-child + body #nav-wrapper .nav {
    background-position: right -1px;
}
#nav-wrapper .nav, #nav-wrapper .dropdown, #nav-wrapper .dropdown ul {
    width: 106px;
}
#nav-wrapper .parent a {
    padding-bottom: 1px;
}
#nav-wrapper .button {
    width: 91px;
}
#nav-wrapper .dropdown div {
    width: 96px;
}
#nav-wrapper .nav li {
    z-index: 5000;
}
#nav-wrapper .nav, #nav-wrapper .dropdown ul {
    border: 1px solid #BDBCBC;
}
#nav-wrapper .dropdown ul {
    border-bottom: medium none;
}
#nav-wrapper .nav ul ul a {
    border-bottom: 1px solid #BDBCBC;
}
#nav-wrapper .nav ul ul li.first {
    border-top: 2px solid #BDBCBC;
}
#nav-wrapper .nav ul ul li.divide {
    border-bottom: 2px solid #BDBCBC;
}
.nav.narrow {
    background-position: 128px 0;
    margin-bottom: 0;
}
head:first-child + body .nav.narrow {
    background-position: right top;
}
.nav.narrow, .nav.narrow .dropdown, .nav.narrow .dropdown ul {
    width: 143px;
}
head:first-child + body .nav.narrow, head:first-child + body .nav.narrow .dropdown, head:first-child + body .nav.narrow .dropdown ul {
    width: 141px;
}
.nav.narrow .button {
    width: 134px;
}
head:first-child + body .nav.narrow .button {
    width: 132px;
}
.nav.narrow .parent img {
    margin: 0 0 -1px;
}
.button {
    padding: 2px 0 2px 9px;
    text-align: left;
    width: 224px;
}
head:first-child + body .nav .button {
    float: none;
}
:first-child + html .nav .button {
    float: left !important;
}
.dropdown {
    background: none repeat scroll 0 0 transparent;
}
.dropdown ul {
    margin: 0 30px 30px 21px;
}
.parent {
    position: relative;
}
.floatfix {
    margin-right: -3px;
}
.dropdown {
    background: url("http://forskning.ku.dk/grafik/images/dropdown/bgfix.gif") repeat scroll 0 0 transparent;
    left: -3000px;
    position: absolute;
    text-align: left;
    top: auto;
    width: 250px;
}
.dropdown div {
    background: url("http://forskning.ku.dk/grafik/images/dropdown/bgfix.gif") repeat scroll 0 0 transparent;
    left: -3000px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 220px;
}
.dropdown ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #888888;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0;
    width: 189px;
}
.dropdown div ul {
    margin: 30px 30px 30px 0;
}
.four .dropdown ul {
    width: 190px;
}
.four .dropdown div ul {
    margin: 30px 0 30px 30px;
    position: relative;
}
.nav li {
    text-align: center;
}
.nav a {
    border-right: 1px solid #888888;
    color: #880000;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    padding: 6px 0 5px;
    text-decoration: none;
}
.four a {
    border-right: 0 none;
}
.nav ul ul a {
    border-bottom: 1px solid #888888;
    border-right: 0 none;
    color: #FFFFFF;
}
.dropdown li {
    position: relative;
    vertical-align: bottom;
}
div.parent:hover {
    background-image: url("http://forskning.ku.dk/grafik/images/dropdown/bgfix.gif");
}
div.parent:hover div.dropdown {
    left: -31px;
}
div.dropdown li:hover div {
    left: 180px;
    top: -26px;
}
div.four li:hover div {
    left: -210px;
    top: -26px;
}
.nav div.mini-zone {
    background: url("http://forskning.ku.dk/grafik/images/dropdown/bgfix.gif") repeat scroll 0 0 transparent;
    bottom: -15px;
    font-size: 1px;
    height: 15px;
    left: -3000px;
    padding: 0;
    top: auto;
    width: 15px;
}
div.nav div.dropdown li:hover div.mini-zone {
    left: auto;
    right: 8px;
    top: auto;
}
div.nav div.four li:hover div.mini-zone {
    left: 8px;
}
div.dropdown li:hover {
    background: none repeat scroll 0 0 #223355;
}
div.dropdown div li:hover {
    background: none repeat scroll 0 0 #FFFF77;
}
.one ul {
    background: none repeat scroll 0 0 #D79B00;
}
.two ul {
    background: none repeat scroll 0 0 #445599;
}
.three ul {
    background: none repeat scroll 0 0 #44AA33;
}
.four ul {
    background: none repeat scroll 0 0 #790000;
}
.dropdown div ul {
    background: none repeat scroll 0 0 #EEDDAA;
}
.dropdown div ul a {
    color: #440000;
}
.one {
    z-index: 10;
}
.two {
    z-index: 20;
}
.three {
    z-index: 30;
}
.four {
    z-index: 40;
}
.four:hover {
    z-index: 20;
}
* html .button .dropdown li {
    height: 1%;
    margin-left: 0;
}
* html .nav a {
    height: 1%;
}
.brclear {
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 0;
    margin: 0;
}

.nav.narrow .dropdown img {
    margin: 0;
    padding: 0;
}
.nav li {
    list-style-type: none !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding-bottom: 0;
    text-align: left;
}
.nav a {
    border-right: medium none;
    color: #666666;
    display: block;
    font-size: 1em;
    font-weight: normal;
    padding: 0 0 2px;
    text-decoration: none;
}
div.nav a:link, div.nav a:visited, div.nav a:hover, div.nav a:active {
    color: #666666;
    text-decoration: none;
}
.nav ul ul a {
    border-bottom: 1px solid #999999;
    border-right: 0 none;
    color: #000000;
    padding: 2px 15px 2px 9px;
}
div.dropdown li:hover {
    background-color: #EEEEEE;
}
div.dropdown div li:hover {
    background: none repeat scroll 0 0 #FFFF77;
}
.one ul {
    background-color: #FFFFFF;
}

div#search form {
    border: medium none;
    margin: 0 16px 0 0;
    padding: 0;
}
head:first-child + body div#search form {
    margin: 0 13px 0 0;
}
div#search form p {
    margin: 0;
    padding: 0;
}
head:first-child + body div#search #entry1 {
    margin: 2px 0 3px;
}
head:first-child + body #search #entry1 {
    background-color: #F2F2F2;
    color: #000000;
}
div#search input#entry1 {
    height: 16px;
    margin: 1px 0 2px;
    padding: 0;
    width: 90px;
}
div#search input#entry1 {
    font-size: 10px;
}
#search #entry1 {
    background-color: #F2F2F2;
    border: 1px solid #BDBCBC;
    color: #000000;
}
div#search #submit-button {
    border: medium none;
    height: 16px;
    margin: 0 0 3px;
    padding: 0;
    text-align: right;
}
div#search #submit-button {
    font-size: 11px;
    font-weight: bold;
}
#search #submit-button {
    background-color: #666666;
    color: #FFFFFF;
}

#perm_cookie_box {
    background: none repeat scroll 0 0 #ECECEC;
    height: 172px;
    position: absolute;
    right: -26px;
    top: 0;
    width: 24px;
}
#perm_cookie_box a span {
    display: none;
}
#perm_cookie_box img { border: 0;}

#footer {
    clear: both;
    margin: 0;
    padding: 12px 0 0 207px;
    width: 777px;
    background-color: #F3F3F3;
    color: #777777;
}
div#footer, .copyright {
    font-size: 10px;
    line-height: 1.45em;
}
div#footer-col-left {
    float: left;
    padding-bottom: 6px;
    width: 280px;
}
div#footer-col-right {
    clear: right;
    padding-bottom: 6px;
    padding-right: 272px;
    text-align: right;
}
div#footer address {
    font-style: normal;
}

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

div.breadcrumb {
    font-size: 9px;
    margin: 30px 0;
    color: #A9ADB2;
}


/***********************
* Quick navigation
***********************/

ul.quick_nav {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}
ul.quick_nav li {
    display: inline;
    margin-left: 5px;
    padding-left: 8px;
    border-left: 1px solid #ddd;
}
ul.quick_nav li:first-child { border: 0; padding: 0; margin: 0;}
ul.quick_nav li.selected { font-weight: bold; }

/***********************
* Pure menu (left navigation)
***********************/

ul.pure-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.pure-menu li { margin-bottom: 3px;}
ul.pure-menu li a {
    background: url(../../gfx/white-arrow-right.png) 0 3px no-repeat;
    padding-left: 15px;
}
ul.pure-menu li.primary {
    padding-bottom: 47px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
ul.pure-menu li.primary a {
    background: url(../../gfx/red-square.png) 0 3px no-repeat ! important;
    font-weight: bold;
    font-size: 10px;
}

ul.pure-menu li ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 3px 0 10px 25px;
    font-size: 10px;
}
ul.pure-menu li ul.open { display: block; }
ul.pure-menu li ul li { padding-left:0; }
ul.pure-menu li ul li a {
    background: url(../../gfx/red-square-small.png) 0 6px no-repeat;
    padding-left: 8px;
}
ul.pure-menu li a {

    color: #4A4949;
}
ul.pure-menu > li > a:hover, ul.pure-menu > li.selected > a, ul.pure-menu > li.parent-selected > a {
    background: url(../../gfx/red-arrow-right.png) 0 3px no-repeat;
}
ul.pure-menu li a:hover {
    color: #901A1E;
    text-decoration: none;
}
ul.pure-menu li.selected > a { font-weight: bold; color: #901A1E;}

/***********************
* Tabbed search box (frontpage)
***********************/

div.tabbed-search-box {
    margin-bottom: 10px;
}

div.tabbed-search-box ul.box-tabs {
    margin: 0px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    position: relative;
    top: 1px;
}
div.tabbed-search-box ul.box-tabs li {
    float: left;
    width: 250px;
}
div.tabbed-search-box ul.box-tabs li a {
    display: block;
    padding: 5px 20px;
    text-align: center;
    color: #3c3c3c;
    font-size: 12px;
    font-weight: normal;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #9a9a9a;
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E5E5E5 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E5E5E5 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #E5E5E5 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #E5E5E5 100%);
}
div.tabbed-search-box ul.box-tabs li.selected a {
    border-bottom: 1px solid #fff;
    background-image: none;
    font-weight: bold;
}

div.tabbed-search-box ul.box-tabs li a:hover {
    text-decoration: none;
}

div.tabbed-search-box div.gradient-search-box {
    border: 1px solid #9a9a9a;
    padding: 20px 50px;
    overflow: hidden;
}

div.tabbed-search-box div.gradient-search-box div.table_div {
    display: table;
    width: 100%;
    margin: 10px 0px;
}

div.tabbed-search-box div.gradient-search-box div.table_search_cell {
    display: table-cell;
}

div.tabbed-search-box div.gradient-search-box p.search_tips {
    margin-top: -5px;
    margin-bottom: 0px;
}

div.tabbed-search-box div.gradient-search-box p.search_tips a, p.search_tips a.portal_link span {
    color: #911a1e;
    font-size: 10px;
}

p.search_tips {
    margin-bottom: 25px;
    margin-top: 5px;
}

div.tabbed-search-box div.gradient-search-box form p { margin-bottom: 5px; }
div.tabbed-search-box div.gradient-search-box input.portal_searchfield {
    border: 1px solid #9a9a9a;
    padding: 5px;
    width: 100%;
}

div.tabbed-search-box div.gradient-search-box input.search_button {
    padding: 4px 12px;
    margin-left: 10px;
    color: #911a1e;
    font-weight: bold;
    outline: none;
}

input.search_button::-moz-focus-inner {
    padding: 0 !important;
    border: 0 none !important;
}

div.tabbed-search-box div.gradient-search-box #search { float: none; }
div.tabbed-search-box div.gradient-search-box p.hint { color: #fff; margin-top: 0 }
div.tabbed-search-box div.gradient-search-box p.hint a { color: #fff; text-decoration: underline}

div.tabbed-search-box div.tab-container .tab { display: none; }
div.tabbed-search-box div.tab-container .tab.selected { display: block; }



div.gray_box.search_box  {
    border: 1px solid #9a9a9a;
    background-color: #fff;
    padding: 0px 50px;
}

div.search_box input.portal_searchfield {
    width: 100%;
}

div.gray_box.search_box p.core_searchform_text {
    display: table;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px;
}

div.gray_box.search_box p.core_searchform_text span.portal_searchfield {
    display: table-cell;
    padding-right: 20px;
    width: 100%;
}

div.gray_box.search_box p.core_searchform_text input.portal_searchfield {
    width: 100%;
    padding: 5px;
    border: 1px solid #9a9a9a;
}

div.gray_box.search_box p.core_searchform_text input.search_button {
    display: table-cell;
    padding: 4px 12px;
    margin-left: 10px;
    color: #911a1e;
    font-weight: bold;
    outline: none;
    text-transform: uppercase;
}


/***********************
* New list
***********************/

ul.news-list { list-style: none; padding: 0; margin: 0; }
ul.news-list li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
ul.news-list li span.title a {
    font-weight: bold;
    color: #5e5e5e;
    display: block;
}
ul.news-list li div.description {
    margin-top: 10px;
}
ul.news-list li img {
    border: 1px solid #929292;
    height: 55px;
    padding: 2px;
    width: 55px;
}

/***********************
* Gray box
***********************/

div.gray_box {
    padding: 15px;
    background: #eee;
}

/***********************
* Search box
***********************/

div.search_box { margin-bottom: 20px; }
div.search_box #search {
    float: none;
}
div.search_box input.portal_searchfield {
    border: 1px solid #9a9a9a;
    padding: 2px;
    width: 420px;
    margin-right: 5px;
}
body.en_GB div.search_box input.portal_searchfield { width: 404px }
div.search_box p.core_searchform_links {
    margin-bottom: 0;
}

div.search_box #advanced {
    border: 1px solid #ccc;
    padding: 15px;
    background: #fff;
    margin-top: 15px;
}
div.search_box #advanced input, div.search_box #advanced select {
    border: 1px solid #9a9a9a;
}
div.search_box #advanced div.core_filter_legend {
    margin: 5px 0;
    color: #666;
}

div.search_box #advanced div.core_filter_multipletypes ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}
div.search_box #advanced div.core_filter_multipletypes ul li {
    background: url("../../gfx/red-square-small.png") 0 6px no-repeat;
    padding-left: 8px;
}
div.search_box #advanced div.core_filter_multipletypes ul li a { margin-left: 10px;}
div.search_box #advanced div.core_filter_multipletypes p.core_filter_multipletypes_all { display: none;}

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

ul.tabs {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    border-bottom: 1px solid #ddd;
    height: 20px;
    clear: both;
}
ul.tabs li {
    float: left;
    margin-left: 1px;
}
ul.tabs li:first-child {
    margin-left: 0;
}
ul.tabs li a {
    background: url(../../gfx/tab-gradient.png) repeat-x;
    border: 1px solid #ddd;
    border-bottom: none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    padding: 3px 7px;
    color: #666;
}
ul.tabs li a:hover { text-decoration: none; }
ul.tabs li.selected a {
    background: #fff;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}

/***********************
* Striped lists
***********************/

.striped-list { list-style: none; padding: 0; margin: 0; }
.striped-list li {
    background-color: #EEEEEE;
    color: #4A4949;
    margin-bottom: 8px;
}
.striped-list li:hover {
    background: #DEDEDE;
}

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

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

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

div.keywords_container p { margin: 0 0 5px 0 }

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

ol.portal_list {
}

ol.portal_list > li {
    padding: 7px 0;
    overflow: hidden;
    color: #777;
    font-size: 11px;
}

ol.portal_list > li span.downloads_count {
    color: #b0adad;
}

ol.portal_list li.portal_list_item_group {
    font-size: 11px;
    color: #000;
}

ol.portal_list li.portal_list_item {
    border-bottom: 1px dotted #ddd;
}

/***********************
* Workflow step
************************/

ol.portal_list li div.portal_content_properties {
    margin-left: 5px;
    margin-bottom: 5px;
}

li.portal_list_item_most_downloaded {
    position: relative;
}

li.portal_list_item_most_downloaded span.downloads_count {
    margin-bottom: 30px;
}

li.portal_list_item_most_downloaded div.portal_content_properties {
    position: absolute;
    right: 0px;
    top: 45px;
}

ol.portal_list li span.workflow_step {
    background-color: #f9f9f9;
    border: medium none;
    border-radius: 3px;
    font-size: 10px;
    padding: 4px;
    display: none;
    width: auto;
    color: #777777;
}

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

ol.portal_list li h2.title {
    background: none;
    font-size: 11px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    border: 0;
    font-style: normal;
}

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

ol.portal_list li h2.title a:hover {
    text-decoration: underline;
}

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

ol.portal_list li a {
    color: #165AAD;
    text-decoration: none;
}

ol.portal_list li a:hover {
    text-decoration: underline;
}

ol.portal_list li ul.relations li a {
    border: 0;
}

ol.portal_list li span.file_attachment a {
    border-bottom: 0;
}

ol.portal_list li ul.organisations li a {
    color: #777;
    font-weight: normal;
    text-decoration: underline;
}

ol.portal_list li ul.organisations li a:hover {
    text-decoration: none;
}

/***********************
* Various small fonts
************************/
ol.portal_list li p.type {
    font-size: 10px;
    margin: 6px 0 0 0;
    line-height: 12px;
}

ol.portal_list li p.type span.type_family {
    display: none;
}

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

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

div.portal_navigator_pages {
    margin: 15px 0;
    text-align: center;
}

div.portal_navigator_pages a,
div.portal_navigator_pages strong {
    display: inline-block;
    padding: 3px 8px;
    border: 1px solid #ddd;
    color: #165AAD;
}

div.portal_navigator_pages span.portal_navigator_links a span {
    color: #165AAD;
}

div.portal_navigator_pages a:hover {
    background-color: #ddd;
}

div.portal_navigator_pages strong {
    border: 1px solid #165AAD;
    background: #165AAD;
    font-weight: normal;
    color: #fff;
}

div.portal_navigator_pages em.portal_navigator_divider {
    margin: 0 5px;
}

div.portal_navigator_pages .portal_navigator_previous_disabled, div.portal_navigator_pages .portal_navigator_next_disabled {
    display: none;
}

div.portal_navigator_bottom {
    border: 0;
}

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

div.portal_navigator_rss a.rss_link  span { display: none; }

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

div.portal_navigator_empty {
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
}

div.view div.view_title h2 {
    background: 0;
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 15px;
    color: #4A4949;
}

div.view div.view_container {
    margin-bottom: 20px;
}

div.view p.view_id { display: none; }

div.person_view div.person_photo {
    float: right;
    max-width: 200px;
    margin-bottom: 20px;
}
div.person_view div.person_photo img {
    max-width: 100%;
    height: auto;
}
div.person_view h3 {
    background: none;
    border: none;
    color: #333;
    padding-left: 0px;
}
div.rendering_person_profileinformationportal h3 {
    color: #333;
    background: 0;
    padding: 0;
    border: 0;
}
div.rendering_person_personorganisationstitlesportal p { font-weight: bold; }

.person-id { display: none; }

div.export_cv { margin-bottom: 15px;}
div.export_cv a {
    background: url(../../gfx/download_button.png) left center no-repeat;
    width: 122px;
    height: 31px;
    display: block;
}

div.export_cv a span {
    visibility: hidden;
}

div.reportrendering h1 {
    font-weight: bold;
    color: #4A4949;
    font-size: 11px;
}

div.reportrendering div.rendering_contentlistcurriculumvitaeblock div.rendering {
    margin-bottom: 10px;
    font-size: 11px;
}

div.rendering_educationportal h3 {
    background: 0;
    padding: 0;
    border: 0;
    margin-bottom: 5px;
}

.rendering_person_personorganisationswebsiteportal h3 { display: none; }

.rendering_personorganisationsgroupedportal > ul.relations.organisations > li {
    margin: 15px 0 20px;
    word-wrap: break-word;
}
.rendering_personorganisationsgroupedportal .organisations h2.title {
    font-size: 11px;
    font-weight: bold;
}
.rendering_personorganisationsgroupedportal .contactoptions span.emails,
.rendering_personorganisationsgroupedportal .contactoptions span.websites,
.rendering_personorganisationsgroupedportal .contactoptions span.numbers span {
    display: block;
}
.rendering_personorganisationsgroupedportal .contactoptions span.websites:before {
    content: 'Link: ';
}
.rendering_personorganisationsgroupedportal .contactoptions strong {
    font-weight: normal;
}

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

div.person_relations_list .for_activities h2.title {
    display: inline-block;
}

div.for_persons ol.portal_list li.portal_list_item:nth-child(odd) {
    background-color: #efefef;
}

div.for_persons div.portal_navigator_ordering {
    display: none !important;
}

div.for_persons div.portal_navigator_top div.rss_link {
    float: right;
}

div.for_persons div.portal_navigator_top div.portal_navigator_window_and_pagesize {
    float: left
}

div.rendering_short .relations.organisations span.minor {
    display: none;
}

.person_relations_list .portal_navigator_top {
    display: none !important;
}

div.person_relations_list .for_publications .portal_navigator_top {
    display: inherit !important;
}


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

div.rendering_publication_versioneddocumentextensionportal h3,
div.rendering_publication_linkextensionportal h3
{
    background: 0;
    padding: 0;
    border: 0;
}
div.rendering_publication_versioneddocumentextensionportal ul li {
    margin-bottom: 10px;
}

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

div.portal_content_properties span.file_attachment {
    width: 21px;
    height: 23px;
    background: url(../../gfx/vedhaeft.png) no-repeat;
}

div.for_publications ol.portal_list li.portal_list_item:nth-child(odd) {
    background-color: #efefef;
}

.publications_view .rendering_publication_versioneddocumentextensionportal {
    margin-bottom: 10px;
}

.publications_view .rendering_publication_versioneddocumentextensionportal h3 {
    display: none;
}
.publications_view .rendering_publication_versioneddocumentextensionportal ul li a {
    display: block;
    width: 122px;
    height: 31px;
    background: url(../../gfx/download_button.png) no-repeat;
    text-decoration: none;
    margin-bottom: 5px;
}
.publications_view .rendering_publication_versioneddocumentextensionportal ul li span,
.publications_view .rendering_publication_versioneddocumentextensionportal ul li p.dimmed {
    display: none;
}

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

div.rendering_organisationcontactportal div.address {
    margin-top: 10px;
}
div.rendering_organisationcontactportal ul { margin: 10px 0 ! important;}

div.portal_organisation_profile_information {
    overflow: hidden;
}

.organisation_view_title_showmore_link {
    padding: 5px 0 10px;
    display: none;
}
.organisation_view_title_showmore_link.active {
    display: block;
}

.organisations-relations table.properties {
    width: 100%;
    border: 0;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}
.organisations-relations table.properties thead th {
    font-weight: bold;
    border-top: 1px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
    padding-bottom: 4px;
    padding-top: 4px;
}
.organisations-relations table.properties td {
    color: #4a4949;
    background-color:#fff;
    border-bottom: 1px solid #d7d7d7;
    padding-top: 10px;
    padding-bottom: 5px;
}
.organisations-relations table.properties h2 {
    font-size: 11px;
    font-weight: normal;
}
.organisations-relations table.properties h2,
.organisations-relations table.properties p {
    margin: 0;
    padding: 0;
}
.organisations-relations .portal_navigator_top {
    display: none !important;
}

.organisations-relations .for_publications .portal_navigator_top {
    display: inherit !important;
}

div.rendering_keywordable_keywordsextensionportal h3,
div.rendering_profileinformation h3,
div.rendering_publication_detailsportal h3{
    color: #4A4949;
    background: 0;
    padding: 0;
    border: 0;
}

div.rendering h3 { color: #4A4949; }

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

.striped-list div.portal_content_properties span.workflow_step { display: none; }
.striped-list div.rendering h2 { font-size: 11px; font-weight: normal; }
.striped-list div.rendering p.type {
    display: none;
}

div.rendering_publication h2 em { font-style: normal ! important; }

div.rendering_keywordsextensionportal strong { display: none; }

p#toggle_show_more span.show_more, p#toggle_show_more.visible_content span.show_less {
    display: block;
}

p#toggle_show_more span.show_less, p#toggle_show_more.visible_content span.show_more {
    display: none;
}

p#toggle_show_more span {
    color: #165AAD;
    cursor: pointer;
}

div.search_box_elsewhere p {
    margin-top: 0px;
}

div.portal_navigator_popup_content {
    background: none;
    background-color: #f7f7f7;
}


div.rendering.rendering_personorganisationsgroupedportal ul.relations span.emails,
div.rendering.rendering_personorganisationsgroupedportal ul.relations span.websites {
    white-space: pre;
}

div.rendering.rendering_personorganisationsgroupedportal ul.relations.organisations h2.title,
div.rendering.rendering_personorganisationsgroupedportal ul.relations.organisations div.address,
div.rendering.rendering_personorganisationsgroupedportal ul.relations.organisations div.contactoptions span.websites,
div.rendering.rendering_personorganisationsgroupedportal ul.relations.organisations div.contactoptions span.emails,
div.rendering.rendering_personorganisationsgroupedportal ul.relations.organisations div.contactoptions span.numbers {
    margin-bottom: 5px;
}

.organisation_view div.rendering_organisation_profileinformation h3.subheader:first-child {
    display: none;
}



div.portal_navigator_top div.portal_navigator_ordering {
    float: left
}

div.portal_navigator_top div.portal_navigator_window_and_pagesize {
    float: right
}

div.portal_navigator_ordering .portal_navigator_popup {
    display: inline-block;
}
div.portal_navigator_ordering .portal_navigator_popup_content a {
    padding-right: 30px;
}


div.portal_navigator_bottom div.portal_navigator_row {
    background: none repeat scroll 0 0 #f2f2f2;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin-bottom: -1px;
    padding: 2px;
    position: relative;
}

div.portal_navigator_pages {
    text-align: left;
}

div.portal_navigator_pages a {
    border: none;
    background: none;
    padding: 0;
}

div.portal_navigator_pages strong {
    font-weight: bold;
    color: #005A88;
    border: none;
    background: none;
    padding: 0;
}

span.portal_navigator_prev_next {
    font-weight: bold;
}

a.portal_navigator_next.common_link {
    font-weight: bold;
    margin-left: 10px;
}

a.portal_navigator_previous.common_link {
    font-weight: bold;
    margin-right: 10px;
}



.hidden { display: none; }

span.downloads_count {
    float: right;
    display: block;
    width: 52px;
    text-align: center;
    border-bottom: 4px solid #b0adad;
    font-size: 9px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-bottom: 5px;
}
span.downloads_count strong {
    font-size: 14px;
    font-weight: normal;
}


/* not found: classpath:META-INF/resources/style/css/combined/../modules/print.css */