@import url("yui.css");

.yui-skin-sam .yui-panel .hd {
    background-color: #292963; background-image: none; color: #FFF;
}

.yui-skin-sam .yui-panel-container.focused .yui-panel .hd {
    color: #FEFE00;
}

/* Give the header a dark blue background */
.yui-skin-sam .yui-layout .yui-layout-hd {
    background-color: #292963; background-image: none; color: #FFF;
}

#top1 {
    background: #2E875B url("/pics/backgrounds/sadc_y_sprite.gif") top left repeat-y;
    color: #FFF;
}

#right1 {
    padding: 6px;
}

#right1 p {
    font-size: 9pt;
}

#top1 div {
    float: left;
}

#top1 > div {
    width: 100%;
}

.blueback {
    background: #292963;
    padding: 4px 0.5%;
    font-size: 10pt;
}

.greenback {
    background: #2E875B;
    border: solid 2px #ff0;
    font-size: 9pt;
}

.mission {
    background: #2E875B url('/pics/backgrounds/hdrbk.gif');
    padding: 4px 0.5%;
    border: outset 2px #FFC;
    font-size: 9pt;
}

#lacecurtain, #topcurtain, #bottomcurtain {
    position: absolute; top: 0px;
    background: transparent url('/pics/backgrounds/rect2816.png');
    height: 100px;
    width: 100%;
    z-index: 1;
}

#bottomcurtain {
    top: 76px;
    height: 0px;
    text-align: center;
    z-index: 2;
}

#topcurtain{
    height: 90px;
    z-index: 3;
}


