/************************************************************************
  Name: style.css
  Version: $Revision: 1.15 $
  Date: $Date: 2006/07/27 22:54:53 $
  ***********************************************************************
  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.
 ***********************************************************************/
* {
	margin: 0;
	padding: 0;
}
body {
	background: white;
	margin: 0;
	padding: 0;
	font-family: /*"Trebuchet MS",*/ "Helvetica neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-style: normal;
	height: 100%;
}
/*
  ******************************
  *****  General elements  *****
  ******************************
 */

p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 60px;
}
h1, h2, h3, h4, h5 {
	color: #555555;
}
blockquote {
	margin-left: 50px;
	margin-right: 70px;
	margin-top: 10px;
	margin-bottom: 10px;
}
span.bold {
	font-weight: bolder;
}
span.italics,span.italic {
	font-style: italic;
}
span.underline {
	text-decoration: underline;
}
span.fade {
	color: blue;
	font-size: 90%;
}
span.fade a {
	color: black;
	text-decoration: none;
}
span.fade a:hover {
	color: blue;
	text-decoration: underline;
}
span.warn, p.warning {
	color: red;
	font-weight: bolder;
}
p.hidden, span.hidden {
	display: none;
}
hr.item-separator {
    width: 85%;
}
img {
	-ms-interpolation-mode: bicubic;
	border-style: none;
}
div#ds-main {
	height: 100%;
}
div#ds-body {
	margin-top: 30px;
	margin-left: 250px;
	width:80%;
}
/* amol's additon */
div#ds-options {
	padding: 0px 0px;
	position: absolute;
	top: 150px;
	left: 20px;
	width: 200px;
	overflow: hidden;
	background: #5B7696;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
/* height: 100%; */
}
div#ds-footer {
	display:block;
	clear: both;
	padding-top: 20px;
	margin-top: 80px;
	
	min-height: 50px;
	width: 100%;
	
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	background-color:#5B7695; 
}

span#options-head{
	color:white;
	display:block;
	height: 22px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	text-align:center;
}

/*
  ******************************
  *******  Options list  *******
  ******************************
 */
div#ds-options h3 {
	color: black;
	font-size: 1em;
}
div#ds-options h4 {
	color: black;
	font-size: 10pt;
	margin-top: 10px;
}

div#ds-options ul.ds-simple-list {
	list-style-type: none;
	margin-left: 0px;
}

div#ds-options li {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 10pt;
	margin-left: 25px;
}
div#ds-options div#artifactbrowser_Navigation_list_browse li {
	list-style: none;
	margin-left: 0px;
}
div#ds-options div#artifactbrowser_Navigation_list_browse ul ul li {
	list-style-image: url(../images/arrow.gif);
	margin-left: 25px;
}
div#ds-options div#artifactbrowser_Navigation_list_account ul li {
	list-style-image: url(../images/arrow.gif);
	margin-left: 25px;
}
div#ds-options div#artifactbrowser_Navigation_list_context ul li {
	list-style-image: url(../images/arrow.gif);
	margin-left: 25px;
}
div.ds-option-set {
	margin-bottom: 30px;
}
/* search box, in the option list */
#ds-search-option-head {
	background-color: rgb(207, 189, 106);
	padding-left: 4px;
}
div#ds-search-option {
	background-color: #fefecd;
}
form#ds-search-form fieldset {
	border: none;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#ds-search-option input.ds-text-field {
	font-size: 1em;
}
div#ds-search-option label {
	display: none;
}
div#ds-search-option a {
	font-weight: bold;
	font-size: .9em;
	padding-left: 25px;
}
/*
  ******************************
  **********  Footer  **********
  ******************************
 */
div#ds-footer div#ds-footer-links div#ds-footer-credit {
	position: relative;
	right: 0px;
	margin: 5px 0 10px 15px;
}
div#ds-footer span.ds-footer-msg {
	position: absolute;
	right: 40px;
}
div#ds-footer a {
	text-decoration: none;
}
div#ds-footer-links {
	border-top: 1px solid gray;
}
div#ds-footer a:hover {
	text-decoration: underline;
}

/*
  ******************************
  ********  pagination  ********
  ******************************
 */
