/* ----------- Validation Dialog --------------*/
.dialog-hidden {
    display: none;
}

.dialog-visible {
    display: block;
}

/* ----------- output events -------*/
#nowprocessing {
    display: inline-block;
    clear:both;
    margin-left:50px;
    background: rgba(1, 100, 102, 0.70) no-repeat;
    text-align:center;
    line-height:31px;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    padding-left: 10px;
    padding-right: 10px;
    border:1px solid black;
}

.outputlist {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    margin-bottom: -8px;
    margin-top: -8px;
}

.output_scrolling {
    overflow: auto;
    border: 1px solid #ccc;
    height: 600px;
}

.submitbutton {
    clear:both;
    margin-left:50px;
    width:125px;
    height:31px;
    background:#666666 no-repeat;
    text-align:center;
    line-height:31px;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
}

.topmenubutton {
    width:125px;
    height:31px;
    background:#666666 no-repeat;
    text-align:center;
    line-height:31px;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
}

#scenario_container {
    width: 100%;
    height: 70em;
    background:#ebf4fb;
    border:solid 2px #b7ddf2;
    padding-left: 10px;
    padding-right: 10px;
}

.scenario_form {
    background:#ebf4fb;
    height: 100%;
}

#scenario_statements {
    float: left;
    margin:auto;
    width: 35%;
}

#scenario_sequence {
    float: left;
    margin:auto;
    width: 35%;
}

#scenario_output {
    width: 28%;
    float: left;
    margin:auto;
}

#tabs-1 li {
    font-size: 12px;
}