﻿
.redDotAreaOpen
{
    border: 2px solid red;
    background-color: #99CCFF;
    padding: 3px 3px 6px 3px;
    font-size: x-small;
    font-weight: bold;
    color: #115588;
    width: 160px;
    text-align: left;
}
.redDotCommands
{
    border: 2px solid darkgreen;
    background-color: #BBE9AB;
    padding: 3px 3px 6px 3px;
    font-size: x-small;
    font-weight: bold;
    color: #222222;
    width: 160px;
    text-align: left;
}
.redDotArea
{
    border: 2px solid red;
    background-color: #114477;
    padding: 3px 3px 6px 3px;
    font-size: x-small;
    font-weight: bold;
    color: #dddddd;
    width: 160px;
    text-align: left;
}
.redDotCommand
{
    height: 19px;
}
/*  STYLES FOR POSITIONING  */
.placement-UpperLeft-Absolute
{
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 20000;
}
.placement-Navigation
{
    float: left;
    padding-left: 50px;
}
.placement-RelativeWrapper
{
    position: relative;
    text-align: left;
    z-index: 20000;
}
 