a{color:#2E5A91;}

/* From: /usr/share/eprints3/lib/static/style/auto/actions.css */
.ep_act_bar{margin:4px 0;}
.ep_act_bar table,.ep_act_list{margin:auto;}
td.ep_act_list_button{text-align:right;padding: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('/style/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 #ccc;
	background-image:url('/style/images/gray_bar.png');
}
.ep_blister_node_selected{
	padding:3px;
	text-align:center;
	border:solid 1px #204f76;
	background-image:url('/style/images/blue_bar.png');
	color:#fff;
}

/*
	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_last{border-right:1px dashed #ccc;}
th.ep_columns_title{
	background:url('/style/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('/style/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 ul{
	margin:0;
	padding:4px;
	list-style:none;
	background-color:white;
	border:1px dotted #888;
	z-index:6;
}
.ep_drop_target ul li{
	margin:0;
	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:0;
	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;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:10px 0;
}
.ep_form_action_button,.ep_form_internal_button{
	text-align:center;
	border-width:2px;
	border-style:solid;
	border-color:#e0e0ff #808080 #808080 #e0e0ff;
	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:2px 0;}
td.ep_form_input_grid_wide{text-align:left;}

/* From: /usr/share/eprints3/lib/static/style/auto/general.css */
body{
	background:linear-gradient(#2E5995,#fff);
    background:-webkit-linear-gradient(#2E5995,#fff);
    background:-o-linear-gradient(#2E5995,#fff);
    background:-moz-linear-gradient(#2E5995,#fff);
	height:100%;
    margin:0;
    font-family:Arial,Sans-serif;
    font-size:80%;
}
.ep_no_js_inline{display:none;}
.ep_no_js_table_cell{display:none;}
.ep_hide{display:none;}

h1{color:#606060;font:bold 130% Arial,Sans-serif;margin:0 0 10px 0;text-align:center;}
h2{color:#606060;font:bold 110% Arial,Sans-serif;}
h3{color:#606060;font:120% Arial,Sans-serif;}
h4{color:#606060;font:100% Arial,Sans-serif;}
hr{background-color:#ccc;border:0;color:#ccc;height:2px;}

.ep_toggle a,a.ep_toggle{color:#44c;text-decoration:none;}
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 #999;
	border-bottom:solid 1px #999;
	padding:0.1em 0.5em;
	font-size:100%;
	height:2em;
	background-image:url('/style/images/gray_bar.png');
	background-color:#808080;
	color:#333;
	font-weight:normal;
}
.ep_highlight{padding:0.5em;border:solid 2px #f88;background-color:#fee;}
.ep_block{width:auto;margin: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:0;margin-left:10px;vertical-align:-2px;}
.ep_items_filters a{color:#000;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:0.5em 0;}
div.ep_latest_tool_result{margin:0.5em 0;}

/* From: /usr/share/eprints3/lib/static/style/auto/lightbox.css */
#lightbox{
	display:none;
	position:absolute;
	left:0;
	width:100%;
	z-index:100;
	text-align:center;
	line-height:0;
}
#lightbox img{height:auto;width: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 a{outline:none;}
#hoverNav{height:30px;}
#prevLink,#nextLink{width:49%;height:100%;display:block;}
#prevLink{
	left:0;
	float:left;
	background:url('/style/images/lightbox/prevlabel.gif') left 0 no-repeat;
}
#nextLink{
	right:0;
	float:right;
	background:url('/style/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;}
#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:10px 0;}
.ep_msg_message_icon,.ep_msg_warning_icon,.ep_msg_error_icon{padding:10px;}

.ep_msg_error_content{
	background-image:url('/style/images/red_back.png');
	background-color:#ffe0e0;
	border:solid 1px #ffc0c0;
}
.ep_msg_warning_content{
	background-image:url('/style/images/orange_back.png');
	background-color:#ffe0c0;
	border:solid 1px #ffc080;
}
.ep_msg_other_content{
	background-image:url('/style/images/blue_back.png');
	background-color:#99F;
	border:solid 1px #99F;
}

/* From: /usr/share/eprints3/lib/static/style/auto/multi.css */
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;
	border-left:dashed #bbf 1px;
	padding:0.5em;
}
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 */
.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:0 auto;width:382px;}
.progressmeter{font-size:10pt;text-align:center;}
.progressmeter th{font-weight:bold;text-align:right;}
.progressmeter td{text-align:left;}
.finished{color:#679;}
.progressmeter .meter{
    position:relative;
    background-color:lightgrey;
    border:2px solid #679;
    height:20px;
    width:380px;
}
.progressmeter .meter .amount{
	margin:0 auto 0 0;
    background-color:#679;
    width:0;
    height:20px
}
.progressmeter .meter .percent{
    position:absolute;
    top:0;
    left:0;
    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;}
table.ep_savedsearches th,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('/style/images/toolbox.png') repeat-x;
	padding:4px 0;
	margin:0.25em 0;
}
.ep_search_fields{margin:1em 0;}
.ep_search_fields th,.ep_search_fields td{padding:4px;}
.ep_search_control{padding:0 4px;}
.ep_search_export{margin: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;}
.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 */
.ep_subjectinput_toggle{text-decoration:none;color:#000;}
.ep_subjectinput_selections{margin:0.5em auto; 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:3px 0;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:1px dashed #ccc;}
.ep_subjectinput_add_button,.ep_subjectinput_remove_button{
	border:1px solid blue;
	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_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('/style/images/toolbox_title.png');
	font-weight:normal;
	border-left:2px solid #e0e0ff;
	padding:2px 6px; 
	border:solid 1px #d8dbef;
	font-weight:bold;
	font-size:115%;
}
.ep_summary_box_body{
	padding: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:0;
	background-color:transparent;
	margin-top:10px;
}
.ep_sr_component .ep_sr_title_bar{
	background-image:url('/style/images/toolbox_title.png');
	padding:2px 6px; 
	border-left:solid 1px #d8dbef;
	border-top:solid 1px #d8dbef;
	border-right:solid 1px #d8dbef;
}
.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('/style/images/toolbox.png') repeat-x;
	border:solid 1px #d8dbef;
	padding:6px;
}

/* collapse bar */
.ep_sr_collapse_bar{
	background-image:url('/style/images/toolbox_title.png');
	padding: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_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:0;
}

/*
	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('/style/images/gray_bar.png');
}
td.ep_tab a{
	display:block;
	padding:2px 8px 4px 8px;
	text-decoration:none;
	color:#000;
}
td.ep_tab_selected{
	text-align:center;
	background-color:#fff;
	border-left:solid #d8dbef 1px;
	border-top:solid #d8dbef 1px;
	border-right:solid #d8dbef 1px;
	border-bottom:solid #fff 1px;
}
td.ep_tab_selected a{
	text-decoration:none;
	padding:2px 8px 4px 8px;
	color:#000;
}
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('/style/images/toolbox.png') repeat-x;
	padding:12px;
	clear:both;
}
#c2_panel_0 .ep_block input{
	display:block;
}
table.ep_tab_bar a{
	text-decoration:none;
}
.ep_tab_bar li{float:left;list-style:none;}

/*From: /usr/share/eprints3/lib/static/style/auto/template.css */
/* EPrints 3 template styles */
/* prefix all styles with ep_tm */
div.ep_tm_header{
    background-color:#2e5a91;
    height:73px;
	width:976px;
}
#apLogo{
    margin:0 0 0 -20px;
	width:30%;
    float:left;
}
.ep_tm_logo img{
    float:left;
    padding:15px 0;
    border-style:none;
}
.ep_tm_archivetitle{
    font-size:20px;
	font-weight:bold;
	font-family:"Arial", "Helvetica", sans-serif;
    color:#fff;
    text-decoration:none;
	text-transform:uppercase;
}
.ep_tm_main{
    margin:20px 2em 2em 2em;
    width:70% !important;
}
.ep_tm_main .ep_tm_pagetitle{
	color:#2D2D2D;
	font-family:Arial,Calibri,Helvetica,sans-serif;
	font-size:22px;
	font-weight:normal;
	margin:10px 0 0 0;
	padding:5px 0;
	text-align:left;
}

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

/* Menu Bar */
ul.ep_tm_menu,ul.ep_tm_key_tools{
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
}
ul.ep_tm_menu{
	background:#204f76;
	background-image:url('/style/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:0 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{
    color:#1073B5;
}
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:0 .5em;
	border-left:1px solid #666;
    font-size:12px;
}
ul.ep_tm_key_tools li:first-child{
	padding-left:0;
	border-left:none;
}
/* end of Action Menu Bar */

/* Search bar */
.ep_tm_searchbar{
	color:#606060;
	padding:4px 10px;
	background:#eee;
	position:relative;
	z-index:1000;
}
.ep_tm_searchbarbutton{
    text-align:center;
    background-color:transparent;
    border:none;
    color:white;
    font-weight:700;
    padding:0;
}
.ep_tm_searchbarbox{
    font-size:80%;
    padding:2px;
    margin:0 5px 0 10px;
    border:#606060 1px solid;
	border-radius:5px;
}
/* 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;color:#808080;}
.ep_toolbox_content{
	padding:10px;
	background:#e7e9f5 url('/style/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;}
.ep_upload_fields th{text-align:right;}

/* Document section */
.ep_upload_doc{
	margin-bottom:0.5em;
	background:#e7e9f5 url('/style/images/toolbox.png') repeat-x;
	border:solid 1px #d8dbef;
}
.ep_upload_doc .ep_upload_doc_title_bar{padding:0 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:0.5em 0;text-align:center;}
.ep_upload_file_table{margin:0 auto 0.5em auto;}
.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('/style/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('/style/images/toolbox.png') repeat-x;
	padding:4px 0;
	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:0;}

.ep_tm_menu{ 
    float:right;
    list-style:none outside none;
    min-height:190px;
    text-align:left;
    width:240px;
    margin:18px 0 0 5px;
	border:1px solid #CDCDCD;
}
.ep_menuHeader{
	background: linear-gradient(#e4e4e4,#fff);
	background: -webkit-linear-gradient(#e4e4e4,#fff);
	background: -o-linear-gradient(#e4e4e4,#fff);
	background: -moz-linear-gradient(#e4e4e4,#fff);
	border-bottom:1px solid #D6D6D6;
}
.ep_menuHeader h3{
	color:#6D6D6D;
	font-family:Calibri,Helvetica,Arial,sans-serif;
	font-size:14px;
	font-weight:normal;
	height:24px;
	margin:0;
	padding:8px 0 0 16px;
	text-transform:uppercase;
}
.ep_menuBox{padding:5px 10px 0 10px;}
div.ep_tm_menu li{min-height:20px;padding:1px 0;list-style:none;}
div.ep_tm_menu ul{margin:0;padding:0;}
div.ep_tm_menu ul+ul{border-top:1px solid #D6D6D6;padding-top:10px;}
div.ep_tm_menu a{text-decoration:none;margin-left:10px;color:#2E5A91;}

.ep_action_list{display:inline-block;margin:0;padding:0 20px;}
.ep_action_list li{float:left;list-style:none;}
.ep_view_menu ul{list-style:none;}

div#outerWrapper{margin:0 auto;text-align:left;width:1004px;box-shadow:0 0 10px black;}
div#innerWrapper{background-color:#fff;min-height:470px;padding:14px;margin-top:20px;width:976px;}
#searcher{margin:5px 20px 0 0;float:right;}

/*	dropBox	*/
.ep_dropBox{padding:5px 0;}
.ep_dropBox_title{
	font-family:Arial,Helvetica,sans-serif;
	background: linear-gradient(#e4e4e4,#fff);
	background: -webkit-linear-gradient(#e4e4e4,#fff);
	background: -o-linear-gradient(#e4e4e4,#fff);
	background: -moz-linear-gradient(#e4e4e4,#fff);
    padding:1px 0 1px 20px;
	height:46px;
	cursor:pointer;
	color:#6A6A6A;
	border:1px solid #D6D6D6;
}
.ep_dropBox_title .condClosed{
    background-image:url('/images/arrow_closed.png');
    background-repeat:no-repeat;
    height:18px;
    padding:0 0 0 30px;
}
.ep_dropBox_title .condOpen{
    background-image:url('/images/arrow_open.png');
    background-repeat:no-repeat;
    height:18px;
    padding:0 0 0 30px;
}
.ep_dropBox_content{padding:4px 10px;display:none;}

/*			apBanner		*/
#menuTable{
    width:980px;
    margin:54px 0 0 -2px;
    position:relative;
    z-index:100;
}
#menuTable .apSlide{
    margin-top:-2px;
}
.apList{
	display:list-item !important;
}
#menuTable #menu .apHome a{
	font-family: "Arial", "Helvetica", sans-serif !important;
	font-weight:500 !important;
	font-size:10px !important;
	display:block;
	text-decoration:none;
	color:#838383 !important;
	padding:19px 6px 0 7px;
	height:27px;
	text-transform:uppercase;
}

#menuTable #councilBack #startTable .workingGroups{
	margin-top:-10px;
}
#communityBack .content{
	padding-bottom:20px !important;
}
#mapsBack h3{
	padding-top:5px !important;
}