﻿body {
    color: #000000;
    font: 15px Arial;
    text-align: right;
    direction: rtl;
    margin: 5px;
    background-color: #ffffff;
    background-color: #fefbf4;
}

table, tr, td, th {
    vertical-align: top;
}

th {
    font-weight: bold;
    text-align: right;
}

.clsSpacer {
    clear: both;
    height: 0;
    width: 0;
    font-size: 0;
    background-color: transparent;
}

textarea {
    width: 200px;
    height: 60px;
}

input, select, textarea, button {
    font: 13px Arial;
}

.clsLTR {
    text-align: left;
    direction: ltr;
}


h1 {
    color: #781f23;
    font-size: 18px;
    font-weight: bold;
    margin: 3px 0 5px 0;
}

h2 {
    color: #977b1a;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

h3 {
    color: #847b50;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 3px 0;
}

.clsRed {
    color: red;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    margin-left: 3px;
}

.clsRequired {
    color: red;
    font-size: 12px;
    font-weight: bold;
}

.clsErrorMsg {
    color: red;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
}

.clsFormButtons {
    padding: 10px 0 0 0;
    text-align: center;
}

    .clsFormButtons input, .clsButton {
        width: 100px;
        color: #771e23;
        font: 12px Arial;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        border: none;
        background: url(../images/btn_bg2.gif) no-repeat center top;
        min-height: 20px;
        line-height: 14px;
    }

.clsLinkLike {
    cursor: pointer;
    font-weight: normal;
    font-size: 13px;
}

.clsLinkLike, A:link, A:active, A:visited, A:hover {
    color: #700308;
    text-decoration: underline;
    background-color: transparent;
}

A:visited {
    color: #5c5952;
    text-decoration: underline;
}

A:hover {
    color: #493b00;
    text-decoration: underline;
}

.achtpac {
    display: none;
}

.efratDarkYellow {
    color: #847b50;
}

.efratLightYellow {
    color: #977b1a;
}

.efratBordeaux {
    color: #781f23;
}
