


/* From: /usr/share/eprints3/lib/static/style/auto/actions.css */


.ep_act_bar {
	margin-top: 4px;
	margin-bottom: 4px;
}

.ep_act_bar table {
	margin: auto;
}

.ep_act_list {
	margin: auto;
}

td.ep_act_list_button {
	text-align: right;
	padding: 0.25em 0 0.25em 0;
}




/* From: /usr/share/eprints3/lib/static/style/auto/blister.css */


/* EPrints 3 blister bar style */

/* ep_blister */



.ep_blister_bar {
	margin: auto;
}
.ep_blister_join {
	background-image: url(images/blister_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
}
.ep_blister_node {
	padding: 3px;
	text-align: center;
	border: solid 1px #cccccc;
	background-image: url(images/gray_bar.png);
}
.ep_blister_node_selected {
	padding: 3px;
	text-align: center;
	border: solid 1px #204f76;
	background-image: url(images/blue_bar.png);
	color: #ffffff;
}



/* From: /usr/share/eprints3/lib/static/style/auto/columns.css */


/* paginated columns */

.ep_columns {
	margin: auto;
}

td.ep_columns_cell {
	border-left: 1px dashed #ccc;
	border-bottom: 1px solid #ccc;
}
td.ep_columns_cell_first {
}
td.ep_columns_cell_last {
	border-right: 1px dashed #ccc;
}

th.ep_columns_title {
	background: url(images/gray_bar.png) repeat-x;
	font-weight: normal;
	border-top: solid 1px #888;	
	border-bottom: solid 1px #888;	
	border-left: solid 1px #888;	
}
th.ep_columns_title a {
	color: #000;
	font-weight: normal;
}
th.ep_columns_title_last {
	border-right: solid 1px #888;	
}


td.ep_columns_alter {
	background: url(images/gray_bar.png) repeat-x;
	border-left: solid 1px #888;
	border-bottom: solid 1px #888;
}
td.ep_columns_alter_last {
	border-right: solid 1px #888;
}

td.ep_columns_no_items {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0.5em;
	text-align: center;
	font-size: 120%;
}

.ep_columns_add {
	text-align: center;
}




/* From: /usr/share/eprints3/lib/static/style/auto/drop.css */


/* style for ajax suggestion drops */

.ep_drop_target {
}

.ep_drop_target ul {
	margin: 0px;
	padding: 4px;
	list-style: none;
	background-color: white;
	border: 1px dotted #888;
	z-index: 6;
}
	
.ep_drop_target ul li {
	margin: 0px;
	padding: 3px;
	list-style: none;
	border-top: 1px dashed #ccc;
	cursor: pointer;
	width: 100%;
}
.ep_drop_target ul li.ep_first {
	border-top: none;
}

.ep_drop_target ul li.selected {
	background-color: #e0e0ff;
}

.ep_drop_target ul ul {
	display: none;
}

.ep_drop_loading {
	margin: 0px;
	text-align: center;
	background-color: white;
	border: 1px dotted #888;
	z-index: 6;
	position: absolute;
}
.ep_drop_loading img {
	padding: 8px;
}



/* From: /usr/share/eprints3/lib/static/style/auto/fields.css */


/* style for metafields */

dl.ep_field_set_long dt label {
	margin-bottom: 0.2em;
	font-weight: bold;
}

dl.ep_field_set_long dd {
	margin-bottom: 0.5em;
}



/* From: /usr/share/eprints3/lib/static/style/auto/form.css */


/* Form related styles */

form {
	display: inline;
}

select, input.ep_form_text, textarea {
	padding: 1px 2px 1px 2px;
	margin-right: 4px;
	border: solid 1px #ccc;
}

.ep_form_example {
	font-weight: bold;
	color: blue;
}

/* buttons */

.ep_form_button_bar {
	text-align: center;
	padding: 4px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ep_form_action_button, .ep_form_internal_button {
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-color: #e0e0ff #808080 #808080 #e0e0ff;
	background-image: url(images/blue_bar.png);
	background-color: #1f4f76;
	color: white;
	font-weight: normal;
}

/* form fields */

.ep_form_field_help {
        font-size: small ;
}

.ep_form_field_name {
        padding-top: 1em;
	font-weight: bold;
}

.ep_form_field_input {
        padding-bottom: 3pt;
}

/* input fields grid */


.ep_form_input_grid th {
	vertical-align: middle;
	text-align: center;
	font-size: 80%;
}
.ep_form_input_grid td {
	vertical-align: middle;
}

td.ep_form_input_grid_pos {
	padding-right: 4px;
}
td.ep_form_input_grid_arrows {
	white-space: nowrap;
	padding-top: 2px;
	padding-bottom: 2px;
}


td.ep_form_input_grid_wide {
	text-align: left;
}



/* From: /usr/share/eprints3/lib/static/style/auto/general.css */


body {
	margin: 1em;
	font-family: Arial,Sans-serif;
	font-size: 80%;
}

.ep_no_js { 
	display: none; 
}

.ep_no_js_inline { 
	display: none; 
}

.ep_no_js_table_cell { 
	display: none; 
}

.ep_hide { 
	display: none; 
}

h1 {
	margin: 0px 0px 10px 0px;
        font: bold 130% Arial,Sans-serif;
	text-align: center;
        color: #606060;
}

h2 {
        font: bold 110% Arial,Sans-serif;
        color: #606060;
}

h3 {
        font: 120% Arial,Sans-serif;
        color: #606060;
}

h4 {
        font: 100% Arial,Sans-serif;
        color: #606060;
}

hr {
	border: 0px;
	color: #ccc;
	background-color: #ccc;
	height: 2px;
}

.ep_required {
}

.ep_toggle a, a.ep_toggle {
	text-decoration: none;
	color: #44c;
}

th.ep_row {
	border-bottom: dashed #bbf 1px;
	padding-right: 0.25em;
	text-align: right;
	width: 20%;
}
td.ep_row {
	border-left: dashed #bbf 1px;
	border-bottom: dashed #bbf 1px;
	padding-left: 0.25em;
	text-align: left;
}
th.ep_title_row {
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	padding: 0.1em 0.5em 0.1em 0.5em;
	font-size: 100%;
	height: 2em;
	background-image: url(images/gray_bar.png);
	background-color: #808080;
	color: #333;
	font-weight: normal;
}

.ep_highlight {
	padding: 0.5em;
	border: solid 2px #ff8888;
	background-color: #ffeeee;
}

.ep_block {
	width: auto;
	margin: 0.25em auto 0.25em auto;
	text-align: center;
}
.ep_block td {
	text-align: left;
}
ul {
	text-align: left;
}
.ep_doc_icon
{
	padding: 2px;
}



/* From: /usr/share/eprints3/lib/static/style/auto/icontable.css */


table.ep_icontable {
	border-collapse: collapse;
}
table.ep_icontable th {
	border: solid 1px #999;
	background-color: #fff;
	text-align: center;
}
table.ep_icontable td {
	padding-left: 4px;
	border: solid 1px #999;
}



/* From: /usr/share/eprints3/lib/static/style/auto/items.css */


/* Items Screen */

.ep_items_filters {
	text-align: center;
	margin-top: 10px;
}

.ep_items_filters img {
	border-width: 0px;
	margin-left: 10px;
	vertical-align: -2px;
}

.ep_items_filters a {
	color: #000000;
	text-decoration: none;
}


td.ep_columns_cell_inbox {
	background-color: #ffc;
	border-left: 1px dashed #ccc;
	border-bottom: 1px solid #888;
}
td.ep_columns_cell_buffer {
	background-color: #dde;
	border-left: 1px dashed #ccc;
	border-bottom: 1px solid #888;
}
td.ep_columns_cell_archive {
	background-color: #cfc;
	border-left: 1px dashed #ccc;
	border-bottom: 1px solid #888;
}
td.ep_columns_cell_deletion {
	background-color: #ccc;
	border-left: 1px dashed #ccc;
	border-bottom: 1px solid #888;
}



/* From: /usr/share/eprints3/lib/static/style/auto/latest.css */


/* latest and latest tool */

div.ep_latest_result {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

div.ep_latest_tool_result {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}



/* From: /usr/share/eprints3/lib/static/style/auto/lightbox.css */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
/* #hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;} */
#hoverNav a{ outline: none;}

/* #prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; } */

#hoverNav { height: 30px; }
#prevLink, #nextLink { width: 49%; height: 100%; display: block; }
#prevLink { left: 0; float: left; background: url(images/lightbox/prevlabel.gif) left 0 no-repeat; }
#nextLink { right: 0; float: right; background: url(images/lightbox/nextlabel.gif) right 0 no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#lightboxMovie { width: 320px; height: 264px; }



/* From: /usr/share/eprints3/lib/static/style/auto/mail.css */



.ep_mail_view {
	border: dashed 2px #ccc;
	margin-top: 20px;
	background-color: #eee;
}

.ep_mail_header {
	margin: 4px; 
	padding: 2px;
	font-family: monospace;
}

.ep_mail_body {
	margin: 4px;
	padding: 2px;
}

.ep_mail_body textarea {
	background-color: #ccc;
	border: solid #888 1px;
}



/* From: /usr/share/eprints3/lib/static/style/auto/messages.css */


/* Message styles - used to provide alerts and errors */

.ep_msg_message, .ep_msg_warning, .ep_msg_error, .ep_msg_other {
	margin-top: 10px;
	margin-bottom: 10px;
}

.ep_msg_message_icon, .ep_msg_warning_icon, .ep_msg_error_icon {
	padding: 10px;
}
/*

Not currently using titles

.ep_msg_message_title {
	color: #70cf70;
	padding: 2px 10px 2px 10px;
}
.ep_msg_error_title {
	color: #ff8080;
	padding: 2px 10px 2px 10px;
}
.ep_msg_warning_title {
	color: #cf9070;
	padding: 2px 10px 2px 10px;
}

*/

.ep_msg_message_content {
	background-image: url(images/green_back.png);
	background-color: #c0ffc0;
	border: solid 1px #80ff80;
}

.ep_msg_error_content {
	background-image: url(images/red_back.png);
	background-color: #ffe0e0;
	border: solid 1px #ffc0c0;
}

.ep_msg_warning_content {
	background-image: url(images/orange_back.png);
	background-color: #ffe0c0;
	border: solid 1px #ffc080;
}

.ep_msg_other_content {
	background-image: url(images/blue_back.png);
	background-color: #9999FF;
	border: solid 1px #9999FF;
}




/* From: /usr/share/eprints3/lib/static/style/auto/multi.css */



/* 
   Styles for the multi-field component.

   ep_multi_*

*/

table.ep_multi
{
	width: 100%;
}

tr.ep_first th.ep_multi_heading,
tr.ep_first td.ep_multi_input, 
tr.ep_first td.ep_multi_help 
{
	border-top: none;
}

th.ep_multi_heading
{
	border-top: dashed #bbf 1px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	text-align: right;
}

td.ep_multi_input
{
	border-top: dashed #bbf 1px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-left: dashed #bbf 1px;
}

td.ep_multi_help
{
	white-space: nowrap;
	border-top: dashed #bbf 1px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	vertical-align: top;
	text-align: right;
}

/* help bits */

.ep_multi_inline_help 
{
	padding-bottom: 0.5em;
}
	



/* From: /usr/share/eprints3/lib/static/style/auto/preview.css */


/* 
   Styles for the file preview popup.

   ep_preview_*

*/


.ep_preview
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;	
}

.ep_preview table
{
	border: solid 1px black;
	background-color: white;
	padding: 4px;
	margin: auto;
}

.ep_preview_title
{
	padding-top: 3px;
	text-align: center;
}



/* From: /usr/share/eprints3/lib/static/style/auto/progress.css */

div#progress {
	margin: 0px auto;
	width: 382px;
}

.progressmeter {
    font-size: 10pt;
    text-align: center;
}

.progressmeter table {
}

.progressmeter th {
    font-weight: bold;
    text-align: right;
}

.progressmeter td {
    text-align: left;
}

.finished {
    color: #667799;
}

.progressmeter .meter {
    position: relative;
    background-color: lightgrey;
    border: 2px solid #667799;
    height: 20px;
    width: 380px;
}

.progressmeter .meter .amount {
	margin: 0px auto 0px 0px;
    background-color: #667799;
    width: 0px;
    height: 20px
}

.progressmeter .meter .percent {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    z-index: 1000;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}



/* From: /usr/share/eprints3/lib/static/style/auto/savedsearches.css */



table.ep_savedsearches {
	margin: 10px auto 10px auto;
}

table.ep_savedsearches th {
	border-bottom: 1px solid #ccc;
}
table.ep_savedsearches td {
	border-bottom: 1px solid #ccc;
}



/* From: /usr/share/eprints3/lib/static/style/auto/search.css */


/* EPrints 3 search form style */



/* buttons are on the form, controls on the results */
.ep_search_buttons, .ep_search_controls, .ep_search_controls_bottom {
	border-top: 1px solid rgb(216, 219, 239); 
	border-bottom: 1px solid rgb(216, 219, 239);
	text-align: center;
	background: #e7e9f5 url(images/toolbox.png) repeat-x;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
}

.ep_search_fields {
	margin-top: 1em;
	margin-bottom: 1em;
}
.ep_search_fields th {
	padding: 4px;
}
	
.ep_search_fields td {
	padding: 4px;
}
	

.ep_search_control
{
	padding: 0px 4px 0px 4px;
}

.ep_search_export {
	margin: 0.25em auto 0.25em auto;
	text-align: center;
}

.ep_search_reorder {
	margin: 0.4em auto 0 auto;
	text-align: center;
}

.ep_search_tool {
	white-space: nowrap;
}
.ep_search_tool img {
	vertical-align: -2px;
	padding-left: 0.5em;
}
.ep_search_tool a {
	text-decoration: none;
	color: #888;
}


.ep_search_feed {
	white-space: nowrap;
}
.ep_search_feed img {
	vertical-align: -2px;
	padding-left: 0.5em;
}
.ep_search_feed a {
	text-decoration: none;
	color: #888;
}

.ep_search_results
{
	margin: 1em 0 1em 0;
}

.ep_search_desc
{
	text-align: center;
	margin: 0.25em 0 0 0;
}

.ep_search_result td
{
	padding: 4px;
	border-bottom: dashed #bbf 1px;
}

.ep_paginate_list
{
	margin: auto;
	display: table;
}

.ep_search_field_name
{
	font-weight: bold;
	margin-top: 0.5em;
}



/* From: /usr/share/eprints3/lib/static/style/auto/subjectinput.css */


/* 
   Styles for the subject component.

   ep_subjectinput_*

*/

.ep_subjectinput_toggle {
	text-decoration: none;
	color: #000000;
}

.ep_subjectinput_selections {
	margin: 0.5em auto 0.5em auto;
	margin-top: 0.5em; 
	padding: 0.5em; 
}

.ep_subjectinput_selected {
	font-weight: bold;
}

.ep_subjectinput_selected_subject {
	font-weight: bold;
}

ul.ep_subjectinput_subjects {
	list-style: none;
}
ul.ep_subjectinput_subjects li {
	margin-top: 3px;
	margin-bottom: 3px;
	list-style: none;
}
ul.ep_subjectinput_subjects img {
	vertical-align: -2px;
}


.ep_subjectinput_selections {
	padding-bottom: 10px;
	border-bottom: dashed #808080 1px; 
	margin-bottom: 10px;
}
.ep_subjectinput_selections td.ep_first {
	border-top: none;
}

.ep_subjectinput_selections td {
	border-top: dashed #ccc 1px; 
}

.ep_subjectinput_results {
	border: dashed #c8cbdf 1px; 
	margin-top: 0.5em; 
	padding: 0.5em; 
	background-color: white;
	list-style: none;
}

.ep_subjectinput_results td.ep_first {
	border-top: none;
}

.ep_subjectinput_results td {
	border-top: dashed #ccc 1px; 
}

.ep_subjectinput_add_button, .ep_subjectinput_remove_button {
	border: solid blue 1px;
	padding: 1px;
	background-color: transparent;
	font-size: 70%;
	color: blue;
}


.ep_subjectinput_searchbar {
	text-align: center;
}

/* End of subject component section */



/* From: /usr/share/eprints3/lib/static/style/auto/summary.css */


/* Item Summary */

.ep_summary_content {
}
.ep_summary_content_top {
}
.ep_summary_content_bottom {
}
.ep_summary_content_left {
	float: left;
}
.ep_summary_content_right {
	float: right;
}
.ep_summary_content_after {
	clear: both;
}


.ep_summary_content_left .ep_summary_box {
	width: 200px;
	margin-right: 10px;
}
.ep_summary_content_right .ep_summary_box {
	width: 200px;
	margin-left: 10px;
}


.ep_summary_box {
	margin-bottom: 10px
}
.ep_summary_box_title {
	background-image: url(images/toolbox_title.png);
	font-weight: normal;
	border-left: 2px solid #e0e0ff;
	padding: 2px 6px 2px 6px; 
	border: solid 1px #d8dbef;
	font-weight: bold;
	font-size: 115%;
}
.ep_summary_box_body {
	padding: 2px 6px 2px 6px; 
	border-left: 2px solid #e0e0ff;
	border-right: 2px solid #e0e0ff;
	border-bottom: 2px solid #e0e0ff;
	background-color: #eee;
}
.ep_summary_box_title a {
	text-decoration: none;
}
.ep_summary_box_title img
{
	vertical-align: -1px;
}






/* From: /usr/share/eprints3/lib/static/style/auto/surround.css */


/* EPrints 3 default workflow component-surround style */

/* ep_sr */

.ep_sr_component {
	padding: 0px;
	background-color: transparent;
	margin-top: 10px;
}
.ep_sr_component .ep_sr_title_bar {
	background-image: url(images/toolbox_title.png);
	padding: 2px 6px 2px 6px; 
	border-left: solid 1px #d8dbef;
	border-top: solid 1px #d8dbef;
	border-right: solid 1px #d8dbef;
}

.ep_sr_component .ep_sr_title_bar table {
}
.ep_sr_component .ep_sr_title {
	font-weight: bold;
	font-size: 115%;
	color: #444;
}
.ep_sr_component .ep_sr_content {
	clear: both;
	background: #e7e9f5 url(images/toolbox.png) repeat-x;
	border: solid 1px #d8dbef;
	padding: 6px;
}

/* collapse bar */

.ep_sr_collapse_bar {
	background-image: url(images/toolbox_title.png);
	padding: 2px 6px 2px 6px; 
	border: solid 1px #d8dbef;
	font-weight: bold;
	font-size: 115%;
	margin-top: 10px;
}
.ep_sr_collapse_bar a {
	text-decoration: none;
}
.ep_sr_title a {
	text-decoration: none;
}
.ep_sr_collapse_link img
{
	vertical-align: -1px;
}

/* help style - not primetime */

.ep_sr_component .ep_sr_help {
	margin-bottom: 8px;
}
.ep_sr_component .ep_sr_show_help {
	white-space: nowrap;
}
.ep_sr_component .ep_sr_show_help a {
	text-decoration: none;
}	
.ep_sr_component .ep_sr_hide_help {
	white-space: nowrap;
}
.ep_sr_component .ep_sr_hide_help a {
	text-decoration: none;
}	
.ep_sr_component .ep_sr_title_bar {
}
.ep_sr_show_help img {
	vertical-align: -2px;
}
.ep_sr_hide_help img {
	vertical-align: -2px;
}


/* used for multi, maybe should be elsewhere */
.ep_sr_component .ep_sr_help_chunk {
	border-bottom: 1px solid #888;
	padding-bottom: 4px; 
	margin-bottom: 4px;
}

.ep_sr_component .ep_form_input_grid {
	margin: auto;
}
.ep_multi_input .ep_form_input_grid {
	margin-left: 0px;
}



/* From: /usr/share/eprints3/lib/static/style/auto/tabs.css */


/* Tab Bar */

table.ep_tab_bar {
	margin-top: 10px;
	width: 100%;
}

td.ep_tab {
	background-color: #e0e0ff;
	text-align: center;
	border: solid #d8dbef 1px;
	background-image: url(images/gray_bar.png);
}
td.ep_tab a {
	display: block;
	padding: 2px 8px 4px 8px;
	text-decoration: none;
	color: #000000;
}

td.ep_tab_selected {
	text-align: center;
	background-color: #ffffff;
	border-left: solid #d8dbef 1px;
	border-top: solid #d8dbef 1px;
	border-right: solid #d8dbef 1px;
	border-bottom: solid #ffffff 1px;
}
td.ep_tab_selected a {
	text-decoration: none;
	padding: 2px 8px 4px 8px;
	color: #000000;
}

td.ep_tab_spacer {
	border-bottom: solid #d8dbef 1px;
	width: 20px;
}

.ep_tab_panel {
	border-right: solid #d8dbef 1px;
	border-bottom: solid #d8dbef 1px;
	border-left: solid #d8dbef 1px;
	background: #e7e9f5 url(images/toolbox.png) repeat-x;
	padding: 12px;
	clear: both;
}

table.ep_tab_bar a {
	text-decoration: none;
}




/* From: /usr/share/eprints3/lib/static/style/auto/template.css */


/* EPrints 3 template styles */
/* prefix all styles with ep_tm */

.ep_tm_logo img {
	float: right;
	padding-bottom: 4px;
	border-style: none;
}

.ep_tm_archivetitle {
        font: 40px Arial,Sans-serif;
	color: #269ae3;
	text-decoration: none;
}

.ep_tm_main {
        margin: 1em;
}

hr.ep_tm_last {
	color: #240f78;
	background-color: #240f78;
}

.ep_tm_footer {
	clear: both;
}

/* Menu Bar */

ul.ep_tm_menu, ul.ep_tm_key_tools {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.ep_tm_menu {
	background: #204f76;
	background-image: url(images/blue_bar.png);
}

ul.ep_tm_menu li, ul.ep_tm_key_tools li {
	list-style: none;
	display: inline;
}

ul.ep_tm_menu li {
	padding-left: 10px;
	padding-right: 10px;
	border-right: solid 2px white;
	font-weight: bold;
}

ul.ep_tm_menu li:hover {
	background: #279ae2;
}

ul.ep_tm_menu li a, ul.ep_tm_key_tools li a {
}

ul.ep_tm_menu li a {
	text-decoration: none;
	color: white;
}
ul.ep_tm_menu li a:visited {
	color: white;
}

/* end of menu bar */

/* Action Menu Bar */

ul.ep_tm_key_tools li {
	padding: 0px .5em;
	border-left: 1px solid #666;
}

ul.ep_tm_key_tools li:first-child {
	padding-left: 0px;
	border-left: none;
}

/* end of Action Menu Bar */

/* Search bar */

.ep_tm_searchbar {
	color: #606060;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: solid 4px white;
	background: #ccc;
	background-image: url(images/gray_bar.png);
}

.ep_tm_searchbarbutton {
	text-align: center;
	background-image: url(images/blue_bar.png);
	background-color: #1f4f76;
	color: white;
	font-weight: normal;
	font-size: 80%;
	padding: 0px;
}

.ep_tm_searchbarbox {
	font-size: 80%;
	padding: 2px;
	border: #606060 1px solid;
}

/* end of search bar */

#ep_tm_languages {
	display: inline;
}
#ep_tm_languages a {
	margin-left: 4px;
}



