/**
 * The contents of this file are subject to the license and copyright
 * detailed in the LICENSE and NOTICE files at the root of the source
 * tree and available online at
 *
 * http://www.dspace.org/license/
 */

span.ds-form-label {
    width: 140px;
}

div#ds-body {
    width: 604px;
    padding-right: 5px;
    margin-right: 0px;
}

div.ds-option-set {
    width: 135px;
}

h3.ds-option-set-head {
    width: 126px;
}

ul.ds-artifact-list {
    width: 99.3%;	
}

p.pagination-info {
    margin-left: 25px;
    margin-right: 25px;
}

a.next-page-link {
	position: absolute;
	right: 15px;
}

ul.pagination-links {
    top: -3px;
	margin-left: 125px;
}


ul.ds-progress-list li {
	line-height: 30px;
	margin: 0 5px;
	padding: 5px;
}

ul.ds-progress-list li.button {
	line-height: 30px;
	margin: 0px;
	padding: 1px;
}

ul.ds-progress-list li.button.last {
	background-color: white;
	border: none;
	padding: 2px;
	margin-top: 2px;
	margin-left: 0px;
}

ul.ds-progress-list li.button input.ds-button-field {
	color: black;
}

ul.ds-progress-list li.current input.ds-button-field {
	color: rgb(40, 183, 40);
}


/* admin tabs */
form.administrative{
  border: 1px solid blue;
  border-top: 0px;
  width: inherit;
}

form.administrative fieldset{
  margin: 7px;
  width: auto;
}
form.administrative h3{
  margin: 7px;
}
form.administrative table{
  margin: 7px;
  width: auto;
}


form#administrative_item_FindItemForm_div_find-item{
  border: 0px;
  margin-left: 0px;
}

ul.horizontal
{
font-weight: bold;
list-style-type: none;
padding: 0px;
padding-left: 0px;
padding-bottom: 29px;
border-bottom: 1px solid rgb(240, 240, 210);
border-left: 1px solid red;
border-right: 1px solid red;
margin: 0px;
width: inherit;
}

ul.horizontal li
{
float: left;
height: 21px;
background-color: rgb(252, 252, 232);
margin: 2px 2px 0px 2px;
border: 1px solid rgb(240, 240, 210);
}


ul.horizontal a
{
float: left;
display: block;
text-decoration: none;
padding: 4px;
}

ul.horizontal a:hover { background: white; text-decoration: underline;}

ul.horizontal li span.bold a
{
border-bottom: 3px solid white;
background-color: white;
}

ul.horizontal li span.bold a { color: black; }