div.pagination {
	position: relative;
	text-align: center;
	width: 95%;
}
div.pagination-masked.top {
	position: relative;
	margin: 0px 60px 0px 0px;
	padding: 0px;
	text-align: right;
}
div.pagination-masked.bottom {
	position: relative;
	margin: 0px 60px 0px 0px;
	padding: 0px;
	text-align: center;
}
a.previous-page-link {
	font-weight: bolder;
	font-size: larger;
	margin: 0px;
	padding: 0px;
}
a.next-page-link {
	font-weight: bolder;
	font-size: larger;
	margin: 0px;
	padding: 0px;
}
p.pagination-info {
	position: relative;
	margin: 0px;
	padding: 0px;
}
span.pagination-info {
	padding-right: 20px;
	padding-left: 20px;
}
ul.pagination-links {
	position: relative;
	margin: 0px;
	padding: 0px;
}
*.pagination-links li {
	list-style: none;
	display: inline;
	margin-right: 5px;
	font-size: 90%;
}
/*
  ******************************
  ******  Progress Lists  ******
  ******************************
 */
ul.ds-progress-list {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
ul.ds-progress-list li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: gray;
	overflow: hidden;
	display: inline;
	line-height: 20px;
}
ul.ds-progress-list li.current {
	color: black;
}
ul.ds-progress-list li.arrow {
	font-size: 200%;
	font-weight: bold;
	position: relative;
	top: 6px;
}
/*
  ******************************
  *******  Artifact List  ******
  ******************************
 */
ul.ds-artifact-list {
	border: 1px solid gray;
	list-style-type: none;
	width: 95%;
}
ul.ds-artifact-list li.odd {
	background-color: rgb(255, 255, 255);
}
ul.ds-artifact-list li.even {
	background-color: rgb(238, 238, 238);
}
ul.ds-artifact-list li {
	position: relative;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 0 0 0 0;
	padding: 2px 5px 2px 5px;
}
ul.ds-artifact-list li div.artifact-description {
	width: 80%;
}
ul.ds-artifact-list li div.artifact-preview {
	margin: -30px 0px 0 auto;
	width: 15%;
}
ul.ds-artifact-list li div.artifact-info {
	font-size: 90%;
	padding-left: 25px;
}
ul.ds-artifact-list li div.artifact-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bolder;
}
span.date {
	font-style: italic;
}
/*
  ******************************
  *********  Tables  ***********
  ******************************
 */
table {
	clear: both;
	border-spacing: 0px;
/* border: 1px solid gray; */
	margin-top: 5px;
	width: 100%;
}
tr.ds-table-header-row {
	color: inherit;
	background-color: white;
}
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: rgb(255, 255, 255);
}
tr.ds-table-row.even {
	color: inherit;
	background-color: rgb(238, 238, 238);
}
td {
	padding: 3px 10px 5px 10px;
	border: none;
	font-size: inherit;
	background-color: inherit;
	color: inherit;
	vertical-align: top;
}
*.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;
}
/*
  ******************************
  ***********  forms  **********
  ******************************
 */
form.ds-interactive-div {
	width: 95%;
}
form.ds-interactive-div li.ds-form-item {
/* display: block; */
	padding: 2px 0;
	width: 100%;
}
form.ds-interactive-div li {
	margin: 0;
}
form.ds-interactive-div li.odd {
	background-color: rgb(255, 255, 255);
}
form.ds-interactive-div li.even {
	background-color: rgb(255, 255, 255);
}
form.ds-interactive-div li.last {

}
li.ds-form-item {
	float: left;
	clear: both;
	width: 100%;
}
div.ds-form-content {
	float: left;
	clear: right;
	display: block;
	padding: 7px;
	width: 600px;
}
span.ds-form-label,label.ds-form-label {
	display: block;
	float: left;
	clear: left;
	padding: 5px 20px 5px 10px;
	/*width: 200px;*/
	font-weight: bold;
	vertical-align: middle;
	overflow: hidden;
}
/* Help, error, & in-line labels */
label.ds-composite-component {
	display: block;
	float: left;
	padding: 0px 5px 0 0px;
	font-size: 80%;
	color: black;
	background-color: inherit;
	text-align: left;
}
span.error {
	display: block;
	font-size: 100%;
	color: red;
	background-color: inherit;
	margin: 0;
}
span.field-help {
	display: block;
	margin-left: 5px;
	font-size: 90%;
	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: 90%;
	color: gray;
	background-color: inherit;
	text-align: left;
}
span.composite-help {
	display: block;
	font-size: 80%;
	color: black;
	background-color: inherit;
	text-align: left;
}
div.spacer {
	margin: 0;
	padding: 0;
	line-height: 0px;
	clear: both;
}
/* The composite field */
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;
}
/* 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;
}
/* Sub sections within a form */
fieldset.ds-form-list {
	border: 2px solid lightgrey;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}
