html {
    height: 100%;
    overflow: hidden;
}

body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 100%;
    width: 100%;
    font-family: Arial, Verdana, sans-serif;
    overflow: hidden;
}

div#content {
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 100%;
    overflow: auto;
}

div#workspace2 {
    height: 100%;
}

div#workspace1 {
    min-height: 100%;
    margin-left: 310px;
    background-image: url(../image/spiral.png);
    background-repeat: repeat-y;
    background-attachment: scroll;

}

div#workspace {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 40px;
}

div#worksheetops {
    position: fixed;
    bottom: 5px;
    right: 20px;
}

div#fixdiv {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 310px;
    z-index:1;
    background-color: #043c91;
    overflow: hidden;
}


div#topleft {
    position: static;
    width: 310px;
    height: 200px;
    background-image: url(../image/tlbbq.png);
    background-repeat: no-repeat;
    background-position: top left;
}

div#titletext {
    position: absolute;
    top: 180px;
    left: 0px;
    height: 20px;
    width: 310px;
    text-align: right;
    color: #ffffff;
    z-index: 3;
}

div#calcdiv {
    position: static;
    width: 300px;
    height: 338px;
    background-color: transparent;
    border: #043c91 solid 5px;
}

div#copyright {
    position: static;
    width: 290px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    border: 0px;
    height: auto;
    color: #ffffff;
}

div.gethelp {
    font-size: smaller;
    width: auto;
    display: inline;
    color: #909090;
    cursor: pointer;
}

div.helpdiv {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 5px;
    width: 300px;
    max-width: 300px;
    border: #909090 solid 1px;
    background-color: #e0f0ff;
}

a.xsign {
    display: block;
    text-align: right;
    vertical-align: top;
    cursor: pointer;
}

div.picdiv1 {
    width:100%;
    margin-top:5px;
    margin-bottom:5px;
}

div.picdiv {
    text-align:center;
    overflow: auto;
    width: 100%;
    padding-bottom:5px;
}

img.lang {
    border-width: 0px;
}

.t0i {
    font-family: Verdana, Tahoma, sans;
    font-size: x-small;
    text-decoration: none;
    color: white;
}

div.uo, div.ui, img.uo, img.ui {
    vertical-align: top;
    display: inline;
}

img.uoa, img.uia, img.coa, img.cop {
    display: inline;
}

img.copgp {
    display:inline;
    padding:0px;
    margin:0px;
    border:0px;
}

img.link {
    border-width:0px;
}
