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

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

div.portal_disclosure_closed {
	padding: 1px 0;	
}

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

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

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

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

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

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

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

div.portal_expand
{
	zoom: 1;
}

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

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

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

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

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

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

a.york_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.york_view_statistics h2.york_header {
	font-weight: bold;
	font-size: 12px;
	margin-left: 0 !important;
}


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


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

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

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

ul.york_content_listing li {
	background: url("../../../core/style/icons/monochrome/dot16.png") no-repeat left center;
	padding-left: 18px;
	line-height: 18px;	
}

ol.york_content_listing li.york_content_item {
	padding-bottom: 16px;	
}

div.york_footer
{
	clear: both;
	font-size: 0.85em;
	padding: 40px 0;	
}

div.york_footer a {
	color: #666666;	
}

div.york_footertext {
	float: left;
	padding: 0.2em 0 0 185px;
	width: 520px;
}

ul.york_footerlinks {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 219px;
}

ul.york_footerlinks li {
	float: left;
	padding: 0.2em 10px 0.2em 8px;
}

ul.york_footerlinks li.york_sys_first {
	background: url('../../gfx/Divider.png') no-repeat scroll 100% 50% transparent;
}


/* not found: classpath:META-INF/resources/style/css/combined/../modules/front.css */
/************* Sidebar search right ************/

div.york_sidebar input.york_sidebar_searchfield {
	font-size: 13.33px;
	width: 143px;
}

div.york_sidebar input.york_sidebar_submit {
	font-size: 13.33px;	
}

div.york_sidebar form#york_sidebar_search_form {
	margin-top: 1em;	
}


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

div.york_sidebar_latest {
	background: url('../../gfx/TabOff.png') bottom right no-repeat #f4f4f4;
	padding: 8px 8px 4px 8px;
	margin-bottom: 20px;
}

div.york_sidebar div.york_sidebar_latest h3.york_header {
	color: #0066ae;	
}

div.york_sidebar_latest_item {
	font-size: 0.8em;
	margin-bottom: 10px;	
}

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


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

div.york_sidebar h3.york_header {
	color: white;
	margin: 0 0 8px 0;
	font-size: 18px;
	font-weight: normal;	
}



div.york_sidebar form p {
	margin: 0;	
}

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

input.portal_searchfield
{
	height: 20px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 320px;
	font-size: 14px;
}


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

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

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

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

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

div.portal_content_properties
{
	float: right;
	padding-top: 4px;
}

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;
	background: #fafafa;
	border: 1px solid #eee;
	font-size: 9px;
	color: #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0px 0 5px;
	padding: 0 5px;
	letter-spacing: 1px;
	white-space: nowrap;
	vertical-align: middle;
}

div.portal_content_properties span.file_attachment
{
	margin: 0 0 0 5px;
	vertical-align: middle;
}


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

div.portal_navigation_background
{
	display: none;
}

div.portal_search_body
{
	padding-left: 0px;
}


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

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

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

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

div.rendering_bibtex, div.rendering_ris, div.rendering_wos {
	font-size: 11px;	
}

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

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

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

div.view_title h2.title a
{
	color: #004F80;
}

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

div.rendering h2
{
	color: #004F80;
	font-size: 1em;
}

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

rendering_publicationrelationsportal
{
	margin-top: 10px;
}

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

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

div.rendering table.properties
{
	width: auto; /* Make tables wrap */
}

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


div.rendering_personorganisationstitlesportal h2.title {
	font-size: 1em;	
}

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

div.rendering_organisation_profileinformation h3.subheader
{
	margin-top: 15px;
	font-size: 12px;
}

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

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

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

div.rendering_publicationdocumentsportal, div.rendering_documentextensionportal, div.rendering_yorklinksportal
{
	max-width: 200px;
	min-width: 160px;
	float: right;
	background: #F0F9FF;
	border: 1px solid #e0eaf6;
	border-radius: 4px;
	padding: 7px 10px 3px;
	margin: 10px 0 10px 15px;
	overflow: hidden;
	font-size: 11px;
}

body div.rendering_publicationdocumentsportal h3,
body div.rendering_documentextensionportal h3,
body div.rendering_yorklinksportal h3
{
	margin: 0 0 5px;
	color: #333;
	font-size: 11px;
}

div.rendering_publicationdocumentsportal li, div.rendering_documentextensionportal li, div.rendering_yorklinksportal 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_yorklinksportal p.dimmed
{
	color: #666666;
	font-size: 9px;
}

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

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

body div.rendering_yorkorganisationparentsportal h2.title
{
	display: inline;
}


body.ie6 div.rendering_publicationdocumentsportal, body.ie6 div.rendering_documentextensionportal, body.ie6 div.rendering_versioneddocumentandlinkextensionportal
{
	width: 200px;
}

