/*
  ** Copyright 2005 TEI Consortium
  $Id: tei.css 3145 2007-09-06 20:48:46Z rahtz $
  This library is free software; you can redistribute it and/or
  modify it under the terms of the GNU Lesser General Public
  License as published by the Free Software Foundation; either
  version 2.1 of the License, or (at your option) any later version.
  This library is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  Lesser General Public License for more details.
  You should have received a copy of the GNU Lesser General Public
  License along with this library; if not, write to the
  Free Software Foundation, Inc.,
  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
/* ODD */

/* main layout */
body.simple {
    color: #000000;
    background-color: #FFFFFF;
    margin: 10pt;
    font-family:  "Helvetica" "Arial Unicode MS";
    font-size:12pt;
    line-height:130%;
    width:600px;
}


.titlePage {
    font-size:10pt;
    line-height:inherit;
    text-align:left;
}

table, th, td{
border-collapse:collapse;
    border:solid black;
    border-width: 1px;
    padding:15px;
    margin-top:10px;
    margin-bottom:10px;
    font-size:10pt;
      
    
}

div.byline {
    font-size:10pt;
    line-height:inherit;
    text-align:left;
}



/* section headings */
h1 {
    font-family: inherit;
    font-size: 24pt;
    line-height: 130%;
    margin-top:36pt;
    margin-bottom:18pt;
}
h2 {
    font-family:inherit;
    font-size: 18pt;
    line-height: 130%;
    
    
}

/* όνομα συγγραφέα*/
h3 {
    font-family:inherit;
    font-size: 18pt;
    line-height: 130%;
    font-weight:normal;
    text-align:center;
    
}
/*τίτλος έργου*/
h4 {
    font-family:inherit;
    font-size:16pt;
    line-height: 130%;
    font-style: italic;
    font-weight:normal;
}
/*ενδιάμεσοι τίτλοι, χειρόγραφα κλπ.*/
h5 {
    font-size:inherit;
    line-height: 130%;
    font-style: italic;
    font-weight:normal;
    
    border-bottom:solid black 1px;
    }

h6:before{
    content: "➤ ";
}

h6{
    
    margin-left:1cm;
    font-weight:normal;
}

    

.footer {
    text-align : center;
    font-family: Arial,Helvetica,sans-serif;
    font-size : 0.8em;
}

a{
    text-decoration:none;
    color:#B40404;
}

a:hover {
    text-decoration:underline;
}

a:visited{
    color:maroon;
    text-decoration:none;
}



