/* 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;
}

/***************** 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: .75em;
	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;
	-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;
}

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


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

.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: middle;
}

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





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.external_publication, div.portal_content_properties span.workflow_step {
	clear: both;
	color: #999999;
	display: block;
	float: right;
	font-size: 10px;
	padding: 1px 0px;
}



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

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

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
{
	display: none;
	padding: 1px 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;
	max-height: 115px;
}

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;
	text-align: center;
	background-color: #E3E3E3;
}

body
{
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.76em;
}

form
{
	margin: 0;
}

h1
{
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 0;
	padding: 0;
}

h2.header
{
	margin: 0 0 10px;
	font-weight: normal;
	font-size: 15.8px;
	color: #333;	
}

h3.header {
	font-size: 12px;
	margin: 0 0 10px;	
}

span.divider
{
	display: block;
	background: #E3E3E3;
	height: 5px;
	margin: 0;
	font-size: 0;
	line-height: 0;
}

span.separator
{
	color: #CCCCCC;
}

div.portal_error {
	padding: 10px;	
}

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

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

div.portal_navigator a.rss_link
{
	background: url('../../gfx/feed.png') left top no-repeat;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 6px;
	margin-left: 5px;
	margin-right: 3px;
	text-decoration: none;
	overflow: hidden;
}

div.portal_navigator a.rss_link span
{
	visibility: hidden;
	font-size: 0;
}

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

div.view_statistics h2.header {
	margin-bottom: 20px;
}

div.view_statistics form {
	float: right;	
}


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

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

div.portal_facet_checkbox, span.portal_facet_checkbox {
	line-height: 20px;
}

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

div.portal_facet_checkbox input, span.portal_facet_checkbox input {
	padding: 4px;
	display: inline-block;
	vertical-align: middle;		
}

div.portal_facet_checkbox input, span.portal_facet_checkbox input {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

div.portal_facet_title {
	color: #333;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin-bottom: 3px;	
}

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

/********** Content listing **********/

ul.content_listing, ol.content_listing {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;	
}

ul.content_listing li {
	background: url("../../gfx/bullet.gif") no-repeat scroll 10px 7px transparent;
	padding-left: 19px;
	line-height: 19px;	
}

ol.content_listing li.content_item {
	padding-bottom: 16px;	
}

div.search_body ul.content_listing {
	margin-top: -2px;	
}

/********** Project rendering **********/

div.logo_and_documents {
        float: right;
}

div.rendering_project_logo {
        margin-bottom: 10px;
        text-align: right;
}

div.rendering_project_logo img.logo_icon {
        background: white;
        max-width: 115px;
        padding: 5px;
        border: 1px solid #ddd;
        margin: 0 0 0 0;
}
/****************** Share ***************/

span.share
{
	float: right;
	font-size: 0;
}

span.share a
{
	color: #878787;
	font-size: 11px;
}

div.footer
{
	background: url('../../gfx/dots.png') repeat-x scroll left top transparent;
	border-top: 1px solid #E6DFDA;
	clear: both;
	color: #626262;
	font-size: 7pt;
	margin-top: 10px;
	padding: 10px 0;
	width: 100%;
}

div.footer a
{
	color: #626262;
}


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

div.header
{
	background: url('../../gfx/header_bg.png') repeat-y scroll right top #009D00;
	height: 176px;
	margin-bottom: 5px;
	overflow: hidden;
}

div.header_body
{
	height: 176px;
}

/*************** Logo ***************/

div.header a.logo
{
	background: url('../../gfx/logo.png') no-repeat;
	float: left;
	width: 188px;
	height: 78px;
	margin-left: 15px;
	margin-top: 83px;
}

div.header a.logo span
{
	position: absolute;
	left: -100px;
	top: -100px;
}

div.header a.read_logo
{
	float: right;
	height: 65px;
	margin-right: 95px;
	margin-top: 100px;
	width: 145px;
	background: url('../../gfx/logo_small.png') no-repeat scroll 5px 5px;
}

/*** Danish ***/

div.header a.karch
{
	background: url('../../gfx/logo_ka.png') no-repeat scroll 0 0;
	width: 305px;
	height: 82px;
	margin-left: 25px;
	margin-top: 70px;
}

div.header a.aarch
{
	background: url('../../gfx/logo_aa.png') no-repeat scroll 0 0;
	width: 167px;
	height: 73px;
	margin-left: 25px;
	margin-top: 76px;
}

