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

div.portal_expand
{
	zoom: 1;
}

div.portal_expand_body
{
	overflow: hidden;
	zoom: 1;
}

div.portal_expand_content
{
	padding: 1px 0;
	margin: -1px 0;
	zoom: 1;
}

div.portal_expand_controls
{
	zoom: 1;
	display: none;
	padding-top: 5px;
}

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

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

body
{
	margin: 0 0 25px 0;
	background: #fff;
	font-family: Verdana,sans-serif;
	font-size: 11px;
}

form
{
	margin: 0;
}

h2.header
{
	margin: 0 0 10px;
	font-weight: normal;
	font-size: 20px;
	color: #000;
	font-family: Georgia, serif;	
}

h2.footer
{
	font-size: 20px;
	line-height: 21px;
	font-family: Georgia, serif;
	font-weight: normal;
	padding: 0;
	margin: 0 0 6px 0;
}

div.portal_error
{
	padding-left: 18px;
}

div.portal_error h1
{
	font-family: Georgia, serif;
}

/******************************* 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 {
	font-size: 13px;
}

div.view_chart {
	background: #FFFBF1;
	padding: 18px;
	margin-bottom: 18px;		
}


/********** 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-family: Tahoma;
	font-size: 10px;
	margin-bottom: 3px;
	text-transform: uppercase;	
}

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("../../../core/style/icons/monochrome/dot16.png") no-repeat left center;
	padding-left: 18px;
	line-height: 18px;	
}

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

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

div.rendering_project_logo {
        float: right;
        margin-left: 10px;
}

div.rendering_project_logo img.logo_icon {
        float: left;
        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
{
	clear: both;
	line-height: 17.6px;
}

div.footer p
{
	border-top: 1px solid #E6E6E6;
	clear: both;
	color: #878787;
	font-size: 9px;
	padding: 10px 0;
}

div.footer a
{
	color: #000000;
	text-decoration: underline;
}

div.footer div.grid {
	border-top-style: solid;
	border-top-width: 5px;		
}

div.footer div.grid_row div.grid_black
{
	background-color: #000000;
}

ul.footer
{
	margin: 7px 0 13px 0;
	padding: 0;
}

ul.footer li
{
	list-style: none outside none;
	border-top: 1px solid #AFC80D;
}

ul.footer li a
{
	background: url('../../gfx/arrow_green.gif') no-repeat scroll left center;
	padding-left: 8px;
	color: #525E06;
	text-decoration: none;
	outline: medium none;
}

ul.footer li a:hover, ul.footer li a:hover span
{
	color: #525E06;
	text-decoration: none;
}

ul.footer li a span
{
	color: #525E06;
}

div.footer_inner
{
	margin: 6px 10px 10px;
}


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

div.header
{
	position: relative;
	line-height: 1.6em;
}

div.header_top {
	position: relative;	
}

div.header_top_content {
	position: absolute;
	top: 16px;
	right: 17px;
	bottom: 15px;
	left: 16px;
	text-align: right; 	
}

div.header div.grid {
	border-bottom-style: solid;
	border-bottom-width: 5px;	
}


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

div.header div.logo {
	position: relative;
	background-image: url('../../gfx/ruc_logo.png');
	background-position: 15px 15px;
	background-repeat: no-repeat;
}

div.header a.logo
{
	font-family: Georgia, serif;
	position: absolute;
	display: block;
	bottom: 12px;
	left: 16px;
	outline: none;
	color: #454F05;
	text-decoration: none;	
}

div.header a.logo span.ruc {
	color: #454F05;
	font-size: 40px;
	line-height: 35px;
	display: block;
	text-decoration: none;
}

div.header a.logo span.university {
	color: #454F05;
	font-size: 17px;
	padding-left: 2px;	
	display: block;
	text-decoration: none;
}

/******************* Locale ************/

a.locale, a.locale span
{
	background: none;
	color: #423A25 !important;
	text-decoration: none;
	font-family: Georgia, serif;
	font-size: 13px;	 
}

