/* Customizations for Gait Cup */

#sidebar {
    background-image: url(/static/site/gaitcup/images/sidebar.jpg);
}

#header.withTitle {
    background-image: url(/static/site/gaitcup/images/gait.jpg);
    height: 73px;
}

#header.withoutTitle {
    background-image: url(/static/site/gaitcup/images/gait2012.gif);
    background-position: top center;
    left: 0px;
    top: 0px;
    width: 900px;
    height: 115px;
    margin: 10px;
}


.titleText {
    color: Orange;
}

#content h1 {
    color: 002157;
}

.vtable td {
    color: #9d2c2d;
}

.tableTitleRow {
    background-color: #002157;
}

.vtable tr.odd-row {
    background-color: Orange;
}

.vtable tr.even-row {
    background-color: #d2b398;
}

#content {
    color: #221e1f;
}