body.ie6 div.rendering_publicationdocumentsportal li, body.ie6 div.rendering_documentextensionportal li, body.ie6 div.rendering_versioneddocumentandlinkextensionportal ul.documents li
{
	height: 36px;
}

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

div.rendering_yorklinksportal ul.links li
{
	margin: 5px 0;
}

div.rendering_yorklinksportal ul.relations
{
	margin-bottom: 10px;
}

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

div.rendering_organisationheaderportal *
{
	display: inline-block;
}

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

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

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

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

/*********** Phd Opportunities **********/

div.rendering_phdopportunities h3
{
	margin: 5px 0 0;
}

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

div.rendering_contentlistcurriculumvitaeblock div.rendering_short
{
	padding-bottom: 5px;
}

/****************** Content lists *****************/

ul.york_box_content_list span.family
{
	display: none;
}

ul.york_box_content_list ul.organisations, ul.york_box_content_list p.period
{
	display: none;
}

/****************** Content lists *****************/

/** Hide email from person list (UKPURE-1449) */
li.portal_list_item div.rendering_person_short p.email
{
	display: none;
}
	
div.rendering .type_family
{
	display: none;
}

div.rendering_abstractpublication .type_classification_parent
{
	display: inline;
}

/************** Area of expertise ***************/

div.rendering_areaofexpertiseportal ul.expertise
{
	margin: 5px 0;
	padding: 0 0 0 20px;
	font-size: 11px;
}

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

div.rendering_areaofexpertiseprofileportal ul
{
	font-size: 11px;
	margin: 5px 0;
	padding-left: 20px;
}

/*********** Org profile ************/

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

/************** PhD opportunities ****************/


div.portal_navigator div.rendering_yorkphdopportunitiesportal
{
	padding-bottom: 5px;
}

div.rendering_yorkphdopportunitiesportal ul, div.rendering_yorkphdopportunitiesportal ul.relations
{
	margin: 0 20px;
	list-style-type: circle;
	padding: 0;
}

div.rendering_person_areaofexpertiseprofileportal
{
	margin-bottom: 15px;
}



div.rendering_person_areaofexpertiseprofileportal h3
{
	margin: 0;
}



div.york_person_info_text_photo
{
	margin-right: 148px;
}

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

div.york_person_view_title div.york_view_title h2.york_title a {
	font-size: 24px;
	line-height: 24px;
}

div.york_person_view_title div.york_view_title h2.title {
	line-height: 24px;
}

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

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

p.york_person_search span
{
	margin-right: 10px;
}

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

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

div.york_person_experts h3
{
	color: #004F80;
	font-size: 12px;
	margin: 0 0 5px;
}

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

div.york_person_experts a
{
	display: block;
	padding: 2px 0 2px 9px;
	margin-right: 20px;
	background: url("../../gfx/NavLev2Arrow.png") no-repeat 0px 0.5em;
}

div.rendering_expertkeywordsportal ul li {
	margin-bottom: 5px;
}

div.rendering_expertkeywordsportal span.userdefined_begin {
	background: url("../../gfx/experts_userdefined.gif") no-repeat -9px center;
	padding-left: 10px; 
}

div.rendering_expertkeywordsportal span.userdefined_end {
	background: url("../../gfx/experts_userdefined.gif") no-repeat -32px center;
	padding-left: 10px; 
}

div.rendering_expertkeywordsportal span.userdefined span.separator {
	background: url("../../gfx/experts_userdefined.gif") no-repeat 1px center;
	padding-left: 4px; 
}

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')
}

div.search_box
{
	padding: 10px 10px;
	background: #fafafa;
	border: 1px solid #ddd;
	overflow: hidden;
}

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

div.search_box ul.york_content_navigation {
	margin-top: 0;	
}

input.york_search_button
{
	cursor: pointer;
	outline: none;
	border: none;
	background: #CCCCCC;
	padding: 0 5px 0px;
	margin: 0;
	height: 22px;
	vertical-align: middle;
	min-width: 28px;
	font-size: 12px;
	font-weight: bold;
	overflow: visible;
}

p.york_search_warning, div.portal_empty
{
	padding: 20px 5px;
}

div.york_search_body
{
	padding-left: 0px;
}

div.core_searchform_advanced {
	overflow: hidden;
}



div.york_searchall_results li.portal_list_item div.rendering
{
	padding: 3px 6px;
}

p.york_searchall_more
{
	margin: 5px 0 15px 6px;	
}


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

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

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

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

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

p.core_searchform_links a {
	font-size: 0.9em;	
}

p.core_searchform_text
{
	margin: 0;
}

span.core_searchform_separator
{
	color: #bbb;
}

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

div.core_filter_legend
{
	color: #333;
	font-family: Tahoma;
	font-size: 11px;
	margin-bottom: 3px;
}

div.core_filter
{
	margin: 5px 0;
}

div.core_filter select
{
	margin: 0;
}

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

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