a.locale:hover, a.locale:hover span {
	text-decoration: none;	
}



/**************** Tools ***************/

div.header_top ul.header_tools {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	position: absolute;
	overflow: hidden;
	bottom: 24px;
}

div.header_top ul.header_tools li {
	float: left;
	height: 20px;
	margin-right: 12px;
}

div.header_top ul.header_tools a, div.header_top ul.header_tools a span {
	text-decoration: none;
	color: #423A25 !important;
	font-family: Georgia, serif;
	font-size: 13px;
}

div.header_top ul.header_tools li.fontsize {
	margin-top: 1px;
	margin-right: 9px;	
}

div.header_top ul.header_tools li.fontsize a {
	margin-right: 3px;	
}

div.header_top ul.header_tools a.f10 {
	font-size: 10px;	
}

div.header_top ul.header_tools a.f12 {
	font-size: 12px;	
}

div.header_top ul.header_tools a.f14 {
	font-size: 14px;	
}

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

div.header_links {
	position: relative;	
}

div.header_links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	position: absolute;
	bottom: 10px;
	right: 4px;
	text-align: right;
}

div.header_links ul li {
	height: 17.6px;	
}

div.header_links ul a, div.header_links ul a span {
	text-decoration: none;
	color: #2E5E60 !important;
	font-family: Georgia, serif;
	font-size: 13px;	
}

div.header_links ul span.locked {
	float: right;
	background: url('../../gfx/locked.gif') 0px 1px no-repeat;	
	width: 12px;
	height: 16px;
	margin-left: 5px;
	margin-right: 3px;
}

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

body div.header div.header_menu {
	border-bottom-color: #D8F613;
}

div.header_menu ul {
	margin: 17px 0 0 0;
	padding: 0;
	line-height: 0;
	list-style: none;
	font-size: 0;				
}

div.header_menu ul li.selected {
	width: 220px;
}

body div.header_menu ul li.animate {
	width: 232px;
}

div.header_menu ul li.selected a, div.header_menu ul li a:hover {
	background: #FF005F;	
}

div.header_menu ul li.selected a {
	display: block;
}

div.header_menu ul li {
	margin: 3px 0;	
}

div.header_menu ul a {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
	outline: none;	
}

div.header_menu ul a {
	text-decoration: none;
	color: #ffffff;
	background: #7F9205;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 23px;	
}


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

div.header form
{
	text-align: left;
	position: absolute;
	bottom: 0;
}

div.header form p
{
	margin: 0;
}

div.header input.searchField
{
	background: white;
	border: 1px solid #423A25;
	border-right: none;
	color: #000;
	font-size: 13px !important;
	font-family: Georgia, serif;
	margin: 0;
	width: 140px;
	height: 15px;
	padding: 2px;
	vertical-align: middle;
}

div.header input.search_button {
	background: #423A25;
	border-color: #423A25;
}

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

div.content_container
{
	overflow: hidden;
	position: relative;
	background: #D8F613;
}

div.content
{
	width: 720px;
	min-height: 350px;
	background: #FEF6E2;
	padding-top: 0.1px;
	padding-bottom: 14px;
}

div.content_container_home div.content {
	padding-bottom: 0.1px;	
}

div.grid {
	float: left;
	height: 240px;
	width: 240px;
	display: inline;
}

div.grid_row {
	overflow: hidden;	
}

div.grid_border div.grid {
	height: 235px;
}

div.grid_pink {
	background: #FF005F;	
}

div.grid_blue {
	background: #9BE2E5;	
}

div.grid_blue_2 {
	background: #64CDD2;	
}

div.grid_beige {
	background: #FEF6E2;	
}

div.grid_beige_2 {
	background: #C5C596;	
}

div.grid_green {
	background: #D8F613;	
}

div.grid_green_2 {
	background: #B5D00A;	
}

div.grid_border div.grid_blue_2 {
	border-color: #4A989C;
}

div.grid_border div.grid_beige_2 {
	border-color: #92926F;
}