/* From: /usr/share/eprints3/lib/static/style/auto/toolbox.css */


/* Toolbox styles - used to subdivide some content */

.ep_toolbox {
	margin-bottom: 10px;
}

.ep_toolbox_title {
	padding: 2px 10px 2px 10px;
	color: #808080;
}

.ep_toolbox_content {
	padding: 10px;
	background: #e7e9f5 url(images/toolbox.png) repeat-x;
	border: solid 1px #d8dbef;
}



/* From: /usr/share/eprints3/lib/static/style/auto/upload.css */


/* 
   Styles for the upload component.

   ep_upload_*

*/

.ep_upload_newdoc
{
	text-align: center;
/*	margin-top: 1em;
	margin-bottom: 1em; */
}

.ep_upload_fields th
{
	text-align: right;
}

/* Document section */

.ep_upload_doc
{
	margin-bottom: 0.5em;
	background: #e7e9f5 url(images/toolbox.png) repeat-x;
	border: solid 1px #d8dbef;
}

.ep_upload_doc .ep_upload_doc_title_bar {
	padding: 0px 6px 0px 6px; 
	border-bottom: solid 1px #d8dbef;
}
.ep_upload_doc .ep_upload_doc_title {
	color: #444;
}
.ep_upload_doc .ep_upload_doc_content {
	clear: both;
	padding: 6px;
}