p.core_filter_projectfundername_remove
{
	font-size: 11px;
	margin: 5px 0 0;
}

div.core_filter_projectfundername_fixed
{
	background: #fff;
	border: 1px solid #ddd;
	padding: 5px;
	border-radius: 3px;
}

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

a {
	text-decoration: none;	
}

a:link, a:link span {
	color: #0054A6;
}
a:visited, a:visited span {
	color: #00588F;
}
a:hover, a:hover span {
	color: #0054A6;
}

a.portal_link, a.common_link
{
	color: #0054A6;
}

a.common_link span, a.portal_link span
{
	cursor: pointer;	
}

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

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

a.portal_link span, a.common_link span
{
	color: #0054A6;
}

.rendering div.textblock a
{
	color: #0054A6;
}

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

.rendering a.link
{
	color: #0054A6;	
}

.rendering a.link:hover
{	
	text-decoration: underline;
}

@media print {
	div.york_body
	{
		width: auto;
	}
	
	div.york_header, div.york_menu, div.york_content_sidebar_right, div.york_sidebar, div.york_content_sidebar_right_border, div.york_content_sidebar_left, div.york_breadcrumb, p.portal_rss, ul.york_content_navigation, div.york_footer div.york_center, ul.york_tabs, div.search_box, div.york_front_search
	{
		display: none;
	}
	
	div.york_content
	{
		margin: 0;
		width: auto;
		float: none;
	}
	
	
	div.rendering_publicationdocumentsportal li, div.rendering_documentextensionportal li, div.rendering_versioneddocumentandlinkextensionportal ul.documents li
	{
		padding: 0;
		min-height: 0;
	}
	
	div.york_businesscard_body
	{
		padding: 0;
	}
}

/******************* York styles (should be included from configured URL or HTML fragment) *****************/

/************* General colors, fonts and layout ***************/

body
{	
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #F6F6F6;
	font-size: 100%;
	margin: 5px;
	padding: 0;	
}

input, textarea, select, option {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 100%;
}

div#container {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 0 auto;
	text-align: left;
	width: 960px;
	word-wrap: break-word;
}

form
{
	margin: 0;
}

h2.york_header, h1.york_header
{
	margin: 0 0 12px;
	font-weight: normal;
	font-size: 170%;
	color: #004F80;	
}

div.york_body
{
	color: #1D1D1D;
	font-size: 80%;		
	width: 960px;
	position: relative;
	padding-top: 20px;
}

div.york_content_container
{
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
}

div.york_content
{
	margin-left: 220px;
	margin-right: 240px;
	min-height: 300px;
}

div.york_content_wide
{
	margin-right: 0;
	padding-right: 20px;
}

/****************** Journals *******************/

p.york_journals_count
{
	background: #FAFAFA;
	border: 1px solid #DDD;
	border-bottom-left-radius: 3px 3px;
	border-bottom-right-radius: 3px 3px;
	border-top-left-radius: 3px 3px;
	border-top-right-radius: 3px 3px;
	color: #666;
	float: right;
	font-size: 10px;
	height: 14px;
	line-height: 15px;
	margin: 3px 3px 0px 0px;
	padding: 0px 6px;
}

/**************** Index pages ******************/

h1.york_index
{
	font-size: 170%;
	font-weight: normal;
	line-height: 130%;
	margin: 0px 0px 12px;
	color: #004F80;
}

div.york_index_browse
{
	padding-top: 20px;
}

/************* Remote content ***************/

div.york_remote hr {
	background-color: #D5D5D5;
	color: #D5D5D5;
	border: none;
	height: 1px;
	margin: 8px 0;
	padding: 0;
}

div.york_remote .nothingbeside {
	clear: both;
	display: block;
}

div.york_remote p.right {
	margin-top: 0.5em;
	padding-top: 0;
}

div.york_remote .right {
	float: right;
}

div.york_remote h1, div.york_remote h2, div.york_remote h3, div.york_remote h4, div.york_remote h5, div.york_remote h6 {
	color: #004F80;
}

div.york_remote h1 {
	font-size: 170%;
	font-weight: normal;
	line-height: 130%;
	margin: 0 0 12px 0;
}

div.york_remote h2 {
	font-size: 125%;
	margin-top: 30px;
	padding-bottom: 10px;
}

div.york_remote_feature h2 {
	border-bottom: 3px solid #D5D5D5;
}




/************* Front page ***************/

div#york_remote_homepage_quick_links blockquote {
	margin: 0;	
}


p.york_deeplink
{
	margin: 30px 0 0 0;
	font-size: 10px;
}

p.york_deeplink a span
{
	color: #666;
}

div.york_remote
{
	overflow: hidden;
}

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

div.york_remote_front_poster p.right
{
	margin: 0;
}

/************ Remote links **************/

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

