﻿.cmproftheMonth
{
    border: solid 1px #9E9E9E;
    width: 520;
    padding: 5px;
    background-color: #3B3B3B;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 550px;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.cmproftheMonth .lbl_text
{
}


.frame
{
    position: absolute;
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    padding: 2px 3px;
    width: 550px;
    max-height: 600px;
}

.overlay
{
    border: solid 1px #808080;
    border-width: 1px 1px;
}

.underlay
{
    position: absolute;
    background-color: #000;
    bottom: -1px;
    filter: alpha(opacity=12);
    left: -1px;
    right: -1px;
    top: 3px;
    z-index: -1;
}

.header
{
    cursor: move; /* Because the DragPanelExtender doesn't do this for me ;( */
    background: url(controls/modalpopup/img/sprite.png) repeat-x 0px -200px;
    color: #000;
    border-bottom: solid 1px #ccc;
    padding: 3px 10px;
}

.header .msg
{
    font-weight: bold;
}

.updating, .body
{
    background-color: #fff;
    padding: 10px;
}

.updating
{
    color: #808080;
    background: #fff url(controls/modalpopup/img/activity.gif) no-repeat center;
}

.footer
{
    text-align: right;
    background: url(controls/modalpopup/img/sprite.png) repeat-x 0px -200px;
    color: #000;
    border-top: solid 1px #ccc;
    padding: 5px 3px;
}

.close
{
    right: 7px;
    background: url(controls/modalpopup/img/sprite.png) no-repeat 0px -300px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 7px;
    height: 15px;
}

.news
{
    border: solid 1px #9E9E9E;
    width: 730px;
    padding: 5px;
    background-color: #3B3B3B;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 550px;
}

.frame
{
    position: absolute;
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    padding: 2px 3px;
    width: 770px;
    max-height: 600px;
}

.brochure
{
    border: solid 1px #9E9E9E;
    width: 850px;
    padding: 5px;
    background-color: #3B3B3B;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 600px;
}