div.grid_border div.grid_green {
	border-color: #A0B60E;
}

div.grid_border div.grid_green_2 {
	border-color: #869A07;
}

div.grid_content
{
	padding: 15px;
}

div.front_latest {
	padding: 0 10px;
}

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

div.front_latest_item {
	border-bottom: 1px solid #D3DACC;
	margin-bottom: 6px;
	padding-bottom: 6px;	
}

div.front_latest_item div.rendering_clipping p.type {
	display: none;		
}

div.front_latest h2.header
{
	font-weight: normal;
	font-size: 20px;
	margin: 10px 0 6px;
	border-bottom: 1px solid #D3DACC;
	padding-bottom: 6px;
}

div.front_latest a.front_latest_more, div.front_latest a.front_latest_more span {
	color: #423a25;
	font-family: Georgia, seric;
	font-size: 13px;
}

div.front_latest a.front_latest_more {
	padding-left: 8px;
	background: url('../../gfx/arrow_beige.gif') center left no-repeat;
	display: block;
	margin-bottom: 10px;	
}

div.front_latest_item div.rendering a.link, div.front_latest_item div.rendering a.link span {
	color: #423a25;	
}

div.front_latest div.rendering ul.relations {
	margin-bottom: 0;	
}

div.front_latest div.rendering ul.relations li {
	padding-bottom: 0;	
}

/*************** front_menu ***************/

div.front_columns {
	overflow: hidden;
	background: #4fccd3;	
}

div.front_menu {
	float: left;
	width: 240px;	
}

div.front_content {
	width: 480px;	
	margin-left: 240px;
	background: #FEF6E2;
}

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

div.front_menu ul li a:hover, div.front_menu ul li a:hover span, div.front_menu ul li a:active, div.front_menu ul li a:active span {
	color: white;
	background: #FF005F;
}

div.front_menu ul li a, div.front_menu ul li a span {
	outline: none;
	display: block;
	color: white;	
}

div.front_menu ul li, div.front_menu ul li a {
	height: 120px;	
}

div.front_menu ul li.dark {
	background: #4A989C;	
}

div.front_menu ul li.front_title {
	height: 120px;
	background: #FF005F;	
}

div.front_menu ul li.front_title a.portal_link span {
	display: inline-block;
	background: #BD0046;
	color: white;
	margin-top: 17px;
	padding: 2px 10px 3px 16px;
	height: auto;
}

div.front_menu ul li a {
	font-size: 20px;
	font-family: Georgia, serif;	
}

div.front_menu ul li a:hover, div.front_menu ul li a:hover span {
	text-decoration: none;	
}

div.front_menu ul li a em {
	display: block;
	font-style: normal;
	padding-top: 2px;
	font-size: 13px;
}

div.front_menu ul li a em.count {
	font-size: 11px;
	font-family: verdana, sans-serif;	
	display: inline;
	padding-top: 0;
	margin-left: 4px;
}

div.front_menu ul li a span {
	padding: 10px 10px 0 10px;	
}

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

div.front_search h2.header
{
	padding-top: 9px;
	font-weight: normal;
	font-size: 20px;
	color: #454F05;	
}

div.front_search input.portal_searchfield {
	width: 386px;
}

div.front_search
{
	padding: 10px;
	background: #B5D00A;
	height: 100px;
}

div.front_search a.portal_link, div.front_search a.portal_link span {
	color: #454F05;		
} 

div.front_search form
{
	margin-bottom: 10px;
	font-size: 0;
	white-space-collapse: discard;
}

div.front_search form p
{
	margin: 0;
}

div.front_search input.search_button {
	background: #464d00;
	border-color: #464d00;	
}

div.front_search input.portal_searchfield {
	border-color: #464d00; 	
}

/************** Clippings ****************/

body a.front_clippings_more span
{
	color: #666;
}

div.portal_carousel_header {
	background: none;
}

div.portal_carousel_header h2 {
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, serif;
	margin: 10px 0;
}


/************* Sidebar right ************/

