/*
  style.css

  Version: $Revision: 4461 $
 
  Date: $Date: 2009-10-20 02:42:11 +0000 (Tue, 20 Oct 2009) $
 
  Copyright (c) 2002-2005, Hewlett-Packard Company and Massachusetts
  Institute of Technology.  All rights reserved.
 
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are
  met:
 
  - Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.
 
  - Redistributions in binary form must reproduce the above copyright
  notice, this list of conditions and the following disclaimer in the
  documentation and/or other materials provided with the distribution.
 
  - Neither the name of the Hewlett-Packard Company nor the name of the
  Massachusetts Institute of Technology nor the names of their
  contributors may be used to endorse or promote products derived from
  this software without specific prior written permission.
 
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  DAMAGE.
*/

body {
    font-family: verdana, sans-serif;
    font-size: 75%;
    background: #dfe3ee;
    text-align: center;
}
fieldset {
    border: 0px;
}
a {
    text-decoration: none;
    outline: none;
}

a[href] {
    color: #04a;
}

a[href]:hover {
    text-decoration: underline;
}

#ds-column-container {
	padding-right: 210px;
}

div.ds-inside-column {
	margin: 0 20px 20px;
	min-height: 1px; /* IE7 Hack */
}
#ds-body div.ds-inside-column {
	margin-right: -1px;
	padding-right: 10px;
}
#ds-options div.ds-inside-column {
/*	padding-left: 10px; */
    margin: 0;
}

div.ds-clear {
	clear: both;
	padding-bottom: 1px;
}

div#ds-main {
    max-width: 1200px;
	min-width: 750px;
	margin: 5px auto; // center
	position: relative;
    color: inherit;
    text-align: left;
    padding: 0;
}

div#ds-main-content {
    /*background: #fff url('../images/bkg_main.png') repeat-y;
    background: #fff url('../images/bkg_main.png') repeat-y;
    overflow: hidden;*/
    background: #fff;
}

div#ds-header {
    width: 100%;
    padding: 0;
    min-width: 1px; /* IE7 hack */
}

div#ds-header div#ds-header-top {
    overflow: hidden;
    margin-top: 0.25em;
    font-size: 95%;
    line-height: 1.9;
    padding-left: 10px;
}

div#ds-header div#ds-header-banner {
    /*background-color: #0C2577;*/
    background: #0C2577 url("../images/dspace-header2.png") no-repeat 9px;
    height: 85px;
    overflow: hidden;
    border-top-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
}

div#ds-header div#ds-header-banner div#ds-header-logo{
    padding: 2px 0 0 10px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}

div#ds-header a {
    text-decoration: none;
}

div#ds-header  a img#ds-header-logo {
    width: 65px;
    height: 85px;
    /*display: block;*/
    /*display: none;*/
    /*background-image: url("../images/ul_logo.png");*/
    /*background-repeat: no-repeat;*/
}

div#ds-header h1, div#ds-header h2 {
    display: none;
}

ul#ds-trail {
    float: left;
    margin: 0;
    padding: 0;
    color: #369;
}

li.ds-trail-link {
    display: block;
    float: left;
    position: relative;
    margin: 0 6px 0 0;
    padding: 0 0 0 8px;
    height: 20px;
    overflow: hidden;
    font-size: 91.67%;
    line-height: 20px;
    background: url('../images/crumb_chevron.png') no-repeat 0% 0;
}

li.first-link {
    list-style: none;
    background-image: none;
    padding-left:0;
}

div#ds-body {
    float: left;
	width: 100%;
    color:#4A7184;
    line-height:1.5;
    margin: 0;
    padding:0; /* padding and margin need to be zero; do padding in ds-inside-column */
    font-size: 90%;
}

/*div#ds-body form{*/
    /*color: #3E3E3E;*/
/*}*/

div#ds-body h1 {
    margin: 4px 0 6px 0;
    padding: 0;
    font-size: 155%;
    line-height: 1.2;
    font-weight: normal;
    font-family: Georgia, Times New Roman, serif;
    color: #921;
}

