﻿body 
{
    background-image: url('../images/pixelbc.png');
}

 *
{
    font-size: 14px;
    font-family: Arial;
    direction: rtl;
}
body, html
{
    margin: 0px;
    width: 100%;
}
h1{font-size: 30px;}

.mainBody
{
    width: 1002px;
    margin: 0px auto;
}

.rowLight2 {
    background-color: #ededed;
}

.rowLight1 {
    background-color: #f6f6f6;
}

.tblLead
{
    width: 890px;
    margin: 0px auto;
}

.tblLead h2
{
    font-size: 20px;
    font-weight: bold;
    margin: 5px;
}

.tblLead td
{
    padding: 3px;
    text-align:center;
    direction:rtl;
    font-size: 13px;
    
    
}

.tblLead th
{
    padding: 4px;
    text-align:center;
    direction:rtl;
    color: #5984A6;
    font-weight: bold;
    background-color: #ffffff;
}

.tblLead th
{
    background-color: #ffffff;
}

.tblLead .rowLight2
{
    background-color: #ededed;
}

.tblLead .rowLight1
{
    background-color: #f6f6f6;
}

.tblLead .rowLight3
{
    background-color: yellow;
}

.tblLead .rowLight4
{
    background-color: red;
}

.tblLead .rowLight4
{
    background-color: #FFC0CB;
}

.tblLead .rowLight6
{
    background-color: red;
}

.tblLead .rowLight5
{
    background-color: orange;
}


.formFields
{
    font-weight: bold;
    margin-bottom: 20px;
    width: 1002px;
}

.tblLogin
{
    border: 1px solid darkblue;
    text-align: right;   
    height: 150px;
    margin-top: 100px;
}
.tblLogin td
{
    padding-right: 20px;
    padding-left: 20px;
}
.btnUpdateDesc
{
    height: 60px;

    border:1px solid darkblue;
    background-color: #ffffff;
    text-align: center;
    cursor: pointer;
    color: darkblue;
}

.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;
}

.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;
}

.inputUser , .inputPass
{
    background-color: Transparent;
    border: 1px none;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    line-height: 34px;
    margin-right: 49px;
    margin-top: 4px;
    color: #6A6A6A;
    
}

.filterCheckbox
{
    float: right; 
    margin-right: 10px;
    height: 30px;
    width: 176px;
    text-align: right;
    white-space:nowrap;
    
}

.filterCheckbox span
{
    color: #bbbbbb;
}