﻿html 
{
    font-family:Verdana, Arial, Narkisim, David;
    font-size:10pt;
    background-color:white;
    color: #00217c;
    direction: rtl;
}

.button
{
    background-color:#EE8710;
    color:White;
    text-align:center;
    font-weight:bold; 
    
}

.textbox
{
    border-bottom-width:1pt;
    border-color:#0079ca;
    color:Blue;
}

.toolbar
{
    background-color:#c3dbf2;
}

.hyperlink
{
    color:Blue;
    text-decoration:underline;
}

a:link, a:visited, a:active
{   
    text-decoration:none;
}

a:hover
{
    text-decoration:none;
}

.AccordionContent
{
    background-color:#c3dbf2;
}

***OLD DEFINITIONS***
.menuButtonOLD
{
    background-color:#0079ca;
    color:White;
    text-align:center;
    font-weight:bold;
    width:120px; 
}

.menuItemOLD
{
    font-family:Arial;
    font-size:12pt;
    background-color:#0079ca;
    color:White;
    text-align:center;
    font-weight:bold;
    text-decoration:none;
}

OLDa:link, a:visited, a:active
{   
    text-decoration: underline;
}

OLDa:hover
{
    color:Blue;
}

table
{
    
}
   
inputOLD, textareaOLD, selectOLD
{
    background-color: White;
    border-color: White;
    border-bottom-width:1pt;
    color: #990000;
    color:Blue;
    text-align: right; 
}

.textboxOLD, textareaOLD
{
    height:9pt;
    font-size:8pt;
    width:70px;
}