div.sidebar
{
	float: right;
	width: 240px;
	background: #D8F613;
}

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

div.sidebar li
{
	margin: 0;
	padding: 0;
	line-height: 17.6px;
}

div.sidebar a
{
	color: #525E06;
	font-size: 13px;
	font-family: Georgia, serif;
	text-decoration: none;
	display: block;
	cursor: pointer;
	padding: 3px 0;
	margin: 0 10px;
	border-bottom: 1px solid #AFC80D;
	outline: none;	
}

div.sidebar a:hover, div.sidebar a:hover span {
	text-decoration: none !important;	
}

div.sidebar a span
{
	color: #525E06;
	display: block;
	cursor: pointer;
}

div.sidebar a:hover, div.sidebar a:hover span, div.sidebar a:active, div.sidebar a:active span  
{
	color: #FF005F !important;
}

div.sidebar ul li.selected a, div.sidebar ul li.selected a span {
	color: #FF005F !important;
	font-weight: 700;	
} 

div.sidebar a.rss
{
	margin: 0 0 5px 5px;
}

a.portal_link_disabled, a.portal_link_disabled:hover, a.portal_link_disabled span, a.portal_link_disabled:hover span
{
	color: #999 !important;
}

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

input.portal_searchfield
{
	background: white;
	border: 1px solid #423A25;
	border-right-width: 0;
	color: #000;
	font-size: 13px !important;
	font-family: Georgia, serif;
	margin: 0;
	height: 15px;
	padding: 2px;
	vertical-align: middle;		
	width: 320px;
}


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

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

div.portal_hierarchical_popup_wrapper input {
	border-right-width: 1px;	
}

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

div.portal_chart
{
	height: 200px;	
}

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
{
	/*border-bottom: 1px solid #eee;*/
}

ol.portal_list li.portal_list_item
{
	border-bottom: 1px solid #C5C596;
	font-size: 11px;
	overflow: hidden;
}

ol.portal_list li.portal_list_item_group
{
	padding-top: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #C5C596;
	font-size: 11px;
}

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

div.portal_navigator_white div.portal_navigator_top {
	border-top: none;
	border-bottom: 1px solid #C5C596;	
}

div.portal_navigator_white div.portal_navigator_bottom {
	border-bottom: 1px solid #C5C596;
	border-top: none;
	padding-top: 0;
	padding-bottom: 0;
}

span.portal_navigator_paging a {
	text-decoration: none;
	display: inline-block;
	padding: 8px 10px;
	color: #4A989C;	
}

span.portal_navigator_paging a span {
	color: #4A989C;	
}

span.portal_navigator_paging a:hover {
	text-decoration: underline;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
}

span.portal_navigator_links strong {
	background: #DEDEB7;
	display: inline-block;
	padding: 8px 10px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #423A25;
	font-weight: normal;	
}

span.portal_navigator_previous_disabled {
	color: #7C7961;
}

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

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

div.portal_content_properties
{
	float: right;
}

div.portal_content_properties span.workflow_step, div.portal_content_properties span.project_status, div.portal_content_properties span.remote_origin
{
	height: 14px;
	line-height: 14px;
	display: inline-block;
	border: 1px solid #C5C596;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 9px;
	color: #92926F;
	margin: 7px 0px 4px 3px;
	padding: 0 4px;
	white-space: nowrap;
}

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

div.portal_search_body
{
	padding-left: 14px;
	padding-right: 14px;
}


body div.portal_content_properties span.file_attachment {
	background-image: url('../../gfx/content_properties.gif');
	vertical-align: top;	
}

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

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

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

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

a.portal_link, a.common_link
{
	color: #4A989C;
	text-decoration: none;
}

a.common_link span {
	cursor: pointer;	
}

a.portal_link:hover, a.common_link:hover {
	color: #4A989C;
	text-decoration: underline;	
}

a.portal_link:hover span, a.common_link:hover span {
	color: #4A989C;
	text-decoration: underline;	
}

a.portal_link span, a.common_link span, div.textblock a
{
	color: #4A989C;
}

