/*
  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: "verdana", Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-style: normal;
}

/*******************************
 *****  General elements  ******
 *******************************/
a {
/*	color: rgb(51, 102, 153);*/
	text-decoration: none;
	outline:none;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

li {
	margin-left: 5px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*h1, h2, h3, h4, h5 {
}
*/


h1 {
padding: 0.2% 0 0.5% 0;
font-size: 1.2em;
}

h2.static-pagetitle {
font-size: 1.2em;
}

p.hidden, span.hidden {
    display: none;
}

img {
    display: none;
}


/*******************************
*****  Major components  ******
*******************************/
ul#ds-trail {
    display: none;		
}

div#ds-body {
		margin: 5px 0 10px 20px;
		/* min-width:600px; */
		padding: 0 17% 0 0;
}

div#ds-options {
    display: none;
}

div#ds-footer {
    display: none;	
}




/*******************************
**********  Header  ***********
*******************************/



div#ds-header {
		display:none;
}
div#trail {
    display: none;
}


#home a{
	color: #000;
}

#breadcrumbs {
    display: none;
}


/* User box (login / profile) */
div#ds-user-box {
    display: none;
}


h1.ds-div-head {
	font-size: 1.2em;
	text-align:left ;
}


h2 {
    display: none;
}

form {
    display: none;
}

.ds-interaktive-div {
    display: none;
}

/*******************************
*******  Options list  ********
*******************************/
div#ds-options {
    display: none;
}

#ds-search-option-head {
    display: none;
}

div#ds-search-option {
    display: none;
}

form#ds-search-form fieldset {
    display: none;
}

form#ds-login-form fieldset{
    display: none;
}


/*******************************
**********  Footer  ***********
*******************************/
div#ds-footer {
    display: none;
}


/*******************************
********  pagination  *********
*******************************/

div.pagination {
    display: none;
}

div.pagination-masked {
    display: none;
}
#aspect_artifactbrowser_SimpleSearch_p_result-query {
color: black;
font-size: 12px;
}

p {
    display: none;
}

*.pagination-links {
    display: none;
}


/*******************************
******  Alphabet Lists  *******
*******************************/

ul.alphabet {
    display: none;
}


/*******************************
******  Progress Lists  *******
*******************************/

ul.ds-progress-list {
    display: none;
}


/*******************************
*******  Artifact List  *******
*******************************/
#aspect-artifactbrowser-SimpleSearch_p_result_query .ds-paragraph result-query {
color: black;
}

.autor {
color: black;
font-style: italic;
}
 
.date {
color:black;
}

.artifact-title a {
color: black;
}

.rest{
font-style: italic;
font-weight: normal;
color: black;
}

.gs-link {
    display: none;
}

ul.ds-artifact-list {
		/*border: 1px solid gray;*/
		list-style-type: none;
		font-size: 1.1em;
}

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

ul.ds-artifact-list li.even {
		/*background-color: rgb(255, 255, 255);*/
}

ul.ds-artifact-list li {
		position: relative;
		margin: 0 0 8px 0;
		padding: 2px 2px  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: 110%;
		padding-left: 25px;
}

ul.ds-artifact-list li div.artifact-title {
		font-family: Arial, Helvetica, sans-serif;
		/*font-size: 130%;*/
		font-weight: normal;
}

span.date {
		font-style: italic;
}

/*******************************
*********  Tables  ************
*******************************/

table {
    display: none;
}

/***********  forms  ***********
*******************************/


form {
    display: none;
}

/*   Rules for specific pages  *
*******************************/


/* System wide alerts */
div#ds-system-wide-alert {
		padding: 6px;
		margin: 10px 30px 10px 30px;
}

/* License text, used during submission to show a license */
div.license-text {
		border: 1px solid #666;
		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. */
div.notice {
		border: 2px solid gray;
		padding: 6px;
		text-align: center;
		margin: 10px 30px 10px 30px;
}


/** Community & Collection homepage */

div.search-browse {
		border: 1px solid #cecece;
		/*background-color: rgb(238,238,238);*/
		padding: 0px 5px 10px 10px;
		margin: 1% 15% 1% 20%;
		width: 65%;
		
}

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

/** ItemView page **/
#aspect_artifactbrowser_ItemViewer_div_item-view {
margin-top: 4%;
}


/****/

#show {
    position:fixed;
    top:170px;
    right:10px;
    width: 20%;
    height:auto;
    z-index:16;
    border-left:2px solid #5c739f;
    padding: 5px;
    background:#f5f5f5;
    display:none;
    overflow:hidden;
   float: right;

}

div.download {
   display:none; 
}

#purl {
    display: none;
}


#export {
    display: none;
}

ul li ul li a {
	font-weight: normal;
}


/** CSS FOR ATMIRE MODULES */
#aspect_duplicatechecker_DuplicateChecker_field_maximize,
#aspect_metadataquality_QualityAssurance_field_maximize{
  top:175px !important;
}

img.foldableHelpButton {
    top: 225px !important;
}

#aspect_metadataquality_QualityAssurance_div_Primera_Division table{
    margin : 0;

}

form#aspect_duplicatechecker_DuplicateChecker_div_topdiv1,
form#aspect_duplicatechecker_DuplicateChecker_div_topdiv2,
form#aspect_duplicatechecker_DuplicateChecker_div_topdiv3,
div#aspect_duplicatechecker_DuplicateCompare_div_wrapper .ds-interactive-div,
div#aspect_duplicatechecker_DuplicateMergeStart_div_wrapper .ds-interactive-div,
div#aspect_duplicatechecker_DuplicateMergeReview_div_wrapper .ds-interactive-div,
div#aspect_metadataquality_QualityAssurance_div_Primera_Division .ds-interactive-div
{
    text-align: left !important;
}

div#aspect_duplicatechecker_DuplicateChecker_div_wrapper p {
    margin: 0;
}


#aspect_artifactbrowser_CollectionViewer_div_collection-view .ds-paragraph a, a.submit-link {
padding-left: 30%;
font-size:0.9em;
text-decoration: underline;
}

#aspect_artifactbrowser_CommunityViewer_div_community-home.ds-static-div h2, #aspect_artifactbrowser_CollectionViewer_div_collection-home.ds-static-div h2 
{
border-top: 1px solid #5c739f;
border-bottom: 1px solid #5c739f;
margin-top:5%;

}

span {
display:none;
}

.ds-paragraph {
    display: none;

}

.wos, .citations, .gs-citations, .statistics{
display: none;
}