.ep_update_doc_delete {
	white-space: nowrap;
}
.ep_update_doc_delete input {
	vertical-align: -2px;
}

.ep_update_doc_options {
	white-space: nowrap;
}
.ep_update_doc_options img {
	vertical-align: -2px;
	border: none;
}
.ep_update_doc_options a {
	text-decoration: none;
}

.ep_upload_doc_toolbar
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
}

.ep_upload_files
{
/*	border: dashed #c8cbdf 1px; 
	text-align: center;
	margin-top: 0.5em; 
	padding: 0.5em; 
	background-color: white; */
}

.ep_upload_file_table 
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
}
.ep_upload_add_file_toolbar
{
	margin-top: 0.5em;
}

.ep_upload_doc_expansion_bar
{
	text-align: right;
	padding: 2px .5em;
}
.ep_upload_doc_expansion_bar a
{
	cursor: pointer;
	text-decoration: none;
}

/* End of Document section */



/* From: /usr/share/eprints3/lib/static/style/auto/view.css */



.ep_view_page h2 {
	margin-top: 3em;
	border-bottom: solid 1px #808080;
}

.ep_view_timestamp {
	margin-top: 3em;
	text-align: right;
}

.ep_view_subjects {
	padding: 10px;
	background: #e7e9f5 url(images/toolbox.png) repeat-x;
	border: solid 1px #d8dbef;
	margin-bottom: 20px;
}

