﻿#boothPopup, #boothPopupC
{
    position: absolute;
    background-color: black;
    border-radius: 8px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0.88;
    padding: 8px;
    text-align: left;
    vertical-align: top;
    width: 320px;
    z-index: 9999 !important;
}

.BoothClick
{
    border-top: 1px solid gray;
    color: goldenrod;
    font-size: 9pt;
    margin-top: 8px;
    padding-top: 8px;
    text-align: center;
}
.BoothCompany
{
    color: orange;
    font-size: 12pt;
}
.BoothDescription
{
    font-size: 10pt;
    color: white;
}
.BoothLocation
{
    color: white;
    font-size: 11pt;
    margin-top: 4px;
}
.BoothNumber
{
    border-bottom: 1px solid gray;
    font-size: 9pt;
    margin-bottom: 8px;
    padding-bottom: 8px;
    text-align: center;
}
.BoothPrice
{
    color: white;
    font-size: 12pt;
    text-align: center;
}
.BoothPurchase
{
    color: orange;
    font-size: 14pt;
    margin-top: 8px;
    text-align: center;
}
.BoothURL
{
    margin-top: 15px;
    color: #0FAAFF;
}
.Booth {
    border-bottom: 1px solid black;
    border-left: 1px solid lightgray;
    border-right: 1px solid black;
    border-top: 1px solid lightgray;
    border-radius: 4px;
    display: block;
    font-size: 6.5pt;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    /*width: 24pt !important;
    height: 24pt !important;
    margin-left: 4pt !important;
    margin-right: 4pt !important;*/
}
.BoothCompanyText
{
    position: relative;
    display: block;
    top: 5px;
    text-align:center;
}
.BoothText
{
    position: absolute;
    display: block;
    bottom: 5px;
    left:5px;
}
.BoothTextTop
{
    position: relative;
    display: block;
    top: 5px;
    text-align:center !important;    
}
.BoothAvailable
{
    background-color: #D3D3D3;
    color: #333;
    cursor: pointer;
}
.BoothRequested
{
    background-color: #bf1e2e;
    color: white;
    cursor: not-allowed;
}
.BoothReserved
{
    background-color: #bf1e2e;
    color: white;
    cursor: not-allowed;
}
.BoothSpecial
{
    background-color: #6194c9;
    color: white;
    cursor: pointer;
}
.BoothSpecial2
{
    background-color: #000 !important;
    color: white;
    cursor: pointer;
}
.BoothSold
{
    background-color: #014171;
    color: white;
    cursor: pointer;
}
.BoothColumn {
    background-color: black;
    color: black;
    cursor: pointer;
}
.Floor
{
    border: none;
    position: absolute;
    z-index: 0;
}
.GridSquare
{
    border: 1px solid lightgray;
    position: absolute;
    z-index: 0;
}
.Hide
{
    display: none;
}
#PanelContent
{
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 1;
    background:transparent !important;
    left:-100px;
}
#PanelContentC {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    left: -50px;
    top: 140px;
    z-index: 2;
}
.PanelSectionContainer
{
    font-family: 'Segoe Ui', Arial, Helvetica, sans-serif;
    position: absolute;
}
.PanelScaleContainer
{
    position: absolute;
}
.Foreground {
   position: absolute;
    z-index: 99;
   /* background-image: url(../images/foreground2.png);
    background-repeat: no-repeat;
    background-position-x: 120px;
    background-position-y: -105px;*/
    height: 1200px;
    width: 3300px;
}