﻿body
{
    background-image: url(Images/PageBG.jpg);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #EAF1FF;
    direction: rtl;
    font-family: Tahoma;
    font-size: 9pt;
    margin: 0px;
}
input.but
{
    width: 150px;
    height: 30px;
    border: solid 1px black;
    cursor: pointer;
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
    background-color: #FFDB0D;
}
input.butred
{
    width: 150px;
    height: 30px;
    border: solid 1px black;
    cursor: pointer;
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
    background-color: #FF6699;
}
input.butgreen
{
    width: 150px;
    height: 30px;
    border: solid 1px black;
    cursor: pointer;
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
    background-color: #00FF99;
}
input.butblue
{
    width: 150px;
    height: 30px;
    border: solid 1px black;
    cursor: pointer;
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
    background-color: #33CCFF;
}
input.butYellow
{
    width: 150px;
    height: 30px;
    border: solid 1px black;
    cursor: pointer;
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
    background-color: #FFFF00;
}
.headerCell
{
    font-weight: bold;
    font-size: 11pt;
    font-family: Arial;
    background-color: #ff9900;
    text-align:center;
}
.headerCellGreen
{
    font-weight: bold;
    font-size: 11pt;
    font-family: Arial;
    background-color: #99FF33;
    text-align: center;
}

.boxes
{
    border: 2px solid #003399;
    background-color: #FBFCFF;
    text-align: justify;
}
.prog
{
    background-color: White;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
input, textarea, select
{
    font-family: Tahoma;
    font-size: 9pt;
}
.errlabel
{
    
    background-color: #ffffff;
    color: #ff0000;
    font-size: 12pt;
    height:20px;
    vertical-align:middle;
}
.menubar
{
   
    background-color: white;
    
    font-family: Arial;
    font-size: 13pt;
    font-weight: bold;
    width: 100%;
    
    border: 1px #006699 solid;
    text-align: center;
    vertical-align: middle;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:0px;
    margin-right:0px;
    padding:5px;
    overflow:visible;
     filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.noUnder
{
    text-decoration: none;
    color: #0000CC;
}
