/*
 * SICI Templates 
 * Copyright (C) 2005-2007 
 *     Amministrazione Provinciale di Pesaro e Urbino -- Italy
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or (at
 * your option) any later version.
 *
 * The GNU General Public License can be found at
 * http://www.gnu.org/copyleft/gpl.html.
 * A copy is found in the textfile GPL.txt
 */
/*
 * $Id: style.css 2814 2007-09-26 10:06:20Z davide $
 *
 * Autori: Davide Principi & Samuele Ortolani
 * Copyright (C) 2005 Amministrazione Provinciale di Pesaro e Urbino
 */


@media screen {
body {margin: 2em;} 
}/* end @media screen */

@media print {
body {font-size: 10pt;} 
}/* end @media screen */


body {
font-family: Lucida, Verdana, Arial, sans-serif;
color: black;
background: white;
}

h1,h2,h3,h4,h5,h6 {
color: #aaa;
background: transparent;
}

p,li,.codex {
margin: 0.2em 0em 0.2em 2em;
}

div#docinfo {
border: 1px solid #aaa;
margin: 1em;
padding: 1em;
}

#docinfo p {
margin: 0em;
font-family: monospace;
white-space: nowrap;
}

.warning {
background: yellow;
color: black;
}

.codex {
display: block;
white-space: pre-line;
padding: 0.5em;
border: 1px solid #aaa;
border-left: 3px double #aaa;
}

dt {
margin-top: 0.5em;
margin-bottom: 0.2em;
}

div#eid {
float: right;
}

img {
border: none;
}

