fieldset {
    color: rgb(0,0,0);
    direction: ltr;
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 100;
    margin-bottom: 14px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    background-color: rgb(255,255,255);
    padding: 2px;
    border: solid 0 #ffffff;
    width: 100%;
}
.showHide {
    cursor: pointer;
}
.noBorder {                        
    border: none ;
}
table {
    border-collapse: collapse;
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    width: 705px;
}

th {
    background-color: #ffffff;
    color: black;
    font-family: "Segoe UI Light","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    white-space: nowrap;
    text-align: left;
}

td {
    padding: 5px;
    white-space: nowrap;
}

.odd {
    background-color: white;
    cursor: pointer;
}

.even {
    background-color: whitesmoke;
    cursor: pointer;
}

.odd:hover {
    background-color: #99ccff;
    color: #800000;
}

.even:hover {
    background-color: #99ccff;
    color: #800000;
}

div#tmpDialog {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 50px;
    margin: -101px 0 0 -251px;
    background: rgb(255, 255, 255);
    border: 1px solid black;
}

    div#tmpDialog p {
        padding: 5px;
        margin: 5px;
        text-align: center;
    }

div#veteranAlertDialog {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 100px;
    margin: -101px 0 0 -251px;
    background: rgb(255, 255, 255);
    border: 1px solid black;
}
    
input {
    background-color: rgba(255,255,255,0);
    border-color: rgb(186,186,186);
    border-width: 1px;
    border-style: solid;
    color: rgb(0,0,0);
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    font-size: 14.06px;
    height: 30px;
    line-height: normal;
}

div {
    color: rgb(0,0,0);
    direction: ltr;
    float: left;
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    font-size: 12.06px;
    line-height: 17px;
    padding-bottom: 4px;
    padding-top: 0;
    text-align: left;
}

button {
    background-color: rgb(0,32,80);
    border-color: rgb(255,255,255);
    border-style: none;
    border-width: 0px;
    color: rgb(255,255,255);
    direction: ltr;
    font-family: "Segoe UI Semibold","Segoe UI Web Semibold","Segoe UI Web Regular","Segoe UI","Segoe UI Symbol","HelveticaNeue-Medium","Helvetica Neue",Arial,sans-serif;
    font-size: 14.06px;
    height: 30px;
    line-height: 20px;
    min-width: 84.4px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
    margin-right: 6px;
}

h1 {
    font-family: 'Segoe UI',Tahoma,Arial;
    font-weight: 100;
    color: #262626;
    font-size: 36px;
    line-height: 20px;
    margin-bottom: 12px;
}

h2 {
    color: rgb(0,0,0);
    direction: ltr;
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    font-size: 14.06px;
    line-height: 20px;
    font-weight: 100;
    margin-bottom: 14px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

h3 {
    font-family: 'Segoe UI',Tahoma,Arial;
    font-weight: 100;
    color: #262626;
    font-size: 22px;
    line-height: 10px;
    margin-bottom: 12px;
    margin-top: 8px;
}

fieldset {
    border: 0;
}

span {
    color: red;
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    font-size: 14.06px;
    font-weight: 100;
    display: none;
}

.auto-style1 {
    width: 142px;
}