div.header a.dkds
{
	background: url('../../gfx/logo_dd.png') no-repeat scroll 0 0;
	width: 305px;
	height: 34px;
	margin-left: 25px;
	margin-top: 115px;
}

div.header a.dskd
{
	background: url('../../gfx/logo_dk.png') no-repeat scroll 0 0;
	width: 154px;
	height: 64px;
	margin-left: 25px;
	margin-top: 87px;
}

div.header a.dcdr
{
	background: url('../../gfx/logo_cd.png') no-repeat scroll 0 0;
	width: 162px;
	height: 75px;
	margin-left: 18px;
	margin-top: 84px;
}

/*** English ***/

div.header_en_GB a.karch
{
	background: url('../../gfx/logo_ka_en.png') no-repeat scroll 0 0;
	width: 318px;
	height: 83px;
}

div.header_en_GB a.aarch
{
	background: url('../../gfx/logo_aa_en.png') no-repeat scroll 1px 0;
	width: 211px;
}

/*************** Menu ***************/

div.header ul
{
	float: right;
	font-size: 7pt;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 17px;
	list-style: none outside none;
	margin: 80px 0 0;
	padding: 0;
	width: 235px;
}

div.header ul li
{
	font-size: 0;
	line-height: 0;
	width: 100%;
}

div.header ul a, div.header ul a:visited
{
	color: #FFFFFF;
	display: block;
	height: 15px;
	text-transform: uppercase;
	width: 100%;
}

div.header ul span
{
	position: absolute;
	left: -100px;
	top: -100px;
}

/*** Danish ***/

div.header ul li.ka a
{
	background: url('../../gfx/menu.png') no-repeat scroll left 0 transparent;
}

div.header ul li.ka a:hover
{
	background-position: left -87px;
}

div.header ul li.aa a
{
	background: url('../../gfx/menu.png') no-repeat scroll left -15px transparent;
}

div.header ul li.aa a:hover
{
	background-position: left -102px;
}

div.header ul li.dd a
{
	background: url('../../gfx/menu.png') no-repeat scroll left -30px transparent;
}

div.header ul li.dd a:hover
{
	background-position: left -117px;
}

div.header ul li.dk a
{
	background: url('../../gfx/menu.png') no-repeat scroll left -45px transparent;
}

div.header ul li.dk a:hover
{
	background-position: left -132px;
}

div.header ul li.cd a
{
	background: url('../../gfx/menu.png') no-repeat scroll left -60px transparent;
	height: 27px;
}

div.header ul li.cd a:hover
{
	background-position: left -147px;
}

/*** English ***/

div.header_en_GB ul
{
	margin-top: 65px;
}

div.header_en_GB ul li.ka a
{
	background: url('../../gfx/menu_en.png') no-repeat scroll left 0 transparent;
	height: 27px;
}

div.header_en_GB ul li.ka a:hover
{
	background-position: left -99px;
}

div.header_en_GB ul li.aa a
{
	background: url('../../gfx/menu_en.png') no-repeat scroll left -27px transparent;
}

div.header_en_GB ul li.aa a:hover
{
	background-position: left -126px;
}

div.header_en_GB ul li.dd a
{
	background: url('../../gfx/menu_en.png') no-repeat scroll left -42px transparent;
}

div.header_en_GB ul li.dd a:hover
{
	background-position: left -141px;
}

div.header_en_GB ul li.dk a
{
	background: url('../../gfx/menu_en.png') no-repeat scroll left -57px transparent;
}

div.header_en_GB ul li.dk a:hover
{
	background-position: left -156px;
}

div.header_en_GB ul li.cd a
{
	background: url('../../gfx/menu_en.png') no-repeat scroll left -71px transparent;
	height: 27px;
}

div.header_en_GB ul li.cd a:hover
{
	background-position: left -170px;
}

/*************** Links ***************/

div.header div.links
{
	color: #FFFFFF;
	font-size: 8pt;
	margin-left: 120px;
	position: absolute;
	left: 50%;
	top: 15px;
	text-align: right;
	width: 245px;
}

div.header div.links a
{
	text-decoration: none;
}

div.header div.links a span
{
	color: #FFFFFF;
	font-size: 8pt;
}


div.body
{
	width: 760px;
	margin: 0 auto;
	padding-top: 6px;
	text-align: left;
}

div.content_container
{
	background: url('../../gfx/body_bg.png') repeat-y scroll -150px top #FFFFFF;
	overflow: hidden;
	min-height: 400px;
	width: 100%;
}