.ep_view_blurb {
	margin-top: 20px;
}

.ep_view_group_by_current {
	font-weight: bold;
}

.ep_view_group_by {
	border-top: 1px solid rgb(216, 219, 239); 
	border-bottom: 1px solid rgb(216, 219, 239);
	text-align: center;
	background: #e7e9f5 url(images/toolbox.png) repeat-x;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 0.75em;
	margin-top: 0.25em;
}

.ep_view_cols {
	width: 100%;
	margin-top: 1em;
}

.ep_view_cols_2 td { width: 50%; }
.ep_view_cols_3 td { width: 33.3%; }
.ep_view_cols_4 td { width: 25%; }
.ep_view_cols_5 td { width: 20%; }
.ep_view_cols_6 td { width: 16.6%; }
.ep_view_cols_7 td { width: 14.28%; }
.ep_view_cols_8 td { width: 12.5%; }

.ep_view_cols ul {
	margin-top: 0px;
	margin-bottom: 0px;
}


	



/* From: /usr/share/eprints3/archives/epub/cfg/static/style/auto/zzz_local.css */


/* 
 * This CSS file will be applied after all the built in styles.
 * 
 * CSS files are loaded in alphabetic order, hence the  "zzz" in 
 * the filename to force it to load after the other css files!
 * 
 * Add any local over-rides here. 
 * 
 * To totally replace a system css file, create a file of the same 
 * name in this directory. eg. messages.css
 * 
*/

