#content a { /* NB use of #content */
        color: #336699;
        text-decoration: none !important;
}
#content a:hover { /* NB use of #content */
        text-decoration: underline !important;
}
#content hr { /* NB use of #content */
        background-color: #336699;
        width: 100%;
        color: #336699;
        height: 2ex;
        -moz-border-radius: 1ex;
}
div.search-result:hover {
        background-color: #f6f6f6;
}

div.module > div {
	font-size: 1.2em;
	width: 100% !important;
}

div.search-results { /* contains all results */
        margin-top: 1.5em;
        font-family: sans-serif;
        font-size: .9em;
}
.search-message { /* error messages, and "No Results" */
        color: red;
        text-align: center;
        font-size: 1.2em;
        margin-top: 2em;
}
.search-result {  /* each result */
        margin-bottom: 1em;
        padding: .2em .2em .7em .2em;
        clear: none;
        overflow: hidden;
}

/* search links */
div.search-result a {
        text-decoration: none;
        color: #336699;
}
div.search-result a:hover {
        text-decoration: underline;
}

.search-title {
        font-size: 1.2em;
        margin-top: .5em;
        color: #000000;
}
.search-rank {
        color: gray;
        font-size: 85%;
}
.search-description {
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: 2em;
}
.search-metadata {
        margin-left: 2em;
        font-size: 0.8em;
        color: #336699;
        clear: none;
}
.search-metadata a {
        text-decoration: none;
        color: #336699;
}

.search-highlight {
        background : #ffffcc;
        font-weight: bold;
        text-decoration: inherit;
}


