body {
    margin:0;
    padding:0;
    border:0;                       /* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#fff;
    min-width:600px;                /* Minimum width of layout - remove line if not required */
    /* The min-width property does not work in old versions of Internet Explorer */
    font-size:90%;
}

body, td, th, p {
    font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: .85em;
    color: #000000;
}

ul {
    margin: 0px 8px;
    padding: 0 6px 4px 6px;
}

.ds-paragraph {
    font-family: verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: .95em;
    color: #444444;
}
a:link {
    color: #417577;
    text-decoration: none;
}

a:visited {
    color: #669B9D;
    text-decoration: none;
}

a:hover  {
    text-decoration: underline;
    color: #177377;
}

.features, .mainfeature {
}

.features a:link {
    text-decoration: underline;
}

.features a:visited {
    text-decoration: underline;
}
.bottomlinks {
    font-size: .8em;
}
.bottomlinks a:link, a:visited {
    text-decoration: none;

}

.bottomlinks a:hover {
    text-decoration: underline;

}
.footer {
    font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: .8em;
    margin-top: 12px;
    margin-left: 18px;
    text-align: center;
}


fieldset {
    border: 0px;
}

div#ds-main.ds-popup {
    margin: 20px;
    min-width: 0; width: 90%;
}

div#ds-main {
    position: relative;
    min-width: 750px; width: 75%;
    margin: 0 auto;
    text-align: left;
    padding: 0;
    border: 0;
}

div#ds-header {
    height: 97px;
    width: 100%;
    padding: 0px;
    border: 1px solid #cdcdcd;
    border-top: 0;
    background: #fdfdfd url(../images/monty/header_bg.gif) repeat-x;

}

div#ds-header a {
    /*  xtext-decoration: none; */
}

div#ds-header  a span#ds-header-logo {
    width: 45px;
    height: 58px;
    margin: 8px 6px 9px 13px;
    float: left;
    background-image: url(../images/monty/header_veritas.gif);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-color: transparent;  /** XXX gets warning, "none" **/
}

div#ds-header  span#ds-header-dash{
    width: 51px;
    height: 50px;
    margin: 11px 7px 0 0;
    float: left;
    background-image: url(../images/monty/header_dash.gif);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-color: transparent; /** XXX gets warning, "none" **/
}

div#ds-header  span#ds-header-digital {
    width: 275px;
    height: 44px;
    margin: 14px 0 0 0;
    float: left;
    background-image: url(../images/monty/header_digital.gif);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-color: transparent;
}

div#ds-header  span#ds-header-a-service {
    width: 315px;
    height: 9px;
    margin: -12px -40px 0 0;
    padding: 30px 0px;
    float: right;
    background:transparent url(../images/monty/header_a_service.gif) no-repeat bottom;
}

div#ds-header  span#ds-header-dogear{
    width: 62px;
    height: 57px;
    margin: 0 -1px 0 0;
    padding: 0;
    float: right;
    background:transparent url(../images/monty/header_dogear.gif) no-repeat top;
}


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

ul#ds-trail {
    position: relative;
    clear: left;
    height: 20px;
    margin: 0;
    padding: 2px 4px;
    vertical-align: middle;
}

li.ds-trail-link {
    overflow: hidden;
    display: inline;
    background-image: url(../images/monty/trail.gif);
    background-repeat: no-repeat;
    background-position: 0% 60%;
    padding: 0 0px 0 12px;
    margin-left: 0;
    font-size: .9em;
    font-weight: 400;
    max-width: 500px;
}

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

li.ds-trail-link.first-link {
    background: url(../images/monty/arrow_red.gif) no-repeat 2px 50%;
    border-left: 0;
    padding-left: 16px;
    color: #333;
    font-weight: 600;
}

li.ds-trail-link.first-link a {
    color: #333;
}

div#ds-user-box {
    position: absolute;
    float: right;
    top: 0px;
    left: 65%;
    background: #c1001e;
    background: #982521;
    padding: 6px 8px;
    text-align: left;
}

div#ds-user-box p {
    color: #ffffff;
    font-size: 90%;
    margin: 0px;
}

div#ds-user-box a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    /* xfont-weight: 600; */
    height: 12px;
    margin: 0px;
}

div#ds-user-box a:hover {
    /* xtext-decoration: underline; */
    color: #dddddd;
    background: transparent;
}