div#ds-body h2 {
    margin: 4px 0 6px 0;
    padding: 0;
    font-size: 110%;
    line-height: 1.5;
    font-weight: normal;
    font-family: Georgia, Times New Roman, serif;
    /*color: #9d8a0a;*/
    color: #921;
}

div#ds-body h3 {
    color: #4a7184;
    margin: 20px 0 2px 0;
    font-weight: normal;
    font-family: Georgia, Times New Roman, serif;
    text-transform: uppercase;
    border-bottom:1px dotted #CCD5D3;
    clear: both;
}

ul.ds-progress-list {
    margin: 0 0 10px 0;
    padding: 2px 0px;
    text-align: center;
}

ul.ds-progress-list li {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #F8F8EF;
    border: 1px dotted #CCD5D3;
    color: #9D8A0A;
    overflow: hidden;
    display: inline;
    padding: 4px 3px;
    margin-top: 2px;
    margin-left: 3px;
    /*max-width: 400px;*/
    max-width: 50%;
    line-height: 20px;
}

ul.ds-progress-list li.button {
    background-color: inherit;
    border: none;
    padding: 1px !important;
    margin-top: 2px;
    margin-left: 0px !important;
}

ul.ds-progress-list li.button input.ds-button-field {
    font-size: smaller;
}

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

ul.ds-progress-list li.disabled.button input.ds-button-field {
    color: rgb(184, 184, 184);
}

ul.ds-progress-list li.current {
    color: rgb(80, 183, 40);
    /*background-color: inherit;*/
    /*border-color: rgb(216, 245, 216);*/
}

ul.ds-progress-list li.arrow {
    border: none;
    background: none;
    font-size: 120%;
    font-weight: normal;
    margin-left: 0px;
    margin-right: 0px;
}

ul.alphabet {
    padding-left: 10px;
    padding-top: 0px;
    margin: 5px 0px 0px 0px;
    text-align: center;
}

ul.alphabet li {
    list-style: none;
    display: inline;
    margin-right: 5px;
    font-weight: 200;
}

ul.alphabet a {
    font-weight: 600;
    color: #336699;
    background-color: inherit;
}

/*ul.alphabet a:hover {*/
    /*font-weight: 600;*/
    /*color: #921;*/
    /*background-color: inherit;*/
/*}*/

/*
form.search {
        margin: 0px;
        padding: 0px;
}

form.search select {
        max-width: 200px;
}

*.collection.search-browse,*.community.search-browse {
        width: 340px;
        float: left;
        margin: 5px 12px 5px 0px;
}

form.search fieldset,form.navigation fieldset {
        color: inherit;
        background-color: #F8F8EF;
        border: 2px solid rgb(240, 240, 210);
        padding: 5px 5px 5px 5px;
}*/

form.search li {
    margin: 0;
    padding: 0px !important;
}

form.navigation input, form.navigation select {
    margin-left: 5px;
}

form.navigation p {
    text-align: center;
}

/*
form.search table {
        margin-top: 5px;
        margin-bottom: 5px;
        border: none;
}

form.search table th {
        padding-top: 2px;
        padding-bottom: 2px;
        text-align: left;
}
*/
div.browse {
    display: none;
}

div.pagination {
    position: relative;
    padding: 0px;
    color: inherit;
    background-color:#F8F8EF;
    border:1px dotted #CCD5D3;
    margin: 2px 0px 5px 1px;
}

div.pagination * {
    padding: 0px;
}

div.pagination-masked {
    position: relative;
    color: inherit;
    background-color:#F8F8EF;
    border:1px dotted #CCD5D3;
    margin-bottom: 5px;
}

a.previous-page-link {
    position: absolute;
    left: 10px;
    top: 6px;
    /*color: rgb(100, 100, 50);*/
    background-color: inherit;
}

p.pagination-info {
    text-align: center;
    margin-left: 125px;
    margin-right: 125px;
}

