/*
  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,Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-align: center;
    margin:0;
    padding:0;
    background-color: #EAEAEA;
}

a:link, a:visited {
    text-decoration: none;
    color: #923D3D
}

a:focus, a:hover {
    color: #121212;
    text-decoration: none
}

fieldset {
    border: 0px;
}

div#ds-main {
    position: relative;
    /*width: 100%;*/
    color: inherit;
    text-align: left;
    margin: 0;
    padding: 0;
}

div#ds-header {
    background-color: #C7C9CB;
}

div#ds-header-top {
    /*background-color: #733113;*/
    overflow: hidden;
    text-align: right;
    font-size: 10px;
    color: #FFFFFF;
}

div#ds-header-middle,
div#ds-header-bottom {
    margin: auto;
    background-color: transparent;
}

div#ds-header-middle {
    width: 1000px;
    padding-top: 5px;
    height: 125px;
    background-image:  url("../images/globe.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 137px;
    position: relative;
}

div#ds-header-middle-links {
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: bold;
    font-size: 0.9em;
}

div#ds-header-middle-links a {
    background-image: url("../images/bullet1.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left:16px;
    color: #321617;
    background-color: transparent;
}

div#ds-header-bottom {
    width: 1024px;
    display: block;
    background-image: url("../images/menu-background.png");
}

div#menu-shadow-spacer {
    display: block;
    height:5px;
}

.ds-option-set-head,
.redgradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#833914), to(#5b2504));
    background-image: -moz-linear-gradient(top, #833914, #5b2504);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF833914, endColorstr=#FF5B2504)";
}

.yellowgradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFC35F), to(#FFC35F));
    background-image: -moz-linear-gradient(top, #FFC35F, #E3A239);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFC35F, endColorstr=#FFE3A239)";
    border: 1px solid #d1a154;
    border: 1px solid #FFC35F;
}

div#ds-header-menu {
    width: 1000px;
    display: block;
    color: white;
    margin: auto;
    margin-bottom: -1px;
}

div#ds-header-menu a {
    padding: 6px 15px;
    cursor: pointer;
    vertical-align: middle;
    color: white;
    display: inline-block;
}

div#ds-header-menu a:visited {
    color: white;
}

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

div#ds-header a#ds-header-logo-link {
    float:left;
}

div#ds-header  a span#ds-header-logo {
    width: 323px;
    height: 106px;
    display: block;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    color: inherit;
    background-color: transparent;
}

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

ul#ds-trail {
    position: relative;
    margin: 0px;
    padding: 3px;
    color:#777777;
    font:10px Tahoma,Verdana,"Lucida Sans";
}

li.ds-trail-link {
    overflow: hidden;
    display: inline;
    margin-top: 2px;
    margin-left: 5px;
    font-weight: 200;
    max-width: 400px;
    line-height: 20px;
}

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

div#ds-user-box {
    width: 300px;
    text-align: left;
    float: left;
    padding-top: 2px;
}

div#ds-user-box p {
    background-color: inherit;
    padding: 0px;
    margin: 0px;
    display: inline;
    vertical-align: middle;
}

div#ds-user-box a {
    text-decoration: none;
    color: white;
    background-color: inherit;
    padding: 0px;
    margin: 0px;
}

div#ds-user-box a:hover {
    text-decoration: underline;
}

div#ds-content {
    background-color: #EAEAEA;
    border-top: 1px solid white;
    /*-moz-box-shadow:0px 8px 10px 3px #321617;*/
}

div#ds-content-wrapper {
    position: relative;
    width: 1000px;
    padding: 0;
    overflow: hidden;
    margin: auto;
    background-color: #cccecf;
    border: 7px solid #cccecf;
    border-top: none;
    background-image: url(../images/wrapper-background.png);
}

div#ds-body {
    width: 697px;
    float: left;
    color:#555555;
    background:url(../images/centerb_bg.gif) repeat-x left top;
    padding: 0;
    border-top: 7px solid #CCCECF;
}