div.york_remote_links blockquote
{
	margin: 0;
	padding: 0;
}

div.york_remote_links ul
{
	list-style: none;
	margin: 0;
	padding: 10px;
	border: 1px solid #eee;
	border-top: none;
	border-radius: 0 0 2px 2px;
	font-size: 13px;
}

div.york_remote_links h2
{
	background: #515659;
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 7px 12px;
}

div.york_remote_links li
{
	background: transparent url(../../gfx/bullet.gif) no-repeat 2px 3px;
	padding: 3px 12px 0px 10px;
}

/************ Remote featured **************/

div.york_remote_featured blockquote
{
	margin: 0;
	padding: 0;
}

div.york_remote_featured ul
{
	list-style: none;
	margin: 0;
	padding: 7px 10px 10px;
	border: 1px solid #eee;
	border-top: none;
	border-radius: 0 0 2px 2px;
	font-size: 11px;
}

div.york_remote_featured h2
{
	background: #515659;
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 7px 12px;
}

div.york_remote_featured li
{
	background: transparent url(../../gfx/bullet.gif) no-repeat 2px 3px;
	padding: 3px 12px 0px 10px;
}

/************* Front links ***********/

div.york_remote_front_links h2
{
	background: #515659;
	color: #fff;
	font-size:110%;
	font-weight:bold;
	margin-top: 0;
	margin-bottom: 12px;
	padding: 7px 12px;		
}

div.york_remote_front_links blockquote
{
	margin: 0;
}

div.york_remote_front_links h2
{
	background: #222222;
}

div.york_remote_front_links
{
	background: #3E4549;
	line-height: 150%;
}

div.york_remote_front_links a
{
	color: #fff;
	text-decoration: underline;
}

div.york_remote_front_links ul
{
	margin: 0;
	list-style: none;
	padding: 0 12px 12px 12px;	
}

div.york_remote_front_links ul li {
	background: url(../../gfx/bullet_white.gif) no-repeat 0px 4px;
	padding-left: 12px;
	margin-bottom: 5px;
}

div.york_menu
{
	float: left;
}

body.ie6 div.york_menu
{
	position: absolute;
	left: 0;
}

div.york_menu ul 
{
	width: 164px;
	list-style: none;
	margin: 0;
	padding: 0;	
	font-size: 0;
}

div.york_menu ul a
{
	display: block;
	padding: 5px 15px;
	text-decoration: none;
}

div.york_menu ul a, div.york_menu ul a span
{
	color: #000;	
}

div.york_menu ul a
{
	background: url('../../gfx/arrow_nav.gif') 6px 9px no-repeat #EEEEEE;
	border-bottom: 1px solid white;	
	font-size: 11px;
}

div.york_menu ul a:hover
{
	background: url('../../gfx/arrow_white.gif') 6px 9px no-repeat #788F9E;
	text-decoration: none;		
}

div.york_menu ul a:hover span
{
	text-decoration: none;	
	background-color: #788F9E;
	color: #ffffff;	
}

div.york_menu li.york_selected a
{
	background: url('../../gfx/arrow_nav_down_white.gif') 6px 9px no-repeat #619AD9;	
}

div.york_menu li.york_selected a span
{
	background-color: #619AD9;
	color: #ffffff;	
}

div.york_menu li.york_selected a span
{
	color: #ffffff;	
}

div.york_searchblock h2
{
	margin: 0;
	border-bottom: 3px solid #D5D5D5;
	color: #004F80;
	font-size: 125%;
	padding-bottom: 5px;
}

span.york_searchblock_field input
{
	width: 100%;
	padding: 0;
	margin: 0 0 10px;
	background: url("http://www.york.ac.uk/media/global/templateimages/fieldbg.gif") repeat-x scroll center top #FFFFFF;
	border-color: #7C7C7C #C3C3C3 #DDDDDD #C3C3C3;
	border-width: 1px;
	border-style: solid;	
}

div.york_searchblock p
{
	font-size: 12px;
	margin: 10px 0;
	color: #666;
}

a.york_searchblock_advanced
{
	float: right;
	font-size: 11px;
	margin-top: 4px;
}

a.york_searchblock_advanced span
{
	color: #666;
}

h2.york_box
{
	/*
	background: #789;
	background: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0, #789),
    	color-stop(1, #678)
	);
	background: -moz-linear-gradient(
    	center bottom,
    	#789 0%,
    	#678 100%
	);
	border-radius: 4px 4px 0 0;
	*/
	background: #515659;
	color: #fff;
	font-size: 14px;
	font-weight:bold;
	margin: 0;
	padding: 7px 12px;
}

div.york_box_body
{
	border: 1px solid #eee;
	border-top: none;
	padding-top: 1px; /* important to prevent collapsing margins */ 
	border-radius: 0 0 2px 2px;
	font-size: 11px;
}