div.content_container_split
{
	background: url('../../gfx/body_bg.png') repeat-y scroll 180px top #FFFFFF;
}

div.content_menu
{
	float: left;
	overflow: hidden;
	width: 180px;
}

div.content_body {
	padding: 0 10px;
}

div.content_section {
	padding: 0 10px 10px 10px;	
}

div.front_body div.content_body, div.organisation_body div.content_body 
{
	padding: 0;
	float: left;
	margin-left: 5px;
	width: 325px;
}

div.content_right
{
	float: left;
	margin-left: 5px;
	overflow: hidden;
	width: 245px;
}

div.content
{
	float: left;
	margin-left: 5px;
	width: 575px;
}

div.inner_body
{
	padding: 10px;
}

div.breadcrumb
{
	color: #666666;
	font-size: 8pt;
	margin: 5px 10px;
	overflow: hidden;
}

div.breadcrumb a span
{
	color: #666666;
}


div.front_content
{
	float: left;
	width: 355px;
	padding-left: 15px;
}

div.front_sidebar_right
{
	float: right;
	width: 215px;
}

div.content_front
{
	background: url('../../gfx/dot.gif') repeat-y scroll 384px top transparent;
	width: 620px;
}


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

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

div.front_latest {
	padding-top: 10px;
	line-height: 11pt;	
}

div.front_latest h2.header {
	font-weight: bold;
	font-size: 12px; 
}

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

div.front_latest div.rendering_short p.type {
	font-style: italic;
	color: #333;
	margin-top: 1px;	
}

div.front_latest div.rendering_short p.type span.type_classification_parent {
	display: inline;	
}

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

div.front_search h2.header
{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 3px;
}

div.header_search_inner p {
	margin: 0;	
}

div.header_search_inner input.portal_searchfield {
	width: 160px;
}

div.front_search
{
	padding: 10px;
}

div.front_search form
{
	margin-bottom: 1px;
}

div.front_search a {
	background: url("../../gfx/bullet.gif") no-repeat 1px 5px;
	padding-left: 9px;	
}

div.front_search a, div.front_search a span {
	font-size: 11px;
	color: #666666;	
} 

div.front_search form p
{
	margin: 0;
}



/************* Sidebar left frontpage ************/

div.sidebar_front
{
	float: left;
	padding-left: 10px;
	position: relative;
	width: 241px;
	top: -55px;
}

div.sidebar_front ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

div.sidebar_front li
{
	margin: 0;
	padding: 0;
}

div.sidebar_front li.greenButton
{
	background: url('../../gfx/menu_arrows.gif') no-repeat scroll 97% center #DFEBE6;
	border-top: 2px solid #FFFFFF;
	padding: 7px 10px;
}

div.sidebar_front li.greenButton:hover
{
	background: url('../../gfx/menu_arrows_hover.gif') no-repeat scroll 97% center #BBD1D4;
}

div.sidebar_front a
{
	text-decoration: none;
	display: block;
	padding: 0 0 5px;
}

div.sidebar_front a span
{
	color: #1E4470;
	font-size: 15px;
	letter-spacing: -0.3px;
}

div.sidebar_front .front_menu_subtitle span
{
	width: 190px;
	color: #000000;
	font-size: 10px;
	letter-spacing: normal;
}

div.sidebar_front .front_menu_home
{
	height: 38px;
	padding: 0;
}

div.sidebar_front .front_menu_home_da_DK
{
	background: url('../../gfx/research_front_da_DK.gif');
}

div.sidebar_front .front_menu_home_en_GB
{
	background: url('../../gfx/research_front_en_US.gif');
}

/************* Sidebar left subpages ************/

div.sidebar
{
	width: 200px;
	float: left;
	padding: 0 10px;
	min-height: 50px;
}

a.portal_link_disabled, a.portal_link_disabled:hover, a.portal_link_disabled span, a.portal_link_disabled:hover span
{
	color: #999 !important;
	text-decoration: none !important;
}

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

input.portal_searchfield
{
	font-size: 12px;
	height: 16px;
	vertical-align: middle;
	width: 230px;
	border: 1px solid #999999;
}


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

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

/****************** Chart ****************/

div.portal_chart
{
	height: 200px;
	margin-bottom: 20px;
}

div.portal_chart_loading
{
	background: #FAFAFA url('../../../core/style/gfx/spinner.gif') center center no-repeat;
	color: #AAAAAA;
	font-size: 14px;
	height: 100%;
	line-height: 100px;
	text-align: center;	
}