div#ds-body-wrapper {
    position: relative;
    margin: 0 7px;
}

div#ds-body h1 {
    font-size: 1.5em;
    padding: 10px 0;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #733113;
    /*background-color: inherit;*/
    font-weight: bolder;
}

div#ds-body h2 {
    font-size: 1.3em;
    padding: 6px 0;
    margin-bottom: 0px;
    color: #733113;
    /*background-color: inherit;*/
    font-weight: bolder;
}

div#ds-body h3 {
    margin-bottom: 15px;
}

span.title-line {
    display: block;
    margin: 0;
    /*width: 99%;*/
    height: 0;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #FFFFFF;
}

div.boxwidth1 {
    width: 616px;
    float: left;
    clear: none !important;
}

div.boxwidth1-2 {
    width: 343px;
	height: 230px;
    margin-top: 7px;
    float: left;
    clear: both !important;
    background-color: white;
    border: 1px solid #AFB1B3;
	
}

div.boxwidth1-2.top {
    margin-top: 0;
}

div.boxwidth1-2.right {
    float: right;
    clear: none !important;
}


/*Added for Highlighted Module*/
div.boxwidth1-2.highlighted {
	height:230px;
    }


div.boxwidth1-2.bottomright {
	height:225px;
    }


div.boxwidth2 {
    width: 380px;
    float: right;
    clear: none !important;
}

div.homepage-leftbar {
    background-color: #6b6c6f;
    height: 600px;

}

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: rgb(255, 255, 255);
    border: 1px solid #C7C9CB;
    color: #321617;
    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 {
    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: #733113;
}

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: rgb(100, 100, 50);
    background-color: inherit;
}

ul.alphabet a:hover {
    font-weight: 600;
    color: rgb(150, 150, 50);
    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: #EAEAEA;
        border: 2px solid #C7C9CB;
        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;
    border: 1px solid #D6D4D4;
    margin: 2px 0px 5px 1px;
}

div.pagination * {
    padding: 0px;
}

div.pagination-masked {
    position: relative;
    color: inherit;
    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;
    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: #733113;
    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: 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: auto;
    margin-bottom: 20px;
    padding: 0;
}

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

table {
    clear: both;
    border-spacing: 0px;
    border: 2px solid #C7C9CB;
    width: 100%;
}

tr.ds-table-header-row {
    color: inherit;
    background-color: #C7C9CB;
}

tr.ds-table-header-row.subheader {
    background-color: rgb(250, 250, 214);
}

th {
    padding: 4px 10px;
}

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

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

tr.ds-table-row.even {
    color: inherit;
    background-color: #EAEAEA;
}

td {
    padding: 3px 10px 5px 10px;
    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 #321617;
}

/* 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 {
    /*border: 1px solid white;*/
    clear: both;
}

ul.ds-artifact-list {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    display: block;
    overflow: hidden;
    /*width: 834px;*/
}

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

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

ul.ds-artifact-list li {
    border: 1px solid #D6D4D4;
    display: block;
    clear: both;
    overflow: hidden;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-bottom: 5px;
    margin-top: 5px;
}

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-family: Arial, Helvetica, sans-serif;*/
    font-weight: bold;
}

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: 2px solid #C7C9CB;
    padding: 0;
    color: inherit;
    background-color: #FFFFFF;
    margin-left: 0;
    margin-right: 0;
}

fieldset.ds-form-list.thick {
    /*border-top: 22px solid #C7C9CB;*/
}

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

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

fieldset.thick legend {
    color: #733113;
    background-color: transparent;
    /*border-top: 2px solid #C7C9CB;*/
    /*padding-left: 10px;*/
    /*padding-right: 30px;*/
}