div#ds-body {
    position: relative;
    float: left;
    min-width: 500px; width: 72%;
    clear: left;
    border: 1px solid #DBDFBD;
    border: 1px solid #cdcdcd;
    margin: 15px 1% 0 0;
    padding: 0 10px 30px 10px;
}

div#ds-body span#ds-body-dogear {
    width: 75px;
    height: 75px;
    margin: -1px -1px -30px 0;
    padding: 0;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent url(../images/monty/body_dogear.gif) no-repeat;

}

div#ds-body h2,
div#ds-body h3 {
    font-family: "Arial Narrow", arial, sans;
}

div#ds-body h1 {
    font-size: 1.8em;
    color: #982521;
    font-weight: 400;
    padding: 10px 0 0 0;
    margin: 0;
    margin-bottom: 8px;
}

div#ds-body h1.ds-div-head {
    /* float: left;     XXX only needed for (diked! yay!) dogear? --lcs */
    /*  width: 80%;    ditto */
}

div#ds-body h2 {
    font-size: 1.4em;
    font-family: "Arial Narrow", arial, sans;
    color: #417577;
    padding: 0;
    margin: 12px 0 0 0;
    font-weight: bold;
}

div#ds-body h3 {
    color: #7F845D;
    font-size: 1em;
    margin-bottom: 15px;
    letter-spacing: 1.3px;
}

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


ul.ds-progress-list li {
    font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    border: 1px solid #DBDFBD;
    overflow: hidden;
    display: inline;
    padding: 4px 3px;
    margin-top: 2px;
    margin-left: 3px;
    max-width: 400px;
    line-height: 20px;
}

ul.ds-progress-list li.button {
    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); */ color: #982521;
}

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


ul.ds-progress-list li.current {
    border-color: #D3D9DE;
}

ul.ds-progress-list li.arrow {
    border: none;
    background: transparent;
    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;
    text-decoration: underline;
}

ul.alphabet a:hover {
    font-weight: 600;
}
/*
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 {
        border: 2px solid #DBDFBD;
        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;
}
*/

form#aspect_artifactbrowser_CollectionViewer_p_search-query p.ds-paragraph {
    margin: 0;
    border: 1px solid red;
}
div#aspect_artifactbrowser_CollectionViewer_div_collection-search-browse.ds-static-div.secondary.search-browse p {
    margin: 0;
}

div#aspect_artifactbrowser_CollectionViewer_div_collection-search-browse.ds-static-div.secondary.search-browse p a:hover { /* advanced search */
    color: #177377;
    text-decoration: underline;
}

div.browse {
    display: none;
}

div.pagination {
    background-color: #F4F5EC;
    position: relative;
    padding: 0px;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px dotted #cdcdcd;
}

div.pagination * {
    padding: 0px;
}

div.pagination-masked {
    margin: 0;
    padding: 0;
    position: relative;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px dotted #cdcdcd;
}

a.previous-page-link {
    position: absolute;
    left: 10px;
    top: 6px;
}

p.pagination-info {
    display: block;
    background-color: #F4F5EC;
    text-align: center;
    padding: 4px;
    margin: 0;
}

ul.pagination-links {
    position: relative;
    text-align: center;
    width: 360px;
    margin: 0 auto;
    padding: 4px;
    /* xline-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 {
}

li.current-page-link a {
}

a.next-page-link {
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: .9em;
}

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

div.detail-view {
    line-height: 1.2em;
}

p.button-list {
    margin-top: 3px;
    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: hidden; /* hidden setting may be problematic */
    margin-bottom: 5px;
}

/* last div on front page */
div#edu_harvard_hul_ois_dash_aspect_DASHCommunityBrowser_div_terms-of-use {
    overflow: hidden; /* hidden setting may be problematic */
    /** NOTE: This negative margin assumes the 30-px padding in surrounding div#ds-body */
    margin-bottom: -20px;
}

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

table {
    clear: both;
    border-spacing: 0px;
    padding: 0;
    border: 1px solid #cdcdcd;
    width: 100%;
}

th {
    padding: 6px 4px;
    /* xtext-transform: uppercase; */
    font-size: .9em;
}
tr.ds-table-header-row {
    background: #eaebbc;
}

tr.ds-table-header-row.subheader {
}


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