div.portal_chart_empty
{
	background: none repeat scroll 0 0 #FAFAFA;
	color: #AAAAAA;
	display: none;
	font-size: 14px;
	height: 100%;
	line-height: 100px;
	text-align: center;
}

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

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

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

ol.portal_list li.portal_list_item_group
{
	padding-top: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #eee;
	font-size: 9pt;
	color: #777777;
}

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

body div.portal_navigator_top {
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: none;
}

body div.portal_navigator_pages {
	position: relative;
	margin-top: -1px;
	padding: 6px 10px 5px 10px;
	font-size: 12px;
}

a.portal_navigator_next span, a.portal_navigator_previous span {
	cursor: pointer;	
} 

form p.core_searchform_links {
	margin-top: 1px;	
}

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

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

div.portal_content_properties span.workflow_step, div.portal_content_properties span.project_status, div.portal_content_properties span.external_publication
{
	float: none !important;
	height: 14px;
	line-height: 14px;
	display: inline-block;
	background: #fafafa;
	border: 1px solid #eee;
	font-size: 9px;
	color: #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 4px 0px 4px 3px;
	padding: 0 5px;
	letter-spacing: 1px;
	white-space: nowrap;
}

body div.portal_content_properties span.external_publication {
	color: white;
	background: #009D00;
	text-transform: uppercase;	
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	letter-spacing: 0.5px;
	vertical-align: top;
	margin-top: 5px;
}

div.portal_content_properties span.file_attachment
{
	margin-left: 5px;
}


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

div.portal_navigation_background
{
	display: none;
}


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

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

div.portal_navigator div.rendering
{
	padding: 6px 4px 6px 0;
	font-size: 9pt;
}

div.portal_navigator div.rendering a.link span
{
	font-size: 9pt;
}

div.portal_navigator_bottom
{
	border-bottom: 1px solid #eee;
}

span.portal_navigator_prev_next *, span.portal_navigator_paging
{
	vertical-align: baseline;
}

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

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

div.portal_navigator_top
{
	padding-left: 10px;
}

a
{
	color: #008C00;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #005200;
}

a span
{
	color: #008C00;
	text-decoration: none;
}

a:hover span
{
	text-decoration: underline;
}

a:visited span
{
	color: #005200;
}

div.rendering ul.organisations a:hover, div.rendering ul.organisations a:hover span { 
	color: #008C00;
}

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

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

body div.rendering .minor
{
	font-size: .8em;
}

div.rendering_short h2.title
{
	font-size: 1.1em;
}

div.rendering_compact h2.title
{
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.3em;
}

/* Override strong in titles */
div.rendering_compact h2.title strong
{
	font-weight: normal;
}

div.view_title h2.title span
{
	color: black;
}

/* Make text blocks have more readable line height */
div.rendering div.textblock
{
	line-height: 150%;
}

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

div.rendering h2
{
	color: #004799;
}

div.rendering h3
{
	color: #525759;
	margin: 10px 0 5px 0;
	font-size: 11pt;
	font-weight: normal;		
}

rendering_publicationrelationsportal
{
	margin-top: 10px;
}

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

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

div.rendering_organisationhierarchynorootportal a.selected:visited span
{
	font-weight: bold;
	color: #333;
}

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

div.rendering_personorganisationstitlesportal h2 {
	line-height: 1.5em;	
}

div.rendering_personorganisationstitlesportal h2 a.link {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;	
}

div.rendering_personorganisationstitlesportal h2 a.link span
{
	color: #333;
	text-decoration: none;
}

div.rendering_personorganisationstitlesportal p
{
}

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

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

div.rendering_projectrelationsportal li
{
	padding-bottom: 3px;
}

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

div.rendering_organisationcontactportal h3.subheader
{
	font-size: 12px;
	margin: 0 0 10px;
}

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

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

div.rendering_publicationdocumentsportal h3, div.rendering_documentextensionportal h3, div.rendering_versioneddocumentandlinkextensionportal h3
{
	margin: 0 0 5px;
	color: #333;
}

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

div.rendering_publicationdocumentsportal p.dimmed, div.rendering_documentextensionportal p.dimmed, div.rendering_versioneddocumentandlinkextensionportal p.dimmed
{
	color: #333;
	font-size: 9px;
}

div.rendering_personorganisationsaddressportal div.address
{
	margin: 5px 0;
}

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

/** Organisation relations */

div.rendering ul.organisations a {
	background: url("../../gfx/bullet.gif") no-repeat 2px 5px;
	color: #636363;
	padding-left: 10px;
	text-decoration: none;
}

