.search_hilite {
  background-color: yellow;
}

.none {
    display: none;
}

.block {
    display: block;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.center {
    margin: 0 auto;
}

.lowercase {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

.yellow {
    color: #eac20a;
}

.error {
    color:red;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.menuSpecial1,
.menuActiveSpecial1 {
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0px 20px 0px 20px;
    background: white;
    border-top: 1px solid black;
    border-bottom: 1px solid grey;
    border-left: 1px solid black;
    border-right: 1px solid grey;
    text-decoration: none;
    font-size : 10px;
    font-weight: normal;
    color: black;
}

