﻿body
{
    text-align: center;
    background-image: url(images/back.png);
    background-repeat: repeat-x;
    direction: rtl;
    margin: auto auto auto auto;
    font-family: Tahoma;
    font-size: 12px;
    color: Black;
    width: 900px;
}
.divDate
{
    background-image: url(images/back.png);
    background-repeat: repeat-x;
    direction: rtl;
    padding: 7px;
}
.boxCornerBackground
{
    background-image: url(images/corner.png);
    background-repeat: no-repeat;
    direction: rtl;
    height: 250px;
    border-style: double;
    border-width: 2px;
    margin: auto auto auto auto;
}
.menuHeaderRight
{
    background-image: url(images/menuRight.png);
    background-repeat: no-repeat;
    margin: auto auto auto auto;
    height: 30px;
    width: 19px;
}
.menuHeaderLeft
{
    background-image: url(images/menuLeft.png);
    background-repeat: no-repeat;
    margin: auto auto auto auto;
    height: 30px;
    width: 19px;
}
.menuHeaderMiddle
{
    background-image: url(images/menuMiddle.png);
    background-repeat: repeat-x;
    margin: auto auto auto auto;
    height: 30px;
    width: 70px;
}
.textBox160
{
    width: 160px;
    text-align: center;
    font-family: Tahoma;
    font-size: 14px;
    height: 24px;
}
.textBox220
{
    width: 220px;
    text-align: right;
    font-family: Tahoma;
    font-size: 14px;
    height: 24px;
}
.defaultButton
{
    width: 120px;
    height: 30px;
    text-align: center;
    font-family: Tahoma;
    font-size: 12px;
}
.topMenuDiv
{
    /*0C664E*/
    background-image: url(images/backMenu.png);
    background-repeat: repeat-x;
    direction: rtl;
    margin: auto auto auto auto;
    font-family: Tahoma;
    color: Black;
    width: 907px;
    height:38px;
}
.defaultTextBox400Right
{
    width: 400px;
    font-family: Tahoma;
    text-align: right;
    color: Black;
}
.firstPageBottomLinks
{
    color: Blue;
    font-size: 11px;
}
.firstPageBottomLinks:hover
{
    color: Green;
    font-size: 10px;
    font-weight: bold;
}
a img
{
    border: 0;
}
#ticker
{
    height: 200px;
    width: 187px;
    overflow: hidden;
}

#ticker div
{
    position: relative;
    padding: 10px;
    top: 550px;
}

#ticker div img
{
    display: block;
}
​ .hidden
{
    visibility: hidden;
}