fieldset.ds-form-list ol {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}
fieldset.ds-form-list legend {
	color: #336699;
	background-color: inherit;
	font-size: 115%;
	font-weight: bolder;
	margin-left: 10px;
}
/*fieldset.thick legend {
	color: #336699;
	padding-left: 10px;
	padding-right: 30px;
}*/
fieldset.ds-form-sublist {
	border: 1px solid rgb(238, 238, 238);
	padding: 0;
	margin: 5px;
}

/* Buttons */

input.ds-button-field{
	text-align:center;
}

/*
  ***********************************
  ******  Standard Lists  	   ******
  ***********************************
 */
 
ul.ds-simple-list {
	list-style-type: circle;
	margin-left: 25px;
}
 
/*
  ***********************************
  ******  Bulleted Text Lists  ******
  ***********************************
 */
ul.text-list {
	list-style-type: circle;
	margin-left: 25px;
}
ul.text-list li {
	margin-left: 50px;
}
/*
  ******************************
  ******  Numbered Lists  ******
  ******************************
 */
ol.number-list {
	list-style-type: decimal;
}
ol.text-list {
	margin-left: 25px;
}
ol.ds-ordered-list {
	margin-left: 25px;
}
ol.text-list li {
	margin-left: 50px;
}
ol.ds-ordered-list li {
	margin-left: 50px;
}
/*
  ******************************
  ******  Alphabet Lists  ******
  ******************************
 */
ul.alphabet {
	text-align: center;
}
ul.alphabet li {
	list-style: none;
	display: inline;
	margin: 0 5px 0 5px;
	font-weight: bolder;
}
ul.alphabet a:hover {
	color: black;
}
/*
  ******************************
  *  Rules for specific pages  *
  ******************************
 */
/* Navigation bar for browse-by pages */
form.navigation {
	max-width: 750px;
	margin: 0 auto 0 auto;
	padding: 10px;
	border: 1px solid lightgrey;
	background-color: rgb(255,255,255);
}
form.navigation p {
	text-align: center;
}
/* System wide alerts */
div#ds-system-wide-alert {
	background-color: rgb(255,240,220);
	border: 2px solid rgb(213,80,40);
	padding: 6px;
	margin: 10px 30px 10px 30px;
	color: rgb(213, 80, 40);
}
/* License text, used during submission to show a license */
div.license-text {
	border: 1px solid #666;
	background-color: #EEE;
	padding: 20px;
	margin: 20px;
	margin-top: 5px;
	font-family: monospace;
	font-size: 125%;
}
/*
  System generated notices, typicaly these follow any action in the
  administrative section, or validation errors in the submission
  system.
 */
div.notice {
	background-color: rgb(238, 238, 238);
	border: 2px solid gray;
	padding: 6px;
	text-align: center;
	margin: 10px 30px 10px 30px;
}
div.validation-error {
	background-color: rgb(255,240,220);
	border: 2px solid rgb(213,80,40);
	padding: 6px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right: 46px;
	color: rgb(213, 80, 40);
}
li.error-text {
	color: rgb(213, 80, 40);
}
/* Community & Collection homepage */
div.search-browse {
	border: 2px solid gray;
	background-color: rgb(238,238,238);
	padding: 0px 5px 0px 10px;
	width: 350px;
}
div.detail-view div.ds-logo-wrapper {
	text-align: right;
	margin-right: 30px;
	margin: -150px 30px 0px auto;
}
div.detail-view p {
	clear: both;
}
p.copyright-text {
	margin-top: 30px;
	width: 90%;
	font-style: italic;
	text-align: center;
	margin: 30px auto 0px auto;
}
/*
  *************************
  *** Amol's new addons ***
  *************************
 */
