/*
  style.css
*/

body {
  background: #003565 none repeat scroll;
  font-family: Corbel,"Lucida Grande","Lexi Sans",Arial,sans-serif;
  font-size: 1em;

}
a:active {}
a:link { }
a:visited {}
img { border-color:black; }
fieldset {
   border: 0px;
}

div#ds-main {
   background: #ffffff none repeat scroll;
   width: 730px;
   margin: 30px auto 80px auto;
   padding: 0px 0px 0px;
}


div#ds-header {

   background-color: black;
   /*padding-top: 10px;
   padding-bottom: 10px;*/
   margin: 0;
   padding:0;
   height:18px;
   line-height:0px;
   padding-top:5px;
}


div#ds-header p
{
  margin:0px 0px 0px 0px;
}
div#ds-header a {
   color: #cccccc;
   font-style: bold;
 }
 

div#ds-header  a span#ds-header-logo {
}

div#ds-header h1,div#ds-header h2 {}

ul#ds-trail {
   background-color: black;
   color: white;
   font-size: .84em;  
   margin-top: 0px; 
}

li.ds-trail-link {
   overflow: hidden;
   display: inline;
   background-image: url("trail.gif");
   background-position: 0% 60%;
   background-repeat: no-repeat;
   padding-left: 16px;
}

li.ds-trail-link a
{
   text-decoration: none;
   color: white;
}

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



/* ds-user-box not created in this theme */
div#ds-user-box {}
div#ds-user-box p {}
div#ds-user-box a {}
div#ds-user-box a:hover {}


div#ds-body {
  float: right;
  background-color: #fafaf1;
  margin-top: 20px;
  margin-bottom: 80px;
  margin-right: 10px;
  padding-right: 0px;
  width: 540px;
  border: 1px solid #cccccc;
}



div#ds-body h1 { 
   color: gray;
   text-align: left;
} 

div#ds-body h2 {
   color: gray; 
}



div#ds-body h3 {
   color: gray;
}

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, 240);
        border: 1px solid rgb(240, 240, 210);
        color: rgb(233, 160, 80);
        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: rgb(10,175,10);
}

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;
     background-color: inherit;
}

ul.alphabet a:hover {
       font-weight: 600;
       color:black;
        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 {}
*/

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

form.search table th {}
*/
div.browse 
{
  display: none;
}

div.pagination {
       position: relative;
        padding: 0px;
        color: inherit;
        background-color: #e6e6f0;
        border: 1px solid #994444;
        margin: 2px 0px 5px 1px;

}

div.pagination * {
   padding: 0px;
}

div.pagination-masked {
/* position: relative; */
        color: inherit;
        background-color: rgb(255, 255, 240);
        border: 2px solid rgb(240, 240, 210);
        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: rgb(223, 110, 0);
     background-color: inherit;
}

a.next-page-link {
     position: absolute;
     right: 10px;
     top: 6px;
     color: #000099;
     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 {i
       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 solid #cccccc;
  width: 100%
}

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


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: #fafaf1; /*light cream */
   background-color: #ffffcc;
   background-color: #cccccc;
   text-align: left;
}

tr.ds-table-row.even {
   color: inherit;
   background-color: #cccccc; /*blue-gray */
   background-color: #fafaf1;
   text-align: left;
}

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

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

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

a.image-link img {}

span.bold {
     font-weight: bold;
}

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

span.underline {
     text-decoration: underline;
}

div.ds-static-div {
  border: none; 
  clear:both;
}

ul.ds-artifact-list {
   border: none; 
        padding: 0px;
        list-style-type: none;
        margin: 0px;
        float: left;
        width: 540px;

 }

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

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

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

}

ul.ds-artifact-list li img {
}

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

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

}

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

ul.ds-artifact-list li div.artifact-title a:link {}

ul.ds-artifact-list li div.artifact-title a:visited {}

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: left;
}