/* an inner <text>, eg inside a <q> */
div.innertext {
    margin: 6pt;
    border: 1pt solid;
}
/* literal code */
div.cdata {
    white-space: pre;
}
div.pre,pre {
    background-color: #FFFFCC;
    font-family: monospace;
    margin: 5px;
}
div.pre_eg,pre.eg {
    margin: 5px;
    padding: 5px;
    font-family: monospace;
    background-color: #DDDDDD;
    white-space: pre;
}
/* table of contents */
ul.toc {
    list-style: none;
}
li.toc {
    list-style: none;
}
/* table of contents links */
a.inlinetoc:link,a.inlinetoc:visited {
    color: #7A7A7A;
    font-size: smaller;
    text-decoration: none;
}
a.inlinetoc-this:visited,a.inlinetoc-this:link {
    font-size: smaller;
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}
a.inlinetoc-sub:visited,a.inlinetoc-sub:link {
    text-decoration: none;
    color: #000000;
    font-weight: normal;
    font-size: smaller;
}
span.toclist {
    font-size: smaller;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
}
p.toclist0 {
    margin-left: 0.5em;
    margin-top: 1pt;
    margin-bottom: 3pt;
    text-indent: -0.5em;
    font-size: small;
}
p.toclist1 {
    margin-left: 1em;
    margin-top: 1pt;
    margin-bottom: 2pt;
    text-indent: -0.7em;
    font-size: small;
}
p.toclist2 {
    margin-left: 1.5em;
    text-indent: -1em;
    font-size: small;
}
p.toclist3 {
    margin-left: 2em;
    text-indent: -1.5em;
    font-size: small;
}
span.toclist-this {
    color: red;
}
a.toclist:visited,a.toclist:link {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
/* notes */
div.noteHeading {
    margin-top: 9pt;
    border: 0;
    border-top: 1pt;
    border-style: solid;
    padding-top: 6pt;
    font-size: larger;
    font-weight: bold;
}
div.noteBody {
    display:inline;
}
div.note {
    margin-left: 1em;
    margin-bottom: 2pt;
    text-indent: -1em;
}
/* images */
img.display {
    margin-top: 10pt;
    margin-bottom: 10pt;
    display: block;
}
p.caption {
    
font-size:10pt;
line-height:120%;
width:480px;
text-align:center
}
.floatimage {
    float : left;
    margin-right : 6px;
    vertical-align : top;
}
/* specialized divs */
div.letter {
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 6pt;
    margin-bottom: 6pt;
    border-top: 1pt solid green;
    border-bottom: 1pt solid green;
}
/* title page */
div.titlePage {
    border-top: 2pt solid #000000;
    border-bottom: 2pt solid #000000;
    padding-top: 6pt;
    padding-bottom: 6pt;
    font-size: 10pt;
    text-align: center;
}
div.docImprint {
    font-style: italic;
}
div.docDate {
    font-style: italic;
}
div.docTitle {
    font-weight: bold;
}
div.docAuthor {
    font-style: italic;
}
div.byline {
}
div.dateline {
    text-align: right;
}
/* verse */
div.lg {
    margin-left: 10px;
}
div.centerbold {
    text-align:center;
    font-weight: bold;
}
div.center {
    text-align:center;
}
div.right {
    text-align:right;
}
div.left {
    text-align:left;
}
div.l {
    text-align:left;
}
p.center {
    text-align:center;
}
p.right {
    text-align:right;
}
p.left {
    text-align:left;
}
div.indent1 {
    margin-left: 1em;
}
div.indent2 {
    margin-left: 2em;
}
div.indent3 {
    margin-left: 3em;
}
div.indent4 {
    margin-left: 4em;
}
div.indent5 {
    margin-left: 5em;
}
div.indent6 {
    margin-left: 6em;
}
/* misc */
.plain {
    font-weight: bold;
    text-decoration: none;
    font-family: inherit;
    color: #C63904;
}
p.box {
    border: 1pt solid #000000;
}
.small {
    font-size: small;
}
td.label {
    font-weight:bold;
    background-color: #D8D8D8;
}
td.editionChar {
    padding:1pt;
    empty-cells:hide;
    border:0.5pt gray solid;
}
tr.label td {
    font-weight: bold;
    background-color: #D8D8D8;
}
table.editionChar {
    
    border: 0.5pt solid;
    text-align:center;
    width:auto;
    padding:1pt;
    margin-left:1cm;
    margin-top:10px;
}
table {
    empty-cells:hide;
}
h5 {
    font-size: 100%;
}
h5 {
    font-size: 100%;
}
h6 {
    font-size: 100%;
}
div.tocFront {
    border-bottom: 1pt solid #000000;
}
div.tocBack {
    border-bottom: 1pt solid #000000;
}
div.tocBody {
    border-bottom: 1pt solid #000000;
}
/* a listBibl rend='labels' */
div.listBibl {
    margin-top: 6pt;
    margin-bottom: 6pt;
}
div.bibl {
    margin-left: 0.5em;
    text-indent: -0.5em;
}
span.biblLabel {
    font-weight: bold;
    margin-right: 1em;
}
/* a <bibl> inside a <cit> */
div.citbibl {
    text-align:right;
    font-size: smaller;
}
/* a <quote> inside a <cit> */
div.citquote {
}
/* gloss lists with bold labels */
dt {
    font-weight: bold;
}
div.blockquote {
    margin: 10pt;
}
/* generic <hi> */
span.hi {
    font-weight: bold;
}
/* from drama */
span.actor {
    font-style:italic;
}
span.camera {
    font-style: italic;
}
span.caption {
    font-style: italic;
}
span.role {
    font-style: italic;
}
span.set {
    font-style: italic;
}
span.sound {
    font-style: italic;
}
span.stage {
    font-style: italic;
}
span.tech {
    font-style: italic;
}
span.view {
    font-style: italic;
}
span.mentioned {
    font-style: italic;
}
span.nextLink {
    font-style: italic;
}
span.previousLink {
    font-style: italic;
}
span.upLink {
    font-style: italic;
}
p, div.p {
    margin-top: 0.3em;
}

ol.listbibl{
    margin-left:1cm;
}

span.pagebreak{
   text-align:right;
}
