﻿.CssMainImageBox
{
    border-right: #edbf9e 1px solid;
    border-top: #edbf9e 1px solid;
    border-left: #edbf9e 1px solid;
    border-bottom: #edbf9e 1px solid;
    width:  295px;
    height: 320px;
}

.CssMainImageBoxTopConner
{
    border-top: #edbf9e 1px solid;
    border-left: #edbf9e 1px solid;
    width:  37px;
    height: 12px;    
}

.CssMainImageBoxConnerTop
{
    border-top: #edbf9e 1px solid;
    border-right: #edbf9e 1px solid;
    width:  106px;
    height: 27px; 
}

.CssMainImageBoxConnnerBottom
{
    border-right: #edbf9e 1px solid;
    border-bottom: #edbf9e 1px solid;
    width:  106px;
    height: 27px; 
}

.CssFloorPlanButtonActive
{
    border-right: #f4cdb3 1px solid; 
    border-top: #f4cdb3 1px solid; 
    border-left: #f4cdb3 1px solid; 
    width: 110px; 
    border-bottom: #f4cdb3 1px solid; 
    height: 25px; 
    background-color: #ffedd9;
    cursor: pointer;
}

.CssFloorPlanButton
{
    border-right: #f4cdb3 1px solid; 
    border-top: #f4cdb3 1px solid; 
    border-left: #f4cdb3 1px solid; 
    width: 110px; 
    border-bottom: #f4cdb3 1px solid; 
    height: 25px; 
    background-color: #f4cdb3;
    cursor: pointer;
}

.CssFloorPlanImage a:hover
{
    cursor: pointer;
}

.CssFloorPlanLinkBG
{
    background-image: url(../../Images/Floorplan/TowerLink/LinkBG.png);
    background-repeat: no-repeat;    
    width: 19px;
    height: 25px;
}

.CssFloorPlanLinkLeft
{
    background-image: url(../../Images/Floorplan/TowerLink/LinkLeft.png);
    background-repeat: no-repeat;    
    width: 44px;
    height: 25px;
}

.CssFloorPlanLinkRight
{
    background-image: url(../../Images/Floorplan/TowerLink/LinkRight.png);
    background-repeat: no-repeat;    
    width: 4px;
    height: 25px;
}

.CssFloorPlanLinkSeparate
{
    background-image: url(../../Images/Floorplan/TowerLink/LinkSeparate.png);
    background-repeat: repeat-x;    
    width: 3px;
    height: 25px;
}

.CssFloorPlanLink
{
    font-family: Tahoma;
    vertical-align: middle;
    text-align:center;    
    font-size: 12px;
}

.CssFloorPlanLink a
{
    text-decoration : none;
    color : Black;
    font-size: 12px;
    font-family: Tahoma;
}