tr.ds-table-row.odd {
    color:inherit; background: #f4f5ec;
}

tr.ds-table-row.even {
}

td {
    padding: 3px 3px 5px 4px;
    border: 0;
    font-size: inherit;
    vertical-align: top;
}

td.ds-table-cell.odd {
}

*.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 {
}

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

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 td {
    text-align: center;
}

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 {
    clear: both;
}


ul.ds-artifact-list {
    border: 0px solid #DBDFBD;
    padding: 0px;
    list-style-type: none;
    xlist-style-position: inside;
    margin: 0px;
    float: left;
    width: 100%;
}

ul.ds-artifact-list li.odd {
    color:inherit; background: #f4f5ec;
}

ul.ds-artifact-list li.even {
}

ul.ds-artifact-list li {
    float: left;
    clear: both;
    width: 100%;
    padding-bottom: 3px;
    padding-top: 3px;
    xlist-style-position: inside;
    border-bottom: 1px dotted #ddd;
}

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

ul.ds-artifact-list li div.artifact-title {
    float: none;
    font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

ul.ds-artifact-list li div.artifact-title a:link {
    color: #982521; /* deep red */
    color: #445c23;
    color: #678c4c;
    color: #0000ff;
    font-size: .9em;
}

ul.ds-artifact-list li div.artifact-title a:visited {
    font-size: .9em;
}

ul.ds-artifact-list li div.artifact-title a:hover {
    text-decoration: underline;
}

ul.ds-artifact-list li div.artifact-info {
    float: none;
    font-size: .8em;
    color: #666;
}

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

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


ul li.ds-artifact-item {}


/* 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;
}
/*form#aspect_artifactbrowser_Contact_div_feedback-form
{
  margin: 0px 20px 0px 20px;
  display: none;
}*/

/* Modified by Flemion */
select#aspect_submission_StepTransformer_field_dc_date_issued_month, select#aspect_submission_StepTransformer_field_dc_date_issued_day, input#aspect_submission_StepTransformer_field_dc_date_issued_day {
    display:none;
}

/* Modified by mckinney */
select#aspect_submission_StepTransformer_field_dc_description_sponsorship  {
    width: 90%
}

input#aspect_eperson_PasswordLogin_field_submit{
    /** XXX lcs - ugh
            position: absolute;
           left: 39px;
           top:  2px;
         */
}
a[href="/xmlui/forgot"] {
    /** XXX lcs - ugh
           position: absolute;
           left: 222px;
           top:  3px;
       */
}

input#aspect_eperson_PasswordLogin_field_login_email{
    /** XXX lcs - ugh
           position:absolute;
           left:40px;
           top:3px;
           width:14em;
    **/
}
input#aspect_eperson_PasswordLogin_field_login_password{
    /** XXX lcs - ugh
           position:absolute;
           left:40px;
           top:1px;
           ***/
}

input#aspect_submission_StepTransformer_field_dc_identifier_citation {
    height: 30px;
    width: 90%;


}
input#aspect_submission_StepTransformer_field_dc_title {
    height: 30px;
    width: 90%;

}
input#aspect_submission_StepTransformer_field_dc_publisher {
    width: 90%;

}
input#aspect_submission_StepTransformer_field_dc_relation_book {
    width: 90%;

}
input#aspect_submission_StepTransformer_field_dc_relation_ispartof {
    width: 90%;

}
input[name="submit_dc_contributor_author_add"] {
    /** XXX lcs - ugh
            position: absolute;
            left: 311px;
            top:  7px;
                ***/
}
textarea#aspect_submission_StepTransformer_field_dc_title {
    height: 3em;
    width: 90%;
}

textarea#aspect_submission_StepTransformer_field_dc_identifier_citation {
    height: 4em;

}
textarea#aspect_submission_StepTransformer_field_dc_title_journal {
    height:3em;
}
p#aspect_submission_StepTransformer_p_issnLink{
    left: 273px;
    position:absolute;
    top:691px;
    font-size:85%;
}
div#aspect_submission_workflow_PerformTaskStep_div_Grouping-all{
    overflow:auto;
    width:596px;
    word-wrap: break-word;
}
input#aspect_submission_StepTransformer_field_dc_relation_isversionof {
    width:80%;

}
input#aspect_submission_StepTransformer_field_dc_relation_uri{
    width:74%;
}