div.rendering p.tenant {
	margin-top: 2px;	
}

div.rendering ul.organisations a span {
	color: #636363;	
}

/********* REMOVE THIS WHEN RENDERING IS BETTER!! *********/

div.rendering .type_family, div.rendering .type_classification_parent
{
	display: none;
}

ul.tabs
{
	border-bottom: 1px solid #ddd;
	font-size: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 21px;
}

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

ul.tabs li a
{
	font-size: 12px;
	background-color: #FFFFFF;
	border-right: 1px solid #ddd;
	padding: 0px 10px;
	display: inline-block;
	vertical-align: top;
	height: 21px;
	line-height: 20px;
	text-decoration:none;
	outline: none;
}

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

ul.tabs a span
{
	color: #008C00;
}

ul.tabs li.selected
{
	
}

ul.tabs li.selected a
{
	background-color: #FFFFFF;
	color: #333;
	height: 22px;
	font-weight: bold;
}

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


div.view_container ul.tabs {
	height: 22px;
	margin-top: 10px;
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;	
}

div.view_container ul.tabs li a {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;	
}

div.view_container ul.tabs li {
	margin-right: -1px;
}

div.view_container
{
	padding: 0 10px;
}

div.view_container div.inner_bottom
{
	padding-bottom: 10px;
}

div.view_container div.inner_top
{
	padding-top: 10px;
}

div.view_container div.related
{
	font-size: 9pt;
}

div.view_container div.portal_disclosure {
	margin-left: -4px;	
}

div.view_title
{
	padding: 0;
}

div.view_title div.inner_bottom
{
	padding-bottom: 10px;
}

body div.view_title h2.title
{
	line-height: 1.5em;
}

div.view_title h2.title a
{
	font-size: 14px;
	text-decoration: none;
}

div.view_title h2.title a span {
	font-weight: bold;
	text-decoration: none;	
}

div.view_title h2.header
{
	margin: 0;
}

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

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

div.person_info
{
	overflow: hidden;
}

div.person_info_photo
{
	float: right;
	width: 125px;
	height: 160px;
	overflow: hidden;
	text-align: right;
}

div.person_info_photo img
{
	max-width: 125px;
	max-height: 200px;
}

p.person_info_profile_link
{
	margin: 10px 0 0;
	font-weight: bold;
}

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

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

p.person_search a.selected, p.person_search a.selected span {
	font-weight: bold;
	color: #000;	
}

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

div.person_index
{
	padding: 10px;
}

div.person_index h2
{
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
	text-transform: uppercase;
}

div.person_index p
{
	margin: 0 0 0 -2px;
	overflow: hidden;
}

div.person_index a
{
	float: left;
	padding: 1px 3px;
}

div.person_index a.selected, div.person_index a:active {
	text-decoration: none;
}

div.person_index a.selected span {
	color: #000000;
	font-weight: bold;	
}

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

div.rendering_expertkeywordsportal span.userdefined_begin {
	background: url("../../gfx/arrow_dark.png") no-repeat scroll 5px 3px transparent;
	margin-left: 8px;
	padding-left: 20px;
}

div.rendering_expertkeywordsportal span.topics {
	font-weight: bold;	
}

div.rendering_expertkeywordsportal {
	margin-left: 20px;
}

div.rendering_expertkeywordsportal h3 {
	margin-left: -20px;	
}

div.rendering_expertkeywordsportal ul li {
	margin-bottom: 10px;
	text-indent: -20px;
}

div.rendering_expertkeywordsportal span.userdefined span.separator, div.rendering_expertkeywordsportal span.no_userdefined_separator {
	background: url("../../gfx/separator.png") no-repeat scroll center 2px transparent;
	margin: 0 10px;
	padding: 0;	
}

div.rendering_person_profileinformation {
	border-top: 1px solid #dddddd;
	margin-bottom: 10px;	
}

/******************* Experts ****************/

div.person_experts
{
	margin-top: 20px;
	padding-left: 10px;
}

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

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

div.person_experts a
{
	display: block;
	padding: 2px 0;
}

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

body div.organisation_title h2.header {
	padding-top: 1px;
	font-size: 15px;
	color: #000;	
}

div.organisation_front
{
	margin-top: 12px;
}

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

div.organisation_tenant {
	border-top: 5px solid #E3E3E3;
	padding: 10px;	
}