/* Top-level stuff for the nested "form" lists */
fieldset.ds-form-sublist {
    border: 1px solid #C7C9CB;
    padding: 0;
    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 {
    color: #733113;
    font-size: 100%;
    font-weight: bolder;
    margin-left: 10px;
    padding: 0;
    background-color: inherit;
    border: 0;
}

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

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

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

form.ds-interactive-div li.ds-form-item.last {
    /*border-top: 2px solid #C7C9CB;*/
    /*color: inherit;*/
    /*background-color: rgb(248, 248, 217);*/
}

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

form#aspect_administrative_collection_CreateCollectionForm_div_create-collection,
form#aspect_administrative_community_CreateCommunityForm_div_create-community,
form#aspect_administrative_eperson_ManageEPeopleMain_div_epeople-main,
form#aspect_administrative_group_ManageGroupsMain_div_groups-main,
form#aspect_administrative_authorization_AuthorizationMain_div_authorization-main {
    border: none;
    background-color: #FFFFFF;
}

form#aspect_administrative_eperson_ManageEPeopleMain_div_epeople-main .ds-gloss-list,
form#aspect_administrative_group_ManageGroupsMain_div_groups-main .ds-gloss-list,
form#aspect_administrative_authorization_AuthorizationMain_div_authorization-main .ds-gloss-list {
    border:2px solid #C7C9CB;
}

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;
    width: 400px;
}

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

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 {
    /*position: relative;*/
    float: right;
    width: 296px;
    color: inherit;
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    font-size: 95%;
    border-top: 7px solid #CCCECF;

}

div#follow-us-ie-fixer {
    height: 125px;
}

div.ds-option-set {
    background-color: #ffffff;
    margin: 0 7px 7px;
}

div#ds-search-option {
    position: absolute;
    top: 35%;
    right: 0;
}

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

div#ds-search-option input.ds-text-field {
    width: 125px;
}

div#ds-search-option input.ds-button-field {
    border: none;
    color: white;
    padding: 2px;
    cursor: pointer;
    width: auto;
}

label.ds-search-option-label {
    display: block;
}

div#ds-search-option a {
}

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

form#ds-search-form fieldset {
    padding: 0;
}

div#ds-options h3 {
    margin: 7px 7px 0;
    padding: 2px 10px;
    color: #ffffff;
    background-color: #733113;
    font-size: 1.3em;
    line-height: 1.1em;
}

div#ds-options h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #321617;
    background-color: inherit;
    background-image: url("../images/bullet1.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left:16px;
}

div#ds-options ul {
    margin: 0 10px;
    padding: 0;
}

div#ds-options li.sublist ul.ds-simple-list {
    margin-right: 0;
    margin-left: 16px;
}

div#ds-options li {
    list-style: none;
    padding: 5px 0;
    border-bottom: 1px dashed #733133;
    color: rgb(100, 100, 50);
    background-color: inherit;
}

div#ds-options li a {
    background-image: url("../images/bullet1.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left:16px;
}

div#ds-options li.last-option,
div#ds-options li.sublist {
    border: none;
}

div#ds-options li.sublist ul.ds-simple-list li a{
    background-image: url("../images/bullet2.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left:16px;
}

div#follow-us h3{
    background-color: transparent;
    color: white;
    margin-left: 17px;
    margin-top: 17px;
}

div#follow-us {
    background-image: url(../images/sidebar-bottom-right.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 125px;
    width: 296px;
    position: absolute;
    right: 0;
    bottom: 0;
}

div#follow-us-links {
    padding: 0 17px 17px;
    position: absolute;
    bottom: 0;
}

div#follow-us-links a{
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 0;
}

span#logo-facebook {
    display: inline-block;
    width: 50px;
    height: 60px;
    background-image: url(../images/facebook.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
}

span#logo-twitter {
    display: inline-block;
    width: 50px;
    height: 60px;
    background-image: url(../images/twitter.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
}

span#logo-rss {
    display: inline-block;
    width: 50px;
    height: 60px;
    background-image: url(../images/rss.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
}

span#logo-youtube {
    display: inline-block;
    width: 50px;
    height: 60px;
    background-image: url(../images/youtube.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
}

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