/* TEMPLATE START */


body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:#FFFFFF none repeat scroll 0 0;
color:#000000;
font-family:"Lucida Grande","Lucida Sans Unicode",Sans-Serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:100%;
line-height:16px;
margin:0;
padding:0;
}

a {
-x-system-font:none;
color:#A46672;
font-family:"Lucida Grande","Lucida Sans Unicode",Sans-Serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:16px;
text-decoration:none;
}




a:hover {
text-decoration:underline !important;
}
img {
border:0 none;
}
img.bg {
bottom:0;
left:0;
position:fixed;
}
img.dots {
position:absolute;
right:0;
top:85px;
z-index:5;
}
form {
margin:0;
padding:0;
}
input, select, textarea {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #888888;
font-family:"Lucida Grande","Lucida Sans Unicode",Sans-Serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:2px;
}
acronym {
cursor:help;
}
.container {
min-height:687px;
position:relative;
width:991px;
}
.container img.logo {
left:151px;
position:absolute;
top:15px;
z-index:11;
}


.header {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/topleiste_hg.gif) no-repeat scroll left top;
height:52px;
position:absolute;
right:8px;
top:0;
width:723px;
z-index:11;
}

.ub_logo {
        background-image:url(../images/kopfbanner.jpg);
        background-repeat:no-repeat;
        height:60px;
}

