.input{
    width: 100%;
    height: 100%;
    border: 1px solid #88A0C8;
    font-family:  arial,sans-serif;
    font-size: 12px;
    color: #003068;
    text-decoration: none;
    background-color: #F9FDFF;
    padding: 5px;
}

body,p,td {
    font-family:  arial,sans-serif;
    font-size: 14px;   
}

mybutton,subFLbutton,resetButton,submitButton   {
    border-style: outset;
    border-color: #9999EE;
    border-width: 3px;
    border-spacing: 2px;
    background-color: #9DAFE3;
    text-decoration: none;
    width: 86px;
    height: 26px;
    text-align: center;
    cursor: pointer;
}

.buttontext {color: black;
             text-decoration: none;
             font-family:  arial,sans-serif;
             font: bold 10pt Arial;
             cursor: hand;}

.buttonover  {color: yellow;
              text-decoration: none;
              font-family:  arial,sans-serif;
              font: bold 10pt arial;
              cursor: hand;}

.resultA {font-weight: normal;
          font-size: 14px;
          color: #110011;
}

.resultB {font-weight: normal;
          font-size: 14px;
          color: #000000;
}

.error {font-weight: normal;
        font-size: 12px;
        color: red;
        width: 100%;
        height: 100%;
        border: 1px solid #88A0C8;
        font-family:  arial,sans-serif;
        text-decoration: none;
        background-color: #F9FDFF;
        padding: 5px;
}

.thrColFixHdr #mainContent3 { /* Code for second level pages */
    margin: 0 1px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
    padding: 5px 5px 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    font-size: 12pt;
    color: #444; /* Duplicate of color from body */
    line-height: 14px;
}
.thrColFixHdr #sidebar1 {
    float: left; /* since this element is floated, a width must be given */
    width: 50px; /* the actual wxidth of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    padding: 10px 0 10px 0; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
    position: relative;
    right: -10px; /* This offsets the drop shadow on the 2 tables */
    float: right; /* since this element is floated, a width must be given */
    width: 178px; /* was 160px RSW. the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    text-align: left;
    padding: 10px 0 10px 0; /* padding keeps the content of the div away from the edges */
}