div.organisation_tenant a {
	background: url("../../gfx/bullet.gif") no-repeat scroll 2px 5px transparent;
	display: inline-block;
	padding-left: 11px;
}

p.organisation_help {
	margin: 10px 0;	
}

div.organisation_hierarchy
{
	border-bottom: 5px solid #E3E3E3;
	margin-bottom: 17px;
}

div.organisation_hierarchy div.portal_hierarchical_renderer {
	margin-top: 0;	
}

div.organisation_hierarchy div.portal_hd_body {
	margin-left: 18px;
	margin-bottom: 10px;	
}

div.organisation_hierarchy li.level1 div.portal_hd_item, div.organisation_hierarchy li.level1 div.portal_hd_children {
	margin-left: 3px;	
}

div.organisation_hierarchy a.portal_hd span {
	background: url("../../gfx/disclosure_plus.gif") no-repeat scroll 0px 2px transparent;
	cursor: pointer;		
}

div.organisation_hierarchy a.portal_hd_open span {
	background: url("../../gfx/disclosure_minus.gif") no-repeat scroll 0px 2px transparent;
	cursor: pointer;
}

div.organisation_hierarchy a.portal_hd_nochildren span {
	background: url("../../gfx/bullet.gif") no-repeat scroll 1px 3px transparent;		
}

div.organisation_hierarchy a.portal_hd, div.organisation_hierarchy a.portal_hd_nochildren {
	width: 18px;
	height: 14px;	
}

div.organisation_hierarchy li.level1 {
	padding-top: 10px;
	border-top: 5px solid #E3E3E3;
}

div.organisation_hierarchy li.level1 div.portal_hd_children ul {
	border-top: 1px solid #E3E3E3;
	padding-top: 10px;
	margin-right: 10px;
	margin-left: -9px;
}

div.organisation_hierarchy li.level2 div.portal_hd_children ul {
	border-top: none;
	padding-top: 0;
	margin-right: 0;
}

div.organisation_hierarchy li.level3 div.portal_hd_children ul {
	border-top: none;
	padding-top: 0;
	margin-right: 0;
}


div.organisation_charts {
	padding: 10px 20px 10px 10px;
}

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

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

div.organisation_latest {
	padding: 10px 10px 0 10px;
	line-height: 11pt;	
}


div.organisation_latest div.rendering_compact h2.title {
	font-weight: normal;
	font-size: 12px; 
}


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

h3.publication_export
{
	font-size: 14px;
	margin: 12px 0 4px 0;
	font-weight: normal;	
}

div.activity_view_title div.rendering_compact p.type {
	display: none;
}

div.activity_view_title span.type_family_sep, div.activity_view_title span.type_parent_sep {
	display: none;	
} 

div.activity_view_title span.type_classification_parent, div.activity_view_title span.type_classification, div.activity_view_title span.workflow_step {
	line-height: 16px;
	color: white;
	background: #009D00;
	padding: 1px 4px;	
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-right: 10px;		
}

div.activity_view_container div.rendering_detailsportal p.persons span.date {
	display: none;
}

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

div.project_view_title span.type_classification_parent, div.project_view_title span.type_classification, div.project_view_title span.workflow_step {
	line-height: 16px;
	color: white;
	background: #009D00;
	padding: 1px 4px;	
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-right: 10px;		
}


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

h3.publication_export
{
	font-size: 14px;
	margin: 12px 0 4px 0;
	font-weight: normal;	
}

div.publication_view_title div.rendering_compact p.type {
	display: none;
}

div.publication_view_title span.type_family_sep, div.publication_view_title span.type_parent_sep {
	display: none;	
} 

div.publication_view_title span.type_classification_parent, div.publication_view_title span.type_classification, div.publication_view_title span.workflow_step {
	display: inline;
	line-height: 16px;
	color: white;
	background: #009D00;
	padding: 1px 4px;	
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-right: 10px;		
}

div.businesscard
{
	margin-bottom: 25px;
	padding-bottom: 5px;
}

div.businesscard_top
{
	font-size: 0;
	height: 0px;
}

div.businesscard_body
{
	overflow:hidden;
}

div.businesscard_expert span
{
	background: #999999;
	color: white;
	font-size: 10px;
	padding: 1px 4px;
	margin: 2px 0px;
	display: inline-block;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;	
}

div.businesscard div.rendering h2, div.businesscard div.rendering h2 span {
	font-size: 18.25px;
	font-weight: normal;
	color: #333;
}

div.rendering_person_personorganisationstitlesandeducationportal p {
	margin-top: 2px;
	margin-bottom: 10px;
	color: #666;
}