.container.area-a46672 .quicklinks-arrow {
background-image:url(../images/pfeil_a46672.png);
}

.header form#quicksearch-form {
float:left;
height:33px;
}

form {
margin:0;
padding:0;
}
 
.header form#quicksearch-form .input-container {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#808080 none repeat scroll 0 0;
float:left;
height:26px;
padding:19px 6px 0 0;
text-align:right;
width:340px;
}

.header form#quicksearch-form .input-container input {
border:0 none;
width:200px;
}

input, select, textarea {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #888888;
font-family:"Lucida Grande","Lucida Sans Unicode",Sans-Serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:2px;
}

.header form#quicksearch-form .submit-container {
float:left;
height:25px;
padding:20px 0 0 6px;
width:70px;
}

.container .submit-container, .container .header-quicklinks {
background-color:#808080;
}

.container.area-a46672 .header-quicklinks {
background-color:#A46672;
}

.submit-button, .header form#quicksearch-form .submit-container input {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:transparent url(../images/pfeil_weiss.png) no-repeat scroll left center;
border:0 none;
color:#FFFFFF;
cursor:pointer;
font-family:"Lucida Grande","Lucida Sans Unicode",Sans-Serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:0 0 0 12px;
text-transform:uppercase;
}

.container .submit-container, .container .header-quicklinks {
background-color:#808080;
}

