﻿a
{
    color: blue;
}


a:hover
{
    background-color: white;
    color: gray;
}

body
{
    margin: 0;
    padding: 0;
    background: url(/common/sambgr1.jpg) bottom right fixed no-repeat;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1em;
    background-color: #EEEEEE;
}
#top
{
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding: 3px;
    background-color: white;
    vertical-align: middle;
    width: 800px;
}

#top a
{
    margin-left: 30px;
    margin-right: 30px;
    font-size: small;
}

#main
{
    width: 800px;
    margin: 0 auto 0 auto;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

div.content
{
    clear: both;
    font-size: 1em;
    font-weight: bold;
}

#bottom
{
    width: 728px;
    margin: 0 auto 0 auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#chartable1
{
    position: relative;
    font-size: 10px;
    background-color: white;
    padding: 0px;
}


#chartable1 div.container
{
    float: left;
    background-color: white;
    margin: 5px;
}

#chartable1 div.divTop input
{
    padding: 5px;
    border: 1px solid black;
    text-align: center;
    font-family: verdana;
}


#chartable1 div.divBottom
{
    font-size: 3em;
    font-weight: bold;
    height: 1em;
    padding-top: 10px;
    text-align: center;
}


#settings
{
    font-size: 2em;
    line-height: 1em;
}

textarea
{
    width: 100%;
    border: 1px solid silver;
    background-color: #FEFEFE;
    color: black;
}

#transbottom
{
    text-align: right;
}
#transliterator a
{
    display: block;
    float: right;
    text-align: center;
    padding: 2px;
    width: 120px;
    border: outset 2px;
    margin-left: 2px;
    font-weight: normal;
    color: #003366;
}

.button
{
    border: 1px solid silver;
    background-color: #FEFEFE;
    margin: 0px;
}

.comment
{
    padding: 10px;
    background-color: white;
    border-top: green 4px solid;
    direction: rtl;
}

.commentAlt
{
    background-color: white;
    padding: 10px;
    border-top: red 4px solid;
    direction: rtl;
}

.lastcomment
{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: small;
    padding: 2px;
    background-color: white;
    border-top: green 1px solid;
    border-bottom: red 1px solid;
    direction: rtl;
}

