* {
    margin: 0;
    padding: 0;
}

p {
    margin: 1em 0;
}

html, body {
    height: 100%;
    font-family: verdana;
    font-size: 12px;
    text-align: center;
}

#wrap {
    min-height: 100%;
    width: 765px;
    margin:0 auto;
}

#main {
    overflow: auto;
    padding-bottom: 75px;
}

#footer {
    padding-top: 25px;
    position: relative;
    margin-top: -75px;
    height: 50px;
    clear: both;
}

/* Opera Fix for sticky footer */
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

#content {
    padding: 0px 25px 0px 25px;
    text-align: left;
}

#content h2 {
    padding: 15px 0px 0px 0px;
}

#content #left {
    float: left;
    margin-right: 15px;
    width: 150px;
}

#content #left img {
    margin: 10px 0px 10px 0px;
}

#content #right {
    float: left;
    width: 550px;
}

/* home */

#stopwatch {
    min-height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -225px 0px 0px -225px;
}

html #stopwatch {
    height: 500px;
}

/* result table */
.result {
    font-size: 12px;
    min-width: 500px;
    padding-bottom: 10px;
}

.result caption {
    font-weight: bold;
    text-align: left;
    padding: 10px 0px 10px 2px;
}

.result tr {
    height: 20px;
}

.result tr th {
    text-align: left;
}

.result tr.even td {
    background-color: #FFFFFF;
}

.result tr.odd td {
    background-color: #EFEFEF;
}

.result th.col1 {
    width: 150px;
}

.result th.col2 {
    width: 100px;
}

.result th.col3 {
    width: 75px;
}

.result th.col4 {
    width: 75px;
}

/* event table */
.event {
    font-size: 12px;
    min-width: 500px;
    padding-bottom: 10px;
}

.event tr {
    height: 20px;
}

.event td.col1 {
    width: 125px;
    background-color: #EFEFEF;
}

/* archive table */
.archive {
    font-size: 12px;
}

.archive td.month {
    font-weight: bold;
    text-align: left;
    padding: 15px 0px 5px 2px;
}

.archive tr {
    height: 20px;
}

.archive td.col1 {
    width: 75px;
    background-color: #EFEFEF;
}

/* discipline records */

.discipline-records {
    width: 460px;
    padding-bottom: 10px;
    font-size: 12px;
}

.discipline-records caption {
    font-weight: bold;
    text-align: left;
    padding: 10px 0px 10px 2px;
}

.discipline-records tr {
    height: 20px;
}

.discipline-records tr th {
    text-align: left;
}

.discipline-records tr.even td {
    background-color: #FFFFFF;
}

.discipline-records tr.odd td {
    background-color: #EFEFEF;
}

.discipline-records th.col1 {
    width: 55px;
}

.discipline-records th.col2 {
    width: 125px;
}

.discipline-records th.col3 {
    width: 30px;
}

.discipline-records th.col4 {
    width: 170px;
}

/* athlete records */

.athlete-records {
    width: 460px;
    font-size: 12px;
}

.athlete-records caption {
    font-weight: bold;
    text-align: left;
    padding: 10px 0px 10px 2px;
}

.athlete-records tr {
    height: 20px;
}

.athlete-records tr th {
    text-align: left;
}

.athlete-records tr.even td {
    background-color: #FFFFFF;
}

.athlete-records tr.odd td {
    background-color: #EFEFEF;
}

.athlete-records th.col1 {
    width: 60px;
}

.athlete-records th.col2 {
    width: 35px;
}

.athlete-records th.col3 {
    width: 365px;
}

/* event archive table */

.event-archive-table {
    font-size: 12px;
}

.event-archive-table td.month {
    font-weight: bold;
    text-align: left;
    padding: 15px 0px 5px 2px;
}

.event-archive-table tr {
    height: 20px;
}

.event-archive-table td.col1 {
    width: 75px;
    background-color: #EFEFEF;
}
