


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



/* 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;
	background: #e7e9f5 url(images/toolbox.png) repeat-x;
	clear: both;
	border: solid 1px #d8dbef;
	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;
}

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




/* 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/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-bottom: 4px;
	padding-top: 2px;
	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-top: 2px;
	padding-bottom: 4px;
	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 {
	clear: both;
	background: #204f76;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: url(images/blue_bar.png);
}

ul.ep_tm_menu li {
	list-style: none;
	display: inline;
	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 {
	text-decoration: none;
	color: white;
}
ul.ep_tm_menu li a:visited {
	color: white;
}

/* end of 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 */



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

.ep_upload_doc .ep_upload_doc_title_bar {
	padding: 0px 6px 0px 6px; 
	border-left: solid 1px #d8dbef;
	border-top: solid 1px #d8dbef;
	border-right: solid 1px #d8dbef;
}
.ep_upload_doc .ep_upload_doc_title {
	color: #444;
}
.ep_upload_doc .ep_upload_doc_content {
	clear: both;
	border: solid 1px #d8dbef;
	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;
}

/* 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/tesi/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
 * 
*/





/* From: /usr/share/eprints3/archives/tesi/cfg/static/style/auto/zzzz_auto.css */




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



/* 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;
	background: #e7e9f5 url(images/toolbox.png) repeat-x;
	clear: both;
	border: solid 1px #d8dbef;
	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_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;
}

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




/* 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;
	border-left: dashed #bbf 1px;
	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/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-bottom: 4px;
	padding-top: 2px;
	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-top: 2px;
	padding-bottom: 4px;
	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: left;
	padding-bottom: 1px;
	border-style: none;
	bottom: 0px;
	left: 0px;
}

.ep_tm_archivetitle {
	float: right;
   font: 12px Arial,Sans-serif;
	color: #269ae3;
	Text-Align: right;
	text-decoration: none;
	border-style: none;
	background-image: url(images/fascia2.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	min-width: 544px;
	bottom: 0px;
	right: 0px;
	Vertical-Align: bottom;
	min-height: 75px;
}

.ep_tm_main {
        margin: 1em;
}

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

.ep_tm_footer {
	clear: both;
}

/* Menu Bar */

.ep_tm_menu1 {
	margin: 0 0 0 0;
	padding: 0;
	text-align: right;
	color: #B50000;
	background: #FDE1A8 url(images/nav.png) repeat-y right; 
	height: 20px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
}

ul.ep_tm_menu1 {
	margin: 0;
	padding: 0;
	text-align: right;
	line-height: 20px;
	white-space: nowrap;
	font-size: x-small;
	display: inline;
	list-style-type: none;
	color: #B50000;
	background: #FDE1A8 url(images/nav.png) repeat-y right; 
	height: 20px;
}

ul.ep_tm_menu1 li {
	margin: 0;
	padding: 0 0 3px 0;
	display: inline;
	background-color: transparent;
	list-style-type: none;
}

ul.ep_tm_menu1 li:hover {
	color: #FFF79F;
	background-color: #FFA81F;
	border-bottom: 3px solid #B50000;

}

ul.ep_tm_menu1 a {
	color: #000000;
	background-color: #fff;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: x-small;
}

ul.ep_tm_menu1 li a:link, ul.ep_tm_menu1 a:visited {
	color: #B50000;
	background-color: transparent;
	text-decoration: none;
	padding: 3px 16px;
	margin: 0;
	border-left: 1px solid #FFFFAA;
	font-weight: bold;
}

ul.ep_tm_menu1 li a:hover {
	color: #FFF79F;
	background-color: #FFA81F;
	padding: 3px 16px 1px 16px;
}

/* end of 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 */



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

.ep_upload_doc .ep_upload_doc_title_bar {
	padding: 0px 6px 0px 6px; 
	border-left: solid 1px #d8dbef;
	border-top: solid 1px #d8dbef;
	border-right: solid 1px #d8dbef;
}
.ep_upload_doc .ep_upload_doc_title {
	color: #444;
}
.ep_upload_doc .ep_upload_doc_content {
	clear: both;
	border: solid 1px #d8dbef;
	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;
}

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