h3.ds-option-set-head {
	background-color: rgb(207, 189, 106);
	padding-left: 4px;
}
p#ds-button-field {
	background-color: #cfbd69;
}

/*
  ***************************
  *** Misc span defs      ***
  *** from Peter Midford  ***
  ***************************
  */
  span.filename {
    font-size: 1.5em;
	font-weight: bolder;
  }
  span.versionNotice {
      font-size: smaller; 
      font-weight: bold;
      background-color: rgb(255,0,0);
  }
/*
  ************************
  *** @Mire's additions **
  ************************
 */
div.publication {
}
div.dataset {
	padding-left:50px;
}
/* Reduce heeding sizes */

div#ds-body h1 {
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 5px;
}
div#ds-body h2 {
	font-size: 1.3em;
	margin-bottom: 0px;
	margin-top: 20px;
	background-color: inherit;
}
div#ds-body h3 {
	margin-bottom: 15px;
}
/* DryadSubmit styles */
div#aspect_submission_Navigation_list_submitNow {
	padding: 20px 10px 20px 10px;
	margin: 0px;
	background-color: #CDD6DF;
	border: 0px;
}
div#aspect_submission_Navigation_list_submitNow ul {
	list-style-type:none;
}
div#aspect_submission_Navigation_list_submitNow ul li {
	margin: 6px 0px 0px 0px;
}
div#aspect_submission_Navigation_list_submitNow ul li a {
    margin: 0px auto 0px auto;
}
div#aspect_submission_Navigation_list_submitNow ul li a.button-link {
/* Background right image */
/* 	background: transparent url('../images/dryadsubmit-right.jpg') no-repeat scroll top right; */
/* 	display: block; */
/* 	padding-right: 12px; */
/* Change this value according to right image width */
/* 	margin-right: 15px; */
/* 	margin-left: 15px; */
/* Font properties */
/* 	text-decoration: none; */
/* 	color: #fff; */
/* 	font-family: Arial, Helvetica, sans-serif; */
/* 	font-size:14px; */
/* 	font-weight:bold; */
	display: block;
	
	text-align:center;
	
	color: white;
	font-size: 14px;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#474747), to(black)); 
	background-image: -webkit-linear-gradient(top, #474747, black); 
	background-image:    -moz-linear-gradient(top, #474747, black); 
	background-image:     -ms-linear-gradient(top, #474747, black); 
	background-image:      -o-linear-gradient(top, #474747, black); 
	background-image:         linear-gradient(to bottom, #474747, black);
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	border: 1px solid #999999;
	
	height: 30px;
	width: 160px;
	
	padding-top: 13px;
	
}

div#aspect_submission_Navigation_list_submitNow ul li a.button-link:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#474747), to(#222222)); 
	background-image: -webkit-linear-gradient(top, #474747, #222222); 
	background-image:    -moz-linear-gradient(top, #474747, #222222); 
	background-image:     -ms-linear-gradient(top, #474747, #222222); 
	background-image:      -o-linear-gradient(top, #474747, #222222); 
	background-image:         linear-gradient(to bottom, #474747, #222222);
	
	border: 1px solid #BBBBBB;
	
	text-decoration: none;
}
table.componentTable {
	border: none;
	width: auto;
}
table.componentTable td {
	vertical-align: top;
}
ul#aspect_submission_StepTransformer_list_submit-progress li.last {
	background-color:#FFFFFF;
	border: none;
}
/* last revised */
div.lastmodified {
	font-style: italic;
/* text-align: center; */
	font-size: small;
/* below, a hack until dri namespace coming out in footer is removed */
	margin-bottom: -100px;
	padding-top: 10px;
}
div#embargo_notice {
	margin-bottom: 35px;
	margin-top: 10px;
	padding: 10px;
	border: solid 1px;
	border-color: #ddd;
	background-color: #FEFECD;
	font-weight: bold;
	font-size: larger;
	color: #555;
}
div.citation-view {
    float: left;
	border: solid 1px;
	border-color: #ddd;
	background-color: #FEFECD;
	width: 80%;
	min-height: 198px;  /* fixed to match the journal cover image height (adjusted by -2) */
}
div.journal-cover-view{
    float: right;
	margin-left: -25px;
	margin-top: 0px;
	margin-right: 25px;
	width: 15%;
}
blockquote a {
	white-space: nowrap;
}
td.inlineRow {
	padding-left: 25px;
}
td.data-file{
    background-color: #FEFECD;
}
div#aspect_submission_submit_OverviewStep_div_submit-completed-overview {
	border: 2px solid gray;
}
div#aspect_submission_submit_OverviewStep_div_submit-completed-overview div.odd {
	background-color:#EEEEEE;
}
.bold {
	font-weight: bold;
}
div#aspect_submission_submit_OverviewStep_div_submit-completed-overview p {
	margin: 0;
	padding: 5px 0;
}
div#aspect_submission_submit_OverviewStep_div_submit-completed-overview div.subdiv {
	padding-left: 5px;
}
ul#aspect_submission_submit_OverviewStep_list_datasets li {
	padding: 2px;
}
ul#aspect_submission_StepTransformer_list_journal-select-sublist label {
	width: 140px;
}
li.journalerror div {
	color:red;
	float:none;
}
form#aspect_submission_StepTransformer_div_submit-preview-journal li.last {
	border-top: none;
}
form#aspect_submission_StepTransformer_div_submit-preview-journal h2,
form#aspect_submission_StepTransformer_div_submit-preview-journal table.file-list {
	display: none;
}
table.submittable td,
table.submittable th {
	padding-left: 0;
	text-align: left;
}
table.selectPubSubmitTable {
	width: auto;
}
table.selectPubSubmitTable td {
	padding: 3px;
}
table.selectPubSubmitTable td label {
	padding: 0;
	width: auto;
}
table.datafiletable {
	width: auto;
}
table.datafiletable td {
	padding: 10px;
}
input.inputhint {
	color: #777777;
}
.hidden {
    display: none;
}
input#aspect_submission_StepTransformer_field_datafile_identifier {
	width: 220px;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #000000;
	background-color: #FEFECD;
	padding: 5px;