ul.pagination-links {
    position: relative;
    text-align: center;
    top: -5px;
    /*width: 360px;*/
    width: 45%;
    margin: 0 auto;
    padding: 0;
    line-height: 12px;
}

*.pagination-links li {
    list-style: none;
    display: inline;
    margin-right: 5px;
    font-weight: bolder;
    font-size: 90%;
}

li.page-link a, li.first-page-link a, li.last-page-link a {
    /*color: rgb(100, 100, 50);*/
    background-color: inherit;
}

li.current-page-link a {
    color: #921;
    background-color: inherit;
}

a.next-page-link {
    position: absolute;
    right: 10px;
    top: 6px;
    /*color: rgb(100, 100, 50);*/
    background-color: inherit;
}

div.detail-view {
    clear: both;
    padding: 5px 5px 5px 6px;
}

p.button-list {
    margin-top: 6px;
    padding-bottom: 0;
}

ul.collection-browse, ul.community-browse {
    display: none;
}

*.collection-search-browse td, *.community-search-browse td {
    white-space: nowrap;
}

*.collection-search-browse h4, *.community-search-browse h4 {
    display: none;
}

*.collection-search-browse select, *.community-search-browse select {
    width: auto;
    max-width: 200px;
}

*.collection-search-browse input, *.community-search-browse input {
    width: auto;
    max-width: 195px
}

*.button-list input {
    width: auto;
}

div.ds-logo-wrapper {
    float: right;
    padding: 5px 0px 5px 10px;
}

p.copyright-text {
    margin-top: 30px;
    font-style: italic;
    text-align: center;
}

div.primary {
    overflow: auto;
    margin-bottom: 20px;
}

.primary .primary {
    margin-bottom: 10px;
}

table {
    clear: both;
    border-spacing: 0px;
    border:1px dotted #CCD5D3;
    width: 100%;
}

tr.ds-table-header-row {
    color: inherit;
    background-color:#F8F8EF;
    border-bottom:1px dotted #CCD5D3;
}

tr.ds-table-header-row th{
    border-bottom:1px dotted #CCD5D3;
}

tr.ds-table-header-row.subheader {
    background-color: #FAFAFA;
}

th {
    padding: 4px 10px;
}

.subheader th {
    padding-left: 5px;
    font-weight: 100;
}

/*tr.ds-table-row.odd {*/
    /*color: inherit;*/
    /*background-color: rgb(252, 252, 232);*/
/*}*/

/*tr.ds-table-row.even {*/
    /*color: inherit;*/
    /*background-color: #F8F8EF;*/
/*}*/

td {
    padding: 3px;
    border: none;
    font-size: inherit;
    background-color: inherit;
    color: inherit;
}

td.ds-table-cell.right {
    text-align: right;
}

*.first-cell {
    vertical-align: middle;
    text-align: center;
}

.indent {
    padding-left: 35px;
    padding-right: 0;
}

.doubleIndent {
    padding-left: 55px;
    padding-right: 0;
}

th.indent {
    padding-left: 30px;
    padding-right: 0;
}

th.doubleIndent {
    padding-left: 50px;
    padding-right: 0;
}

/* highlight a single row */
tr.ds-table-row.highlight {
    background-color: rgb(216, 245, 216);
}

/* metadata import rows
 * additions and deletions
 */

tr.ds-table-row.metadata-addition {
    background-color: #CCFFCC;
}

tr.ds-table-row.metadata-deletion {
    background-color: #CCCCCC;
}

tr.ds-table-row.metadata-addition td, tr.ds-table-row.metadata-deletion td {
    border-top: 1px solid black;
}

/* Tables that are actually a result of glossary lists are not rendered
 as plain tables are... */
table.ds-gloss-list {
    border: none;
    width: auto;
    font-size: inherit;
}

*.ds-gloss-list td {
    padding: 5px;
}

*.ds-gloss-list-label {
    font-weight: bolder;
    color: #3E3E3E;
}

table.ds-gloss-list td ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

