/* Copyright (c) 2009 Ezer IT Consulting. All rights reserved. */
/* For information contact claus@ezer.dk. */
/* $Id: usersguide.css,v 1.1 2009-07-16 07:00:24 Claus Exp $ */

body {
    font-family: Cambria, Times New Roman, serif;
    font-size: 12pt;
}

p {
    width: 630px;
}

li.l1 {
    width: 580px;
}

li.l2 {
    width: 550px;
    margin-left: 30px;
    list-style-type: circle;
}

li.l3 {
    width: 500px;
    margin-left: 60px;
    list-style-type: square;
}


dd {
    width: 580px;
}

img {
    border: solid;
    padding: 5px;
}

img.noborder {
    border: none;
    padding: 0;
}

.heb {
    font-family: Ezra SIL, Times New Roman, Arial;
    font-size: 16pt;
    direction: rtl;
}

.greek {
    font-family: Times New Roman, serif;
}

.greek14 {
    font-family: Times New Roman, serif;
    font-size: 14pt;
}

table.keys {
    border-collapse: collapse;
}

table.keys td {
    text-align: center;
}

table.keys th {
    padding-left: 5px;
    padding-right: 5px;
}

table.keys th.col2 {
    border-left: solid 1px;
}


table.keys td.kbd {
    font-family: Courier New, monospace;
    font-size: 14pt;
}

table.keys td.gcol1 {
    font-family: Times New Roman, serif;
    font-size: 14pt;
}

table.keys td.gcol2 {
    font-family: Times New Roman, serif;
    font-size: 14pt;
    border-left: solid 1px;
}

table.keys td.hcol1 {
    font-family: Ezra SIL, Times New Roman, serif;
    font-size: 14pt;
}

table.keys td.hcol2 {
    font-family: Ezra SIL, Times New Roman, serif;
    font-size: 14pt;
    border-left: solid 1px;
}

dt {
    font-style: italic;
}

dd {
    margin-bottom: 10px;
}
