#projectLogo {

    border: 1px solid;
    padding: 4px 10px 4px 10px;
    background-color: #eee;
    font-size: xx-large;
    font-weight: bold;
    text-decoration: none;
    text-shadow: #7CF00;
    float: right;
    cursor: pointer;
}

/* Right-align the DB "logo box" */
#db_logo table {
    width: 100%;
}

#copyright_footer {
    text-align: center;
}

.navigation >div {
    border: 1px solid #999;
    background-color: #ddd;
    margin: 15px 10px;
    padding: 4px 10px 4px 10px;
}

.navigation h3 {
    text-decoration: none;
}

div.navigation li {
    list-style-type: none;
}

.wiki-content h1, h2 {
    border: 1px solid #999;
    background-color: #ddd;
    color: #900;
    padding: 4px 4px 4px 6px;
    text-shadow: #7CF00;
}

.wiki-content h1 {
    font-size: x-large;
}

.wiki-content h2 {
    font-size: large;
}

.wiki-content td {
    padding: 4px 4px;
}

/* Manual alternating color for table rows. */
table.altBgColor tr.b {
    background-color: #EEEEEE;
}

table.altBgColor tr.a {
    background-color: #DDDDDD;
}

/* Automatic alternating color for table rows (set table class to 'alternate'). */
table.alternate tr:nth-child(odd) {
    background-color: #EEEEEE;
}
 
table.alternate tr:nth-child(even) {
    background-color: #DDDDDD;
}

a {
  text-decoration: none;
}
a:link {
  color:#36a;
}
a:visited  {
  color:#47a;
}
a:active, a:hover {
  color:#69c;
}