/* Formatting associated with the "Files in this item" table in the item view */
*.file-list th {
    padding: 5px 15px;
}

*.file-list td.iconcell {
    width: 50px;
    text-align: center;
}

div#aspect_artifactbrowser_ItemViewer_div_item-view table.file-list td {
    vertical-align: middle;
}

a.image-link img {
    border: none;
}

span.bold {
    font-weight: bold;
}

span.italics, span.italic {
    font-style: italic;
}

span.underline {
    text-decoration: underline;
}

div.ds-static-div {
    border: 1px solid white;
    clear: both;
}

ul.ds-artifact-list {
    /*border: 2px solid rgb(240, 240, 210);*/
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    float: left;
    /*width: 496px;*/
    width: 62%;
}

/*ul.ds-artifact-list li.odd {*/
    /*color: inherit;*/
    /*background-color: rgb(250, 250, 232);*/
/*}*/

/*ul.ds-artifact-list li.even {*/
    /*color: inherit;*/
    /*background-color: #F8F8EF;*/
/*}*/

ul.ds-artifact-list li {
    float: left;
    clear: both;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}

ul.ds-artifact-list li img {
    border: 0px;
}

ul.ds-artifact-list li  div {
    float: left;
}

ul.ds-artifact-list li div.artifact-description {
    float: left;
    margin-top: 0px;
    /*width: 83%;*/
    padding: 0 5px;
}

ul.ds-artifact-list li div.artifact-title {
    float: none;
    font-weight: bold;
    font-size: 110%;
}

ul.ds-artifact-list li div.artifact-title a:link {
    color: #9D8A0A;
}

ul.ds-artifact-list li div.artifact-title a:visited {
    color: rgb(125, 50, 125);
}

ul.ds-artifact-list li div.artifact-info {
    float: none;
    margin-left: 15px;
}

ul.ds-artifact-list li span.publisher {
    font-style: italic;
}

ul.ds-artifact-list li div.artifact-preview {
    float: right;
}

/* The composite field voodoo */
span.ds-composite-field {
    display: table-row;
    padding: 2px;
}

*.ds-composite-field.ds-composite-component {
    display: table-cell;
    text-align: left;
    width: auto;
    padding-right: 10px;
}

*.ds-composite-field input, *.ds-composite-field textarea, *.ds-composite-field select {
    margin-right: 5px;
    margin-bottom: -2px;
}

span.composite-help {
    display: block;
    font-size: 80%;
    color: blue;
    background-color: inherit;
    text-align: left;
}

/* Checkboxes and Radio buttons */
fieldset.ds-checkbox-field, fieldset.ds-radio-field {
    border: none;
    margin: 0;
    padding: 0;
}

fieldset.ds-checkbox-field legend, fieldset.ds-radio-field legend {
    display: none;
}

fieldset.ds-checkbox-field label, fieldset.ds-radio-field label {
    display: block;
}

/* The form list and and its components voodoo */
/* Top-level stuff */
fieldset.ds-form-list {
    border: 1px dotted #CCD5D3;
    padding: 0;
    color: inherit;
    background-color: #F8F8EF;
    margin-left: 0;
    margin-right: 0;
}

/*fieldset.ds-form-list.thick {*/
    /*border-top: 22px solid rgb(240, 240, 210);*/
/*}*/

fieldset.ds-form-list ol,
fieldset.ds-form-list-container ol {
    padding: 0;
    margin: 0;
    width: 100%;
}

fieldset.ds-form-list legend,
fieldset.ds-form-list-container legend {
    color: #9D8A0A;
    background-color: inherit;
    font-size: 110%;
    font-weight: bolder;
    margin-left: 10px;
}

fieldset.thick legend {
    color: #9D8A0A;
    background-color: transparent;
    font-size: 110%;
}

/* Top-level stuff for the nested "form" lists */
fieldset.ds-form-sublist {
    border: 1px solid rgb(240, 240, 210);
    padding: 0;
    margin: 5px;
    background-color: #F8F8EF;
}

