.searchResult.current {
    border: 2px solid #628297;
    border-bottom: 3px solid #628297;
}

#searchResultColumn {
    width: auto;
    margin-left: 2px;
    border-left: 1px solid #628297;
    border-right: 1px solid #628297;
    border-top: 1px solid #628297;
}

#searchResult.searchSelected {
    background-color: #628297;
    border: 1px solid white;
}

#searchResult.searchSelected a,#searchResult.searchSelected a:link,#searchResult.searchSelected a:visited,#searchResult.searchSelected a:active,#searchResult.searchSelected a:hover {
    color: white !important;
    font-weight: bold;
}

#searchResults {
    overflow: auto;
    height: auto;
}

#searchResult {
    border: 0px;
    border-bottom: 1px solid #628297;
    border-right: 0px;
    border-left: 0px solid #628297;
    border-top: 0px;
    padding: 2px;
}

#searchResult a, #searchResult a:link, #searchResult a:visited, #searchResult a:active {
    text-decoration: underline;
    color: black;
    font-size: 8pt;
}

#searchResult a:hover {
    text-decoration: underline;
    color: #0052c2 !important;
}

#resultsTitleSpace  {
    padding: 2px;
}

h2.searchResultsTitleText {
    font-family: "arial","verdana","helvetica";
    font-weight: bold;
    color: black;
    font-size: 9pt;
    padding 0px;
    margin: 0px;
}

#resultScroll {
    margin-top: 5px;
    text-align: left;
    border-bottom: 1px solid #628297;
}

#resultScroll a {
    color: blue;
}

#resultCount {
    font-weight: bold;
}

#resultCount a,a:link,a:visited,a:active {
    color: black;

}
#resultCount a:hover {
    color: #0052c2 !important;

}

#resultControl {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #628297;
}

#resultControl td {
    padding: 0px;
    spacing: 0px;
}

#clearSearch {
    padding-bottom: 5px;

}

#clearSearch a {


}

#controlTextCell {
    padding: 2px;
    font-weight: normal;
}

#controlPreviousCell {
    text-align: left;
    padding-right: 2px;
    padding-left: 2px;
    width: 0%;
}

#controlNextCell {
    text-align: left;
    padding-right: 2px;
    width: 100%;
}

#controlDeleteCell {
    text-align: right;
    padding-right: 2px;
    width: 100%;
}


/*
    -------------- log in classes ---------------------
*/


#signInButton {
    padding-left: 2px;
}

#signInTable {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.signInLabel {
    font-size: 8pt;
    padding-right: 2px;
}

.signInInput {
    padding-bottom: 2px;
}

.loginBox {
    border: 1px solid #628297;
    width: 110px;
    color: #0052c2;
}

#signInBoxLeft {
    text-align: left;
    clear: left;
    width: auto;
    text-align: center;
}

#signInPad {
    padding-left: 16px;
    _padding-left: 1px;
}

#newUser, #forgottenPassword {
    width: 175px;
    text-align: left;
    padding: 2px;
    padding-top: 5px;
    font-size: 8pt !important;
}

#newUser a, #forgottenPassword a {
    font-size: 8pt !important;
}

#newUser {
    border-top: 1px solid #628297;
}

/* ============ layer classes ================= */

#searchResultLayer {
    width: 180px;
}

#recentItemsLayer {
    width: 180px;
}

#exportLayer, #searchCriteriaLayer {
    width: 175px;
    height: auto;
    overflow: hidden;
    padding-left: 4px;
    padding-top: 2px;
    font-size: 8pt;
}

#searchCriteriaLayer span.criteraValue {
    font-weight: bold;
    color: #d12e3c;
}

#searchCriteriaLayer div.crit {
    width: auto;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

#controlButtonCell {
    height: 25px;
}

#errorRow {
    width: 180px;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #d12e3c;
    border-top: 1px solid #628297;
    margin-top: 5px;
}

#errorRow {
    text-align: left;
}

div.floatRight {
    float: right;
}

#myexports {
    margin-bottom: 5px;
}