/* opacity: 0.85; */
	width: 500px;
	font-size: 90%;
}
#tooltip h3, #tooltip div {
	margin: 0;
}
div#aspect_discovery_SiteRecentSubmissions_div_site-home {
        margin-top: 50px;
}

ul#aspect_submission_submit_OverviewStep_list_upload-external-list fieldset{
    display: inline;
}

.center {
	   display: block;   
	   text-align: center;
	   margin-left: auto;   
	   margin-right: auto;
}

.vcenter {
	 position: absolute;  
	 top: 50%;
	 display: table-cell; 
	 vertical-align: middle;
}

/*
  ***************************
  SEARCH TABS
  ***************************
 */
#searchTabs {
	padding: 10px;
}
#searchTabs ul {
	list-style: none;
	padding: 0px;
	/*margin: 0px 0px -7px 0px;*/
	margin: 0px 0px -.55em 0px;	
}
#searchTabs li {
	display: inline;
	border: solid gray;
	border-width: 1px;
	margin: 0 0.5em 0 0;
	background-color: rgb(238, 238, 238);
	/* padding: 3px;*/
	padding: .25em;
}
#searchTabs li a {
	padding: 0 1em;
}
#searchTabs #selected {
	background: white;
	border-width: 1px 1px 0px 1px;
	/*padding-bottom: 4px;*/
	padding-bottom: .5em;
}
/*
  ***************************
  Login-Registration Page
  ***************************
 */
#aspect_eperson_PasswordLogin_div_register, #aspect_eperson_PasswordLogin_div_login {
    padding: 10px;
    width: auto;
    float: left;
    background: white;
    background: #eee;
    border: 2px solid gray;
} 
#aspect_eperson_PasswordLogin_div_login {
    margin: 20px 0px 40px 15px; /* top right bottom left */
}
#aspect_eperson_PasswordLogin_div_register {
    margin: 20px 5px 20px 15px;
}
#aspect_eperson_PasswordLogin_div_register h3, #aspect_eperson_PasswordLogin_div_login h3 {
    color: #3c8219; 
}
#aspect_eperson_PasswordLogin_table_register.ds-table {
    padding-bottom: 58px;  /* 4.3em */
}
#aspect_eperson_PasswordLogin_div_register table tr td, #aspect_eperson_PasswordLogin_div_login table tr td {
    background: #eee;
    padding: 5px;
}
#aspect_eperson_PasswordLogin_div_login p {
    width: 100%;
    margin: 10px 0px 0px 0px;
}
#aspect_eperson_PasswordLogin_div_reglogin-header p.ds-paragraph {
    font-size: large;
    color: gray;
    font-weight: bolder;
    padding-top: 10px;
}
#cc-label {
    margin-left: 15px;                 
}