/* From: /usr/share/eprints3/archives/paduaresearch/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
 * 
*/

/* menu left */

div.menu_left {
	border: 0;
	padding-left: 0;
/*	border-right: 1px solid #ffcc66; */
	}

ul.menu_left {
	margin-left: 0;
	margin-top: 0.3em;
	padding-left: 0;
	border-left: 0;
	line-height: 1.5em;
	}

div.menu_left strong {
	font: bold 100% Arial,Sans-serif;
	color: #333;
	background-color: #fff;
	padding: 1em 0 0 0;
	margin-left: -0.5em;
	}

div.menu_left ul li {
	margin-left: 0;
	padding-left: 0;;
	list-style: none;
	}

div.menu_left ul li a, div.menu_left ul li a:visited {
	color: #50558F;
	background-color: #fff;
	font-weight: 600;
	}

div.menu_left ul li a:hover {
	color: #B50000;
	background-color: #fff;
	text-decoration: underline;
	font-weight: 600;
	}

/* END menu left */
.searchcontrol a, div.menu_left ul li a {
	text-decoration: none;
	color: #333333;
}
div.menu_left ul li a:visited {
	color: #333333;
}

fieldset {
	border: 0px;
	padding: 0px;
	margin:0px;
}




/* From: /usr/share/eprints3/archives/tesi/cfg/static/style/auto/zzzzz_auto.css */

body {
	margin: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	color: #000;
}

img {
	border: 0px;
}

li {

	margin-right: 1em;

}

fieldset {
        border: 0px;
	padding: 0px;
	margin:0px;
	}

label {

color: #50558F;
font-weight: bold;

}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0 0 0 0;
	width: 100%;
	margin: 0 0 0 0;
}

#corpo {
padding: 0 0 0 0;
margin:  0 0 0 0;
width: 99%;
float:left;
}

#navBar{
	float: left;
	width: 200px;
	padding: 0 0 0 0;
	margin:  0px 0 0 0;
}

#wrapper {
	float: right;
	margin-left: -200px; 
   padding: 0 0 0 0;
   width: 100%;
}
#content{
/*  background-image: url(images/info.png);
  background-repeat: no-repeat;
  background-position: -10px -10px; */
  padding: 30px 0 0 20px;
  margin-left: 210px;
  border-left: 1px solid #ffcc66;
  word-wrap: break-word;
/*  min-width: 300px;
  min-height: 600px;
  height: auto;*/
} 

/**html #corpo{height:0; margin-left:0;}*/

/* Hides from IE-mac \*/
/* html #content {height: 1%;} */
/* End hide from IE-mac */

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	width: 100%;
	border: #787878 1px solid;
	padding: 0 0 0 0 ;
	margin: 0 0 5px 0;
}

/*a {
#color: #B50000;
}*/

.footer {
/*#	width: 70%;
	border: #787878 1px solid;
	margin: 2% 0% 1% 26%;
	padding: 0.5em 5em 0.5em 5em;*/
	font-size: x-small;
	margin: 0 0 0 200px;
	width: 70%;
	}


.userpage_table_emph {
	font-weight: bold;
}

.grey{
color: #787878;
}

/* menu top */

a.menulink {
	color: #000000;
	background-color: #fff;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: x-small;
	}

.menu {
	margin: 0 0 0 0;
	padding: 0;
	text-align: right;
	color: #B50000;
	background: #FDE1A8 url(images/nav.png) repeat-y right; 
	height: 20px;
	}

.menu ul {
	margin: 0;
	padding: 0;
	text-align: right;
	line-height: 20px;
	white-space: nowrap;
	font-size: x-small;
	display: inline;
	list-style-type: none;
	}

.menu li {
	margin: 0;
	padding: 0 0 3px 0;
	display: inline;
	background-color: transparent;
	list-style-type: none;
	}

ul.menu li a:link, ul.menu a:visited {
	color: #B50000;
	background-color: transparent;
	text-decoration: none;
	padding: 3px 16px;
	margin: 0;
	border-left: 1px solid #FFFFAA;
	font-weight: bold;
	}

ul.menu li a:hover {
	color: #FFF79F;
	background-color: #FFA81F;
	padding: 3px 16px 1px 16px;
 	border-bottom: 3px solid #B50000;
	}

