hr {
    width: 100%;
    border: none;
}
input, select, label {
    /* override default of block from style.css */
    display: inline;
    margin: 0px;
}

.quote {
    color: #c4112f;
}

table {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    border: none;
    margin-top: 0px;
}

.footnote {
    font-size: 75%;
}

table thead th {
    text-align: left;
    font-weight: normal;
}

table th, table td {
    border: none;
    padding: 0.25em 0px;
    vertical-align: top;
}

table#contactTable {
    width: 100%;
    border-spacing: 2px;
    border-collapse: separate;
}

table th.rowNumCol {
    width: 10px;
}

table th.nameCol {
    width: 125px;
}

table th.titleCol {
    width: 125px;
}

table th.emailCol {
    width: 130px;
}

table th.phoneCol {
    width: 140px;
}

table.accountTable th.acctNumCol {
    width: 200px;
}

table.accountTable th.acctNameCol {
    width: 230px;
}

table.accountTable th.cityCol {
    width: 195px;
}

table.accountTable th.stateCol {
    width: 100px;
}
table.header.accountTable th.aliasCol {
    padding-left: 25px;
}
table.accountTable td.aliasCol {
    padding-left: 25px;
}
table.accountTable.header th {
    padding: 0px;
}

div.scrollArea table.accountTable {
    top: -8px;
    position: relative;
    padding: 0px;
    margin-top: 0px;
}

div.scrollArea {
    padding: 0px;
    margin: 0px;
}
div.scrollArea table.accountTable thead {
    line-height: 0px;
    height: 0px;
}

div.scrollArea table.accountTable thead tr, div.scrollArea table.accountTable thead tr th {
    line-height: 0px;
    height: 0px
}

.oddRow {
    background-color: #cccccc;
}

div#promptBox {
    display: none;
    border: 2px solid #C4112F;
    padding: 8px;
    width: 500px;
    z-index: 1000;
    background-color: #FFFFFF;
}

.scrollArea {
    overflow: auto;
    max-height:155px;
    height: expression(this.scrollHeight > 155 ? "155px" : "auto" );
}