/* Open Watcom Dot Org Cascading Style Sheet */

.body {
    background-color: #cccccc;
}

.header {
    background-color: #cccccc;
    text-align: center;
    width: inherit;
}

.section {
    padding: 10px;
    background-color: #E7F5FE;
    width: inherit;

}

.footer {
    background-color: #dddddd;
    text-align: center;
    width: inherit;
}

h1 {
    color: blue;
}

h2 {
    color: black;
}

h3 {
    color: blue;
}

h4 {
    color: black;
}

h4.warning {
    color: red;
}

table, th, td {
    border: 1px solid blue;
    border-collapse: collapse;
}

table.no_border, th.no_border, td.no_border {
    border: none;
}

th, td {
    padding: 5px;
    text-align: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
    background: #dddddd repeat-x;
}

ul li {
    float: left;
}

ul a {
    display: block;
    padding: 0 1em;
    line-height: 2.1em;
    text-decoration: none;
    color: black;
}

#home #mainNav .home a,
#about #mainNav .about a,
#doc #mainNav .doc a,
#download #mainNav .download a,
#devel #mainNav .devel a,
#source #mainNav .source a,
#bugzilla #mainNav .bugzilla a,
#wiki #mainNav .wiki a {
    background-position: right botton;
    color: blue;
    cursor: default;
}

