﻿body
{
    font-family: Tahoma;
    font-size: 8pt;
    direction: rtl;
}
a
{
    font-family: Tahoma;
    font-size: 8pt;
    color: blue;
    text-decoration: none;
}
a:hover
{
color :Red ;
}

.text
{   
  border: solid 1px #60899b;
    color: Navy;
    font-size: 8pt;
    font-family: Tahoma;
}
.normalText
{
    font-family: Tahoma;
    font-size: 8pt;
    width: 43px;
}
.Div800
{
    width: 800px;
    padding: 5px;
}
.buttons
{
    font-family: Tahoma;
    font-size: 8pt;
    border: solid 1px #4c6bb1;
    background-color: #CFE1FC;
    cursor: pointer;
    }
.modal
{
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

#Search
{
    width: 250px;
}
#Main01
{
    width: 675px;
}
#All01
{
    width: 950px;
}
.OperatorPanels
{
    width: 500px;
}

.buttons
{
    font-family: Tahoma;
    font-size: 8pt;
    cursor: pointer;
    background-color: #6189E9;
    color: #FFFFFF;
    font-weight: bold;
    height: 19px;
}
.hr
{
    height: 0px;
    border: solid 1px silver;
}
.hr1
{
    height: 0px;
    border: 1px solid #BDD8F9;
    border-top : none ;
}
.inputs
{
    border: solid 1px #60899b;
    color: Navy;
    font-size: 8pt;
    font-family: Tahoma;
}