fieldset.ds-form-list ol,
fieldset.ds-form-list-container ol {
    list-style-type: none;
}

form.ds-interactive-div fieldset.ds-form-sublist ol {
    display: table;
    padding: 0;
    margin: 0;
    width: 100%;
}

form.ds-interactive-div fieldset.ds-form-sublist legend {
    color: #9D8A0A;
    font-size: 100%;
    font-weight: bolder;
    margin-left: 10px;
    padding: 0;
    background-color: inherit;
    border: 0;
    font-size: 110%;
}

/* Row-level hierarchy */
form.ds-interactive-div li.ds-form-item {
    display: block;
    padding: 2px 0;
    width: 100%;
}

/*form.ds-interactive-div li.odd {*/
    /*color: inherit;*/
    /*background-color: #D0D0D0;*/
/*}*/

/*form.ds-interactive-div li.even {*/
    /*color: inherit;*/
    /*background-color: #F8F8EF;*/
/*}*/

/*form.ds-interactive-div li.ds-form-item.last {*/
    /*color: inherit;*/
    /*background-color: #F8F8EF;*/
/*}*/

form.ds-interactive-div.primary {
    float: left;
    clear: both;
    padding: 0px;
    margin-bottom: 10px;
}

p {
    padding: 0;
    margin: 6px 0;
}

fieldset ol {
    float: left;
    clear: both;
}

li.ds-form-item {
    float: left;
    clear: both;
}

div.ds-form-content {
    float: left;
    clear: right;
    display: block;
    padding: 2px 7px;
    /*width: 400px;*/
}

span.ds-form-label, label.ds-form-label {
    display: block;
    float: left;
    clear: left;
    padding: 5px 20px 5px 10px;
    width: 150px;
    font-weight: bold;
    vertical-align: middle;
    overflow: hidden;
    color: #3E3E3E;
}

label.ds-composite-component {
    display: block;
    float: left;
    padding: 0px 5px 0 0px;
    font-size: 80%;
    /*color: blue;*/
    background-color: inherit;
    text-align: left;
}

span.error {
    display: block;
    font-size: 85%;
    color: red;
    background-color: inherit;
    margin: 0;
}

span.field-help {
    display: block;
    margin-left: 5px;
    font-size: 80%;
    color: gray;
    background-color: inherit;
}

input.error, textarea.error, select.error {
    color: inherit;
    background-color: rgb(255, 245, 245);
    border-color: red;
}

span.composite-help {
    display: block;
    font-size: 80%;
    color: gray;
    background-color: inherit;
    text-align: left;
}

div.spacer {
    margin: 0;
    padding: 0;
    line-height: 0px;
    clear: both;
}

div#ds-options {
    float: right;
    width: 210px;
    margin-right: -210px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    min-height:550px;
    color: inherit;
    /*background-color: white;*/
    background: #eeeeee;
    padding: 0 0 25px 0;
    font-size: 95%;
}

span#ds-sidebar-logo {
    display: block;
    width: 210px;
    height: 112px;
    background-image: url("../images/bnsmall_default.jpg");
    background-repeat: no-repeat;
    margin-bottom: 0;
}

div.ds-option-set {
    /*padding: 30px 2px 3px 2px;*/
    /*width: 133px;*/
    /*margin: -3px 0px 0px 0px;*/
    /*color: inherit;*/
    /*background-color: rgb(255, 255, 240);*/
    /*border: 2px solid rgb(240, 240, 210);*/
    padding-right: 20px;
}

div#ds-options div.ds-option-set > ul.ds-simple-list {
    padding-left: 15px;
}

div#ds-search-option {
    float: right;
    height: 85px;
    color: white;
}

div#ds-search-option input {
    font-size: 90%;
}

