﻿html, body
{
    height: 100%;
    direction: rtl;
    padding: 0px;
    background-color: #3f8dc6;
    margin: 0;
    border: none;
    font-family: Tahoma;
    font-size: 9pt;
}


.tbl_top1
{
    border-spacing: 0px;
    empty-cells: show;
    width: 100%;
}
.tbl_top2
{
    border-spacing: 0px;
    empty-cells: show;
    width: 100%;
}
.tbl_top2_header
{
    background-position: center top;
    height: 156px;
    background-image: url('../images/blue/top-blue.jpg');
    background-repeat: no-repeat;
}

.tbl_top2_footer_links
{
    background-color: White;
    color: Black;
    text-align:center;
}

.tbl_top2_footer
{
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #d7d7d7;
    background-image: url('../images/blue/footer-blue.jpg');
    height: 53px;
    color: #646464;
    text-align: center;
}
.border_footer
{
    height: 145px;
    background-image: url('../images/blue/border-footer-blue.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

.border_footer_right
{
    background-image: url('../images/blue/border-footer-right-blue.jpg');
    background-position: left top;
    background-repeat: no-repeat;
}
.border_header_right
{
    background-image: url('../images/blue/border-header-right-blue.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    height: 205px;
}
.border_footer_right2
{
    background-image: url('../images/blue/border-footer-right2-blue.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    height: 482px;
}
.border_middle_right
{
    background-image: url('../images/blue/border-middle-right-blue.jpg');
    background-position: left;
    background-repeat: repeat-y;
}
.border_footer_left2
{
    background-image: url('../images/blue/border-footer-left2-blue.jpg');
    background-position: right top;
    background-repeat: no-repeat;
    height: 472px;
}
.border_header_left
{
    background-image: url('../images/blue/border-header-left-blue.jpg');
    background-position: right top;
    background-repeat: no-repeat;
    height: 285px;
}

.icon_txt
{
    background-position: right center;
    border-style: none;
    background-image: url('../images/blue/Icon-blue.jpg');
    background-repeat: no-repeat;
    height: 20px;
    padding-right: 22px;
    font-size: 9pt;
    color: black;
    text-decoration: none;
    vertical-align: middle;
    font-weight: bold;
}
