/*.ui-page { background-color:#555;}*/


body {
    font-family: Helvetica;
    margin-left: 0px;
    min-width: 800px;
    min-height: 500px;
    width: 800px;
    height: 500px;
    background-color: rgb(255, 255, 255);
    font-size: 12pt;
    opacity: 1;
}



#SimulationBox {
    border-width: 1px;
    border-color: black;
    width: 545px;
    height: 380px;
    position: absolute;
    right: 0px;
    margin: auto;
    left: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 1;
    background-color:#FFF;
}

#canvasProcessing {
    position: absolute;
    width: 380px;
    height: 380px;
    display: block;
    opacity: 1;
    top: 0px;
    left: 0px;
}

#ParametersBox {
    border-color: black;
    border-width: 1px;
    position: absolute;
    width: 150px;
    opacity: 1;
    height: auto;
    line-height: normal;
    font-family: Helvetica;
    text-align: left;
    right: 0px;
    margin: auto;
    right: 0px;
    top: 0px;
    background-color:#FFF;
}


