@charset "utf-8";

body {
    color: #333;
    font-size: 11px;
    padding: 0;
    float: center;
    background-color: #202124
}

#simLabmenuBar a {
    float: right !important;
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    padding: 4px
}

#simLabmenuBar a:hover {
    color: #000000;
    text-decoration: none
}

.main h1 {
    font-weight: normal;
    text-align: center
}

.main h2 {
    padding: 20px 0 0;
    font-weight: normal;
    text-align: center
}

.main p {
    overflow: hidden
}

#expName {
    height: 45px !important;
    padding-top: 10px !important
}

.mainTitle {
    width: 683px
}

.mainTitle p {
    color: #cccdcc;
    font-size: 35px;
    font-weight: bold;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
    display: block;
    float: center;
    height: 75px
}

.canvasHolder {
    float: left;
    height: 347px;
    position: relative;
    margin-left: 0;
    overflow: hidden
}

.controlHolder {
    height: 341px;
    float: right;
    background-color: #424549
}

.controlHolder h1 {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding-left: 7px;
    height: 18px;
    padding-top: 3px
}

.controlHolder ul {
    display: block;
    height: 330px;
    margin: 0;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

.controlHolder ul li h1 span {
    display: none
}

.controlHolder ul li .varBox {
    min-height: 80px
}

.varTitle {
    padding: 5px 0 0 10px;
    font-size: 12px;
    font-weight: 500;
    text-align: left !important;
    color: white;
}

.wideTxtArea {
    margin: 3px 0 3px 30px;
    color: #777777;
    font-size: 11px;
    width: 120px;
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #777777;
    font-size: 12px;
    resize: none;
    padding: 5px 6px
}

.rangeSlider {
    margin: 3px 0 3px 30px;
    font-size: 11px
}

.dropBox {
    margin: 3px 0 3px 23px;
    color: #777777;
    width: 128px;
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #777777;
    border-radius: 12px 12px 4px 12px;
    font-size: 12px;
    padding: 5px 6px;
    resize: none
}

.rangeVals .maxrange {
    float: right;
    padding-right: 20px
}

.rangeVals .minrange {
    float: left;
    padding-left: 7px
}

.varBox .rangeVals {
    font-size: 12px;
    color: #999;
    margin-top: -5px
}

.subButton {
    width: 120px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #aaaaaa #aaaaaa #888888;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3em;
    margin: 1px;
    padding: .45em .8em;
    text-decoration: none;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #c8c8c8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #c8c8c8));
    background: -webkit-linear-gradient(top, #eeeeee 0%, #c8c8c8 100%);
    background: -o-linear-gradient(top, #eeeeee 0%, #c8c8c8 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%, #c8c8c8 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #c8c8c8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#c8c8c8', GradientType=0)
}

input[type="button"]:disabled {
    opacity: .5
}