div#ds-footer {
    padding-top: 13px;
    width: 1000px;
    margin: auto;
    font-size: 0.8em;
    font-weight: bold;
}

div#ds-footer-left {
    float: left;
    vertical-align:top;
}

div#ds-footer-left a{
     color: #321617;
}

div#ds-footer-left a.ds-footer-cc{
    text-decoration: none;
    color: #321617;
}

div#ds-footer-left a img{
    vertical-align:top;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: -10px;
}

div#ds-footer-right {
    float: right;
}

div#ds-footer-right a {
    color: #321617;
}

div.notice {
    background-color: rgb(255, 255, 240);
    border: 1px solid #C7C9CB;
    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%;
}

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 #C7C9CB;
    padding: 6px;
    margin: 10px 30px 10px 30px;
    color: rgb(213, 80, 40);
}

/* admin tabs */
form.administrative {
    border: 1px solid #C7C9CB;
    background: #EAEAEA;
    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: 24px;
    border-bottom: 1px solid #C7C9CB;
    border-left: 1px solid white;
    border-right: 1px solid white;
    margin: 0px;
    margin-left: -1px;
    margin-right: -1px;
    width: inherit;
    background-color: #FFFFFF;
}

ul.horizontal li {
    float: left;
    height: 21px;
    background-color: #FFFFFF;
    margin: 2px 2px 0px 2px;
    border: 1px solid #C7C9CB;
}

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

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

ul.horizontal li span.bold a {
    border-bottom: 1px solid #EAEAEA;
    background-color: #EAEAEA;;
}

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

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

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

div#ds-header-top-content {
    width: 1000px;
    margin: auto;
    color: white;
    overflow: hidden;
}

div#languageSelector {
    float: right;
}

div#languageSelector a {
    display: inline-block;
    padding: 2px 10px;
    color: white;
}

div#languageSelector a:hover {
    color: white;
}

div.addthis_wrapper {
    margin-top: -5px;
    margin-bottom: 10px;
}

a.addthis_button {
}
div#home-banner {
    background-image: url(../images/oer-animated-header.jpg);
    background-repeat:no-repeat;
    height: 235px;
    width: 1000px;
    margin-top: -1px;
}

fieldset#aspect_artifactbrowser_AdvancedSearch_list_search-query,
fieldset#aspect_artifactbrowser_SimpleSearch_list_search-query {
    border: 2px solid #C7C9CB;
    border-bottom: none;
    background-color: #EAEAEA;
}

table#aspect_artifactbrowser_AdvancedSearch_table_search-controls,
table#aspect_artifactbrowser_SimpleSearch_table_search-controls {
    border: 2px solid #C7C9CB;
    border-top: none;
    background-color: #EAEAEA;
}

table#aspect_artifactbrowser_AdvancedSearch_table_search-controls .odd,
table#aspect_artifactbrowser_AdvancedSearch_table_search-controls .even,
table#aspect_artifactbrowser_SimpleSearch_table_search-controls .odd,
table#aspect_artifactbrowser_SimpleSearch_table_search-controls .even {
    background-color: #EAEAEA;
}

table#aspect_artifactbrowser_AdvancedSearch_table_search-query {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #EAEAEA;
    border-top: none;
    border-bottom: none;
}

table#aspect_artifactbrowser_AdvancedSearch_table_search-query .ds-table-header-row,
table#aspect_artifactbrowser_AdvancedSearch_table_search-query .odd,
table#aspect_artifactbrowser_AdvancedSearch_table_search-query .even{
    background-color: inherit;
}

div#donate-div {
    background-color: white;
    margin: 7px 7px 0;
    padding: 7px;
    overflow: hidden;
}

div#donate-div p{
    margin-left: 15px;
}

a#donate-button {
    display: inline-block;
    background-color: white;
    margin: auto;
    text-align:center;
    font-size: 2em;
    font-weight: bold;
    color: #FFFFFF;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