.rendering a.link
{
	color: #4A989C;
	text-decoration: none;
}

.rendering a.link span
{	
	color: #4A989C;
}

.rendering a.link:hover
{
	color: #4A989C;
	text-decoration: underline;
}

.rendering a.link:hover span
{
	color: #4A989C;
}

div.rendering p.type
{
	margin-top: 2px;
	color: #7c7961;
}

div.rendering .dimmed {
	color: #7c7961;	
}

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

div.rendering h2.title {
	font-family: Georgia, serif;	
}

div.rendering_short h2.title
{
	font-size: 15px;
	font-weight: normal;
}

div.rendering_standard p a strong {
	font-weight: normal;
	font-family: Georgia, serif;
	font-size: 15px;	
}

div.rendering_compact h2.title
{
	font-size: 15px;
	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: #000;
}

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

div.rendering h2
{
	color: #000;
}

div.rendering h3
{
	color: #000;
	margin: 20px 0 0 0;	
}

div.rendering h3.subheader {
	font-size: 20px;
	font-family: Georgia, serif;
	font-weight: normal;	
}

rendering_publicationrelationsportal
{
	margin-top: 10px;
}

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

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

/******************* Clipping in carousel ********************/

div.rendering_clipping_portalcarousel
{
	font-family: Georgia,serif;
	font-size: 12px;
	color: #332;
}

div.rendering_clipping_portalcarousel div.textblock
{
	line-height: 18px;
}

div.rendering_clipping_portalcarousel h2
{
	font-size: 14px;
}

div.rendering_clipping_portalcarousel h2 a.link
{
	color: #999;
}

div.rendering_clipping_portalcarousel h2 a.link span
{
	color: #332;
}

div.rendering_clipping_portalcarousel ul.persons
{
	margin-bottom: 0px;
}

div.rendering_clipping_portalcarousel span.date
{
	font-style: italic;
}

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

div.rendering_personorganisationstitlesportal h2 a span
{
	color: #000;
	font-size: 25px;
	font-weight: normal;
}

div.rendering_personorganisationstitlesportal h2 a.link:visited span
{
	color: #000;
}

div.rendering_personorganisationstitlesportal p
{
	color: #7C7961;
}

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

div.rendering_organisation_profileinformation h3.subheader
{

}

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

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

div.rendering_organisationcontactportal h3.subheader
{
	margin: 0 0 10px;
}

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

div.portal_links {
    float: right;
    overflow: hidden;
    width: 240px;
    height: 240px;
    background: #9BE2E5;
    margin-left: 15px;
}
div.rendering_publicationdocumentsportal, div.rendering_documentextensionportal, div.rendering_versioneddocumentandlinkextensionportal
{

}

div.portal_links h3
{
	margin: 5px 10px;
	color: #104347;
}

div.portal_links a.link span
{
	color: #104347;
}

div.portal_links ul.relations
{
	margin-left: 10px;
}

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: #104347;
	font-size: 9px;
}



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

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

/******************* Former organisation ******************/

div.rendering_organisationheaderportal *
{
	display: inline-block;
	line-height: 30px;
}

div.rendering_organisationheaderportal h2
{
	vertical-align: middle;
}

div.rendering_organisationheaderportal span.former
{
	background: #FAFAFA;
	border: 1px solid #EEE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	display: inline-block;
	font-size: 9px;
	height: 14px;
	margin-left: 10px;
	letter-spacing: 1px;
	line-height: 14px;
	padding: 0px 5px;
	white-space: nowrap;
	vertical-align: middle;
}
	
/********* REMOVE THIS WHEN RENDERING IS BETTER!! *********/

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

div.rendering_abstractpublication .type_classification_parent
{
	display: inline;
}

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

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

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

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

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

ul.tabs a span
{
	color: #423A25;
}

ul.tabs li.selected
{
	font-weight: normal;
}

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

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

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

ul.tabs li a.portal_link, ul.tabs li a.portal_link span {
	color: #000;
	text-decoration: none !important;	
} 

