﻿body
{
    background-color: #FFFFFF;
    background-image: url('../img/default-background.png');
    background-repeat: repeat-x;
    font-family: Tahoma;
    font-size: 9pt;
    direction: rtl;
    margin: 0;
}

.Container
{
    width: 800px;
    margin: 0 auto;
    position: relative;
}

.Logo
{
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 5px;
    max-width: 100px;
}

.Login
{
    position: absolute;
    top: 100px;
    right: 0;
    width: 230px;
    padding: 10px;
    border: 2px solid #B3B3B3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.Login .ValidationSummary ul
{
    margin: 0px;
    padding: 1px;
    list-style-position: inside;
    list-style-type: none;
}

.Login .ValidationSummary ul li
{
    font-size: 8pt;
    background: #eee;
    box-shadow: 0 0 2px #999;
    color: #333;
    text-shadow: 0 0 1px #999;
    padding: 3px;
    margin-top: 5px;
    height: 16px;
    overflow: hidden;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.Login .ValidationSummary ul li span
{
    line-height: 22px;
}

.Login table
{
    width: 100%;
}

.Login .Form .Comment
{
    color: #555;
    font-size: 8pt;
}

.Login .HyperLink
{
    text-decoration: none;
    color: #21f;
}

.Login .HyperLink:hover
{
    cursor: pointer;
    color: #909;
    border-bottom: 1px solid #909;
}

.Login .Captcha
{
    vertical-align: middle;
    border: 1px solid #999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 0 2px #333399;
    padding: 2px;
    margin-top: -2px;
}

.Login .SpecialOffers
{
    text-align: justify;
    width: 230px;
    height: 75px;
    overflow: hidden;
    margin: 5px 0;
}

.HomeHelp
{
    position: absolute;
    top: 10px;
    right: 20px;
}

.HomeHelp a
{
    text-decoration: none;
    color: #335;
}

.HomeHelp a img
{
    vertical-align: middle;
    border: none;
}

.HomeHelp a span
{
    font-size: 8pt;
    border-bottom: 1px solid #335;
}

.Description
{
    line-height: 20px;
    margin-right: 300px;
    padding-top: 90px;
}

.Description h5
{
    font-size: 10pt;
    font-weight: normal;
    text-shadow: 0 0 1px #333;
    margin: 0;
}

.Description p
{
    text-align: justify;
    text-indent: 0.5cm;
    margin: 10px 0;
}

.Description ul
{
    list-style-image: url('../img/register-bullet-blue.png');
    padding-right: 15px;
}

.Copyright
{
    background-color: #fff;
    position: fixed;
    width: 100%;
    bottom: 0;
    font-size: 8pt;
    line-height: 20px;
    border-top: 1px solid #999;
    text-align: center;
    z-index: 20;
}

.Copyright a
{
    text-decoration: none;
}

.TextBox
{
    font-family: Tahoma;
    font-size: 9pt;
    width: 98%;
    direction: ltr;
    text-align: right;
    color: #333;
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
}

.TextBox:hover
{
    color: #000;
}

.TextBox:focus
{
    color: #000;
    border: 1px solid #1A548E;
}

.BButton, .PButton, .GButton, .DButton
{
    font-family: Tahoma;
    font-size: 8pt;
    border: none;
    padding-bottom: 6px;
    color: #fff;
    width: 101px;
    height: 35px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: block;
    box-shadow: 0 0 3px #333 inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

a.BButton, a.PButton, a.GButton, a.DButton
{
    height: 30px;
    line-height: 35px;
}

.BButton
{
    background-color: #336699;
}

.BButton:hover
{
    background-color: #2D5986;
}

.PButton
{
    background-color: #333399;
}

.PButton:hover
{
    background-color: #2D2D86;
}

.GButton
{
    background-color: #333333;
}

.GButton:hover
{
    background-color: #2A2A2A;
}

.DButton
{
    cursor: default;
    background-color: #999;
    box-shadow: 0 0 3px #666 inset;
}

a img
{
    border: none;
}

.Overlay
{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(100,100,100,0.6);
    z-index: 21;
}

.Progress
{
    position: fixed;
    width: 10%;
    min-width: 180px;
    line-height: 50px;
    display: inline;
    margin: auto;
    top: 50%;
    left: 45%;
    background: #eee;
    border: 1px solid #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 5px #ddd;
    z-index: 22;
}

.Progress img
{
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}
