
body {
    margin: 0em;
    padding: 0em;
    background-color: white;
    background-image: url("w2l-clam.jpg");
    color: black;
    font-size: medium;
    direction: rtl;
}

.invisible {
    display: none;
}

#fixed {
    float: right;
    width: 12em;
    /* background: #666666; */
    background: #F0FFC9;
    margin-right: 5pt;
}

#fixed h2
{
    font-size: large;
    color: #800;
    margin-left: 5pt;
    margin-right: 5pt;
}

#content {
    margin-right: 14em;
    margin-left: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1.5em;
    font-size: medium;
    line-height: 1.5;
    border: black solid thin;
    background-color: #F2FFFF;
}
.center { text-align: center; }
.title .pretitle {font-size:0.5em; text-align:right; }
.title .posttitle {font-size:0.5em; text-align:center; }
.title { font-size: 3em; text-align: center; margin-top: 0.5em;}
div.english 
{
    text-align:center; 
    font-size: 1.25em;
    direction : ltr;
}
h2, .title 
{ 
    /* color:#060; */
    color: #6C350E;
}
.maintitle {color: black;}
h2 { margin-top: 2em; }
a:link { background: transparent none; color: blue; }
a:visited { background: transparent none; color: blue; }
a:active { background: transparent none; color: blue; }
a:hover { background-color : yellow;}

dt {color: green; font-weight: bold; }

#fixed ul
{
    list-style-type: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 1em;
    margin-left: 0;
}

#fixed li
{
    /* padding: 0.5em; */
    margin-bottom: 2px;
    padding-right: 10pt;
}

#fixed li a
{
    color: black;
    font-weight: bold;
    font-size: smaller;
}

#fixed li:hover
{
    color: white;
}

#fixed a:hover {
    background: transparent;
}

#fixed li.item:hover, #fixed div:hover, #fixed .item:hover
{
    background-color: #E0E0E0;
}

#fixed li:hover ul
{
    background: #F0FFC9;
}

#fixed img
{
    display: block;
    padding: 1em;
}

.ad
{
    text-align: center;
    border:0;
}
div.address {
    border-top: 2px solid black;
}


div.address img {
    border: 0px;
    text-align: left;
}

table {border-style:solid; width:100%}
td,th 
{
    border-style:solid; 
    border-width: thin; 
    border-color: #808080; 
    padding:0.5em;
}
th {font-weight: bold; text-align:right;}

.align_top td { vertical-align : top }

div.back {text-align:center; margin-top:2em;}

em.linday 
{
    color : green;
    font-weight: bold;
    font-size: 120%;
}

.latin
{
    direction: ltr;
    text-align: left;    
}

#footer
{
    clear: both;
    margin-left: 1em;
    margin-right: 14em;
}

.cen
{
    text-align: center;
    margin-left:auto;
    margin-right:auto;    
}
.cen img
{
    margin-left:auto;
    margin-right:auto;
}
.bcen
{
    margin-left:auto;
    margin-right:auto;
}

.form
{
    border: black dashed thin;
    padding: 0.5em;
    background-color: #EEEEEE;
}

.form ul
{
    list-style: none;
    padding-right: 0;
    margin-right: 0.5em;
    /* We repeat it for the left so Opera will be happy - seems like an
    Opera bug.
    */
    padding-left: 0;
    margin-left: 0.5em;
}
.form .fields li
{
    margin-top: 0.5em;
}
/* Setting for items in English */
.eng
{
    direction:ltr;
    font-size:x-small;
}
/* Required fields */
.req 
{ 
    color: red; 
}
h1, h2, h3, h4
{
    font-family: sans-serif;
}