div#ds-search-option input.ds-text-field {
    margin: 30px 10px 0 20px;
    padding: 5px;
    width: 126px;
    border: 0;
    outline: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div#ds-search-option input.ds-button-field {
    margin: 0;
    padding: 3px 5px;
    width: 50px;
    text-align: center;
    color: #444;
    background: url('../images/bkg_btn.png') repeat-x;
    border: 1px solid;
    border-color: #eee #bbb #bbb #eee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div#ds-search-form-scope-div {
    padding-left: 12px;
}

div#ds-search-option a {
    position: relative;
    top: -8px;
    left: 32px;
    margin: 0;
    padding: 0;
    color: white;
}

div#ds-search-option a:hover {
    text-decoration: underline;
}

form#ds-search-form {
    font-size: 90%;
}

div#ds-options h3 {
    position: relative;
    margin: 10px 0 4px 0;
    padding: 0 0 0 20px;
    font-size: 100%;
    line-height: 1.5;
    font-family: Georgia, Times New Roman, serif;
    color: #4a7184;
    text-transform: uppercase;
}

div#ds-options h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #9D8A0A;
    background-color: inherit;
    line-height: 2;
    font-weight: normal;
}

div#ds-options ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#ds-options li {
    margin-left: 20px;
    padding: 0;
    color: rgb(100, 100, 50);
    background-color: inherit;
    border-top: 1px dotted #CCD5D3;
}

div#ds-options a {
    color: #336699;
    font-size: 90%;
    padding-left: 0;
    display: block;
    line-height: 2;
    background: url("../images/arrow_sidebar.png") no-repeat scroll 7px 7px transparent;
    position: relative;
    padding-left: 20px;
    left: -20px;
}

div#ds-options ul.nested li {
    margin-left: 0;
}

div#ds-options ul.nested a {
    left:0;
    background: url("../images/arrow_sidebar.png") no-repeat scroll 7px 7px transparent;
}

input.ds-password-field {
    margin-right: 5px;
}

div#ds-footer {
    clear: both;
    position: relative;
    background: #0C2577;
    color: white;
    font-size: 90%;
    line-height: 2;
    text-align: center;
    overflow:hidden;
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
}

div#ds-footer a{
    color: white;
}

span#ds-footer-logo {
    float: left;
    clear: both;
    height: 80px;
    width: 300px;
    background-image: url("../images/di_logo.jpg");
    background-repeat: no-repeat;
    background-position: 0% 30%;
    color: inherit;
    background-color: white;
}

div#ds-footer p {
    width: 450px;
    position: absolute;
    top: -8px;
    right: 0px;
    text-align: right;
    padding: 5px;
    font-size: smaller;
}

div#ds-footer-links {
    float:right;
    padding-right: 5px;
    font-size: smaller;
}

div#ds-footer a#ds-logo-link {
    text-decoration: none;
}

div.notice {
    background-color: #F8F8EF;
    border: 1px dotted #CCD5D3;
    padding: 6px;
    text-align: center;
    margin: 10px 30px 10px 30px;
}

div.notice.success p {
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: rgb(80, 183, 40);
    text-align: center;
}

div.notice.failure p {
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: rgb(213, 80, 40);
    text-align: center;
}

h1.ds-div-head, h2.ds-div-head, h3.ds-div-head {
    clear: both;
}

/* License text display during submission */
div.license-text {
    border: 1px solid #666;
    background-color: #EEE;
    padding: 20px;
    margin: 20px;
    margin-top: 5px;
    font-family: monospace;
    font-size: 125%;
    /* make this scrollable */
    overflow: auto;
    height: 30em; /* 30 lines visible at once */
}

div#NoticeTransformer_div_general-message h1.ds-div-head {
    position: absolute;
    top: 11px;
    left: 42px;
    margin: 0;
    padding: 0 5px;
    font-size: small;
}

p.hidden {
    display: none;
}

h1.ds-div-head, h2.ds-div-head, h3.ds-div-head {
    clear: both;
}

span.fade {
    color: gray;
    font-size: 90%;
}

span.fade a {
    color: gray;
    text-decoration: none;
}

span.fade a:hover {
    color: blue;
    text-decoration: underline;
}

