
#containerFrame {
    margin: 0px;
    width: 98%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    border-top: 1px solid #F9F9F9;
    border-right: 1px solid #F9F9F9;
    border-bottom: 1px solid #F9F9F9;
    border-left: 1px solid #F9F9F9;
}

#containerHeader {
    text-align: left;
    background-color: #B1A988;
    padding: 0px;
    margin: 0px;
    width: 100%;
    /*border-bottom: 2px solid #000000;
    border-right: 1px solid #eeeeee;*/
    font-size: 13px;
    height: 28px;
}

.Head {
    color: White;
    font-weight: bold;
}

.gridHeader {
    background-color: #efefef;
    color: #000;
    font-size: 11px;
    padding: 5px;
    font-weight: bold;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
}


td.containerTitle {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 5px;
    text-align: center;
    /*background-color: #002C77 !important;*/
    background-color: #C5CAE7 !important;
}

td.containerAction {
    padding: 5px 0px 5px 0px;
    background-color: #002C77 !important;
}

#containerContent {
    padding: 0px 0px 0px 0px;
    min-height: 291px;
}

td.noTitleContainerContent {
    padding: 0px 0px 0px 0px;
}

#containerFooterAction {
    padding: 10px 0px 10px 0px;
}

.bgBottomRight {
    background-color: #ffffff;
    vertical-align: bottom;
    background-image: url(images/corner_bottom_right.gif);
    background-repeat: no-repeat;
    background-position: top left;
    height: 5px;
    width: 5px;
}

.bgBottomLeft {
    background-color: #ffffff;
    vertical-align: bottom;
    background-image: url(images/corner_bottom_left.gif);
    background-repeat: no-repeat;
    background-position: top right;
    height: 5px;
    width: 6px;
}

.bgMid {
    background-image: url(images/corner_middle.gif);
    width: 7px;
    background-repeat: repeat-y;
    background-color: #ffffff;
}

.bgBottomMid {
    background-image: url(images/corner_bottom_mid.gif);
    height: 5px;
    background-repeat: repeat-x;
    background-color: #ffffff;
}

.bgMidLeft {
    width: 4px;
    border-left: 1px solid #f4f3f3;
}

.bgTopRight {
    background-color: #ffffff;
    background-image: url(images/corner_top_right.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 12px;
    width: 7px;
}

.bgTopMid {
    border-top: 1px solid #f4f3f3;
    border-right: 1px solid #f4f3f3;
}

.bgTopLeft {
    border-top: 1px solid #f4f3f3;
    border-left: 1px solid #f4f3f3;
}