div.view_container
{
	padding: 0 18px;
}

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

div.view_title
{
	margin-bottom: 10px;
	margin-top: 14px;
}

body div.view_title h2.title
{
	line-height: 1.5em;
	font-weight: normal;
	overflow: hidden;
}

div.view_title h2.title a
{
	font-size: 25px;
	text-decoration: none !important;
	color: #000 !important;
}

div.view_title h2.title a span {
	text-decoration: none !important;
	color: #000 !important;	
}

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 form p{
	margin: 0;
}

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

div.header_statistics {
	padding: 0 18px;	
}


div.inner_menu
{
	float: right;
	position: relative;
	height: 240px;
	margin: -46px 0 10px 10px;
	width: 240px;
	z-index: 2;
	background-color: #9BE2E5;
}

div.inner_menu h2.header
{
	margin: 14px 16px 6px 16px;
	padding: 0;
	color: #104347;
	line-height: 21px;
}

div.inner_menu div.menu_item_first {
	border-top: 1px solid #64CDD2;
}

div.inner_menu div.menu_item
{
	border-bottom: 1px solid #64CDD2;
	padding: 3px 0;
	margin: 0 16px;
}

div.inner_menu div.menu_item a
{
	color: #104347;
	padding-left: 8px;
	background: url('../../gfx/arrow_blue.gif') left center no-repeat;
	text-decoration: none;
	font-family: Georgia, serif;
	font-size: 13px;
	line-height: 17px;
}

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


div.inner_content
{
	margin: 14px 18px;
	line-height: 1.6em;
}

div.breadcrumb
{
	padding: 14px 18px;
	line-height: 1.6em;
}

div.breadcrumb a
{
	background: url('../../gfx/arrow_beige.gif') no-repeat scroll right center;
	color: #666666;
	padding: 0 15px 0 0;
	margin: 0 10px 0 0;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
}

div.breadcrumb a span, div.breadcrumb a:hover span 
{
	color: #666666 !important;
}
div.view_statistics form
{
	float: right;
}

div.persons_body {
	background: #FFFBF1;
	padding: 0.1px;
	margin-bottom: -14px;
	padding-bottom: 14px;	
}

div.person_info
{
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}

div.person_info_text
{
	padding: 0;
}

div.person_infobox_photo
{
	float: right;
	overflow: hidden;
	width: 120px;
	height: 120px;
	margin-left: 15px;
	background-color: #9BE2E5;
	background-position: center;
	background-repeat: no-repeat;
}

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

ul.tabs_person_infobox
{
	margin-right: 120px;
	margin-top: 12px;
}


/**************** CV ****************/

p.person_cv_pdf
{
	float: right;
	margin: 20px 0 0 0;
}

h1.person_cv
{
	font-family: Georgia,serif;
	font-size: 20px;
	font-weight: normal;
}

div.person_cv_content
{
	margin-top: 20px;
	font-family: Georgia,serif;
}

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

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

div.rendering_periodlistcurriculumvitaeblock table
{
	border-collapse: collapse;
}

div.rendering_periodlistcurriculumvitaeblock th,
div.rendering_periodlistcurriculumvitaeblock td
{
	padding-bottom: 4px;
	vertical-align: top;
}

div.rendering_periodlistcurriculumvitaeblock th
{
	padding-right: 20px;
	text-align: left;
}


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

h2.person_cv_overview
{
	border-bottom: 1px solid #D3DACC;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, serif;
	line-height: 22px;
	margin: 0 0 5px;
	color: black;
}

div.person_cv_overview_body
{
	padding-bottom: 1px;
	line-height: 160%;
}

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

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

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

p.person_search label, p.person_search input {
	vertical-align: middle;	
}

p.person_search input {
	margin: 0;	
}

p.person_search span
{
	display: block;
	line-height: 20px;
}

/******************* Grid boxes (Search, Index etc.) ****************/


div.grid_person_search h2.header, div.grid_person_search label {
	color: white;	
}