p.learn-more {
    overflow: hidden;
}

a.learn-more {
    background-image: url("../images/bullet2.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left:16px;
    float: right;
}

p.show-more a:link, p.show-more a:visited,
a.learn-more:link, a.learn-more:visited {
    text-decoration: underline;
    color: #eaa147
}

p.show-more a:focus, p.show-more a:hover,
a.learn-more:focus, a.learn-more:hover {
    color: #ffb32e;
    text-decoration: underline
}

div#open-licence-div {
    margin: 7px 7px 0;
    border: 2px solid #FFFFFF;
    background: #b4b4b6;
    padding: 7px;
}

div#open-licence-div h3 {
    color: white;
    margin:0;
    margin-bottom:15px;
    padding:0;
    background-color: #b4b4b6;
    font-size: 1.7em;
}

div#open-licence-div span {
    background-image: url("../images/bullet1.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left:16px;
    margin-top:15px;
    margin-bottom:8px;
    display: block;
}

div#open-licence-div span a,
div#open-licence-div span a:hover,
div#open-licence-div span a:visited,
div#open-licence-div span a:focus{
    color: #ffffff;
}

div#open-licence-div span a:hover {
    text-decoration: underline;
}

div#home-content-wrapper {
    background: #CCCECF;
    position: relative;
    overflow: hidden;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
}

div#com_atmire_dspace_app_xmlui_aspect_artifactbrowser_FrontPageCommunityBrowser_div_comunity-browser-wrapper {
    float: left;
    background-color: white;
    border: 1px solid #AFB1B3;
    width: 343px;
	height:	230px;
}

div#com_atmire_dspace_app_xmlui_aspect_artifactbrowser_FrontPageCommunityBrowser_div_comunity-browser-wrapper ul{
    margin: 1px;
    padding: 0;
}

div#com_atmire_dspace_app_xmlui_aspect_artifactbrowser_FrontPageCommunityBrowser_div_comunity-browser-wrapper ul li{
    display: block;
    background: #ffeac4;
    list-style: none;
    margin: 4px;
    padding: 3px;
}

div#com_atmire_dspace_app_xmlui_aspect_artifactbrowser_FrontPageCommunityBrowser_div_comunity-browser-wrapper ul li a{
    background-image: url("../images/bullet2.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left:16px;
    font-weight: normal;
    color: #321617;
}

div#com_atmire_dspace_app_xmlui_aspect_artifactbrowser_FrontPageCommunityBrowser_div_comunity-browser-wrapper ul li a:hover,
div#com_atmire_dspace_app_xmlui_aspect_artifactbrowser_FrontPageCommunityBrowser_div_comunity-browser-wrapper ul li a:visited,
div#com_atmire_dspace_app_xmlui_aspect_artifactbrowser_FrontPageCommunityBrowser_div_comunity-browser-wrapper ul li a:focus{
    color: #321617;
}

p#com_atmire_dspace_app_xmlui_aspect_artifactbrowser_FrontPageCommunityBrowser_p_show-more {
    margin: 0;
    padding: 1px 7px;
    margin-bottom: 4px;
}

div#com_atmire_dspace_app_xmlui_aspect_artifactbrowser_FrontPageCommunityBrowser_div_comunity-browser-wrapper h2,
div.boxwidth1-2 h2 {
    background-color: #ffd381;
    margin:0;
    padding: 7px 15px !important;
    font-size: 1.5em !important;
}

div.boxwidth1-2 p {
    margin: 15px;
}

div#home-latest-news h3 {
    margin: 5px 15px;
    color: #321617;
    text-decoration: underline;
}

div.news-item {
    margin: 0 15px 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffd381;
}

div.news-line {border-bottom: 1px solid #ffd381;

}

div.news-item p.news-item-date{
    margin: 0;
    color: #eaa147;
    margin-bottom: 10px;
}

div.news-item p{
    margin: 0;
}