.containermaster
{
    padding: 0 10px 15px 20px;
}
.container_title_gray h1, .container_title_gray h1 .head
{
    color: #777;
    margin: 0;
}
.container_title_red h1, .container_title_red h1 .head
{
    color: #d60603;
    margin: 0;
}
.container_title_green h1, .container_title_green h1 .head
{
    color: #5e8d19;
    margin: 0;
}
.container_title_blue h1, .container_title_blue h1 .head
{
    color: #275ecd;
    margin: 0;
}
.container_content p
{
    margin: 15px 0 15px 0;
}
.container_content
{
    line-height: 14pt;
}

/* Module Menu */
.ModuleTitle_MenuItem
{
    border: white 0px solid; /*override borders*/
}
.ModuleTitle_MenuItem TD
{
    cursor: pointer;
    cursor: hand;
    color: black;
    font-size: 8pt;
    font-style: normal;
    height: 21px;
    white-space: nowrap;
    padding: 2px 4px 4px 4px;
    font-weight: normal;
}
.ModuleTitle_MenuIcon
{
    cursor: pointer;
    cursor: hand;
    background-color: #eee;
    width: 15px;
    height: 100%;
}
.ModuleTitle_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    background-color: #fff;
    padding: 1px 1px 1px 1px; 
    border: solid 1px #ccc;
}

.ModuleTitle_MenuBreak
{
    height: 1px;
}

.ModuleTitle_MenuItemSel
{
    cursor: pointer;
    cursor: hand;
    color: black;
    font-weight: normal;
    font-size: 8pt;
    font-style: normal;
}