/* Modification by Flemion ends here */

textarea.ds-textarea-field {
    width: 90%
}
*.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%;
    text-align: left;
}

/* Checkboxes and Radio buttons */
fieldset.ds-checkbox-field {
    border: none;
    margin: 0;
    padding: 0;
}
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 solid #cdcdcd;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

#aspect_artifactbrowser_AdvancedSearch_list_search-query.ds-form-list { /* advanced-search.htm */
    border: none;
    padding: 4px 0;
}

table#aspect_artifactbrowser_AdvancedSearch_table_search-query.ds-table tr { /* advanced-search.htm */
    background: none;
}

table#aspect_artifactbrowser_AdvancedSearch_table_search-query.ds-table tr.ds-table-header-row { /* advanced-search.htm */
    background: #eaebbc;
}

table#aspect_artifactbrowser_AdvancedSearch_table_search-query.ds-table td { /* advanced-search.htm */
    background: none;
    border-top: 1px dotted #cdcdcd;
}

table#aspect_artifactbrowser_AdvancedSearch_table_search-controls.ds-table td {  /* advanced-search.htm */
    border: 0px double #cdcdcd;
    padding: 10px 4px;
}

table#aspect_artifactbrowser_Contact_list_faq.ds-gloss-list tr,
table#aspect_artifactbrowser_Contact_list_contact.ds-gloss-list tr { /* faq */
    background: none;
}

fieldset.ds-form-list.thick {
    border-top: 22px solid #cdcdcd;
    border: 1px solid #cdcdcd;
    padding: 6px;
}

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

fieldset.ds-form-list legend {
    font-size: 115%;
    font-weight: bolder;
    margin-left: 10px;
}

fieldset.thick legend {
    padding-left: 10px;
    padding-right: 10px;
}

/* Top-level stuff for the nested "form" lists */
fieldset.ds-form-sublist {
    border: 1px solid #cdcdcd;
    padding: 6px;
    margin: 5px;
}

fieldset.ds-form-list 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 {
    font-size: 115%;
    font-weight: bolder;
    margin-left: 10px;
    padding: 0 10px;
    border: 0;
}

fieldset#aspect_eperson_EditProfile_list_form.ds-form-list ol li.ds-form-item.last {
    padding: 0;
    margin: 0;
}

fieldset#aspect_eperson_EditProfile_list_form.ds-form-list ol li.ds-form-item.last input {
    margin-left: 6px;
}
/* Row-level hierarchy */
form.ds-interactive-div li.ds-form-item {
    display: block;
    width: 100%;
}

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

form.ds-interactive-div li.even {
}

xform.ds-interactive-div li.ds-form-item.last {
    border: 1px solid #cdcdcd;
    border-top: 3px double #cdcdcd;
    background: #f4f5ec;

    margin: 0px -6px -6px -7px;
}

form.ds-interactive-div li.ds-form-item.last input {
    margin-left: 6px;
}

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

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: 7px 0;
    width: 100%;
    position: relative;
}

span.ds-form-label,label.ds-form-label {
    display: block;
    float: left;
    clear: left;
    padding: 5px 20px 0px 5px;
    font-weight: bold;
    vertical-align: middle;
    overflow: hidden;
}

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

span.error {
    display: block;
    font-size: 85%;
    margin: 0;
    color:#FF0000;
}

span.field-help {
    display: block;
    font-size: 85%;
}

input.error,textarea.error,select.error {
    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 {
    position: relative;
    float: right;
    min-width: 125px; width: 23%;
    margin: 15px 0 0 0;
    padding: 0px;
    font-size: 85%;
}

div.ds-option-set {
}

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

div#ds-search-option input.ds-text-field {

    width: 80%;
    margin: 0;
    margin-left: -15px;
    padding: 0;
    position: relative;
    top: -1px;
    left: 8px;
}

div#ds-search-option input.ds-button-field {
    width: auto;
    height: 20px;
    margin: 0px;
    padding-left: 2px;
    padding-right: 2px;
    position: relative;
    top: -1px;
    left: 10px;
}

div#ds-search-option a {
    position: relative;
    top: -4px;
    left: 4px;
    margin: 0;
    padding: 0;
}



form#ds-search-form {
    font-size: 90%;
}
form#ds-search-form label {
    padding: 0;
    margin: 0 0 0 -10px;
    display: block;
}

