﻿body
{
    font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}
#boothPopup
{
    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;
}
.BoothClick
{
    border-top: 1px solid gray;
    color: goldenrod;
    font-size: 6pt;
    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: 5px;
    display: block;
    font-size: 7pt;
    position: absolute;
    text-align: center;
    vertical-align: middle;
}
.BoothText
{
    position: relative;
    display: block;
    top: 4px;
}
.BoothTextLarge {
    position: relative;
    display: block;
    top: 10px;
    font-size:11pt;
}
.BoothTextVertical
{
    position: relative;
    display: block;
    top: 4px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);    
}
.BoothAvailable
{
    background-color: green; /*rgb(228,220,200);*/
    color: white;
    cursor: pointer;
}
.BoothRequested
{
    background-color: orange;
    color: white;
    cursor: not-allowed;
}
.BoothReserved
{
    background-color: orange;
    color: white;
    cursor: not-allowed;
}
.BoothSpecial
{
    background-color: #0094ff;
    color: white;
    cursor: pointer;
}
.BoothSold {
    background-color: #006199;
    color: white;
    cursor: pointer;
}
.Floor
{
    border: none;
    position: absolute;
    z-index: 0;
}
#FloorBackground {
    position: absolute;
    background-image: url(floorplanbackground.png);
    background-repeat: no-repeat;
    background-position-x: -6px;
    background-position-y: -68px;
    height: 1040px;
    width: 1730px;
    z-index: 0;
}
.GridSquare
{
    border: 1px solid lightgray;
    position: absolute;
    z-index: 0;
}
.Hide
{
    display: none;
}
#PanelContent {
    position: absolute;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    left: -10px;
    top: 53px;
    z-index: 1;    
}
.PanelSectionContainer
{
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    position: absolute;
}
.PanelScaleContainer
{
    position: absolute;
}
 #divButtons
        {
            position:fixed;
            bottom:0px; 
            left:0px;
            height:40px;
            width:100%;            
            z-index:9999;
            background-color:#253c86;
            color:#fff;
            padding:20px;
            font-size:1.6em;
            font-family:Helvetica,Arial,Sans-Serif;   
            display:none;
        }
.panzoom {
    padding-top: 20px;
    height: 1000px;
    width: 1750px;
}
#mainDiv {
    height: 1000px !important;
    width: 1750px !important;
}