/* END menu top */

.searchcontrol a, div.menu_left ul li a {
	text-decoration: none;
	color: #333333;
}
div.menu_left ul li a:visited {
	color: #333333;
}

.frontpage {

 color: #333333;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
 }

input, select, textarea {
	color: #000000;
	font-weight: normal;
	font-size: 90%;
	font-family: Verdana, Arial, sans-serif;
}

/*select {
width: 70em;
overflow:hidden;
}

*/

/* menu left */

div.menu_left {
	border: 0;
	padding-left: 0;
/*	border-right: 1px solid #ffcc66; */
	}

ul.menu_left {
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	border-left: 0;
	line-height: 1.5em;
	}

div.menu_left strong {
	font: bold 100% Arial,Sans-serif;
	color: #333;
	background-color: #fff;
	padding: 1em 0 0 0;
	margin-left: -0.5em;
	}

div.menu_left ul li {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	}

div.menu_left ul li a, div.menu_left ul li a:visited {
	color: #50558F;
	background-color: #fff;
	font-weight: 600;
	}

div.menu_left ul li a:hover {
	color: #B50000;
	background-color: #fff;
	text-decoration: underline;
	font-weight: 600;
	}

/* END menu left */

.actionbutton, .searchcontrol {
	color: #B50000;
	border: #000000 1px solid;
/*	background: #d0d0e0; */
        background: #ffcc66;
	padding: 3px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
}

.buttons {
text-align: left;
}
.example
{
	font-weight: bold;
	color: #50558F;
}
.box
{
	font-family: sans-serif;
	padding: 8pt;
	margin-bottom: 1pt
}




h1 {
        font: bold 130% Arial,Sans-serif;
        color: #606060;
}

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

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

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



.archivetitle {
        font: 120% Arial,Sans-serif;
	color: #000000;
}

.searchfieldhelp,.formfieldhelp {
        font-size: 80% ;
}


.formfieldname, .searchfieldname {
        padding-top: 1em;
	font-weight: bold;
	font-size: 100%;
}

.formfieldidname {
	font-weight: bold;
	font-size: 120%;
}


.formfieldinput {
        padding-bottom: 3pt;
}
.formfieldidinput {
}


.formfieldcomment {
	font-style: italic;
        padding-bottom: 3pt;
}

#inputfield_referencetext textarea{
width: 100%;
height: 20em;

}

.requiredstar,.requiredlang {
	color: #ff0000;
}


.alert {
	color: #ff0000;
        font-weight: bold;
	font-size: 100% ;
}

.namefieldheading {
	text-align: left;
	font-size: small ;
}

.searchorder {
        padding-top: 12pt;
}

.searchmustfulfill {
        padding-top: 12pt;
}

dt {
	font-weight: bold;
}

.numeral {
	font-weight: bold;
}

.ignoredword {
	font-style: italic;
}


.subject_browser_opts, .subject_browser_selections, .subject_browser_search
{
	margin-left: 1em;
	margin-right: 1em;
	padding: 0.5em;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
}
.subject_browser_selections
{
	margin-top: 0.5em;
	background: #ffffaa;
}

.subject_browser_selections span.subject
{
	font-weight: bold;
}
.subject_browser_opts
{
	margin-bottom: 0.5em;
}
.subject_browser_selected
{
	font-style: italic;
}

.row_a
{
	background: #FDE1A8;
}
.row_b
{
	background: #f8f8ff;
}

.row_a td, .row_b td
{
	border-top: #8080f0 1px solid;
	border-bottom: #8080f0 1px solid;
}
td.first_col
{
	border-left: #8080f0 1px solid;
}
td.last_col
{
	border-right: #8080f0 1px solid;
}
td.middle_col
{
	border-right: #8080f0 1px solid;
	border-left: #8080f0 1px solid;
}


.searchbuttons {
    font-family: Arial,Sans-serif;
    font-weight: bold;
    padding: 2px;
    text-align: left;


}

.status_row_heading, th, .submission_buttons, .searchcontrols
{
        font-family: Arial,Sans-serif;
	font-weight: bold;
	padding: 2px;
	border: #8080f0 1px solid;
	background: #FDE1A8;
}
th.empty_heading, tr.header_plain th {
	background: none;
	border-style: none;
}