div#ds-options h3 {
    color: #646464;
    /**
 xcolor: #7F845D;
     xletter-spacing: 1.3px;
     xposition: relative;
     xtop: 22px;
     xleft: 5px;
       **/
    font-weight: normal;
    margin: 0 ;
    padding: 0px;
    height: 30px;
    line-height: 30px;
}

div#ds-options h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

ul.ds-simple-list li,
ul.ds-options-list li
{
    padding: 2px 0;
}

ul.ds-options-list .ds-simple-list li a {
    color: #417577;
}
ul.ds-options-list li a {
    color: #982521;
}

div#ds-options ul {
    margin: 0;
    margin: 0 0 9px 0;
    padding: 0;
    list-style-type: none;
    xslist-style-position: inside;

}
div#ds-options ul li h4  {
    border-bottom: 1px dotted #177377;
    color: #646464;
    padding-bottom: 2px;
}

div#ds-options ul li ul li {
    margin-left: 9px;
    padding: 2px 0;
}

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

div#ds-footer {
    font-size: .85em;
    position: relative;
    margin: 0;
    padding: 6px 9px;
    margin-top: 10px;
    height: 19px;
    float: left;
    width: 96%;
    border: 1px solid #cdcdcd;
    border-bottom: 0;
    background: transparent url(../images/monty/footer_bg.gif) repeat-x bottom;
}
div#footer {
    font-size: .85em;
    position: relative;
    margin: 0;
    padding: 6px 9px;
    margin-top: 10px;
    height: 19px;
    float: left;
    width: 96%;
    border: 1px solid #cdcdcd;
    border-bottom: 0;
    background: transparent url(../images/monty/footer_bg.gif) repeat-x bottom;
}

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

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

div#ds-footer-links {
    position: absolute;
    top: 1px;
    right: 0px;
    text-align: center;
    font-size: 12px;
    padding: 6px 9px;
}

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

div.notice {
    border: 1px solid #DBDFBD;
    padding: 6px;
    text-align: center;
    margin: 10px 30px 10px 30px;
}

div.notice.success p {
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: center;
}

div.notice.failure p {
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: center;
}

h1.ds-div-head,h2.ds-div-head,h3.ds-div-head {
    font-size: 12px;
    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%;
}

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 {
    font-size: 12px;
    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 {
    font-size: .85em;
    clear:  both; background:  #fff6bf
url(../images/monty/alert_large.png) center no-repeat;
    background-position:  15px 50%; /* x-pos y-pos */ text-align:
left; padding:  15px 20px 15px 65px; border-top:  2px solid #b9b9b9;
    border-left:  2px solid #b9b9b9; border-right:  2px solid
#b9b9b9; border-bottom:  2px solid #b9b9b9; width:  69%;
    z-index:  500;
    /**  background-color: rgb(255, 255, 240);
      border: 1px solid #DBDFBD;
      padding: 6px;
      margin: 10px 30px 10px 30px;
      color: rgb(213, 80, 40); **/
}



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

form.administrative fieldset{
    width: auto;
}
form.administrative h3{
    margin: 7px;
}
form.administrative table{
    margin: 0;
    width: auto;
    border: 1px solid #cdcdcd;
}


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


table.ds-includeSet-table tr {
    background: transparent; /* !important; */
}

table.ds-includeSet-table td {
    border-top: 1px dotted #cdcdcd;
    vertical-align: top;
    font-size: .9em;
}

ul.horizontal
{
    font-weight: bold;
    list-style-type: none;
    padding: 0 0 23px;
    margin: 0px;
    font-size: .9em;
}

ul.horizontal li
{
    float: left;
    padding: 3px 6px;
    border: 1px solid #cdcdcd;
}


ul.horizontal a
{
    float: left;
    display: block;
    text-decoration: none;
    padding: 4px 2px;
    margin: -4px;
    background: #fff;
}

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

ul.horizontal li:hover {
    background: #dbdfbd; /* DBDFBD */
    background: #f4f5ec;
}

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


/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */

/*
 * module headers
 */

div#contenttop {
    margin:0 0 10px;
}
.floatbox {
    overflow:hidden;
}


/* reset header for all modules */
div.module h3.module {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 120%;
    color: #323232;
    font-weight: normal;
}