div.grid_person_search input.portal_searchfield {
	width: 140px;
	border-color: #41051a;	
}

div.grid_person_search input.search_button {
	border-color: #41051a;
	background: #41051a; 	
}

div.grid_person_experts_content, div.person_index {
	padding: 16px;	
}

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

div.person_index, div.person_index h2.header {
	color: #525E06;
}

div.person_index a
{
	display: inline-block;
	padding: 0;
	height: 21px;
	width: 21px;
	line-height: 21px;
	text-align: center;
}

div.person_index a.portal_link, div.person_index a.portal_link span { 
	color: #525E06;
}

div.person_index a:hover, div.person_index a:hover span 
{
	background: #B5D00A;
	color: #423A25;
	text-decoration: none;
}

div.person_index a.selected, div.person_index a:active, div.person_index a.selected, div.person_index a:active span {
	background: #B5D00A;
	color: #423A25;
	text-decoration: none;
}

div.person_index a.selected span {
	color: #423A25;	
}

div.grid_person_experts_content, div.grid_person_experts_content h2.header {
	color: #423A25;	
}

div.grid_person_experts_content p {
	line-height: 15px;
	margin: 0;	
}

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

div.person_experts_overview {
	background: #FFFBF1;
	padding-top: 12px;
	padding-bottom: 14px;
	margin-bottom: -14px;	
}

div.person_experts
{
	padding-left: 18px;
}

div.person_experts h3
{
	color: #000;
	font-size: 13px;
	font-family: Georgia, sans-serif;
	font-weight: normal;
	margin: 8px 0 5px 0;
}

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

div.person_experts a
{
	display: block;
	padding: 2px 0;
	margin-right: 18px;
}

div.person_experts a, div.person_experts a span, div.person_experts a:hover, div.person_experts a:hover span { 
	color: #104347;
}

div.person_experts a.root {
	font-family: Georgia, serif;
	font-size: 15.4px;
	background: url('../../gfx/arrow_blue.gif') left 11px no-repeat;
	padding: 4px 0 4px 8px;
}

div.person_experts div.children {
	margin: 4px 0px;	
}

div.person_experts div.children a {
	font-family: Georgia, serif;
	font-size: 13.2px;		
	margin: 0;
	background: url('../../gfx/arrow_blue.gif') left 7px no-repeat;
	padding-left: 8px;	
}

body div.person_experts div.children_left a {
	margin-left: 12px;
	margin-right: 8px;
} 

body div.person_experts div.children_right a {
	margin-left: 28px;
} 


div.person_experts_column {
	border-bottom: 1px solid #D3DACC;
	margin-bottom: 8px;
	margin-right: 18px;	
}

div.person_experts_column span.count {
	font-size: 11px;
	font-family: verdana, sans-serif;	
	display: inline;
	padding-top: 0;
	margin-left: 4px;
}

div.person_experts_column div.person_experts_more {
	text-align: right;

}

div.person_experts_column div.person_experts_more a {
	display: inline-block;
	margin: 0 0 10px 0;
	background: url("../../gfx/arrow_blue.gif") no-repeat scroll left 6px transparent;
	padding-left: 8px;
}

div.rendering_expertkeywordsportal li {
    background: url("../../gfx/arrow_beige.gif") no-repeat scroll 2px 8px transparent;
    padding: 4px 0 4px 11px;    
}

div.rendering_expertkeywordsportal span.userdefined_begin {
	background: url("../../gfx/researchareas_topic_sep.png") no-repeat scroll 6px 6px;
	padding-left: 13px;
}

div.rendering_expertkeywordsportal span.userdefined span.separator, div.rendering_expertkeywordsportal span.no_userdefined_separator {
	background: url("../../gfx/researchareas_userdefined_sep.png") no-repeat scroll 1px 9px transparent;
	padding-left: 5px;
}

div.rendering_expertkeywordsportal li span.userdefined {
	color: #666666;
}

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

div.organisation_title h2 a span
{
	font-size: 25px;
}

