.searchBody {
    background-color: #ffffff;
    font-family: Verdana, Arial, Sans-serif;
    font-size: 11px;
}

.searchBody a:hover {
    text-decoration: none;
}

.searchTable {
    background-color: #90BCE9;

}

.formLabel {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.formText {
    font-size: 13px;
}


.searchButton {
    background-color: #8586D8;
    color: #000066;
    height: 20px;
    width: 25px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}


.searchButton2 {
    background-color: #006666;
    color: #000066;
    height: 20px;
    width: 25px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.searchButton3 {
    background-color: #ffffff;
    color: #ffffff;
    height: 20px;
    width: 25px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}


.formLink {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

.errorMessage {
    color: #ffff00;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.resultMessage {
    font-weight: bold;
    font-size: 13px;
}

.resultBanner {
    background-color: #90BCE9;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.noresultBanner {
    background-color: #90BCE9;
    color: #ffffff;
    font-size: 13px;   
}

.navLink {
    color: #8586D8;
    font-weight: bold;
    text-decoration: none;
}


.navLinkDisable {
    color: #c8c8c8;
    font-weight: bold;
    text-decoration: none;
}


.docTitle {
    color:#4040ff;
    font-weight:bold;
    text-decoration:none;
}

.docTitle:hover {
    text-decoration:underline;
}

.docTitle:visited {
    color:#780050;
}

.docDescription {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
}

.docSize {
    color: #505050;
    font-size: 11px;
    text-decoration: none;
}

.docAttribute {
    color: #a0a0a0;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
