.calculationControl {
    text-align: left;
    padding-left: 120px;
}

.Calculate {
    text-align: left;
    padding-left:150px;
    padding-bottom: 100px;
}

.Calculate input {
    display:block;
    width:20px;
    float:left;
    margin-top:2px;
}

.Calculate span {
    display:block;
    padding-left:30px;
}

.ActiveElement {
    font-weight:bold;
}

label {
    cursor: pointer;
}

.subCalculate {
    padding:9px 0 15px 47px;
}
.subCalculate div {
    padding-bottom:14px;
}
.subCalculate input {
    float:none;
    width:128px;
}
.subCalculate span {
    padding:0 0 2px;
}
.subCalculate h6 {
    margin:8px 0 12px;
}
.subCalculate label input {
    float:left;
    width:20px;
}
.subCalculate label span {
    display:block;
    padding-left:25px;
}

.popupLayer {
    display:none;
    width:100%;
    height:100%;
    z-index:2000;
}
.popupCenter {
}

.popupCancel {
    float: right;
}

#active{
    color: #9d3232;
    font-weight: bold;
    text-decoration: none;
}

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 200%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
.white_content {
    display: none;
    position: absolute;
    top: 2%;
    left: 10%;
    width: 80%;
    padding: 10px;
    background-color: white;
    z-index:1002;
    overflow: auto;
}