html {
    font-size: 82%;
}

* {
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, Helvetica, 'sans-serif';
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
}

a {
    color: black;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.top-logo {
    float: left;
    margin: 0px;
    margin-left: 5px;
    margin-right: 5px;
}

.toplogotxt {
    font-weight: 600;
    font-size: 14px;
    color: black;
    margin-top: 0px;
    line-height: 14px;
}

.toplogotxt2 {
    color: #696969;
}
.searchdiv {
    float: right;
}

.searchtxt {
    float: left;
    color: #11449e;
    margin-right: 10px;
    margin-top: 7px;
}

.searchbox {
    float: left;
 }

#SearchTerm {
    width: 250px;
    background-color: white;
    border-left:  solid 1px gray;
    border-right: solid 1px gray;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
    box-sizing: border-box;
}

.sendgo {
    float: left;
}
    .sendgo input {
        background-image: url(search.gif);
        background-position: center;
        background-repeat: no-repeat;
        
        border-left: 0px none;
        border-right: solid 1px gray;
        border-top: solid 1px gray;
        border-bottom: solid 1px gray;
        
        min-width: 36px;
        margin: 0px;
        box-sizing: border-box;
    }

.top-head-top {
}

.tab-div {
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 12px;
    margin-right: 5px;
    border: none;
}

.tabdiv table {
    margin: 0px;
    width: 100%;
}

.tab-remaining {
    text-align: right;
    width: 100%;
    border-bottom: 1px solid gray;
}

.tab-space {
    width: 5px;
    height: 30px;
    border-bottom: 1px solid gray;
}

.tab-off {
    /* 	padding-right: 8px;     padding-left: 8px; 	padding-bottom: 4px; 	padding-top: 4px; 	 	border-left: 1px; 	border-bottom: 1px; 	border-top: 1px; 	border-right: 1px; 	*/
    height: 30px;
    border-bottom: 1px solid gray;
}

    .tab-off A {
        color: #11449e;
        text-decoration: none;
        cursor: pointer;
        margin-top: 3px;
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 4px;
        white-space: nowrap;
    }

        .tab-off A:hover {
            color: red;
            text-decoration: none;
        }

.tab-on {
    /*background-image: url(main-head-tab-middle.png);
    background-repeat: repeat-x;
    */
    height: 30px;
    background-color: #ffffff;
    color: #000000;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: none;
}

.tab-on-left {
    background-image: url(main-head-tab-left.png);
    width: 126px;
    height: 23px;
    background-repeat: no-repeat;
}

.tab-on-right {
    background-image: url(main-head-tab-right.png);
    width: 126px;
    height: 23px;
    background-repeat: no-repeat;
}

.tab-on A {
    color: #11449e;
    text-decoration: none;
    margin-top: 3px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 4px;
    white-space: nowrap;
}

    .tab-on A:hover {
        color: #ce0031;
        text-decoration: none;
    }

.memberlogin {
    color: #11449e;
}

.forgotpassword {
    color: #11449e;
}