div.york_box_body_grey
{
	background: #f9f9f9;
}

/************* Overwrite hierarchy inside box *************/

div.york_box_body a.portal_hd, div.york_box_body a.portal_hd_nochildren
{
	height: 18px;
}

div.york_box_body div.portal_hierarchical_renderer
{
	margin: 0;
	padding: 8px 0;
}

/************** Dark box ***************/

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

div.york_box_dark h2.york_box
{
	background: #222222;
}

div.york_box_dark div.york_box_body
{
	background: #3E4549;
	line-height: 150%;
	border-color: #223336;
}

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

div.york_box_dark ul.york_box_links li
{
	background: transparent url(../../gfx/bullet_white.gif) no-repeat 0px 3px;
	padding-left: 8px;
}

/************** Link list ***************/

ul.york_box_links
{
	list-style: none;
	margin: 0;
	padding: 8px 12px 10px;
	font-size: 11px;
}

ul.york_box_links li
{
	padding-left: 8px;
	padding-bottom: 3px;
	background: transparent url(../../gfx/bullet.gif) no-repeat 0px 0px;
}

/************ Content lists *************/

ul.york_box_content_list
{
	list-style: none;
	margin: 0;
	padding: 5px 10px;
	font-size: 11px;
}

li.york_box_content_list
{
	padding: 3px 0;
}

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

div.york_box_index
{
	padding: 5px 5px 5px 9px;
	font-size: 13px;
}

div.york_box_index a
{
	display: inline-block;
	min-width: 10px;
	text-align: center;
	height: 20px;
	padding: 0 3px;
	line-height: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: background-color .2s linear;
}

div.york_box_index a:hover
{
	background: #ddd;
}

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