.header .header-quicklinks {
float:left;
height:26px;
padding:19px 0 0;
width:296px;
}


.header .header-quicklinks .quicklinks-arrow {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/pfeil_808080.png) no-repeat scroll left center;
}

.container.area-a46672 .quicklinks-arrow {
background-image:url(../images/pfeil_a46672.png);
}



.navigation img.arrow, .header .header-quicklinks .quicklinks-arrow {
margin:0 2px 0 12px;
position:relative;
top:2px;
}

.container .quicklinks-arrow {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none no-repeat scroll left top;
display:block;
float:left;
height:12px;
overflow:hidden;
width:12px;
}

.container.area-a46672 .header-quicklinks a {
color:#BFBEB9 !important;
}

.navigation a, .header .header-quicklinks a {
-x-system-font:none;
color:#CCCCCC;
font-family:"Lucida Grande","Lucida Sans Unicode",Sans-Serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:0 6px 0 0;
text-decoration:none;
text-transform:uppercase;
}

.header-quicklinks a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
}


a {
-x-system-font:none;
color:#A46672;
font-family:"Lucida Grande","Lucida Sans Unicode",Sans-Serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:16px;
text-decoration:none;
}

#box1 { position:absolute; top:0px; left:0px; width:69px; height:59px; cursor:pointer;}
#box2 { position:absolute; top:0px; left:75px; width:680px; height:59px; cursor:pointer;}


#ub_main {
        clear:both;
        margin:160px auto;
        height:auto;
        margin:auto;
        text-align:center;
        width:100%;

}

#ub_main_left {
        float:left;
        overflow:auto;
        vertical-align:top;
        width:20%;
}

#ub_main_right {
        /*overflow:visible;*/
        overflow:auto;
        float:right;
        /*padding-left:5px;*/
        padding:5px;
        /*margin-left:20%;*/
        /*margin-right:0px;*/
        text-align:left;
        /*vertical-align:top;*/
        width:78%;
}

#ub_search {
        border-top:1px solid #D8DBEF;
        border-bottom:1px solid #D8DBEF;
        background-color:#00458e;
        color:#000000;
        line-height:1.2em;
        overflow:hidden;
        padding:10px 5px 10px 5px;
}

.ep_tm_searchbarbutton {
        background-color:#AAAAAA;
        background-image:none;
        color:#00458e;
        font-size:80%;
        font-weight:normal;
        padding:0px;
        text-align:center;
}

.ep_tm_searchbartext {
        background-color:#00458e;
        background-image:none;
        color:#FFFFFF;
        font-size:80%;
        font-weight:normal;
        padding:1px;
        text-align:right;
}

.ep_tm_pagetitle {
        margin:10px 0px;
}

#ub_navleft {
        background-color:#F5F5F5;
        color:black;
        line-height:1.2em;
        overflow:auto;
        padding:3px;
        margin:10px;
}

#ub_navleft ul {
        list-style-type:square;
        color:#00458e;
        padding-left: 20px;
}

#ub_navleft a:link, #ub_navleft a:visited {
        color:black;
        text-decoration:none;
}

#ub_navleft a:hover, #ub_navleft a:active {
        color:black;
        text-decoration:underline;
}

#ub_startnav {
        font-size:90%;
        font-weight:bold;
margin:0 0 0 0px;
padding:125px 0 40px 3px;
}

#ub_startnav ul {
        background-color:#A46672;
        color:#FFFFFF;
        float:left;
        text-align:center;
        margin:0pt;
        padding:0pt;
        width:100%;
}

