<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body 
{
}

input.MyAlphaTextbox {
    background-color: white;
    color: navy;
    font-family: Arial;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    border-style: outset;
    border-width: 2px;
    border-color: silver;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 20px;
    text-align: left;
    text-shadow: 0px 1px 0px #fff;
    padding: 0px 0px 0px 0px;
    text-indent: 4px;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.05, #FFFFFF), color-stop(1, #DEDEDE) );
}

input.MyNumericTextbox {
    background-color: white;
    color: navy;
    font-family: Arial;
    font-size: 9px;
    margin: 0px 0px 0px 0px;
    border-style: outset;
    border-width: 2px;
    border-color: silver;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 20px;
    text-align: right;
    text-indent: 4px;
    text-shadow: 0px 1px 0px #fff;
    padding: 0px 0px 0px 0px;
    padding-right: 10px;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.05, #FFFFFF), color-stop(1, #DEDEDE) );
}

input.MyDisabledNumericTextbox {
    background-color: black;
    color: black;
    font-family: Arial;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    border-style: outset;
    border-width: 2px;
    border-color: silver;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 20px;
    text-align: right;
    text-indent: 4px;
    text-shadow: 0px 1px 0px #fff;
    padding: 0px 0px 0px 0px;
    padding-right: 10px;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.05, #808080), color-stop(1, #DEDEDE) );
}

.MyDropdownlist {
    background-color: white;
    color: navy;
    font-family: Arial;
    font-size: 9px;
    margin: 0px 0px 0px 0px;
    border-style: outset;
    border-width: 1px;
    border-color: silver;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 25px;
    text-align: left;
    text-shadow: 0px 1px 0px #fff;
    padding: 0px 0px 0px 0px;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.05, #FFFFFF), color-stop(1, #DEDEDE) );
    cursor: pointer;
}

.LineCurveLabel {
    background-color: Blue;
    color: Green;
    border-style: double;
    display:block;
    width:100px;
}

.MyLabel {
    font-family: Arial;
    font-size: 9px;
    margin: 0px 0px 0px 0px;
    color: wheat;
    text-shadow: 0px 1px 0px #808080;
}

.MyRadioOption {
    font-family: Arial;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    color: orange;
    text-shadow: 0px 1px 0px #808080;
    cursor: pointer;
}

.MyCheckBox {
    font-family: Arial;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    color: orange;
    text-shadow: 0px 1px 0px #808080;
    cursor: pointer;
}

.MySectionTitle {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    color: orange;
    text-shadow: 0px 1px 0px #808080;
}

.MyHelpText {
    font-family: Arial;
    font-size: 10px;
    margin: 5px 5px 5px 5px;
    text-indent: 5px;
    color: wheat;
    text-shadow: 0px 1px 0px #808080;
}

.MyHelpButton {
    background-color: wheat;
    font-family: Arial;
    font-size: x-small;
    margin: 0px 0px 0px 0px;
    color: navy;
    text-shadow: 0px 1px 0px #808080;
    width: 17px;
    height: 15px;
    border-style: none;
    cursor: pointer;
}

.MyButton {
    background-color: lightgray;
    color: darkred;
    font-family: Arial;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    border-style: outset;
    border-width: 2px;
    border-color: silver;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 24px;
    text-align: center;
    text-shadow: 0px 1px 0px #fff;
    padding: 0px 0px 0px 0px;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.05, #FFFFFF), color-stop(1, #DEDEDE) );
    cursor: pointer;
}

.MyCommandButton {
    background-color: black;
    color: Yellow;
    font-family: Arial;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    border-style: outset;
    border-width: 2px;
    border-color: silver;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 30px;
    width: 150px;
    text-align: center;
    text-shadow: 0px 1px 0px Black;
    padding: 0px 0px 0px 0px;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.05, #a7cfdf), color-stop(1, #23538a) );
    cursor: pointer;
}

.MyListbox {
    background-color: lightgray;
    color: navy;
    font-family: Arial;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    border-style: outset;
    border-width: 2px;
    border-color: silver;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 25px;
    text-align: left;
    text-shadow: 0px 1px 0px #fff;
    padding: 0px 0px 0px 0px;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.05, #FFFFFF), color-stop(1, #DEDEDE) );
    cursor: pointer;
}

.MyGradientBackgroundBlack {
    background: #7d7e7d; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #7d7e7d 0%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.MyGradientBackgroundBlue {
    background: rgb(167,207,223); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(167,207,223,1) 0%, rgba(35,83,138,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */
}


</pre></body></html>