﻿
body
{
    margin-top: 0px;
    background-color: #A8A788;
    text-align: center;
}

.center
{
    font-family: Tahoma;
    font-size: 10pt;
    width: 782px;
    margin-right: auto;
    margin-left: auto;

}
.menu
{
    text-align: left;
    padding-top:0;
    margin-top:0;
    font-size:16pt;
    font-family:Arial;
    z-index:1;
}
.menuItems
{
    text-align: left;
    font-size:12pt;
    font-family:Arial;
    color:White;
    z-index:1;
}
.menuSubItems
{
    font-size:9pt;
    font-family:Arial;
    text-align: left;
    border-bottom-style:solid;
    border-bottom-color:#A8A788;
    border-bottom-width:1pt;
    color:#010185;
    z-index:1;
}
.tableProperties
{
    width:770;
}
.cellImage
{
    width:200px;
    border-bottom-color:Black;
    border-bottom-style:solid;
    empty-cells:show;
}
.cellAddress
{
    width:300px;
    vertical-align: top;
    empty-cells:show;
}
.cellSpace
{
    width:270px;
    vertical-align: top;
    empty-cells:show;
}
.cellDescription
{
    width:570px;
    border-bottom-color:Black;
    border-bottom-style:solid;
    vertical-align: bottom;
    empty-cells:show;
}
.cellDetails
{
    empty-cells:show;
    border-style:solid;
    border-width:1px;
    border-color:Blue;
}
.modalPopUp
{
    filter:alpha(opacity=40);
    background-color:Gray;
    opacity: 0.4;
}
.imageDetails
{
    max-width: 400px;
    max-height: 300px;
}
.suitesHeader
{
    background-color:Blue;
    color:White;
    font-weight:bold;
}
.pnlExtra
{
    height:0px;
    overflow:hidden;
}