body {
    font-family: helvetica, arial, verdana, sans-serif;
    background-color: rgb(77, 52, 143);
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
div.header {
    background-color: rgb(77, 52, 143);
    background-image: url(../images/kkjHeader.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 120px;
    width: 840px;
}
div.outerheader {
    background-color: rgb(77, 52, 143);
    width: 100%;
}
div.pagebg {
    background-color: rgb(77, 52, 143);
    height: 100%;
}
div.page-body {
    width: 740px;
    background-color: #ccf;
    vertical-align: top;
    padding: 5px;
    border: 3px solid rgb(47, 22, 93);
}
div.main {
    background-color: rgb(77, 52, 143);
    border: none;
}
body {
    margin: 0;
    padding: 0;
}
#vid div { 
    position: relative;
    top: 300px;

}
tr.showrow {
    padding-bottom: 1px solid #888;
}
#passed td {
    text-decoration: line-through;
    color: #aaa;
    border-bottom: 1px solid #888;
}
#passed a {
    color: #aaa;
}

#upcoming td {
//    font-size: 110%;
    font-weight: bold;
    border-bottom: 1px solid #888;
}
td.title {
    font-size: 200%;
    font-weight: bold;
    font-variant: small-caps;
    padding-bottom: 10px;
}

#menu table {
    width: 538px;
    text-align: center;
    border: 1px solid #d98090;
    font-size: 12px;
}
#menu a {
    color: pink;
}

td.member {
    font-weight: bold;
    white-space: nowrap;
    padding-right: 10px;
}

tr.even {
    background-color: #ced;
    border-bottom: 1px solid #888;
}
tr.odd {
    background-color: #cde;
}

td.gig_notes {
    padding-top: 3px; padding-bottom: 2px;
}
td.gig_date {
    white-space: nowrap;
    padding-top: 3px; padding-bottom: 2px;
}
td.gig_loc {
    white-space: nowrap;
    padding: 3px 10px 2px 10px;
}
td.section {
    font-weight: bold;
    font-size: 150%;
    color: #cde;
    background-color: #345;
    padding-left: 40px; padding-top: 4px; padding-bottom: 4px;
}
#gal_menu a { color: #ffffff; }
