﻿html, body
{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    background-color:#e7e7e7;
}

body
{
    direction: rtl;
    font-family: Tahoma;
    font-size: 8pt;
}

a
{
    text-decoration: none;
    color: #343535;
    padding: 2px;
}

select
{
    font-family: Tahoma;
    font-size: 8pt;
}

/* Master Page
-------------------------------------------------------------------------------*/
div#Header
{
    background-image: url('Images/HeaderWrapper.jpg');
    background-repeat: repeat-x;
    background-color: #2da9b3;
    height: 40px;
    width:95%;
}

.HeaderCaption
{
    background-color: #ebebeb;
    padding: 10px;
    margin-top:4px;
}

div#Map
{
    background-image: url('Images/SmallMapWrapper.jpg');
    background-repeat: repeat-x;
    background-position: center;
    text-align: center;
    width:95%;
}

div#Menu
{
    text-align: right;
    background-color:#f2f2f2;
    vertical-align:top;
}

div#Content
{
    width: 95%;    
    background-color: White;
    height:70%;
    margin-bottom:-10px;
}

div#Footer
{
    font-size: 7pt;
    text-align: right;
    padding-top: 7px;
    padding-right: 35px;
}

div.Report
{
    border:1px solid gray;
    background-color:#f2f2f2;
    width:350px;
}