#site-search-form {
    margin: 0;
}

.search-query-text-input {
    font-size: 1em;
    font-weight: bold;
    color: black;
    padding-left: 2px;
    font-family: Arial, Helvetica, sans-serif;
    width: 25em;
    height: 1.2em;
}

.search-query-submit {
    font-weight: normal;
    font-size: .6em;
}

#supporting-site-search-form {
    margin: 0; /* Safari */
    vertical-align: middle;
}

.search-label-results {
    border: 1px solid #ddd;
    padding: 5px;
}

h2.search-results-count {
    color: #666;
    font-size: .9em;
    font-weight: normal;
    padding: 0;
    padding-bottom: .3em;
    margin: 0;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #eee;
}

#search-results-body {
    padding-left: 30px;
    padding-bottom: .2em;
}

ul.search-results {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 53em;
}

ul.search-results li {
    margin-bottom: 1.5em;
    position: relative;
}

ul.search-results li h3.search-result-title {
    margin: 0;
    padding: 0;
    padding-bottom: .1em;
    font-weight: normal;
    font-size: 1.25em;
    color: #666;
}

.search-result-summary {
    color: #222;
}

ul.search-results li h3 a span.search-highlight {
    background-image: none;
}

ul.search-results li h3 a span.icon {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -30px;
    width: 28px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
}

ul.search-results li h3 a span.icon img {
    width: 24px;
    margin-top: -3px;
}

ul.search-results li .search-result-metadata {
    font-size: 90%;
    color: #666;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: .2em;
}

ul.search-results li .search-result-metadata h5 {
    display: inline;
    color: #666;
}

ul.search-results li .search-result-metadata li {
    display: inline;
    padding-right: .5em;
}

ul.search-results li .search-result-metadata a:link, ul.search-results li .search-result-metadata a:visited {
    color: #666;
}

.search-highlight {
    font-weight: bold;
}

#secondary-search {
    text-align: center;
    padding: .5em;
}

.search-filters-panel {
    background: #f0f0f0;
    margin-bottom: 10px; 
    padding: 10px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari */
    border-radius: 3px; /* CSS3 (Opera?) */
}

.search-filters-panel ul {
    list-style: none; 
    margin: 0;
    padding: 0;
}

.search-filter-container {
    margin: 15px 0;
}

.search-filter-reset {
    float: right;
    font-size: 9pt;
    font-weight: normal;
    text-decoration: underline;
}

.first {
    margin-top: 0;
}

#search-sidebar {
    float: right;
    width: 230px;
    margin-top: 1.2em;
}

#search-results-container, #secondary-search {
    margin-right: 240px;
}

#search-container {
    width: 100%;
    overflow: hidden;
}

div.error {
    padding: 10px; 
}

.search-filters-panel div.error {
    padding: 2px; 
}

#search-sidebar select {
    width: 100%;
}

#search-filter-by-contributor-autocomplete {
    width: 200px;
}

#didyoumean-suggestion-container {
    font-size: 1.2em;
    padding-bottom: 1.5em;
}

span.didyoumean-suggestion {
    font-weight: bold;
}

a.content-type-page span, div.content-type-page, span.content-type-page {
    background-image: url(../../../images/icons/docs_16.gif);
    background-repeat: no-repeat;
}

a.content-type-blogpost span, div.content-type-blogpost, span.content-type-blogpost {
    background-image: url(../../../images/icons/blogentry_16.gif);
    background-repeat: no-repeat;
}

a.content-type-comment span, div.content-type-comment, span.content-type-comment {
    background-image: url(../../../images/icons/comment_16.gif);
    background-repeat: no-repeat;
}

a.content-type-spacedesc span, div.content-type-spacedesc, span.content-type-spacedesc {
    background-image: url(../../../images/icons/web_16.gif);
    background-repeat: no-repeat;
}

a.content-type-personalspacedesc span, div.content-type-personalspacedesc, span.content-type-personalspacedesc {
    background-image: url(../../../images/icons/personal_space_16.gif);
    background-repeat: no-repeat;
}

a.content-type-mail span, div.content-type-mail, span.content-type-mail {
    background-image: url(../../../images/icons/mail_content_16.gif);
    background-repeat: no-repeat;
}

a.content-type-attachment span, div.content-type-attachment, span.content-type-attachment {
    background-image: url(../../../images/icons/attachments/file.gif);
    background-repeat: no-repeat;
}

a.content-type-file span, div.content-type-file, span.content-type-file {
    background-image: url(../../../images/icons/attachments/file.gif);
    background-repeat: no-repeat;
}

a.content-type-attachment-application-pdf span, div.content-type-attachment-application-pdf, span.content-type-attachment-application-pdf {
    background-image: url(../../../images/icons/attachments/pdf.gif);
    background-repeat: no-repeat;
}

a.content-type-attachment-image span, div.content-type-attachment-image, span.content-type-attachment-image {
    background-image: url(../../../images/icons/attachments/image.gif);
    background-repeat: no-repeat;
}

a.content-type-attachment-text-xml span, div.content-type-attachment-text-xml, span.content-type-attachment-text-xml {
    background-image: url(../../../images/icons/attachments/xml.gif);
    background-repeat: no-repeat;
}

a.content-type-attachment-text-html span, div.content-type-attachment-text-html, span.content-type-attachment-text-html {
    background-image: url(../../../images/icons/attachments/html.gif);
    background-repeat: no-repeat;
}

a.content-type-attachment-text span, div.content-type-attachment-text, span.content-type-attachment-text {
    background-image: url(../../../images/icons/attachments/text.gif);
    background-repeat: no-repeat;
}

a.content-type-attachment-application-zip span, div.content-type-attachment-application-zip, span.content-type-attachment-application-zip {
    background-image: url(../../../images/icons/attachments/zip.gif);
    background-repeat: no-repeat;
}

a.content-type-attachment-application-excel span, div.content-type-attachment-application-excel, span.content-type-attachment-application-excel {
    background-image: url(../../../images/icons/attachments/excel.gif);
    background-repeat: no-repeat;
}

a.content-type-attachment-application-powerpoint span, div.content-type-attachment-application-powerpoint, span.content-type-attachment-application-powerpoint {
    background-image: url(../../../images/icons/attachments/powerpoint.gif);
    background-repeat: no-repeat;
}

a.content-type-attachment-application-word span, div.content-type-attachment-application-word, span.content-type-attachment-application-word {
    background-image: url(../../../images/icons/attachments/word.gif);
    background-repeat: no-repeat;
}

a.content-type-attachment-java span, div.content-type-attachment-java, span.content-type-attachment-java {
    background-image: url(../../../images/icons/attachments/java.gif);
    background-repeat: no-repeat;
}

a.content-type-attachment-file span, div.content-type-attachment-file, span.content-type-attachment-file {
    background-image: url(../../../images/icons/attachments/file.gif);
    background-repeat: no-repeat;
}

a.content-type-status span, div.content-type-status, span.content-type-status {
    background-image: url(../../../images/icons/quotes.png);
    background-repeat: no-repeat;
}

div.content-type-userinfo, span.content-type-userinfo {
    background-image: url(../../../images/icons/user_16.gif);
    background-repeat: no-repeat;
}

a.content-type-follow span, div.content-type-follow, span.content-type-follow {
    background-image: url(../../../images/icons/fav_on_16.png);
    background-repeat: no-repeat;
}

a.content-type-favourite span, div.content-type-favourite, span.content-type-favourite {
    background-image: url(../../../images/icons/fav_on_16.png);
    background-repeat: no-repeat;
}

