/*specific options for search page*/

#content table {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

#content table tr {
    vertical-align: top;
}
#content table td {
    width: 30%;
}

#content table a {
    color: black;
    text-decoration: none;
    display: block;
    margin-bottom: 2px;
}
#content table a:hover {
    color: rgb(199,0,44);
}

#content table div {
    color: rgb(153, 0, 0);
    font-family: Verdana, "Arial CE", Arial, Helvetica, sans-serif;

    font-size: 150%;
    font-weight: bold;
    margin: 8px 0 4px 0;
}

#content #upStripe {
    background-color: rgb(232,230,230);
    border-bottom: 1px solid gray;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 10px;
}

