/*
Author: Sigfrid Lundberg (siggelundberg@gmail.com)
$Revision: 1.10 $ last modified $Date: 2010/03/12 07:44:26 $
$Id: html.css,v 1.10 2010/03/12 07:44:26 sigfrid Exp $
*/

body {
    font-family: serif;
    color: black;
    background-color: white;
    font-size: 100%;
    font-weight: normal;
    margin-top: 3%;
    margin-left: 4%;
    margin-bottom:2%;
    text-align:center;
}


blockquote.abstract {
    font-size: 80%;
    text-align: left;
    background-color: white;
}

div.box {
    background-color: white;
    border-top: 1px solid;
    border-left: 1px solid;
}

hr {
    width: 500px;
}

div {
    text-align: left;
    margin-left:  0%;
    margin-right: 0%;
    background-color: white;
}

p {
    text-align: left;
    margin-left:  1%;
    margin-right: 1%;
    background-color: white;
}

p.right, div.right {
    font-size: 90%;
    text-align: right;
    margin-left:  +2%;
    margin-right: +2%;
    background-color: white;
}

img.right { float: right;}
img.left { float: left;}



div.indented {
    text-align: left;
    margin-left:  +50%;
    margin-right: +2%;
    background-color: white;
}
 
div#disqus_thread {
    margin-left:  +1%;
    margin-right: +1%;
}

blockquote {
    background-color: white;
}

ul, dl, ol {
    font-family: "Times New Roman",Times;
}

ul, dl, ol {
    margin-left:  +1%;
}

dl dt {
    font-family: sans-serif;
    font-size: 90%;
}

div.left_box ul {
    margin-left:  0%;
    margin-right: 0%;
    font-family: "Times New Roman",Times;
}

pre {
    font-family: courier;
    font-size: 85%;
    margin-left:  +1%;
}


pre.display {
    font-family: courier;
    font-size: 85%;
    margin-left:  +2%;
}

p {
    font-family: "Times New Roman",Times;
}

p.author {
    font-style: italic;
    text-align: center;
    background-color: white;
}


p.verse {
    margin-left: +8%;
    text-align: left;
}

p.speech {
    margin-left: +8%;
}
p.speech:first-line {
    margin-left: -4%;
}

span.speaker {
    font-variant: small-caps;
}


h1.title {
    font-size: 120%;
    font-weight: bold;
    font-family: sans-serif;
    text-align: center;
    background-color: white;
    margin-left:  +1%;
    margin-right: +1%;
}

.level1 {
    background-color: white;
}

.level2 {
    background-color: white;
}

h1 {
    font-size: 120%;
    font-weight: bold;
    background-color: white;
    margin-left:  +1%;
    margin-right: +1%;
}

h2 {
    font-family: sans-serif;
    font-size: 115%;
    font-weight: bold;
    background-color: white;
    margin-left:  +1%;
    margin-right: +1%;
}

h3, h4 {
    font-family: sans-serif;
    font-size: 100%;
    font-weight: bold;
    background-color: white;
    margin-left:  +1%;
    margin-right: +1%;
}

table {
    text-align: left;
    color: black;
    background-color: white;
    font-size: 90%;
    margin-left: +1%;
    vertical-align: top;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

tbody {
    background-color: white;
}


table caption {
    text-align: left;
    color: black;
    font-size: 90%;
    vertical-align: top;
    padding:0.2em;
}

td {
    text-align: left;
    color: black;
    background-color: white;
    font-size: 90%;
    vertical-align: top;
    border-top: 1px solid;
    border-bottom: none;
    border-right: none;
    border-left: 1px solid;
}

th {
    text-align: left;
    color: black;
    background-color: white;
    font-size: 90%;
    vertical-align: top;
    border-top: 1px solid;
    border-left: 1px solid;
}

table.navigation {
    text-align: center;
    color: black;
    background-color: white;
    font-size: 90%;
    vertical-align: top;
    margin-left: 10%;
    margin-right:10%;
}

table.news {
    text-align: center;
    color: black;
    background-color: white;
    font-size: 90%;
    font-family: "Times New Roman",Times;
    vertical-align: top;
    margin-left: 1%;
    margin-right:1%;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: none;
}


td.left {
    text-align: left;
    color: black;
    background-color: white;
    vertical-align: top;
    border: none;
}

th.left {
    text-align: left;
    color: black;
    background-color: white;
    vertical-align: top;
    border: none;
    font-weight: bold;
}

th.left-property {
    width: 20%;
    text-align: left;
    color: black;
    background-color: white;
    vertical-align: top;
    border: none;
    font-weight: bold;
}


th.center {
    text-align: center;
    color: black;
    background-color: white;
    vertical-align: top;
    border:none;
    background-color: white;
    font-weight: bold;
}

td.center {
    text-align: center;
    color: black;
    background-color: white;
    vertical-align: top;
    border:none;
    background-color: white;
}

th.right {
    text-align: right;
    color: black;
    background-color: white;
    vertical-align: top;
    border:none;
    background-color: white;
    font-weight: bold;
}

td.right {
    text-align: right;
    color: black;
    background-color: white;
    vertical-align: top;
    border:none;
    background-color: white;
}


a:active {
    color: #660000;
}

a:link {
    color: #000066;
}

a:visited {
    color: #660000;
}


div.top_left_box {
    border-top:1px solid;
    border-right:1px solid;
    vertical-align: top;
    text-align: center;
    width: 20%;
    float: left;
    clear: left;
}


div.left_box {
    border-bottom:1px solid;
    border-right:1px solid;
    vertical-align: top;
    width: 20%;
    float: left;
    margin-bottom: 2.5em;
}

div.top_right_box {
    vertical-align: middle;
    width: 75%;
    float: left;
    clear: right;
}


div.right_box {
    border-top:1px solid;
    border-right:1px solid;
    vertical-align: top;
    width: 75%;
    float: left;
    clear: right;
    margin-bottom: 2.5em;
}