ul.york_tabs
{
	border-bottom: 1px solid #ddd;
	font-size: 0px;
	list-style: none;
	margin: 1em 0;
	padding: 0 0 0 5px;
	height: 22px;	
	margin-top: 10px;
	margin-left: -5px;
	background: -moz-linear-gradient(#fff 70%, #fafafa);
	background: -webkit-gradient(linear,0 0,0 bottom,color-stop(70%,#fff), to(#fafafa));
}

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

body.ie7 ul.york_tabs li
{
	display: inline;
}

body.ie6 ul.york_tabs li
{
	display: inline;
}


ul.york_tabs a
{
	border: 1px solid #ddd;
	font-weight: bold;
	font-size: 11px;
	background: #eee;
	background: -moz-linear-gradient(#fafafa 70%, #eee);
	background: -webkit-gradient(linear,0 0,0 bottom,color-stop(70%,#fafafa), to(#eee));
	margin-right:4px;
	padding: 0px 7px;
	display: inline-block;
	vertical-align: top;
	height: 21px;
	line-height: 21px;
	text-decoration:none;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
}

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

ul.york_tabs a:hover {
	background: #e6e6e6;
	background: -moz-linear-gradient(#f3f3f3 70%, #e6e6e6);
	background: -webkit-gradient(linear,0 0,0 bottom,color-stop(70%,#f3f3f3), to(#e6e6e6));
	border-color: #ccc;
}

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

ul.york_tabs li.york_selected a
{
	background: #fff;
	color: #0054A6;
	height: 22px;
}

body.ie6 ul.york_tabs li.york_selected a
{
	margin-bottom: -1px;
	position: relative;
}

ul.york_tabs li.york_selected a span {
	color: #0054A6;	
}

div.york_searchall_tabs {
	margin-left: 0;	
}

div.york_searchall_tabs a.york_all_results {
	width: auto !important;	
}

li.york_tabs_disabled a, li.york_tabs_disabled a:hover
{
	background: none;
	border: 1px solid #eee;
	height: 21px;
	border-bottom: none;
	line-height: 20px;
}

li.york_tabs_disabled a.portal_link, li.york_tabs_disabled a.portal_link span
{
	cursor: default;
	color: #ccc;
}

div.york_sidebar
{
	float: right;
	width: 219px;
	background: #fff;
}


div.york_sidebar_box
{
	background: #FAFAFA;
	border: 1px solid #eee;
	border-right: none;
}

h2.york_sidebar_box_header
{
	color: #004F80;
	margin: 0;
	padding: 10px;
	font-size: 16px;
}

p.york_sidebar_box_text
{
	padding: 0 10px 10px;
	margin: 0;
	font-size: 11px;
	color: #666;
}

h3.york_sidebar_box_header
{
	color: #333;
	margin: 0;
	padding: 10px;
	font-size: 12px;
}

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



div.york_experts p
{
	color: #666;
	font-size: 11px;
}

div.york_experts_level
{
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #eee;
	background: #fafafa;
	border-radius: 4px;
}

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

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

div.york_experts_level li
{
	background: transparent url(../../gfx/bullet.gif) no-repeat 0px 0px;
	padding-left: 10px;
	margin-bottom: 5px;
	font-size: 10px;
}

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

p.york_experts_description
{
	font-size: 11px;
}

a.york_experts_selected
{
	font-weight: bold;
	background: #434E59;
	padding: 1px 4px 2px;
	min-height: 13px;
	border-radius: 4px;
	/*display: inline-block;*/
}

a.york_experts_selected span, a.york_experts_selected:hover span
{
	color: #fff;
	text-decoration: none;
}

div.york_view_title
{
	margin-bottom: 10px;
	font-size: 11px;
}

div.york_view_title h2.title, div.york_view_title h2
{
	font-size: 24px;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
}

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

div.york_view_title h2 span
{
	color: #004F80
}

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

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

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

div.york_view_relationgraph
{
	margin-top: 10px;
	border: 1px dotted #AAA;
	padding: 5px 10px;
}

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

div.york_view_relationgraph p
{
	font-size: 11px;
	margin: 5px 0px;
}

div.york_view_title_content div.rendering_activity p.type
{
	display: none;
}

div.york_organisations_statistics
{
	padding-top: 20px;
}

div.york_organisations_statistics h2
{
	font-size: 1.2em;
}

div.york_organisation_view_body
{
	padding: 10px 0;
}

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

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

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

div.york_organisation_relations div.york_relationlist
{
	margin-bottom: 15px;
}

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

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

div.york_publications_export h3 a
{
	font-weight: normal;
	font-size: 11px;
}

div.york_publications_export div.rendering
{
	margin-bottom: 15px;
}

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

h2.york_publications_header_authors
{
	margin-top: 0;
}

div.york_publications_view_body div.york_view_relationgraph
{
	margin-top: 15px;
}

div.york_persons_info
{
	overflow: hidden;
	padding: 10px 0;
	font-size: 11px;
}

div.york_persons_photo
{
	overflow: hidden;
	font-size: 0;
	margin-bottom: 20px;
}

div.york_persons_photo img
{
	width: 219px;
	background: white;
}

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

div.york_persons_content div.york_relationlist
{
	margin-bottom: 15px;
}

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

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

ul.york_persons_pdhresearchprojects
{
	padding: 0 0 5px 26px;
}

ul.york_persons_pdhresearchprojects li
{
	list-style: circle;
}

ul.york_persons_pdhresearchprojects p
{
	margin: 0 0 5px 0;
}

h3.york_projects
{
	color: #333;
	font-size: 12px;
	margin: 15px 0px 0px;
}

ul.york_filters
{
	list-style: none;
	margin: 10px 0 5px;
	padding: 0 5px;
	overflow: hidden;
	line-height: 16px;
	font-size: .9em;
}

ul.york_filters li
{
	float: left;
}

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

ul.york_filters li.york_selected * {
	color: #333 !important;
}

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

div.york_front_latest
{
	padding: 0;		
}

div.york_front_latest_item
{
	padding: 10px 10px 0;
	font-size: .8em;
}

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

div.york_front_search input.portal_searchfield
{
	width: 120px;
}

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

div.york_front_search div.york_box_body
{
	padding: 12px;
}

div.york_front_search p
{
	margin: 0;
}


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

div.york_relationlist
{
}

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

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

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

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

p.york_relationlist
{
	margin: 0;
	font-size: 11px;
}

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

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

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



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

div.york_recent
{
	border-top: 1px solid #eee;
	background: #fafafa;
	margin-top: 10px;
	margin-bottom: -10px;
	padding: 15px 20px;
}

div.york_recent h2
{
	color: #333;
	font-size: 1.1em;
	margin: 0;
}

div.york_recent ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
}

div.york_recent li
{
	padding: 0px 12px 5px;
	background: transparent url(../../gfx/bullet_white.gif) no-repeat 2px 0px;
	min-height: 16px;
}

/*** Dark experiment **/

div.york_recent
{
	border: none;
	background: #434E59;
	background: -webkit-gradient(linear,0 0,0 bottom,from(#434E59),to(#789));
	background: -moz-linear-gradient(#434E59, #789);
	background: gradient(linear,0 0,0 bottom,from(#434E59),to(#789));
	background: linear-gradient(#434E59, #789);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#434E59, endColorstr=#778899);
	filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#434E59, endColorstr=#778899);
	margin-left: -1px;
	margin-right: -1px;
}

div.york_recent h2
{
	color: #fff;
}

div.york_recent h3
{
	color: #aaadbb;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	border-bottom: 1px solid #aaadbb;
}

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

body.ie6 div.york_recent a, body.ie6 div.york_recent a span
{
	color: #fff;
}

div.york_recent a:hover
{
	color: #aaa;
	text-decoration: underline;
}

/********** Refinement **********/

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

ul.york_search_refinement
{
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
	font-size: 11px;
}

ul.york_search_refinement li
{
	padding: 0px 12px 5px;
	/*background: transparent url(../../gfx/bullet.gif) no-repeat 4px 0px;*/
	padding-left: 0;
}

a.york_search_refinement_remove span
{
	padding-left: 15px;
	background: transparent url(../../gfx/remove.png) no-repeat 0px center;
	color: #903;
}

a.york_search_refinement_remove:hover, a.york_search_refinement_remove:hover span
{
	color: #903;
}
	

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

ul.york_search_refinement em
{
	color: #999;
	font-style: normal;
}

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


div.york_search_index
{
	margin-bottom: 10px;
	margin-left: 5px;
}

div.york_search_index h3
{
	color: #004F80;
	font-size: 12px;
	margin: 20px 0px 5px;
}

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

div.york_search_index a
{
	display: inline-block;
	padding: 0 4px;
	height: 16px;
	line-height: 16px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: background-color .2s linear;
}

div.york_search_index a:hover
{
	background: #ddd;
}

a.york_search_index_unavailable span
{
	color: #999;
}

a.york_search_index_selected, div.york_search_index a:active {
	background: #777777;
	text-decoration: none;
}

body a.york_search_index_selected:hover
{
	background: #222;
}

a.york_search_index_selected span, body a.york_search_index_selected:hover span {
	color: white;	
}

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

p.york_searchall_message
{
	background: #ddd;
	padding: 5px 10px;
}

ul.york_horisontal_browse
{
	overflow: hidden;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 10px 0;
	min-height: 200px;
}

ul.york_horisontal_browse li
{
	width: 50%;
}

ul.york_horisontal_browse li li
{
	width: auto;
}

ul.york_horisontal_browse a
{
	display: block;
	padding: 3px 10px;
}

ul.york_horisontal_browse ul
{
	list-style: none;
	margin: 0;
	padding: 10px 0;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 51%;
	height: 100%;
	overflow: auto;
	background: #eee;
}

ul.york_horisontal_browse li:hover
{	
	background: #eee url(../../gfx/bullet.gif) no-repeat 97% 3px;
}

ul.york_horisontal_browse li:hover li
{
	background: none;
}

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

ul.york_horisontal_browse li:hover li a
{
	text-decoration: none;
}

ul.york_horisontal_browse li:hover ul
{
	display: block;
}

ul.york_related
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10px;
}

ul.york_related li
{
	margin-bottom: 5px;
}



ul.york_box_content_list div.rendering
{
	background: transparent url(../../gfx/icons/publication16.png) no-repeat 0px 2px;
	padding-left: 22px;
}

ul.york_box_content_list div.rendering_fundedproject, ul.york_box_content_list div.rendering_nonfundedproject
{
	background: transparent url(../../gfx/icons/project16.png) no-repeat 0px 0px;
	padding-left: 22px;
}

ul.york_box_content_list div.rendering_person
{
	background: transparent url(../../gfx/icons/person16.png) no-repeat 0px 0px;
	padding-left: 22px;
	min-height: 16px;
}

/*
div.york_view_title h2 a
{
	background: transparent url(../../gfx/icons/publication16.png) no-repeat 0px 50%;
	padding-left: 24px;
}*/

div.rendering_associatesauthorsclassifiedsummarizedlistportal li, div.rendering_associatesparticipantsclassifiedwithtitlesportal li
{
	background: transparent url(../../gfx/icons/person16.png) no-repeat 0 0;
	padding-left: 20px;
	min-height: 16px;
	line-height: 17px;
}

div.rendering_associatesauthorsclassifiedsummarizedlistportal li.external
{
	background: transparent url(../../gfx/icons/externalperson16.png) no-repeat 0 0;
}

div.rendering_associatesorganisationsportal li, div.rendering_yorkorganisationparentsportal li, div.rendering_personorganisationsnamelistportal li, div.rendering_organisationchildrenportal li
{
	background: transparent url(../../gfx/icons/organisation16.png) no-repeat 0 0;
	padding-left: 20px;
	height: 16px;
	line-height: 17px;
}

div.rendering_organisationchildrenportal li
{
	height: 18px;
}

ul.york_related div.rendering_abstractpublication
{
	background: transparent url(../../gfx/icons/publication16.png) no-repeat 0px 2px;
	padding-left: 22px;
}

ul.york_related div.rendering_fundedproject, ul.york_related div.rendering_nonfundedproject
{
	background: transparent url(../../gfx/icons/project16.png) no-repeat 0px 2px;
	padding-left: 22px;
}

div.york_relationlist div.rendering_abstractpublication
{
	background: transparent url(../../gfx/icons/publication16.png) no-repeat 0px 2px;
	padding-left: 22px;
}

div.york_relationlist div.rendering_abstractpublication
{
	background: transparent url(../../gfx/icons/publication16.png) no-repeat 0px 2px;
	padding-left: 22px;
}

div.york_relationlist div.rendering_fundedproject, div.york_relationlist div.rendering_nonfundedproject
{
	background: transparent url(../../gfx/icons/project16.png) no-repeat 0px 2px;
	padding-left: 22px;
}


/*********** Recent *************/

div.york_recent ul.publications li
{
	background: transparent url(../../gfx/icons/publication_white16.png) no-repeat 0px 2px;
	padding-left: 22px;
}

div.york_recent ul.researchers li
{
	background: transparent url(../../gfx/icons/person_white16.png) no-repeat 0px 0px;
	padding-left: 22px;
}

div.york_recent ul.projects li
{
	background: transparent url(../../gfx/icons/project_white16.png) no-repeat 0px 2px;
	padding-left: 22px;
}

div.york_recent ul.organisations li
{
	background: transparent url(../../gfx/icons/organisation_white16.png) no-repeat 0px 0px;
	padding-left: 22px;
}

div.york_recent ul.journals li
{
	background: transparent url(../../gfx/icons/journal_white16.png) no-repeat 0px 0px;
	padding-left: 22px;
}

div.york_tabpanel ul.york_tabs
{
	margin: 5px 0 0 0;
}

div.york_tabpanel_body
{
	display: none;
}

div.york_tabpanel_body_visible
{
	display: block;
}

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

div.york_howto
{
	
}

div.york_howto h1
{
	font-size: 170%;
	font-weight: normal;
	line-height: 130%;
	margin: 0px 0px 12px;
}

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

div#header {
	background-repeat: no-repeat;
	font-size: 80%;
	width: 100%;
	background-color: #2E527D;
	background-image: url("http://www.york.ac.uk/weboffice/temp/research/riis/index_files/watermark.gif");
	color: #000000;
}

div#header div#location img {
	margin-left: 25px;
	border: none;
}

div#location {
	float: left;
	margin-right: 15px;
	margin-top: 11px;
	width: 60%;
}

#location a {
	text-decoration: none;
}

div#header div#location h1 {
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 10px 25px;
	color: #FFFFFF;
}

div#header form {
	float: right;
	margin: 0;
	padding: 14px 14px 0 6px;
	text-align: right;
	width: 35%;
}

.hidden {
	height:1px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: -500px;
	width: 1px;
}

div#header label, div#header select {
	cursor: pointer;
}

div#header form input {
	background-image: none;
	font-size: 100%;
	height: auto;
	margin-bottom: 8px;
	padding-bottom: 2px;
	vertical-align: middle;
	width: 175px;
	border: 1px solid #BCBCBC;
	color: #000000;
}

div#header form input.submit {
	height: auto;
	padding-bottom: 0;
	width: auto;
	background-color: #3B4043;
	border: 1px solid #6F7375;
	color: #FFFFFF;
}

div#header form input.radio {
	border: none;
	display: inline;
	height: 13px;
	margin: 4px 0 8px 8px;
	padding: 0;
	width: auto;
}

div#header form label {
	color: #FFFFFF;
	margin-right: 3px;
}

div#extra-links {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background-color: #434E59;
	color: #FFFFFF;
}

div#extra-links p span a:link {
	color:#FFFFFF;
}

