﻿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
{
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: #ddd;
    margin:auto;
    position: fixed;
    width: 800px;
    height:100%;
}
.Logo
{
    position:absolute;
    left:10px;
    top:10px;
    padding:5px;
    max-width:100px;
}
a img
{
    border:none;
}

.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;
}

.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;
    text-align:right;
    color:#333;
    border:1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:5px;
    margin:3px 0;
    transition:all 0.2s ease 0s;
}
.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;
    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;
    display:inline-block;
    line-height:35px;
}
.BButton
{
    background-color:#336699;
}
.BButton:hover
{
    background-color:#2D5986;
}
.BButton[disabled="disabled"], .PButton[disabled="disabled"], .GButton[disabled="disabled"], .DButton
{
    cursor: default;
    background-color: #ccc;
    color:#333;
    box-shadow:0 0 3px #999 inset;
}
.BButton[disabled="disabled"]:hover, .PButton[disabled="disabled"]:hover, .GButton[disabled="disabled"]:hover, .DButton:hover
{
    background-color: #ccc;
}
.PButton
{
    background-color: #333399;
}
.PButton:hover
{
    background-color: #2D2D86;
}
.GButton
{
    background-color: #333333;
}
.GButton:hover
{
    background-color: #2A2A2A;
}

.Overlay
{
    position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(100,100,100,0.6);
	z-index:20;
}
.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:20;
}
.Progress img
{
    vertical-align:middle;
    margin-left:10px;
    margin-right:10px;
}

.Recovery
{
    padding-top:90px;
}
.Recovery ul
{
    list-style-type:none;
    padding-right:20px;
}
.Recovery ul li
{
    line-height:30px;
}
.Recovery table
{
    margin-right:20px;
}
.Recovery table td
{
    line-height:30px;
}
.Recovery h1
{
    cursor:default;
    font-family:'B traffic';
    font-size:12pt;
    color:#232;
    margin:0 10px 10px;
    text-shadow:0px 0px 1px #1A548E;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
}
.Recovery .Alert
{
    font-size:8pt;
    background:#eee;
    box-shadow:0 0 2px #999;
    color:#333;
    text-shadow:0 0 1px #999;
    padding:3px;
    margin-top:5px;
    margin-bottom:10px;
    height:16px;
    -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;
}
.Recovery .Alert img
{
    vertical-align:middle;
    margin-left:5px;
}
.Recovery .Commands
{
    position:absolute;
    right:30px;
    top:400px;
}
.Recovery .LTR2
{
    text-align:right;
    direction:ltr;
}
.Recovery .Views
{
    display:none;
}
.Recovery .Views img
{
    vertical-align:middle;
    margin-left:5px;
}
.Recovery .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;
    margin-top:-2px;
    padding:2px;
    font-family:Tahoma;
}