span.warn {
    color: red;
    font-weight: bolder;
}

/* System-wide alerts */
div#ds-system-wide-alert {
    background-color: rgb(255, 255, 240);
    border: 1px solid rgb(240, 240, 210);
    padding: 6px;
    margin: 10px 30px 10px 30px;
    color: rgb(213, 80, 40);
}

/* admin tabs */
form.administrative {
    border: none;
    /*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: 24px;*/
    border-bottom: 1px solid rgb(240, 240, 210);
    border-left: 1px solid white;
    border-right: 1px solid white;
    margin: 0px;
    margin-left: -1px;
    margin-right: -1px;
    /*width: inherit;*/
    overflow: hidden;
}

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: 1px solid white;
    background-color: white;
}

ul.horizontal li span.bold a {
    color: #3E3E3E;
}

/** Additions for Authority Control elements **/
/* for scriptaculous autocomplete */
div.autocomplete {
    position: absolute;
    width: 250px;
    background-color: white;
    border: 1px solid #888;
    margin: 0;
    padding: 0;
}

div.autocomplete ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.autocomplete ul li.selected {
    background-color: #ffb;
}

div.autocomplete ul li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 2px; /*  height:32px; */
    cursor: pointer;
}

div.autocomplete ul li span.value {
    display: none;
}

/* this magic gets the 16x16 icon to show up.. setting height/width didn't
   do it, but adding padding actually made it show up. */
img.ds-authority-confidence {
    width: 16px;
    height: 16px;
    margin: 0px 2px;
    padding: 0px;
    vertical-align: bottom;
}

img.ds-authority-confidence.cf-unset {
    background: transparent url(../images/confidence/bug.png);
}

img.ds-authority-confidence.cf-novalue /* { background: transparent } */
{
    background: transparent url(../images/confidence/3-circleslash.gif);
}

img.ds-authority-confidence.cf-rejected,
img.ds-authority-confidence.cf-failed {
    background: transparent url(../images/confidence/2-errortriangle.gif);
}

img.ds-authority-confidence.cf-notfound {
    background: transparent url(../images/confidence/3-thumb2.gif);
}

img.ds-authority-confidence.cf-ambiguous {
    background: transparent url(../images/confidence/4-question.gif);
}

img.ds-authority-confidence.cf-uncertain {
    background: transparent url(../images/confidence/5-pinion.gif);
}

img.ds-authority-confidence.cf-accepted {
    background: transparent url(../images/confidence/6-thumb2.gif);
}

/* hide authority-value inputs in forms */
input.ds-authority-value {
    display: none;
}

/** XXX Change to this to get the authority value to show up for debugging:
 input.ds-authority-value { display:inline; }
**/

/* ..except, show authority-value inputs in on the Item EditMetadata page */
input.ds-authority-value.ds-authority-visible {
    display: inline;
    width: 18em;
}

/* for lock button */
input.ds-authority-lock {
    vertical-align: bottom;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-color: transparent;
}

input.ds-authority-lock.is-locked {
    background-image: url(../images/lock24.png);
}

input.ds-authority-lock.is-unlocked {
    background-image: url(../images/unlock24.png);
}

/* Example of authority display: this makes authors with an authority
value show up as red in the item summary view:
span.ds-dc_contributor_author-authority {
    color: #982521;
}
*/

li.commli {
    display:block;
    list-style: none;
    background: url("../images/arrow_midsec.png") no-repeat scroll 9px 3px transparent;
    padding-left: 25px;
    margin-left: -25px;
}

li.commli a.comma,
ul.reorder-list li.commli{
    color:#9D8A0A;
    display:block;
    font-size: 115%;
}

li.collli {
    display:block;
    list-style: none;
    background: url("../images/arrow_right.png") no-repeat scroll 25px 5px transparent;
    padding-left: 35px;
    margin-left: -35px;
}

li.collli a,
ul.reorder-list li.collli {
    color: #336699;
}

