@CHARSET "UTF-8";

@MEDIA print {
	#header {display: none}
	#top-menu {display: none}
	#top-menu-2 {display: none}
	
	#search-box {display: none}
	
	#left-menu {display: none}
	#references {text-align: left}
	#selected-references {text-align: left}
	#print-tip-link {display: none}
	#br {display:none}
	
	.pub_status {display: none}
	.expand-collapse-icon {display: none}
    .select_deselect {display: none}
	
	
	#sorting-menu {display:none}
    #sorting {display:none}
    #options {display:none}
	.navigation {display: none}
	
	.page-navigation {display: none}
	
	.display-formats {display: none}
	
	.page-navigator {display:none}	
	
	#footer {display: none}
    .display-none {display: none;}

	#help-box {display: block}
	#front-text {display: none}
	#doc-types-hidden {display: none}
	#doc-types-shown {display: block}
	#data-providers-hidden {display: none}
	#data-providers-shown {display: block}
	
	#static-text-1 {text-align: left}
	#static-text-2 {text-align: left}
	
	#prefix-table tr {
        text-align: top;
    }

    #prefix-table th {
        background: #69c;
        padding: 2px 3px;
        vertical-align: top;
        color: white;
    }

    #prefix-table td {
        padding: 2px 3px;
        vertical-align: top;
    }
	
    body {
		margin: 0px;
		padding: 0px;
		background: #eee;
		color: black;
		font-family: verdana, sans-serif;
		font-size: 8pt;
	}
	
	a {
		color: #369;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}

	.reference-brief .metadata {
		margin-left: 1.5em;
		margin-right: 4em;
	}
	
	.reference-brief .metadata .title {
		font-weight: bold;
		font-size: 10pt;
		margin-top: 1.5em;
		text-transform: capitalize;
	}

	.reference-brief .metadata .authors .author {
		display: inline;
	}
	
	.reference-brief .metadata .authors .author .name {
		display: inline;
	}
	
	.reference-brief .metadata .authors .author .affiliation {
		display: none;
	}
	
	.reference-brief .metadata .authors .separator {
		display: inline;
		margin-right: 1ex;
	}
		
	.reference-brief .metadata .primary-author {
		display: inline;
	}
	
	.reference-brief .metadata .et-al {
		display: inline;
	}
	
	.reference-brief .metadata .in-journal {
		display: block;
	}
	
	.reference-brief .metadata .in-journal .title {
		font-style: italic;
		display: inline;
		font-weight: normal;
		font-size: 8pt;
		text-transform: capitalize;
	}
	
	.reference-brief .metadata .in-journal .vol {
		font-style: italic;
		display: inline;
	}

	.reference-brief .metadata .in-journal .year {
		font-style: italic;
		display: inline;
	}

	.reference-brief .metadata .in-journal .issue {
		display: inline;
	}
	
	.reference-brief .metadata .in-journal .pages {
		display: inline;
	}
	
	.reference-brief .metadata .in-book {
		font-size: 8pt;
	}
	
	.reference-brief .metadata .in-book .title {
		display: inline;
		font-style: italic;
		font-size: 8pt;
	}
	
	.reference-brief .metadata .in-book .part {
		display: inline;
		font-style: italic;

	}
	
	.reference-brief .metadata .in-book .edition {
		display: inline;
		font-style: italic;
	}

	.reference-brief .metadata .in-book .pages {
		display: inline;
		font-style: normal;
	}
	
	.reference-brief .metadata .in-book .place {
		display: inline;
		font-style: normal;
	}
	
	.reference-brief .metadata .in-book .publisher {
		display: inline;
		font-style: normal;
	}
	
	.reference-brief .metadata .in-book .year {
		display: inline;
		font-style: normal;
	}
	
	.reference-brief .metadata .in-report .title {
		display: inline;
		font-size: 8pt;
		font-style: italic;
	}
	
	.reference-brief .metadata .in-report .pages {
		display: inline;
		font-style: normal;
	}
	
	.reference-brief .metadata .in-report .place {
		display: inline;
		font-style: normal;
	}
	
	.reference-brief .metadata .in-report .publisher {
		display: inline;
		font-style: normal;
	}
	
	.reference-brief .metadata .in-report .year {
		display: inline;
		font-style: normal;
	}

	.reference-brief .metadata .book .edition {
		display: inline;
		font-style: normal;
	}
	
	.reference-brief .metadata .book .place {
		display: inline;
		font-style: normal;
	}
	
	.reference-brief .metadata .book .publisher {
		display: inline;
		font-style: normal;
	}

	.reference-brief .metadata .book .year {
		display: inline;
		font-style: normal;
	}

	.reference-brief .metadata .book .pages {
		display: inline;
		font-style: normal;
	}

	.reference-brief .metadata .report .place {
		display: inline;
		font-style: normal;
	}
	
	.reference-brief .metadata .report .publisher {
		display: inline;
		font-style: normal;
	}

	.reference-brief .metadata .report .year {
		display: inline;
		font-style: normal;
	}

	.reference-brief .metadata .report .pages {
		display: inline;
		font-style: normal;
	}

	.reference-brief .metadata .patent .number {
		display: inline;
		font-style: normal;
	}

	.reference-brief .metadata .patent .country {
		display: inline;
		font-style: normal;
	}

	.reference-brief .metadata .uri {
		display: inline;
		font-style: normal;
	}
	
	.reference-brief .metadata .links {
		display: none;
	}
	
	.reference-brief .metadata .links a {
		color: #d61;
		margin-right: 1em;
	}
	
	.reference-brief .metadata .abstract {
		display: block;
		margin-top: 1em;
	}
	
	.reference-brief .metadata .abstract .title {
		font-weight: bold;
		display: block;
	}
	
    .reference-detailed .metadata {
		margin-right: 4em;
	}
	
	.reference-detailed .metadata .title {
                margin-top: 1.5em;
		font-weight: bold;
		font-size: 10pt;
		text-transform: capitalize;
	}

	.reference-detailed .metadata .authors {
		margin-top: 0.5em;
	}
	
	.reference-detailed .metadata .authors .author {
		margin-right: 1em;
		display: inline;
	}
	
	.reference-detailed .metadata .authors .primary-author {
		font-weight: bold;
		display: inline;
	}
	
	.reference-detailed .metadata .authors .et-al {
		display: none;
	}
	
	.reference-detailed .metadata .authors .separator {
		margin-right: 1ex;
		display: inline;
	}
	
	.reference-detailed .metadata .online-availability {
		margin-top: 0.5em;
		border-width: 1px 0px;
		border-style: solid;
		border-color: #aaa;
		padding: 0.5em 0em;
	}
	
	.reference-detailed .metadata .online-availability .title {
                margin-top: 0em;
		font-weight: bold;
		font-size: 8pt;
	}
	
	.reference-detailed .metadata .label {
		font-weight: bold;
		display: block;
		margin-top: 0.5em;
	}
	
	.reference-detailed .metadata .in-journal {
		display: block;
	}
	
	.reference-detailed .metadata .in-journal .title {
		font-style: italic;
                margin-top: 0em;
		display: inline;
		font-weight: normal;
		font-size: 8pt;
		text-transform: capitalize;
	}
	
	.reference-detailed .metadata .in-journal .vol {
		font-style: italic;
		display: inline;
	}

	.reference-detailed .metadata .in-journal .year {
		font-style: italic;
		display: inline;
	}

	.reference-detailed .metadata .in-journal .issue {
		display: inline;
	}
	
	.reference-detailed .metadata .in-journal .pages {
		display: inline;
	}
	
	.reference-detailed .metadata .in-book {
		font-size: 8pt;
	}
	
	.reference-detailed .metadata .in-book .title {
		display: inline;
		font-style: italic;
                margin-top: 0em;
		font-size: 8pt;
	}
	
	.reference-detailed .metadata .in-book .part {
		display: inline;
		font-style: italic;

	}
	
	.reference-detailed .metadata .in-book .edition {
		display: inline;
		font-style: italic;
	}

	.reference-detailed .metadata .in-book .pages {
		display: inline;
		font-style: normal;
	}
	
	.reference-detailed .metadata .in-book .place {
		display: inline;
		font-style: normal;
	}
	
	.reference-detailed .metadata .in-book .publisher {
		display: inline;
		font-style: normal;
	}
	
	.reference-detailed .metadata .in-book .year {
		display: inline;
		font-style: normal;
	}
	
	.reference-detailed .metadata .in-report .title {
		display: inline;
		font-size: 8pt;
                margin-top: 0em;
		font-style: italic;
	}
	
	.reference-detailed .metadata .in-report .pages {
		display: inline;
		font-style: normal;
	}
	
	.reference-detailed .metadata .in-report .place {
		display: inline;
		font-style: normal;
	}
	
	.reference-detailed .metadata .in-report .publisher {
		display: inline;
		font-style: normal;
	}
	
	.reference-detailed .metadata .in-report .year {
		display: inline;
		font-style: normal;
	}

	.reference-detailed .metadata .book .edition {
		display: inline;
		font-style: normal;
	}
	
	.reference-detailed .metadata .book .place {
		display: inline;
		font-style: normal;
	}
	
	.reference-detailed .metadata .book .publisher {
		display: inline;
		font-style: normal;
	}

	.reference-detailed .metadata .book .year {
		display: inline;
		font-style: normal;
	}

	.reference-detailed .metadata .book .pages {
		display: inline;
		font-style: normal;
	}

	.reference-detailed .metadata .report .place {
		display: inline;
		font-style: normal;
	}
	
	.reference-detailed .metadata .report .publisher {
		display: inline;
		font-style: normal;
	}

	.reference-detailed .metadata .report .year {
		display: inline;
		font-style: normal;
	}

	.reference-detailed .metadata .report .pages {
		display: inline;
		font-style: normal;
	}

	.reference-detailed .metadata .patent .number {
		display: inline;
		font-style: normal;
	}

	.reference-detailed .metadata .patent .country {
		display: inline;
		font-style: normal;
	}

	.reference-detailed .metadata .uri {
		display: inline;
		font-style: normal;
	}
	
	.reference-detailed .metadata .editors .title {
		font-size: 8pt;
		font-weight: bold;
		margin-top: 0.5em;
	}
	
	.reference-detailed .metadata .reference-data-title {
		font-size: 8pt;
		font-weight: bold;
		margin-top: 0.5em;
	}
	
	.reference-detailed .metadata .links {
		margin-top: 0.5em;
	}
	
	.reference-detailed .metadata .links a {
		color: #d61;
		margin-right: 1em;
	}
	
	.reference-detailed .metadata .abstract-title {
		font-weight: bold;
		margin-top: 0.5em;
	}
	
	.reference-detailed .metadata .abstract {
		display: block;
	}
	
	.reference-detailed .metadata .abstract .title {
		font-weight: bold;
		display: block;
                margin-top: 0em;
	}

	.reference-detailed .metadata .note-title {
		font-weight: bold;
		margin-top: 0.5em;
	}
	
	.reference-detailed .metadata .note {
		display: block;
	}
	
	.reference-detailed .metadata .reference-data-table {
		padding: 0px;
		margin-top: 0.5em;
	}
	
	.reference-detailed .metadata .reference-data-table tr th {
		padding: 2px 5px 2px 0px
	}
	
	.reference-detailed .metadata .reference-data-table tr td {
		padding: 2px 5px;
	}
	
	
	.reference-detailed .metadata .affiliation {
		display: block;
		margin-left: 1em;
	}
	
	.reference-detailed .metadata .affiliation .affiliation-level-name {
		display: block;
	}
	
	.reference-detailed .metadata .subjects {
		display: block;
		margin-top: 0.5em;
	}
	
	.reference-detailed .metadata .subjects .title {
		font-weight: bold;
                margin-top: 0em;
		font-size: 8pt;
	}
	
	.reference-detailed .metadata .subjects .keyword {
		display: inline;
		text-transform: uppercase;
	}
	
	.reference-detailed .metadata .digitalobject-data-table {
		padding: 0px;
		margin-top: 0.5em;
	}
	
	.reference-detailed .metadata .digitalobject-data-table tr th {
		padding: 2px 5px 2px 0px
	}
	
	.reference-detailed .metadata .digitalobject-data-table tr td {
		padding: 2px 5px;
	}

}