﻿body
{
    background-color:#e4e4e4;
    margin:0px;
    font-family:Verdana,Arial;
}

.LinkButton
{
    font-size:11px;
    text-decoration:none;
    color:Black;
}

.TextPanelHebrew
{
    direction:rtl;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color:White;
    color:#222222;
    margin:5px;
    padding:15px;
    font-family:Arial;
    font-size:12px;
}

.TextPanelEnglish
{
    direction:ltr;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color:White;
    color:#222222;
    margin:5px;
    padding:15px;
    font-family:Verdana;
    font-size:12px;
}

.RoundedTR
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color:White;
    color:#222222;
    margin:5px;
    padding:15px;
    font-family:Verdana;
    font-size:12px;
}

.TopStrip
{
    background-color:#e4e4e4;/*#6dcff6;*/
}

.BottomStrip
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color:#bbbbbb;/*#515151;*/
    width: 100%;
    height:25px;
    text-align: center; 
    vertical-align:middle;
     color:white;
     font-family:Verdana;
     font-size:11px; 
}