.iconButton
{
    float: left;
    width: 20px;
    height: 18px;
    padding: 1px 0 0 0;
}
.phoneNumber
{
    float: left;
    padding: 1px 0 0 0;
}

.bg
{
    border: 0px outset #666699;
    background-color: #666699;
}
.fg
{
    border: 0px outset #666699;
    background-color: #ffffff;
}
.overCaption
{
    font-family: arial;
    background: #666699;
    color: #ffffff;
    font-size: 9pt;
    font-weight: bold;
}
.overClose
{
    font-family: arial;
    background: #666699;
    color: #ffffff;
    font-size: 9pt;
    font-weight: bold;
}
.overBody
{
    font-family: arial;
    background: #ffffff;
    font-size: 9pt;
    font-weight: normal;
}

.bgF
{
    border: 0px outset #669966;
    background-color: #669966;
}
.fgF
{
    border: 0px outset #669966;
    background-color: #ffffff;
}
.overCaptionF
{
    font-family: arial;
    background: #669966;
    color: #ffffff;
    font-size: 9pt;
    font-weight: bold;
}
.overCloseF
{
    font-family: arial;
    background: #669966;
    color: #ffffff;
    font-size: 9pt;
    font-weight: bold;
}
.overBodyF
{
    font-family: arial;
    background: #ffffff;
    font-size: 9pt;
    font-weight: normal;
}

.bgT
{
    border: 0px outset #CC9900;
    background-color: #CC9900;
}
.fgT
{
    border: 0px outset #CC9900;
    background-color: #ffffff;
}
.overCaptionT
{
    font-family: arial;
    background: #CC9900;
    color: #ffffff;
    font-size: 9pt;
    font-weight: bold;
}
.overCloseT
{
    font-family: arial;
    background: #CC9900;
    color: #ffffff;
    font-size: 9pt;
    font-weight: bold;
}
.overBodyT
{
    font-family: arial;
    background: #ffffff;
    font-size: 9pt;
    font-weight: normal;
}

.smallSubText
{
    font-size: 8pt;
}

.popupfontsmall
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
.popupfontlarge
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    color: #0099CC;
}

.popbutton
{
    background-color: #FF9900;
    color: #FFFFFF;
    font-weight: bold;
}

.black_overlay
{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.50;
    opacity: .50;
    filter: alpha(opacity=50);
    bottom: 0%;
    right: 0%;
}
.white_content
{
    padding: 5px;
    display: none;
    position: absolute;
    top: 15%;
    left: 25%;
    width: 50%;
    height: 70%;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}
