/* Style for OAI specification */

/* Based on W3C
   Style for a "Proposed Recommendation"
   Copyright 1997-2003 W3C (MIT, ERCIM, Keio). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software
   Obtained from
   http://www.w3.org/StyleSheets/TR/W3C-PR.css
   which was marked with Id
   [dollar]Id: base.css,v 1.25 2006/04/18 08:42:53 bbos Exp [dollar]
*/

/* Subsequent changes
   2007-09-21 thru 2007-10-15 for OAI-ORE alpha release [Simeon Warner]  
   $Id: ore-spec.css,v 1.2 2008-10-17 18:56:07 simeon Exp $ */

body {
 padding: 2em 1em 2em 70px;
 margin: 0;
 font-family: sans-serif;
 color: #000000;
 background: white;
 background-position: top left;
 background-attachment: fixed;
 background-repeat: no-repeat;
 font-size: medium;
 line-height: 110%;
}

:link {
 color: #00C;
 background: transparent;
}
:visited { color: #609; background: transparent }
a:active { color: #C00; background: transparent }

dfn { font-style: italic; font-weight: bold }

a:visited img { border-style: none } 

a:link img { border-style: none } /* no border on img links */

a img { color: white; }    /* trick to hide the border in Netscape 4 */
@media all {          /* hide the next rule from Netscape 4 */
 a img { color: inherit; }  /* undo the color change above */
}

td { /* ns 4 */
 font-family: sans-serif;
}

th { /* ns 4 */
 font-family: sans-serif;
}

h6 { text-align: left }

h5 { text-align: left }

h4 { text-align: left }

h3 { text-align: left }

h2 { text-align: left }

h1 { text-align: left }
/* background should be transparent, but WebTV has a bug */
h4 { color: #005A9C; background: white }
h3 { color: #005A9C; background: white }
h2 { color: #005A9C; background: white }
h1 { color: #005A9C; background: white }
h1 { font: 170% sans-serif }
h2 { font: 140% sans-serif }
h3 { font: 120% sans-serif }
h4 { font: italic 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }

.hide { display: none }

div.head {
 margin-bottom: 1em;
 margin: 0 0 0 0;
}
div.head h1 {
 margin-top: 1em;
 clear: both;
}
div.head table {
 margin-left: 2em;
 margin-top: 2em
}

p.copyright { font-size: small }
p.copyright small { font-size: small }

@media screen { /* hide from IE3 */
a[href]:hover { background: #ffa }
}

pre { margin-left: 2em }
/*
p {
 margin-top: 0.6em;
 margin-bottom: 0.6em;
}
*/
dd { margin-top: 0; margin-bottom: 0 } 
dt { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }

code { font-family: monospace } 

pre { font-family: monospace } /* navigator 4 requires this */

ol.toc {
 list-style: disc;  /* Mac NS has problem with 'none' */
 list-style: none;
}

ul.toc {
 list-style: disc;  /* Mac NS has problem with 'none' */
 list-style: none;
}

@media aural { 
 h3 { stress: 20; richness: 90 }
 h2 { stress: 20; richness: 90 }
 h1 { stress: 20; richness: 90 }
 .hide { speak: none }
 p.copyright { volume: x-soft; speech-rate: x-fast }
 dt { pause-before: 20% }
 pre { speak-punctuation: code } 
}

/* ====================== ORE STYLES ========================= */

/* Styles for OAI-ORE logo and header text */
.ORElogo-name {
 vertical-align: top;
}
.OREtext {
 font-size: 175%;
 font-weight: 400;
 vertical-align: top;
 line-height: 120%;
 padding-left: 1em;
 padding-right: 1em;
}
.OAIlogo {
 float: left;
 margin-top: 6px;
 margin-right: 12px;
}
/* pad to 70 pixels high from 56 = 7 top and bottom */
.ORElogo {
 float: left;
 margin-top: 13px;
 margin-bottom: 7px;
 margin-left: 12px;
 margin-right: 20px;
}
#ore-logo {
 width: 100px;
 height: 100px;
 float: none;
 clear: none;
}
table.layout {
 empty-cells: show;
 border-collapse: collapse;
}
table.layout td {
 border: none;
}


/* ORE documents title block under header */
.titleBlock {
 clear: both;
}
.title {
 font-size: x-large;
 font-weight: 500;
 margin-bottom: 0ex;
}
.subTitle {
 font-size: medium;
 font-weight: 300;
 margin-top: 0.2ex;
}


code {
 font-family: monospace;
}

div.constraint, div.issue, div.note, div.notice {
 margin-left: 2em;
}
dt.label {
 display: run-in;
}
.diff-chg {
 background-color: yellow;
}
.diff-del {
 background-color: red;
 text-decoration: line-through;
}
.diff-add {
 background-color: lime;
}
dl.EditorsContributors dd dt {
 font-weight: 600;
 font-style: italic;
}

.code {
 font-family: monospace;
 font-size: small;
}
dfn {
 font-style: italic;
 font-weight: bold;
}
ol.enumar {
 list-style-type: decimal;
}
ol.enumla {
 list-style-type: lower-alpha;
}
ol.enumlr {
 list-style-type: lower-roman;
}
ol.enumua {
 list-style-type: upper-alpha;
}
ol.enumur {
 list-style-type: upper-roman;
}
dt.label {
 display: run-in;
}
li, p {
 margin-top: 0.3em;
 margin-bottom: 0.8em;
}
.diff-chg {
 background-color: yellow;
}
.diff-del {
 background-color: red;
 text-decoration: line-through;
}
.diff-add {
 background-color: lime;
}

/* Default table layout */
table {
 empty-cells: show;
 border-collapse: collapse;
 margin-bottom: .5ex;
}
table caption {
 font-weight: normal;
 font-style: italic;
 text-align: left;
 margin-top: 1.5ex;
 margin-bottom: .5ex;
}
table th {
 padding: 3px;
 border: 2px solid #000000;
 text-align: center;
 font-weight: bold;
}
table td {
 padding: 5px;
 border: 2px solid #000000;
 text-align: left;
}

.rfc2119 {
 font-variant: small-caps;
}
div.exampleInner pre {
 margin-left: 1em;
 margin-top: 0em;
 margin-bottom: 0em;
}
div.exampleOuter {
 border: 4px double gray;
 margin: 0em;
 padding: 0em;
}
div.exampleInner {
 background-color: #d5dee3;
 border-top-width: 4px;
 border-top-style: double;
 border-top-color: #d3d3d3;
 border-bottom-width: 4px;
 border-bottom-style: double;
 border-bottom-color: #d3d3d3;
 padding: 4px;
 margin: 0em;
}
div.exampleWrapper {
 margin: 4px;
}
div.exampleHeader {
 font-weight: bold;
 margin: 4px;
}
.style1 {
 color: #0000CC;
}
.figure {
 font-weight: bold;
 text-align: center;
}
.definition {
 font-weight: bold;
 font-style: italic;
}
.style2 {
 text-align: center;
}
.squeezeList {
 list-style-type: square;
 line-height: 80%;
 font-size: 90%;
}
p.toc {
      line-height: 120%;
}

/* We have a namespace table in many docs so define standard style. To
   use this just put <table class="namespace-table"...> then use
   <th> and <td> as normal */
table.namespace-table {
 margin-left: auto;
 margin-right: auto;
 empty-cells: show;
 border-collapse: collapse;
}
table.namespace-table th {
 padding: 3px;
 border: 2px solid #000000;
 text-align: center;
 font-weight: bold;
 font-style: italic;
}
table.namespace-table td {
 padding: 2px;
 border: 2px solid #000000;
 text-align: left;
}
table#namespace-table caption {
 font-weight: normal;
 font-style: italic;
 text-align: left;
 margin-bottom: .5ex;
}

/* div for link to ReM at foot of documents */
div#rem {
 margin-top: 4ex;
}

/* div for license information at foot of documents */
div#license {
 margin-top: 4ex;
}

/* Styling foc change log tables at end of each document */
table.changelog {
 empty-cells: show;
 border-collapse: collapse;
}
table.changelog th {
 padding: 5px;
 border: 2px solid #000000;
 text-align: center;
 font-weight: bold;
}
table.changelog td {
 padding: 5px;
 border: 2px solid #000000;
 text-align: left;
}

/* Used in atom specification to denote things that are
   generaic to Atom or specific to ORE */
.atomgeneric {
 font-style: normal;
}
.orespecific {
 font-style: italic
}

div.open-issue {
 background-color: #fc0;
 padding: 0.5ex;
 margin: 2ex;
}
div.open-issue:before {
 font-weight: bold;
 content: "Open Issue: ";
}

div#alpha-warning {
 font-style: italic;
 font-weight: bold;
 color: #FF0000;
 border-top-width: thin;
 border-right-width: thin;
 border-bottom-width: thin;
 border-left-width: thin;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
 padding: 0.5ex;
}

div#float-warning {
 position: fixed;
 top: 10px;
 left: 100px;
 border-top-width: thin;
 border-right-width: thin;
 border-bottom-width: thin;
 border-left-width: thin;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
 padding: 0.5ex;
 font-size: 130%;
 font-style: italic;
 font-weight: bold;
 line-height: 130%;
 color: #F00;
 background-color: #FFF;
}

/* during editing */
.carlChange {
 background-color: #ff3;
}