/*
 * module: tab
 */
div.mod-tab div.module {
    padding: 15px 0px 0px 0px;

}

div.mod-tab div.module-2 {
    background: url(../images/monty/module_tab_l.png) 0 0 repeat-y;
}

div.mod-tab div.module-3 {
    background: url(../images/monty/module_tab_t.png) 0 0 repeat-x;
}

div.mod-tab div.module-4 {
    background: url(../images/monty/module_tab_tr.png) 100% 0 no-repeat;
}

div.mod-tab div.module-5 {
    min-height: 60px;

    /* lcs
    padding: 18px 0px 10px 15px;
    */
    padding: 18px 15px 10px 15px;
    background: url(../images/monty/module_tab_bl.png) 0 100% no-repeat;
    position: relative;
}

div.mod-tab div.header-container-1 {
    margin: 0px 0px 5px 0px;
    overflow: hidden;
    position: absolute;
    top: -15px;
    left: 0px;
}

div.mod-tab div.header-container-2 {
    padding: 0px 20px 0px 15px;
    float: left;
    position: relative;
}

div.mod-tab h3.module,
div.mod-tab h3.ds-option-set-head {
    height: 30px;
    background: url(../images/monty/module_tab_header_m.png) 0 0 repeat-x;
    line-height: 30px;
}

div.mod-tab div.header-l {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 30px;
    background: url(../images/monty/module_tab_header_l.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-tab div.header-r {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 30px;
    background: url(../images/monty/module_tab_header_r.png) 100% 0 no-repeat; /* ie6png:scale */
}

div.mod-tab h3.module span.color,
div.mod-tab h3.ds-option-set-head span.color {
    color: #c1001e;
}


/* XXX part of kludge for submit input form: hide seekrit fields. */
input#aspect_submission_StepTransformer_field_dc_contributor_ldap {
    visibility:hidden;
}
input#aspect_submission_StepTransformer_field_owning_author {
    visibility:hidden;
}

/** 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;
    z-index: 999;
}
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; }

/* Authority confidence icons: */
img.ds-authority-confidence
{ width: 16px !important; height: 16px !important;
    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); }
*/
img.ds-authority-confidence.cf-ambiguous
{ background: transparent url(../images/confidence/shield-unknown.png); }
img.ds-authority-confidence.cf-uncertain
{ background: transparent url(../images/confidence/shield-unknown.png); }
img.ds-authority-confidence.cf-accepted
{ background: transparent url(../images/confidence/shield-accepted.png); }


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

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

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

/** Fixes for authority lookup popup **/
select.ds-lookup-popup { width: 90%; }
form.ds-lookup-popup fieldset ol li { padding: 10px; }
span.ds-lookup-popup.status { font-weight: bold; font-size: 1.2em; text-align: center; }

/** main title of popup windows */
div#ds-main.ds-popup h1 { text-align: center; }

/** don't force the size of a popup */
body#ds-main.ds-popup {
    width: 100%;
}

/** styling for DASH public beta **/

a:link.dash-harvardAuthor { color: #982521; text-decoration: none; }
a:visited.dash-harvardAuthor { color: #C1001E; text-decoration: none; }
a:hover.dash-harvardAuthor { color: #982521; text-decoration: underline; }

a.dash-versionOfRecord { font-style: italic; }

/** Start of styles for JW changes **/
#dash-itemheadwrapper {
    float:left;
    width:65%;
    border:0
}

.dash-item-download {
    float:right;
    width:33%;
    border: 0;
    margin: 0;
    margin-top: 1em;
    padding: 0
}

div.dash-item-download img {
    vertical-align:bottom;
    border:none;
    float:right;
    margin:0;
    width:32px;
    height:32px
}

div.dash-item-download span {
    font-size: 1.2em;
    float:right;
    margin:.3em .2em 0 0
}

p.dash-rightalign {
    text-align:right
}

tr.ds-table-row img {
    vertical-align:middle;
    border:none;
    width:24px;
    height:24px
}
/** end of styles for JW changes **/

/** Images inside of links, e.g. RSS icons **/
a.ds-feed img {
    border: 0px; width: 14px; height: 14px; vertical-align: baseline; }

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

form.popup { margin: 0px 20px; padding: 4px 6px; background: #f4f5ec; }
select.choices-lookup { max-width: 500px }