div#embargo_notice_new {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 5px;
	border-color: #ddd;
	font-weight: bold;
	color: #8b0000;
}

/** @arain: CSS Anpassungen **/

html {
  font-size: 100%; /*Fix a IE em BUG*/
}
body {
  background-color: #ffffff;
}
#pixture-reloaded {
  font-family: /*"Trebuchet MS",*/ "Helvetica neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #000000;
  background: #eaeef2 url(bg-wall.png) repeat-x left top;
}
#page {
  line-height: 1.5em; 
  text-align: left;
  background: #ffffff url(bg-header.png) repeat-x left top;
}
#content {
  text-align: left;
}

/*-------------------------------------------------------------------*/
/* @arain: übernommen aus movebank    Generic html elements          */
/*-------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.3em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.4em;
  margin-bottom: 0.8em;
}
em {
  text-decoration: none;
  font-weight: normal;
}
fieldset legend,
.form-item label {
  font-size: 1em;
  font-weight: bold;
  color: #191919;
}
blockquote {
  margin: 4px 10px;
  padding: 10px 15px;
  background: #cdd6df;
}
abbr, acronym {
  border-bottom: none;
}
#mission, 
.node .content, 
.comment .content {
  line-height: 1.5em;
}
.breadcrumb {
  padding: 0;
  padding-bottom: 2px;
  
}

/*-------------------------------------------------------------------*/
/* @arain: übernommen aus movebank		Header         	             */
/*-------------------------------------------------------------------*/

#ds-header {
  margin: 0 0 15px 0;
  padding: 0;
  height: 120px;
  
  overflow:hidden;
}
#logo {
  margin: 0 10px 0 0;
  padding: 0;
  /* mcb: 120px will let the logo collide with superfish menu */
  /* height: 120px; */
  height: 88px;
    /* mcb: logo should be on the right side and aligned to the bottom */
    /* float: left; */
  float: right;
/*  margin-top: 8px;*/

  overflow: hidden;
}
#head-elements {
  height: 88px;
  margin: 0 0 0 15px;
  padding: 0;
}
h1#site-name, 
h1#site-name a, 
div#site-name {
  margin: 0;
  padding: 10px 0 0 0;
  font-weight: lighter;
  font-size: 1.6em;
  line-height: 1.3em;
  font-family: "Helvetica neue",Helvetica,Arial,Verdana,sans-serif;

}
#site-slogan em {
  font-style: normal;
  margin: 0;
}
#search-box {
  float: right;
  position: relative;
  margin: 35px 20px 0pt 0pt; /* pull the search box into position */
  padding: 0;
}

#search-block-form {
  float: right;
  margin: 6px 20px 0pt 0pt; /* pull the search box into position */
}

#edit-search-block-form-1-wrapper label /*Label that says "Search this site:"*/ {                                                                                                 
  display: none;                                                                                                                                                                    
}

/*-------------------------------------------------------------------*/
/* @arain: übernommen aus movebank		Header         	             */
/*-------------------------------------------------------------------*/
div#ds-header {
  background: url(../images/move/header.png) no-repeat top left;
  background-color: #5B7695;
}
#site-name {
/*  font-family: Georgia, "Times New Roman", Times, serif;*/
  text-align: left;
  overflow: hidden;
}
#site-name a {
  color: #ffffff;
}
#site-name a:hover {
  text-decoration: none;
}
#site-slogan {
  color: #ffffff;
  font-size: 1em;
  line-height: 1em;
  text-align: left;
}
/* Primary Links */
#primary { 
  color: #ffffff;
  font-size: 12px;
}
#primary ul.links li a {
  font-weight: bold;
  color: #ffffff;
  padding: 8px 12px 9px;
}
#primary ul.links li a:hover {
  background: transparent;
  text-decoration: underline;
}