.submission_buttons, .searchbuttons, .searchcontrols
{
	margin-top: 8pt;
	text-align: center;
        padding: 4px;
	text-decoration: none;
}
.searchcontrols
{
	padding: 8px;
}

.problems
{
	margin-top: 8pt;
	margin-bottom: 8pt;
        border: 4px;
        padding: 16pt;
        border-style: solid;
        border-color: #ff0000 ;
        background-color: #f8f8f8;
	text-decoration: none;
}

.preview
{
	margin: 1em 0 1em 0;
	background: #f8f8ff;
	padding: 1em;
	border: 2px #c0c0ff dashed;
}


/* luca */

#content p {
	margin-bottom: 1em;
	margin-top: 1em;
	}

a:link {
	color: #50558F;
	background-color: #fff;	 }

a:visited {
	color: #50558F;
	background-color: #fff;	 }

a:hover {
	color: #B50000;
	background-color: #fff;	 }

a:link.register, a:visited.register {
	background: #fff url(images/register.png) left center no-repeat;
	line-height: 31px;
	height:31px;
	padding: 16px 0 16px 26px;
	}

a:hover.register {
	background-color: #fff;
	background-image: url(images/register_hover.png);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 31px;
	height:31px;
	padding: 16px 0 16px 26px;
	}

a:link.login, a:visited.login {
   background-color: #fff;
   background-image: url(images/login.png);
   background-position: left center;
   background-repeat: no-repeat;
	line-height: 31px;
	height:31px;
	padding: 16px 0 16px 26px;
	}

a:hover.login {
   background-color: #fff;
   background-image: url(images/login_hover.png);
   background-position: left center;
   background-repeat: no-repeat;
	line-height: 31px;
	height:31px;
	padding: 16px 0 16px 26px;
	}

.frame_left {
	border: 1px solid #ddd;
	padding: 1.5em;
	margin: 1em;
	float: left;
	}

.frame_right {
	border: 1px solid #ddd;
	padding: 1.5em;
	margin: 1em;
	float: right;
	}

blockquote {
   color: #666;
   border-left: 5px solid #eee;
   padding: 1em;
   } 

.loghi {

 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 90%;
 color: #333;

}

.ruoli {

        list-style-type: none;
	padding-left: 0em;
	margin-left: 0em;


}

.ruoli li{

/*        color: red; 
        font-weight: bold; */

	padding-top: 1em;
	margin-left: 0em;
}



.persone {

	list-style-type: none;
	padding-left: 1em;
	margin-left: 0em;

}

.persone li {

	color: #555; 
	margin-top: 0em;
	padding-top: 0em;
	padding-left: 0em;
	margin-left: 0em;

}

.info {

        padding-left: 1em;
        margin-left: 1em;


}

.info li {

/*        font-weight: bold;*/
        margin-left: 0em;
}

.info a {

/*	font-weight: bold; */

}


.collegamenti {

        list-style-type: none;
        padding-left: 1em;
        margin-left: 0em;

}

.collegamenti li {

        color: #666;
/*        font-weight: bold; */
        margin-top: 0em;
        padding-top: 0em;
        padding-left: 0em;
        margin-left: 0em;

}

.collegamenti a {
/*	font-weight: bold; */
}

.bordo {

	border: solid 1px #aaa;
	padding: 2px;

}

.footnote_text a {

	font-weight: bold;
	font-size: 80%;
	vertical-align: super;

}

.hiddenStructure {
display: none;
}

/* scala le immagini

.formule {
max-height:1.7em;
min-height:0.5em;
}
*/


#navBar
{
        position: absolute;
        top: 120px;
        left: 1em;
        margin: 1em 0.25em 0.25em 0.25em;
        padding: 0;
        width: 15%;
        border: 0px solid #f00;
        z-index: 5;
}

#content
{
        margin: -1% 0 0 17%;
        padding: 0 3% 0 0;
        width: auto;
        border: 0px solid #f00;
        min-height: 600px;
}

#container
{
        margin: 0;
        padding: 0;
        border: 0;
}

