.panel {
    height: auto;
    width: 45em;
    margin: 0 auto;
    margin-top: 3em;
    position: relative;
}

.panel .note {
    bottom: 5px;
    right: 5px;
    color: #777777;
    font-size: 85%;
    position: absolute;
}

.panel .hd {
    background-image: url(../../image/box/panel_header.gif);
    border-bottom: 1px solid #98AAB1;
    color: #000000;
    font-size: 120%;
    font-weight: bold;
    padding: 2px 10px;
}

.panel .bd {
    background-color: #FFFFFF;
    border-left: 1px solid #BADAE8;
    border-right: 1px solid #BADAE8;
    border-bottom: 1px solid #BADAE8;
    padding: 1em;
    padding-bottom: 2em;
    overflow: hidden;    
}

/**************************************** Box ****************************************/

.box {
    border: 1px solid #002D96;
    background-color: white;
    min-height: 700px;
    height:auto !important;
    height:700px;
}

.menu-box {
    margin-left: 1em;
}

.content-box {
    min-width: 1100px;
    margin-right: 1em;
}

div.box-label {
    background-color: #033893;
    background-image: url("../../image/box/bg-bar-blue.gif");
    background-position: left top;
    background-repeat: repeat-x;
    color: white;
    font-size: 1em;
    font-weight: bold;
    height: auto !important;
    line-height: 1.7em;
    min-height: 1.9em;
    padding: 0 6px;
}

div.box-tasks {
    padding: 10px;
}

.menu-box .box-tasks img {
    margin: 0 1em;
}
