﻿body
{
    background-image: url(Images/Back.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-color: #cdf39e;
}

.BackHeader
{
    border: 1px solid #8a8a8c; 
    background-color: #c5ced7;
    height: 17px;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 8pt;
    color: #28256a;
    vertical-align: top;
}

a
{
    text-decoration: none;
    font-family: Tahoma;
    font-size: 9pt;
    color: #02275c;
}

a:hover
{
    text-decoration: underline;
}

a:Visited
{
    color: #02275c;
}

.Menu
{
    /*background-image: url(Images/menuBack.jpg);     background-repeat: repeat-x;*/
    background-color: #b80c0c;
    border: 1px solid #8fe991;
    -moz-border-radius-topleft: -radius: 2em;
    -moz-border-radius-topright: -radius: 2em;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    width: 920px;
    height: 32px;
    margin: 0;
    padding: 0;
}

.MainContent
{  
    height: 100%;
    display: table;
    padding: 0;
    margin: 0;

}
.mPanel
{
    background-color: #b80c0c;
    width: 250px;
    height: 20px;
    font-family: tahoma;
    font-size: 9pt;
    color: white;
    margin-top: 10px;
    border: 1px solid black;
    -moz-border-radius-topleft: -radius: 2em;
    -moz-border-radius-topright: -radius: 2em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.StyleBackMenu
{
    width: 980px;
    height: 21px;
    margin: 0;
    padding: 0;
}

.StyleNewsBack
{
    background-image: url(Images/news_back.jpg);
    background-repeat: repeat-x;
    height: 33px;
    width: 250px; /*100%;*/
    margin: 0;
    padding: 0;
    color: Silver;
    font-family: "Tahoma";
    font-size: 9pt;
    font-weight: bold;
    direction: rtl;
}

.SearchText
{
    background-color:#c0c0c0;
    border: none;
    width: 210px;
    height: 18px;
    vertical-align: top;
    direction: rtl;
    font-family: tahoma;
    font-size: 8pt;
}

.StyleFooterBack
{
    background-image: url(Images/FooterBack.jpg);
    background-repeat: repeat-x;
    height: 160px;
    width: 100%;
    margin: 0;
    padding: 0;
    color: White;
    font-family: "Tahoma";
    font-size: 9pt;
    direction: rtl;
}

a.footer
{
    font-family: Tahoma;
    font-size: 9pt; /* font-weight: bold;*/
    color: #b2b2b2;
    text-decoration: none;
    width: 65px;
}

a.topMenu
{
    text-decoration: none;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: white;
}

a.topMenu:hover
{
    color: white;
    text-decoration: none;
}



a.topTitr
{
    text-decoration: none;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
    color: #617e52;
}

a.topTitr:hover
{
    text-decoration: underline;
}
