/*
 * $Id: style.css 216 2009-10-16 14:17:34Z joris $
 */

html, body, div, p, form, input, ul, ol, dl, dt, dd, li, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

body {
    color: #000000;
}

h1, h2, h3 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
h2 {
    font-size: 24px;
}
h3 {
    margin: 10px 0 4px;
    font-size: 20px;
}

table {
    border-collapse: collapse;
    border-width: 0;
}
td, th {
    border: 0;
    padding: 0;
    vertical-align: top;
}

a {
    color: #0000aa;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

img {
    border:0;
}

.show {}
.hide {
    display: none;
}

.menu {
    list-style: none;
}

.clear {
   display: block;
   height: 1px;
   overflow: hidden;
   margin-top: -1px;
   clear: both;
   font-size: 1px;
   line-height: 1px;
}



/* Search results */

.searchForm {
    margin-bottom: 20px;
}
.searchInfo {
    font-size: 0.875em;
}
.searchErrorTop {
    color: red;
}
table#searchResults .location {
    font-style: italic;
    color: #1883B6;
}
table.searchNavigation {
    margin: 5px 0;
    width: 100%;
}
    table.searchNavigation .left,
    table.searchNavigation .main,
    table.searchNavigation .right { 
        float: left; 
        margin: 8px 0;
    }
    table.searchNavigation a {
        padding: 2px 8px 2px 0;
    }

.contentBlock .searchNavigation a {
    font-size: 0.875em;
    font-style: normal;
    cursor: pointer;
}

ol.searchResults {
    margin: 0 0 0 20px;
    padding: 0;
}

ol.searchResults li {
    padding-bottom: 10px;
}

div.searchTitle {
    font-weight: bold;
    padding-bottom: 10px;
}


table#searchResults {
    margin: 5px 0;
}
table#searchResults td {
    padding-bottom: 10px;
}
table#searchResults td.counter {
    padding-right: 5px;
}
table#searchResults td.title {
    font-weight: bold;
}
