body {
    text-align: center;
    margin: 20px;
}
#head {
    background-image: url(../images/headbg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 0px;
}
#head img {
    display: inline;
}
#event {
    position: absolute;
    top: 40;
}
#positioner {
    background-image: url(../images/bg.png);
    background-repeat: repeat-y;    
    background-position: 30px;
    font-family: arial, helvetica, sans-serif;
    margin: auto;
    text-align: left;
    width: 790;
}    

#content {
    padding-left: 45px;
}
#content h1 {
    font-size: 1.5em;
    border-bottom: 1px solid #003399;
}

#content h2 {
    font-size: 1.2em;
}

table {
    border-collapse: collapse;
    border: 1px solid #003399;
    font-size: 0.7em;
    width: 100%;
}

table th {
    background-color: #69749a; 
    color: white;
}

table td {
    vertical-align: top;
    padding: 5px;
    background-color: #f3f4f7;
}

table tr.odd td {
    background-color: #c9d5f4;
}
table td.time, table tr.odd td.time {
    font-weight: bold;
    border-right: 1px solid #69749a;
    text-align: center;
}
#content table tr td h1 {
    font-size: 1em;
    border: none;
}

div#content {
    margin: 0 1em 0 1em;
}

td.track1 {
    background-image: url(../images/track1.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 25px;
    width: 45%;
    cursor: crosshair;
}
td.track2 {
    background-image: url(../images/track2.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 25px;
    width: 45%;
    border-left: 1px solid #69749a;
    cursor: crosshair;
}

#sunday_track01_keysigning, #saturday_track01_social {
    cursor: crosshair;
}

#map {
    width: 600px;
    height: 500px;
    margin-left: 50px;
}

#powered {
    margin-top: 3em;
    text-align: center;
}

label {
    clear:right;
    display: block;
    margin-bottom: 0.5em;
}

legend {
    font-weight: bold;
}

div.formarea label input {
    float: right;
    clear: right;
}

div.formarea {
    width: 50%;
    padding: 5px;
}

div.cols div {
    display: inline;
    float: left;
    width: 50%;
}

p.error {
    color: #ff0000;
    font-size: large;
}

p.hint {
    text-align: center;
    font-size: smaller;
    font-weight: bold;
}

a:link, a:visited, a:active {
    color: #69749a;
}

a.download, a.download:hover, a.download:active, a.download:visited {
    font-weight: bold;
}