div.organisation_relations
{
	margin-top: 25px;
}

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

div.organisation_hierarchy
{
	margin-top: 0px;
	padding-left: 11px;
	padding-top: 15px;
}

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

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

body div.rendering_standard span.type_classification_parent
{
	display: inline;
}


div.businesscard
{
	background: url('../../gfx/businesscard.jpg') left bottom no-repeat;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: -2px;
}

div.businesscard_top
{
	background: url('../../gfx/businesscard.jpg') left top no-repeat;
	font-size: 0;
	height: 3px;
}

body.en_GB div.businesscard, body.en_GB div.businesscard_top
{
	background-image: url('../../gfx/businesscard_en.jpg');
}

div.businesscard_body
{
	padding: 14px 17px 25px;
	min-height: 140px;
	max-height:398px;
	overflow:hidden;
}

div.businesscard_expert
{
	background: url('../../gfx/expert.png') 96% 7px no-repeat;
}

body.en_GB div.businesscard_expert
{
	background: url('../../gfx/expert_en.png') 96% 7px no-repeat;
}

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

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_view {
	overflow: hidden;	
}

div.experts_view div.experts_userdefined {
	float: right;
	width: 240px;
}

div.experts_view div.experts_userdefined a {
	display: inline-block;
	padding: 2px 0;	
}

div.experts_header {
	padding: 0 18px;	
}

div.experts_listing div.rendering {
	line-height: 12pt;	
}

div.experts_listing span.selected {
	font-weight: bold;	
}

div.experts_listing p.keywords {
	color: #000;	
}

div.experts_list_with_userdefined {
	margin-right: 240px;
}

div.portal_showmore_open div.portal_showmore_body {
	border: none;
	padding: 0px;
	background: #FEF6E2;
	position: relative;
	width: 685px;
	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: #4A989C;
}


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

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

h2.relationlist
{
	border-bottom: 1px solid #d3dacc;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, serif;
	line-height: 22px;
	margin: 0 0 5px;
	color: #000;
}

h2.relationlist a.portal_link, h2.relationlist a.portal_link:hover, h2.relationlist a.portal_link span
{
	color: #000 !important;
	text-decoration: none;
}

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

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: 11px;
	font-family: Verdana, sans-serif;
	line-height: 22px;
	margin: 0 0 5px;
}



div.relationlist div.rendering_compact h2.title a, div.relationlist div.rendering_compact h2.title a span 
{
	font-size: 13px;
	color: #423A25;
}

div.search_box
{
	padding: 14px 18px;
	background: none;
}

p.search_links
{
	color: #fff;
}

p.search_links a, p.search_links a span, p.search_links a:hover span
{
	color: #fff;
}

div.search_box h2.header, div.search_box div.portal_facet_title, div.search_box label {
	color: #000;	
}

div.search_box select {
	border: 1px solid #423A25;
}

input.search_button
{
	border: 1px solid #423A25;
	background: #423A25;
	font-size: 11px;
	font-family: Georgia, serif;
	line-height: 13px;
	height: 21px;
	padding: 2px 12px;		
	vertical-align: middle;
	color: white;
	overflow: visible;
	width: 60px;
	font-weight: 700;
}

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

div.search_body
{
	padding-left: 14px;
}

p.core_searchform_text, div.search_all_text {
	font-size: 0;
}
 
p.core_searchform_links a.portal_link, p.core_searchform_links a.portal_link span {
	color: #423A25;		
} 

/** Advanced Search **/

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

div.search_advanced
{
	overflow: hidden;
	padding: 0 15px;
}



div.searchall_results {
	padding-left: 18px;
	padding-right: 18px;
}

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

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


h2.searchall {
	font-size: 13px;
	font-weight: bold;
	font-family: Georgia, serif;
	margin: 25px 0 0 0;
	padding: 5px 0 3px 0;
	border-bottom: 1px solid #C5C596;
}

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

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

h2.searchall span.count {
	color: #999;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, sans-serif;	
}

p.core_searchform_text
{
	margin: 0;
}

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