/* 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: 0px solid rgb(240, 240, 210);
        padding: 0;
        color: inherit;
        background-color: rgb(255, 255, 255);
        margin-left: 0;
        margin-right: 0;
}

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

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

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

fieldset.thick legend {
        color: #DF6E00;
        background-color: rgb(255, 255, 245);
        border-top: 2px solid rgb(240, 240, 210);
        padding-left: 10px;
        padding-right: 30px;
}

/* Top-level stuff for the nested "form" lists */
fieldset.ds-form-sublist {
        border: 1px solid rgb(240, 240, 210);
        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: #DF6E00;
        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: rgb(252, 252, 230);
}

form.ds-interactive-div li.even {
        color: inherit;
        background-color: rgb(255, 255, 245);
}

form.ds-interactive-div li.ds-form-item.last {
        border-top: 0px solid rgb(240, 240, 210);
        color: inherit;
        background-color: rgb(255, 255, 255);
}

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

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

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

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: left;
   margin-top:20px;
   padding-left:5px;
   padding-right:5px;
   width: 135px;
}

div.ds-option-set {
   padding: 30px 2px 3px 2px;
   width: 133px;
   margin -3px 0px 0px 0px;
   color: inherit;
   background-color: #cccccc;
   border: 1px solid #343399; 
}

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

div#ds-search-option input.ds-text-field {
        width: 70%;
        margin: 0;
        margin-left: -10px;
        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%;
}

div#ds-options h3
{
  position: relative;
  top: 22px;
  left:5px;
  margin: 0 2px 0 0;
}

div#ds-options h4 
{
     margin-top: 0px;
     color: black;
}

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



div#ds-options li 
{
  padding: 0px;
  color: #006666;
  background-color: inherit;
}


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

div#ds-footer {
        position: relative;
        margin-top: 10px;
        margin-bottom: 20px;
        height: 80px;
        float: left;
        width: 100%;
        border: 1px solid #343399;
}

span#ds-footer-logo {
        float: left;
        clear: both;
        height: 80px;
        width: 300px;
        background-image: url("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 {
        position: absolute;
        top: 62px;
        right: 0px;
        padding-right: 5px;
        text-align: right;
        font-size: smaller;
}

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

div.notice {
        background-color: rgb(255, 255, 240);
        border: 1px solid rgb(240, 240, 210);
        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 rgb(240, 240, 210);
    padding: 6px;
        margin: 10px 30px 10px 30px;
    color: rgb(213, 80, 40);
}


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

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


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

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

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

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


/* styles specific to sscc theme */

ul#sscc_image_menu
{
  list-style-type: none;
}
ul#sscc_image_menu img
{
  border-style: none;
  margin-top: 0px;
  margin-bottom:2px;
  margin-left: 5px;
}


#topdropmenu, #topdropmenu ul
{
   padding:0;
   margin: 0;
   background-color: black;
   list-style-type: none;
}

#topdropmenu img
{
 border-width: 0px;
}


#topdropmenu ul
{
   border-top: thick solid #ffffff;
}

#topdropmenu a, #topdropmenu a:link, #topdropmenu a:hover, #topdropmenu a:visited
{
  display: block;
  color: #ffffff;
  font-size: 13px;
  font-family: Arial;
  text-decoration: none;
  padding-left: 10px;
}

#topdropmenu
{
  float: right;
  line-height: normal;
}
#topdropmenu li  
{
   float: left;
}

/* hide drop-down menus out of sight until user hovers */

#topdropmenu li ul
{
   position: absolute;
   left:-999em;
    background-color: #454546;
   
}

#topdropmenu li ul li
{
  float: none;
   padding: 2px 4px 3px 5px;
   width: 146px;
}
#topdropmenu li:hover ul, #topdropmenu li.sfhover ul
{
    left: auto;
}

#topdropmenu li ul li a:hover
{
  background-image: url(trail.gif);
  background-repeat: no-repeat;
}

img#little_logo
{
  margin-bottom: 25px;
}

/* Misspelling of comunity in below line intentional because of misspelling in
   code that generates the HTML.
*/
div#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser.ds-static-div
{
  text-align: left;
}