div#extra-links p span a:visited {
	color:#FFFFFF;
}

div#extra-links p {
	margin: 0 12px;
	padding: 5px;
}

div#extra-links p span {
	padding: 5px 9px;
	background-color:#303E49;
}

div#breadcrumb {
	border-bottom: 1px solid #FFFFFF;
	padding: 5px 0;
	width: 100%;
	background-color: #D5D5D5;
	color: #000000;
}

div#breadcrumb ul {
	margin: 0 17px;
	padding: 0;
	font-size: 0;
}

div#breadcrumb ul li {
	display: inline;
	line-height: 190%;
	list-style-type: none;
	margin: 0 5px 0 0;
	padding: 0;
	word-wrap: normal;
	font-size: 11px;
}

div#breadcrumb a div#breadcrumb a span
{
	color:#000000;
}

div#breadcrumb a
{
	text-decoration: none;
}

div#breadcrumb a img {
	border: none;
}


/************* Footer ***************/

div#footer {
	border-top: 1px solid #E6E5CF;
	clear: both;
	color: #4D4D4D;
	font-size: 80%;
	margin-top: 10px;
	padding-bottom: 8px;
	width: 100%;
}

div#footer p {
	line-height: 150%;

}

div#footer p.left {
	float: left;
	margin: 8px 14px 8px 10px;
}

div#footer p.right {
	float: right;
	margin: 8px 10px 8px 14px;
	text-align: right;
	line-height: 150%;
}

div#footer a:link, div#footer a:visited {
	text-decoration: none;
}

.clear {
	clear: both;
	float: none;
	font-size: 1px;
	height: 0;
	line-height: 0;
}

