﻿body {
}

 *
{
    font-size: 14px;
    font-family: Arial;
    text-align: right;
    direction: rtl;
}
body
{
    margin: 0px;
}
h1{font-size: 30px;}

.tblLead td
{
    padding: 4px;
    text-align:right;
    direction:rtl;
}

.tblLead th
{
    padding: 4px;
    text-align:center;
    direction:rtl;
    color: Black;
    font-weight: bold;
}

.tblLead th
{
    background-color: Gray;
}

.tblLead .rowLight2
{
    background-color: #ededed;
}

.tblLead .rowLight1
{
    background-color: #f6f6f6;
}

.formFields
{
    font-weight: bold;
    margin-bottom: 20px;
}

.tblLogin
{
    border: 1px solid darkblue;
    text-align: right;   
    height: 150px;
    margin-top: 100px;
}
.tblLogin td
{
    padding-right: 20px;
    padding-left: 20px;
}
.btnUpdateDesc
{
    height: 60px;
}
.btnOpenMore, .btnUpdateDesc
{
    border:1px solid darkblue;
    background-color: #ffffff;
    text-align: center;
    cursor: pointer;
    color: darkblue;
}

.btnOpenMore:hover, .btnUpdateDesc:hover
{
    background-color: #d3d3d3;
}

.btnDelete
{
    border:1px solid darkblue;
    background-color: #ffffff;
    border: 1px solid darkblue;
    text-align: center;
    cursor: pointer;
    color: red;
    font-weight: bold;
}

.btnDelete:hover
{
    background-color: #d3d3d3;
}

.redBold
{
    color: Red;
    font-weight: bold;
}

.HeaderNav
{
    width: 95%;
    border:1px solid darkblue;
    position: absolute; 
    top: 0px; 
    right: 0px; 
    padding: 0px;
    padding: 8px 0px 8px 0px;
}

.HeaderNav div
{
    background-color: #ffffff;
    text-align: center;
    color: darkblue;
    float: right;
    margin-left: 20px;
    padding: 0px 10px 0px 10px;
}

#LeadCounterClient, #dvName
{
    font-weight: bold;
}

.frmNewUser
{
    text-align: right; 
    float: right; 
    margin-right: 50px; 
    width: 350px;
}

.frmNewUser th
{
     font-weight: bold;
     text-align: right;
}

.frmLeadPrice
{
    text-align: right; 
    float: right; 
    margin-right: 50px; 
    width: 200px;
}
.frmLeadPrice td
{
    text-align: center;
}
.frmLeadPrice th
{
    font-weight: bold;
    text-align: center;
}