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

/* Edited by ME 01/07/2015, to 
	++  change background color on sectionHeader to 'heather' #5B537D
	++  chnage heading sizes, color and left align
	++  left align titles
	++  change hyperlinks and box backgrounds to variations of GU Cobalt Blue
*/

#pageContent .sectionHeader{background-color:#5B537D;}
#pageContent #mainpage img{display:block;border:1px solid #ccc;padding:2px;height:auto!important}

h1 {text-align:left;}

.rd_text_center {
  text-align: left;
}

.maincontent h2{
	font-size: 1.6em;	
}

.maincontent h1{
	font-size: 2.0em;
}

.maincontent th{
	background-color:#EDEDED;
}

.ep_tab_bar li a, .ep_summary_box_title, .ep_summary_box_body, 
.ep_sr_title_bar, .ep_sr_content, .ep_sr_collapse_bar, .ep_tab_panel, 
.ep_toolbox_content, .ep_upload_doc, .ep_toolbox_content, .ep_search_buttons, 
.ep_search_buttons, .ep_search_controls, .ep_search_controls_bottom, 
.ep_view_group_by{
	background-color:#e1edf9;
}


a, .ep_tm_key_tools a:visited {
	color:#009dec;
}

a:visited {
	color:#257bb8;
}


a:hover {
	color:#0080ec;
}

/* set horizontal scroll on data entry forms in admin */

.ep_sr_content {
    overflow-x: scroll;
}




/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/


h1{
	color: #02456d;
	font-weight: normal;
}

#pageContent #mainpage img{
	display:inline;
	border:none;
	max-width:inherit;  /*added to prevent arrow images shrinking ME 27/11/15*/
}

#pageContent .aside{
	position: static;
	float:left;
	margin-right: 20px;
	background:1em top no-repeat #ededed;	
}

#mainpage{
	float:none;
}

#mainpage form{
	border:none;
}

.sectionHeader h1{
	text-align: left;
}

.maincontent .ep_columns_cell.ep_columns_cell_last{
	padding:0;
} 

#mainpage form{
	padding:0;
}

#mainpage #eprints_content input[type="submit"]{
	margin: 0.4em;
	padding: 5px;
}

ul.ep_action_list li{
	vertical-align: middle;
}

.maincontent td{
	padding:0;
}

.ep_columns td table, .ep_columns td table > *{
	margin:0;
	padding:0;
}

#mainpage #eprints_content .ep_columns_cell_last .caption{
	display:none;
}

#mainpage #eprints_content p, #mainpage #eprints_content a, #mainpage #eprints_content li, #mainpage #eprints_content td, 
#mainpage #eprints_content form input, #mainpage #eprints_content form p, #mainpage #eprints_content form label{
	font-size: 1em !important;	
	white-space: normal;
}

#mainpage #eprints_content form input, #mainpage #eprints_content form select, #mainpage #eprints_content form label
{
	display: inline;
	float:none;	
	margin:0.5em;	
	font-family: "PT Sans",sans-serif;
}


/*#eprints_content #ep_admin_tabs_tabs li*/
#mainpage #eprints_content .ep_tab_bar li{
	display:inline;
	margin:0;
	list-style: none;
}

#mainpage input, #mainpage select, #mainpage textarea {
	margin:0.5em;
}


.ep_tm_key_tools li{
	display:block;
	border:none;
}


#sNav .ep_tm_key_tools li a{
	margin-left:0;
	padding-left: 0;
}

/*
Resizing so that we can fit Search Repository onto the title button
*/
#siteSearch input{
	width:62%;
}

#siteSearch button{
	width: 32%;
}

#mainpage #eprints_content form td, #mainpage #eprints_content form table{
	border:none;

}


#mainpage input[type="password"]{
	width:60% !important;
}

.ep_block p{
	text-align: left;
}


.open{
  background-color:#ededed;
}


.contentPanelContainer0{
	display:none;
}

.ep_msg_message_content, .ep_msg_error_content, .ep_msg_warning_content, .ep_msg_other_content
{
    border-width: 0;
}

.ep_msg_message_content table 
{
    border: 1px solid #ccc;
}
.ep_msg_message_content td
{
    border: none;
}

.caption {
	display: none;
}

/*For the table with the PDF and author details*/
.maincontent table{
	border:none;
}

.maincontent td{
	border: none;
}
/*end PDF table*/

.maincontent .ep_blister_bar{
	width:65%;
	margin:auto;
}

#sNav a{
	font-size: 1em !important;
}

#sNav li{
	font-size: 14px;
}

/*
Input is set to 60% which is just huge.  Unless specified otherwise, 160px looks slightly better
*/
#mainpage #eprints_content input[type='text'], #mainpage #eprints_content input[type='password']{
	width: 160px !important;
}


/*
Line up the EPrints form buttons
*/

.ep_form_input_grid_arrows{
	text-align: right;
}

.ep_only_js{
	text-align: right;
}

.ep_sr_title > *{
	text-align: left;
}

/*Seems there's a specific rule for id="q", so overriding*/
#mainpage input#q{
	padding:0.5em !important;
}


/*The width="100%" breaks the display in Chrome on display items*/
td.ep_columns_alter td{
	width:14px;
}

/*The last cell disappears off the edge if the display get too small without this*/
table ul.ep_action_list{
	white-space: normal;
}

#sNav .ep_drop_down:hover ul{
  display:block;
  float:none;
  
}

#sNav ul li ul{
  display:none;
  
  background-color:#ededed;
}

th.ep_row{
	vertical-align: middle;
}

/*add padding left to the file info table cells */

td.ep_row {
	vertical-align: middle;
	padding:0 0 0 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bbbbff;
}

.ep_preview{
	border: solid 1px black;
}