/* Search box */
#search-box {
  text-align: right;
  font-size: 11px;
}
#search-box .form-text {
  width: 10em;
  padding: 2px 2px;
  border: solid 1px #9a9a9a;
}
#search-box label {visibility: hidden;}
#edit-search-theme-form-1-wrapper {display: inline;}

/*-------------------------------------------------------------------*/
/* @arain: übernommen aus Movebank      Links                        */
/*-------------------------------------------------------------------*/
a,
a.active {
  text-decoration: none;
  font-weight: bold;
  color: #8b4513;
}
a.active {
    font-weight: normal;
}
a:link, a.active:link {
  color: #8b4513;
}
a:visited, a.active:visited {
  color: #8b4513;
}

a:hover, a.active:hover {
  text-decoration: underline;
  color: #b36935;
}
a:focus, a.active:focus {
  outline: none;
}

/*-------------------------------------------------------------------*/
/* @arain: 						Upper nav    		                 */
/*-------------------------------------------------------------------*/

div#upper_nav{
	width: 100%;
	height: 32px;
	
	background-color: black;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#474747), to(black)); 
  background-image: -webkit-linear-gradient(top, #474747, black); 
  background-image:    -moz-linear-gradient(top, #474747, black); 
  background-image:     -ms-linear-gradient(top, #474747, black); 
  background-image:      -o-linear-gradient(top, #474747, black); 
  background-image:         linear-gradient(to bottom, #474747, black);
	
	color: white;
}

div#upper_nav div#upper_nav-inner{
}

div#upper_nav div#upper_nav-inner ul.menu{
	list-style-type: none;
}

div#upper_nav div#upper_nav-inner ul.menu li{
	display:block;
	float:left;
	height:32px;
	width: 140px;
	text-align:center;
	padding-top: 5px;
}

div#upper_nav div#upper_nav-inner ul.menu li.leaf:hover{
	background-color: #5B7695;
	 -moz-box-shadow: inset 0 0 2px black;
-webkit-box-shadow: inset 0 0 2px black;
        box-shadow: inset 0 0 2px black;
}

div#upper_nav div#upper_nav-inner ul.menu li.leaf a{
	color:white;
}

div#upper_nav div#upper_nav-inner ul.menu li.leaf a:hover{
  	text-decoration: none;
	color:white;
}

div#upper_nav div#upper_nav-inner ul.menu li.leaf.first{
	
}

div#upper_nav div#upper_nav-inner ul.menu li.leaf.last{
	
}

div#upper_nav div#upper_nav-inner ul.menu li.node:hover{
	cursor:default;
	background-color: #5B7695;
	 -moz-box-shadow: inset 0 0 2px black;
-webkit-box-shadow: inset 0 0 2px black;
        box-shadow: inset 0 0 2px black;
}

div#upper_nav div#upper_nav-inner ul.menu li.node a{
	font-weight:normal;
	color: white;
}

div#upper_nav div#upper_nav-inner ul.menu li.node a:hover{
	text-decoration: none;
}

div#upper_nav div#upper_nav-inner ul.menu li.node ul.menu-plus{
	display:none;
	list-style-type: none;
}

div#upper_nav div#upper_nav-inner ul.menu li.node:hover ul.menu-plus{
	display:block;
	position:absolute;
	z-index: 1;
	top:120px;
}

div#upper_nav div#upper_nav-inner ul.menu li.node ul.menu-plus li{
	display: block;
	width: 140px;
	height: 30px;
	font-size: 12px;
	float: none;
	background-color: #333333;
}

div#upper_nav div#upper_nav-inner ul.menu li.node ul.menu-plus li.seperator{
	border-bottom: 1px solid #5B7695;
}

div#upper_nav div#upper_nav-inner ul.menu li.node ul.menu-plus li:hover{
	background-color: #5B7695;
}

div#upper_nav div#upper_nav-inner ul.menu li.node ul.menu-plus li a{
	display: block;
	font-weight:bold;
	width: 140px;
	height: 30px;
	color:white;
	
	text-align:center;
}

div#upper_nav div#upper_nav-inner ul.menu li.node ul.menu-plus li a:hover{
  	text-decoration: none;
	color:white;
}
