﻿.TPMapPopupPanel
{
    z-index: 9999999;
    width: 720px;
    height: 420px;
    background-color: White;
    border: none;
}

.TPMapPopupPanel .Header
{
    height: 60px;
    width: 720px;
    cursor: default;
    background: url('../Images/popup_header_bg.gif') repeat-x top;
    color: White;
    font-weight: bold;
    padding-bottom: 10px;
}

.TPMapPopupPanel .Body
{
    width: 720px;
    height: 360px;
    background-color: #ffffff;
}

.TPMapPopupPanelModalBackground
{
    background-color: Black;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

