/* themes/giant-shared style */

html, body, td, input, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

input, textarea {
}

h1 {
    font-size: 15px;
    text-weight: bold;
}

h2 {
    font-size: 13px;
}

h3 {
    font-size: 12px;
}

p.message {
    font-size: 11px;
}

html, body {
    margin: 0px;
    padding: 0px;
    text-align: center; /* kludge for IE Windows */
}

/* Main page elements */

#page {
    position: relative;
    margin: 0 auto;
    width: 755px;
    top: 12px;
    background-image: url(/images/background.jpg);
    background-repeat: no-repeat;
}

#header {
    width:755px;
    height:123px;
}

#topbar {
    width:755px;
    height:5px;
    clear: both;
}

#bottombar {
    width:755px;
    height:4px;
    clear: both;
}

#footer {
    width:755px;
    height: 60px;
    text-align: center;
    clear: both;
}

img.logo {
    padding: 8px 30px;
}

#indicator {
    position: absolute;
    left: 306px;
    top: 25px;
    width: 110px;
    height: 23px;
}

#panel {
    position: absolute;
    left: 308px;
    top: 50px;
    width: 420px;
    height: 55px;
    background-color: #000000;
    color: #ffffff;
    font-size: 10px;
}

#main {
    text-align: left;
}

div.sidebar, div.divider, div.content {
    float: left;
}

table {
    border-collapse: collapse;
}

div.sidebar table {
    margin-left: 10px;
}

th {
    text-align: left;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    font-size: 11px;
    font-weight: bold;
}

tr.divider {
    border-top: 1px solid #888888;
}

tr.divider-light {
    border-top: 1px solid #dddddd;
}

div.divider {
    float: left;
    width: 11px;
    background-color: #7f7f7f;
    height: 540px;
    /*border: 1px solid #FF0000;*/
}

div.sidebar {
    float: left;
    width: 150px;
    /*border: 1px solid #00FF00;*/
}

div.content {
    float: left;
    width: 572px;
    /*border: 1px solid #0000FF;*/
}

div.content-wide {
    float: left;
    width: 733px;
    /*border: 1px solid #0000FF;*/
}

/* Other stuff */

div.stuff {
    margin: 0px;
    padding: 0px 4px;
    /*border: 1px solid #0000FF;*/
}

div.inset {
    padding: 10px;
}

div.card {
    position: relative;
    width: 239px;
    height: 328px;
    background-image: url(/images/card.gif);
    background-repeat: no-repeat;
    background-x: 50%;
    background-y: 50%;
}

img {
    border-width: 0px;
}

img.bike {
    position: absolute;
    left: 21px;
    top: 21px;
}

p.bike {
    position: absolute;
    left: 21px;
    top: 21px;
    border-width: 0px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

div.card div {
    position: absolute;
    width: 190px;
    height: 138px;
    left: 23px;
    top: 164px;
    font-size: 8px;
}

/* information page stuff */

div.information {
    font-size: 1.1em;
    overflow: scroll;
    height: 520px;
    padding-right: 10px;
}

div.information .register {
    text-align: center;
}

div.information table {
    margin-left: 30px;
}

div.information th, div.information td {
    padding: 4px;
    font-size: 1.1em;
}

div.information th {
    text-align: left;
    padding-top: 10px;
    border-top: none;
    border-bottom: 1px solid #888888;
    font-size: 1.15em;
    font-weight: bold;
}

div.information td.subhead {
    font-weight: bold;
}

.fwit {
    color: #c00;
    font-size: 1.3em;
}
