#schedule {
    width: 100%;
}

#schedule td {
    padding: 0 18px 0 9px;
}

#schedule table {
    width: 100%;
    /*border-collapse: collapse;*/
}

#schedule table td {
    font-weight: bold;
}

#schedule table th, #schedule table td {
    font-size: 8px;
    border-left: 1px solid #BBB;
    vertical-align: top;
    width: 7%;
    padding: 1px 2px;
}

#schedule table td.second {
    border-left: none;
}

#schedule table tr.header {
    background-color: transparent;
}

#schedule table th {
    text-align: left;
    border-bottom: 1px solid #6E4B61;
}

#schedule table tr {
    background-color: #ECD4AE;
}

#schedule table tr.altRow {
    background-color: #F0DFC2;
}

#schedule table th.left, #schedule table td.left, #schedule table td.leftThirty {
    font-weight: normal;
    font-family: monospace;
    text-align: right;
    width: 2%;
    border-left: none;
}

#schedule table td.leftThirty {
    color: gray;
}

#schedule table td.event {
    border: 1px solid #888;
    padding: 1px;
}

#schedule table a {
    position: relative;
    z-index: 24;
    color: black;
    text-decoration: none;
}

#schedule table a span {
    display: none;
}

#schedule table a:hover {
    z-index: 25;
    display: inline;
}

#schedule table a:hover span {
    display: block;
    position: absolute;
    z-index: 28;
    top: -6px;
    left: 14px;;
    min-width: 150px;  /*for mozilla*/
    color: black;
    font-size: 120%;
    white-space: nowrap;
    background-color: #DACBAE;
    border: 1px solid gray;
    padding: 5px;
    opacity: 0.85;
    filter: alpha(opacity=85);
}

#scheduleNav {
    width: 100%;
}

#scheduleNav td a {
    color: #555;
    font-size: 8pt;
    padding: 0 18px 0 9px;
}

#schedule table td.portlandfiredragons {
    background-color: orange;
}

#schedule table td.goldendragons {
    background-color: #FFCC00;
}

#schedule table td.sundragons {
    background-color: #FF6600;
}

#schedule table td.omar, #schedule table td.conniec {
    background-color: #FF0000;
}

#schedule table td.omar a, #schedule table td.conniec a {
    color: white;
}

#schedule table td.vernon {
    background-color: #00FFFF;
}

#schedule table td.syncorswim {
    background-color: #FFFF99;
}

#schedule table td.dragonflies {
    background-color: #FF99CC;
}

#schedule table td.sirens {
    background-color: #00FF00;
}

#schedule table td.freedomdragons {
    background-color: #D7E4BC;
}

#schedule table td.tidepaddled {
    background-color: #D7E4BC;
}

#schedule table td.kailuakruisers {
    background-color: #FFFF00;
}

#schedule table td.castaways {
    background-color: #0066CC;
}

#schedule table td.castaways a {
    color: white;
}

#schedule table td.chaos {
    background-color: green;
}

#schedule table td.chaos a {
    color: white;
}

#schedule table td.shibumi {
    background-color: #A00;
}

#schedule table td.shibumi a {
    color: white;
}

#schedule table td.kaiuluakea {
    background-color: #786;
}

#schedule table td.kaiuluakea a {
    color: white;
}

#schedule table td.open {
    background-color: #88BBCC;
}

#schedule table td.steeringtraining {
    background-color: lightbrown;
}

#schedule table td.kapuna {
    background-color: #867;
}

#schedule table td.kapuna a {
    color: white;
}

#schedule table td.blewbyu {
    background-color: #88F;
}

#schedule table td.blewbyu a {
    color: white;
}