#ub_startnav ul li {
        display:inline;
}

#ub_startnav ul li a {
        background-color:#808080;
        border-left:1px solid #FFFFFF;
        color:#FFFFFF;
        float:right;
        padding:0.4em 1.2em 0.4em 1em;
        text-decoration:none;
        font-size:110%;
}

#ub_startnav ul li a:hover {
        background-color:#A46672;
        color:#000000;
}

ul.ep_tm_menu {
        background:#00458e;
        text-align:right;
        width:100%;
}
ul.ep_tm_menu li {
        border-left:1px solid white;
        border-right:0px none;
}

.ep_tm_footer {
        clear:both;
        text-align:center;
        font-size:90%;
        padding-bottom:120px;
}

.ub_banner {
        color:#FFFFFF;
        font-size:130%;
/*      text-align:center;*/
        font-weight:bold;
        margin-top:0px;
        padding-top:0px;
}       

.ub_login {
        background-color:#F0F0F0;
        padding:2px;
        margin:0px;
}


/* TEMPLATE STOP */

/* CITATION */

.ub_field_creators {
}

.ub_person_name {
        font-weight:bold;
}

.ub_person_name_alert {
        color:#FF0000;
        font-weight:bold;
}

/* CITATION/COVERIMAGE */

.ub_citation_table {
        margin-bottom:10px;
}
        
.ub_img_td {
        padding:0px 10px;
}       

.ub_cite_td {
        border-left:1px dotted grey;
        vertical-align:top;
}

.ep_block {
        text-align:left;
        padding:0px 10px;
        margin:0px;
}

.ub_fulltext_link {
        font-size:120%;
}

/* START PAGE */

.start_left {
	width:70%;
	float:left;
    border:1px;
/*	border-style:dashed;
    border-color:#000099; */
	border-right-width:1px;
	border-right-style:dashed;

	padding:6px;
	margin:0;
	vertical-align:top;
	height:100%;
}

.start_right {
	width:26%;
	float:right;
	padding:6px;
	margin:0;
	height:100%;
}

/* RENDER_PAGE */


.render_left {
		width:70%; 
		float:left;
}

.render_right {
		width:26%; 
		float:right;
		border-left-width:1px;
		border-left-style:dashed;
		padding:8px;
}


/* new for export on abstract pages */


ul.export_item {
    margin: 0;
	width:100%;
    padding: 0;
    display: inline;
}



ul li.export_item {
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
    background: #EEE;
    width:20em;
    border: 1px solid #000; 
    /*First list items float left*/
    float: left;
}



ul li a.export_item {
    display: block;
    padding: 5px 7px;
    text-decoration: none;
    background: #FFF;
}


ul li ul li.export_item {
    /*Stop floating left*/
    clear: both;
}




/*Here the hovering starts*/
ul li:hover ul.export_item {
    width: 20em;
    top: 0.0em;
    left: -0.1em;
}

ul ul.export_item, li:hover ul ul.export_item {
    display:none;
    width: 20em;
}

li:hover ul.export_item {
    display:block;
    position: absolute;
    left: 100%;
}

li:hover li:hover ul.export_item {
    display:block;
    position: absolute;
    top: -0.1em;
    left: 100%;
}


div.feedback_q {
clear:left;
width:25em;
}

div.feedback_o, div.feedback_q {
float:left;
margin-bottom:3px;
}


.navigation {
background:url("/images/footer_navigation_hg.gif") repeat-x scroll left top #FFFFFF;
bottom:0;
left:0;
position:fixed;
width:100%;
z-index:10;
}

div#navigation-header a {
background:url("/images/footer_navigation_button.gif") no-repeat scroll right top transparent;
color:#666666;
display:block;
height:21px;
padding:8px 60px 0 18px;
text-transform:uppercase;
width:70px;
}

div#navigation-header a.active {
   background-position: right bottom;
}

.navigation a, .header-quicklinks a {
color:#FFFFFF;
font-size:11px;
padding:0 6px 0 0;
text-transform:uppercase;
}


.navigation a {
color:#666666;
}


.navigation .dots-horizontal {
background:url("/images/linie_horizontal.png") repeat-x scroll left top transparent;
height:1px;
margin-left:149px;
position:relative;
top:-1px;
}

.column-1, .column-2, .column-3, .column-4 {
background:url("/images/linie_vertikal.png") repeat-y scroll left top transparent;
float:left;
height:71px;
line-height:16px;
padding:4px 11px 0;
}

.column-2 a:first-child {
float:none;
height:auto;
margin:0 0 4px;
padding:0;
width:auto;
}

.column-2 a {
display:block;
float:left;
height:18px;
margin:0 6px 4px 0;
padding:0;
width:18px;
}

.column-1 {
margin-left:70px;
width:74px;
}

.column-2 {
width:146px;
}

.column-3 {
width:431px;
}

.column-4 a {
display:block;
}