div.rendering_personorganisationsaddressportal div.address {
	margin-top: 4px;
	margin-bottom: 0;
	line-height: 1.5em;
}

div.rendering_person_personorganisationscontactportal {
	line-height: 1.5em;	
}

div.rendering_person_personorganisationscontactportal ul.relations, div.rendering_person_personorganisationsnamelistportal ul.relations {
	margin: 0 !important;
	line-height: 1.5em;
}

div.rendering_person_organisations_title {
	margin-top: 25px;
	padding-top: 5px;
}

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

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

ul.content_navigation li
{
	float: left;
}

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

ul.content_navigation li.selected * {
	color: #333 !important;
}

body ul.content_navigation span.separator {
	color: #ccc !important;
	padding: 0 4px;
}

div.experts_front {
	line-height: 12pt;		
}

div.experts_front_keywords {
	margin-bottom: 22px;	
}

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

div.experts_front a, div.experts_userdefined a {
	margin-right: 10px;
	padding: 0 2px;	
}

div.experts_front a.selected, div.experts_front a.selected span {
	color: black;
	font-weight: bold;
	text-decoration: none;	
}

div.experts_view {
	overflow: hidden;	
}

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

div.experts_userdefined {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 12pt;	
}

div.experts_view div.experts_userdefined li {
	display: inline-block;	
}

div.experts_view div.experts_userdefined li.selected a, div.experts_view div.experts_userdefined li.selected span {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

h3.experts {
	font-size: 13pt;
	font-weight: normal;
	margin: 0 0 5px;	
	color: #333;
}

div.experts_listing div.portal_navigator div.rendering p.keywords a.link span {
	font-size: 8pt;
}

div.experts_listing div.portal_navigator div.rendering ul.organisations a.link span {
	font-size: 8pt;	
}

div.experts_listing div.rendering ul.organisations {
	margin: 2px 0 0 0;		
}

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

p.keywords span.selected a {
	font-weight: bold;	
}

div.portal_showmore_open div.portal_showmore_body {
	border: 1px solid #E6E6E6;
	padding: 10px;
	background: white;
	position: relative;
	width: 540px;
	-moz-box-shadow: 0px 2px 6px #ccc;
	-webkit-box-shadow: 0px 2px 6px #ccc;
	box-shadow: 0px 2px 6px #ccc;
	overflow: hidden;
}

a.portal_showmore_hide {
	position: absolute;
	right: 10px;
	color: #333;
	padding-right: 18px;
	background: url('../../../core/style/gfx/close.gif') right center no-repeat;
	text-decoration: none;
}

a.portal_showmore_hide:hover {
	color: #004B80;
	background-image: url('../../../core/style/gfx/close_blue.gif')
}


/************* relationlist ***********/

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

h2.relationlist
{
	border-bottom: 1px solid #EEEEEE;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 22px;
	margin: 0 0 5px;
}

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

ul.relationlist
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
}

li.relationlist
{
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 1.2em;
}

p.relationlist
{
	margin: 0;
}

a.relationlist_rss
{
	float: right;
	margin-top: 4px;
	margin-right: 2px;
}

div.relationlist_header
{
	position: relative;
	overflow: hidden;
}

span.relationlist_header_right
{
	position: absolute;
	right: 0;
	bottom: 0;
	color: #98999A;
	font-size: 1em;
	line-height: 22px;
	margin: 0 0 5px;
}



div.relationlist div.rendering_compact h2.title a
{
	font-size: 11px;
}

div.search_box
{
	overflow: hidden;
	padding: 0 10px 10px;
}

div.search_box h1, div.content_body h1
{
	font-size: 13pt;
	font-style: normal;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0;
}

div.search_box label.query
{
	display: block;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 5px;
}

div form p.search_wildcard {
	font-size: 11px;
	color: #666;
	margin-top: 2px;
	margin-bottom: 0;	
}

input.search_button
{
	background-color: #000000;
	border: medium none;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, sans-serif;
	height: 20px;
	line-height: 15px;
	padding: 0 5px;
	vertical-align: middle;
}

p.search_warning, div.portal_empty
{
	color: #999;
	font-style: italic;
	padding: 20px;
	text-align: center;
}

div.search_body
{
	padding-left: 6px;
	padding-bottom: 10px;
}

div.search_description
{
	padding: 10px;
}

div.search_description h2
{
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 5px;
}

div.search_description p
{
	color: #333333;
	line-height: 1.3em;
	margin: 0;
}