ul.reorder-list {
    clear: both;
    position: relative;
    left: 132px;
    width: 326px;
    display: none;
    /*overflow: hidden;*/
    /*border:1px dotted #CCD5D3;*/
    /*background-color: white;*/
    /*padding: 5px;*/
}

ul.reorder-list li{
    cursor: move;
}

fieldset#com_atmire_app_xmlui_aspect_administrative_community_EditChildOrderTransformer_list_order-children span.field-help {
    width: 330px;
    display: none;
}

fieldset#aspect_artifactbrowser_SimpleSearch_list_search-query {
    border-bottom: none;
}

table#aspect_artifactbrowser_SimpleSearch_table_search-controls {
    background-color:#F8F8EF;
    border:1px dotted #CCD5D3;
    border-top: none;
    color: #3E3E3E;
}

select#aspect_eperson_EditProfile_field_subscriptions {
    width: 260px;
}

input#aspect_submission_StepTransformer_field_dc_title {
    width: 478px;
}
div.ds-form-content textarea {
    width: 480px;
}

div#aspect_artifactbrowser_ItemViewer_div_item-view td{
    vertical-align:top;
    color: #3E3E3E;
}

div#aspect_artifactbrowser_ItemViewer_div_item-view span.bold{
    color: 	#4A7184;
}

span.sfx-icon {
    display: block;
    width: 54px;
    height: 19px;
    background-image: url("../images/sfx-link.gif");
    background-repeat: no-repeat;
}

a.order-book {
    display: block;
    width: 97px;
    height: 19px;
    background-color: #0C2577;
    font-family: monospace;
    text-align: center;
    font-size: 150%;
    color: white;
    vertical-align: middle;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

a.order-book:hover {
    text-decoration: none;
}

/*START EMBARGO STUFF*/
table.standard{
    border: none;
    width: auto;
}

table.standard td {
    padding: 0;
}

td.embargoBox table{
    border: none;
    width: auto;
    border-spacing:3px;
}
/*END EMBARGO STUFF*/

ul#aspect_statistics_StatisticsTransformer_list_date-filter {
    padding-left: 0;
}
ul#aspect_statistics_StatisticsTransformer_list_statistics-filter {
    padding-left: 0;
    list-style:none;
}
ul#aspect_statistics_StatisticsTransformer_list_date-filter li {
    display: inline;

}
div#aspect_statistics_StatisticsTransformer_div_stats h3{
    border:none;    
}

div#aspect_statistics_StatisticsTransformer_div_tablewrapper table.ds-table{
    width: auto;
}

div#aspect_statistics_StatisticsTransformer_div_tablewrapper td.labelcell.headercell{
    width: 100px;
    text-align: center;
}

div#aspect_statistics_StatisticsTransformer_div_tablewrapper td.datacell{
    text-align: center;
}

td.totalcell{
    font-weight: bold;
}

table.statslisting td.labelcell {
    width: 70%;
}

table.statslisting td.datacell {
    width: 30%;
}

.hidden{
    display: none !important;
}

.submit_button, .last_submission {
    background-color: #9d8a0a;
    border: 3px double white;
    padding: 5px;
    font-size: 150%;
}

.submit_button a, .last_submission a {
    color: white;
    text-decoration: none;
}

.submit_button a:hover, .submit_button a:visited, .last_submission a:hover, .last_submission a:visited {
    text-decoration: none;
}

.feedbuttons {
    margin-bottom: -3em;
    text-align: right;
}

.feedbuttons A IMG {
    position: relative;
    top: 1em;
    border:0;
}

P.helplink {
    font-weight: bold;
    margin: 1.5em 0;
}

.hierarchybranch {
    list-style-type: none;
    padding-left:2.1em;
}
.hierarchybranch .hierarchybranch {
    display: none;
}
.hierarchybranch > li > a {
    margin-right: 1em;    
}

.hierarchybranch img {
    border:0;
}

#children.hierarchybranch {
    display: block;
    padding-left: 0;
}