/** Advanced Search **/

div.language_filter, div.publication_years_filter, div.workflow_filter, div.project_status_filter, div.project_date_filter, div.artisticdevelopment_filter {
	float: left;
	margin-right: 20px;
}

div.core_searchform_advanced {
	overflow: hidden;
}

/** Search Sidebar Menu **/

div.search_sidebar_title
{
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px;
}

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

div.search_sidebar li
{
	margin: 0;
	padding: 3px 0;
}

div.search_sidebar .selected
{
	font-weight: bold;
}

div.search_box span.divider {
	margin-left: -10px;
	margin-right: -10px;	
}

div.searchall_box {
	padding-bottom: 0!important;	
}

div.searchall_advanced {
	margin-bottom: 10px;
	overflow: hidden;	
}

div.searchall_results div.rendering {
	padding: 4px 0;	
}

p.searchall_more {
	margin: 5px 0 15px 10px;	
}

div.searchall_query {
	margin: 10px 0;	
}

h2.searchall {
	font-size: 12px;
	font-weight: bold;
	margin: 25px 0 5px 0;
	padding: 5px 0 3px 10px;
	border-bottom: 1px solid #ddd;
}

h2.searchall_first {
	margin-top: 10px;	
}

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

h2.searchall span.count {
	color: #999;
	font-weight: normal;
	font-size: 11px;	
}

div.portal_hierarchical_check label {
	color: #333;
}

div.portal_hierarchical_check div.level1 label {
	font-weight: bold;
}

div.portal_hierarchical_check {
	margin-left: -9px;
	margin-bottom: 10px;	
}


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

p.core_searchform_links a span
{
	color: #666666;
	font-size: 11px;
}

p.core_searchform_text
{
	margin: 0;
}

span.core_searchform_separator
{
	color: #bbb;
}


div.content_menu h2
{
	font-size: 9pt;
	font-weight: bold;
	margin: 10px 10px 0;
}

div.content_menu ul
{
	font-weight: normal;
	list-style: none outside none;
	margin: 10px 0 10px 5px;
	padding-left: 0;
}

div.content_menu div.rendering_organisation ul {
	margin-bottom: 0;		
}

div.content_menu ul.main
{
	margin-top: 5px;
}

div.content_menu ul li
{
	background: url('../../gfx/bullet.gif') no-repeat scroll 6px 7px transparent;
	padding: 2px 0 2px 15px;
}

div.content_menu ul a, div.content_menu ul a span
{
	color: #636363;
}

div.content_menu ul a:hover, div.content_menu ul a:hover span 
{
	color: #008C00;
	text-decoration: underline;
}

div.content_menu ul a:visited, div.content_menu ul a:visited span 
{
	color: #005200;
}

div.content_menu ul ul
{
	margin: 0;
}

div.content_menu a.selected
{
	color: #000000;
	font-weight: bold;
}

div.content_menu div.menu_info
{
	padding: 10px;
}

div.content_menu div.menu_info p
{
	margin: 0;
}


/************* Related Types Sidebar ************/

div.related_sidebar
{
	margin-bottom: 20px;
}

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

div.related_sidebar li
{
	margin: 0;
	padding: 2px 0;
}

div.related_sidebar span.selected
{
	font-weight: bold;
	color: #333;
}

div.related_sidebar a.selected
{
	text-decoration: none;
}

div.related_sidebar a.selected span
{
	font-weight: bold;
	color: #333;
}

div.related_sidebar ul.related_filters
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.related_sidebar ul.related_filters li
{
	margin: 0;
	padding: 2px 0 2px 10px;
}

div.related_sidebar ul.related_filters li.selected a
{
	text-decoration: none;
}

div.related_sidebar ul.related_filters li.selected span
{
	font-weight: bold;
	color: #333;
}

@media print {
	div.body
	{
		width: auto;
	}
	
	div.header, div.menu, div.content_sidebar_right, div.content_sidebar_right_border, div.content_sidebar_left, div.breadcrumb, p.portal_rss, ul.content_navigation, div.footer div.center, span.share, ul.tabs, div.search_box
	{
		display: none;
	}
	
	div.content
	{
		margin: 0;
	}
	
	
	div.rendering_publicationdocumentsportal li, div.rendering_documentextensionportal li, div.rendering_versioneddocumentandlinkextensionportal ul.documents li
	{
		padding: 0;
		min-height: 0;
	}
	
	div.businesscard_body
	{
		padding: 0;
	}
}


