body {
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.3;
    background: #EBEBEB url(/bike/images/background.gif) repeat-y fixed center top;
}

img {
    border: 0px;
}

form {
    display: inline;
}


#home_right {
    float: right;
    text-align: left;
    margin: 20px 40px 0px 0px;
    width: 380px;
}

.home_latest_wrapper {
    clear: both;
    width: 380px;
    height: 14px;
    border-top: 1px solid #bbbbbb;
    padding: 3px 0px 9px 0px;
    font-size: 13px;
    color: #333333;
}


.home_latest_name {
    font-size: 15px;
    float: left;
    width: 140px;
    text-align: left;
}

.home_latest_dst {
    float: left;
    width: 60px;
    padding-top: 2px;
    text-align: right;
}

.home_latest_av {
    float: left;
    width: 58px;
    padding-top: 2px;
    text-align: right;
}

.home_latest_date {
    float: left;
    width: 115px;
    padding-top: 2px;
    text-align: right;
}

.home_latest_comments {
    float: left;
    clear: both;
    font-size: 12px;
    color: #888888;
    padding: 2px 20px 6px 10px;
}





#home_left {
    float: left;
    margin-top: 5px;
    margin-left: 40px;
    width: 320px;
    text-align: left;
    font-size: 13px;
    color: #333333;
}

.home_jersey_wrapper {
    clear: left;
    float: left;
    margin-top: 15px;
    text-align: left;
}

.home_jersey_box {
    float: left;
    width: 260px;
}

.home_jersey_name {
    font-size: 15px;
    clear: left;
    float: left;
    width: 150px;
    height: 21px;
}

.home_jersey_value {
    float: left;
    width: 80px;
    text-align: right;
    height: 21px;
}


.home_jersey_old_name {
    clear: left;
    float: left;
    margin-left: 40px;
    height: 18px;
    width: 150px;
    text-align: left;
    font-size: 12px;
}

.home_jersey_old_value {
    float: left;
    height: 18px;
    width: 78px;
    text-align: right;
    font-size: 12px;
}

#home_left_old_bottom {
    clear: left;
    padding-bottom: 8px;
    padding-top: 6px;
    font-size: 11px;
    color: gray;
}



.cal_day {
    float: left;
    padding: 0px 3px 4px 2px;
    font-size: 18px;
    color: #333333;
}


.td_border_bottom {
    border-bottom: 1px solid #cccccc;
    padding: 4px 0px;
    color: #444444;
}



.records_name {
    float: left;
    height: 20px;
    width: 150px;
    padding-top: 4px;
}
.records_data {
    float: left;
    height: 20px;
    width: 120px;
}
.records_date {
    float: left;
    width: 110px;
    padding-top: 7px;
    font-size: 13px;
    color: #444444;
}


.records_wrapper {
    clear: left;
    height: 49px;
    border-top: 1px solid #cccccc;
    padding-top: 3px;
}

.records_title {
    padding-top: 0px;
    clear: left;
    float: left;
    height: 40px;
    width: 100px;
    font-size: 18px;
    color: #777777;
}
.records_div01 {
    float: left;
    width: 150px;
    height: 16px;
    font-size: 12px;
}
.records_div02 {
    float: left;
    width: 80px;
    height: 16px;
    font-size: 11px;
    color: #333333;
}



.log_wrapper {
    clear: left;
    border-bottom: 1px solid #cccccc;
    padding: 4px 0px;
}
.log_miles, .log_time, .log_avg, .log_max, .log_date, .log_comment, .log_edit {
    float: left;
    font-size: 14px;
    color: #333333;
}
.log_miles {
    width: 60px;
    text-align: right;
}
.log_time {
    width: 70px;
    text-align: right;
}
.log_avg {
    width: 60px;
    text-align: right;
}
.log_max {
    width: 60px;
    text-align: right;
}
.log_date {
    width: 180px;
    padding-left: 25px;
    text-align: left;
}
.log_comment {
    width: 260px;
    text-align: left;
    padding-top: 2px;
    font-size: 11px;
    color: #555555;
    padding-right: 10px;
}
.log_edit {
    width: 73px;
    text-align: right;
    padding-top: 2px;
    font-size: 11px;
    color: #aaaaaa;
}


.log_label {
    color: #999999;
}

.label {
    float: left;
    width: 102px;
    height: 20px;
    font-size: 14px;
    color: #333333;
    padding-top: 8px;
}

.label2 {
    float: left;
    width: 96px;
    height: 20px;
    font-size: 16px;
    color: #222222;
    padding-top: 8px;
}



.bike_11 { font-size: 11px; }
.bike_12 { font-size: 12px; }
.bike_13 { font-size: 13px; }
.bike_14 { font-size: 14px; }
.bike_15 { font-size: 15px; }
.bike_16 { font-size: 16px; }
.bike_18 { font-size: 18px; }
.bike_20 { font-size: 20px; }
.bike_24 { font-size: 24px; }
.bike_30 { font-size: 30px; }


h1 {
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: 6px;
}

h2 {
    font-size: 18px;
    color: #666666;
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: 6px;
}

h3 {
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: 6px;
}

.rider_name {
    font-size: 21px;
    color: #444444;
}




#full_body_wrapper {
    text-align: center;
}

#header_wrapper {
    margin-left: auto;
    margin-right: auto;
    background: #EBEBEB url(/bike/images/background_top.gif) no-repeat fixed center top;
}

#header {
    margin-left: auto;
    margin-right: auto;
    width: 850px;
    height: 100px;
    background: #ffffff url(/bike/styles/temp_header2.png) no-repeat center top;
}

#header_userarea_right, #header_userarea_left {
    margin-top: 25px;
    margin-right: 10px;
    float: right;
    width: 280px;
    height: 75px;
    font-size: 10px;
    line-height: 1;
}

#header_userarea_right {
    text-align: right;
}

#header_userarea_left {
    text-align: left;
}

#header_userarea_right h1 {
    font-weight: normal;
    font-size: 14px;
    color: #aaaaaa;
}

#header_userarea_right a, #header_userarea_left a {
    font-weight: bold;
}

#login_error {
    background-color: #d00404;
    padding: 4px 8px;
    margin: 3px 0px;
    font-size: 11px;
    color: white;
}
#login_error b {
    font-size: 16px;
}

#header_forgot_pass {
    text-align: right;
    margin-bottom: 6px;
}

#header_register {
    margin-top: 6px;
    color: white;
    font-size: 11px;
    line-height: 1.3;
}

#header_register a {
    font-size: 13px;
}

#main_body {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    background: white;
}

#footer_spacer {
    clear: both;
    height: 10px;
}
#footer {
    text-align: left;
    clear: both;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
}

#footer_right {
    float: right;
    margin-top: 13px;
    margin-right: 40px;
}

#footer_left {
    float: left;
    margin-left: 40px;
    line-height: 1;
}
#footer_left a {
	font-size: 13px;
    font-weight: bold;
}
#footer_left h1 {
    margin-top: 26px;
	font-size: 12px;
    color: #666666;
    font-weight: normal;
    line-height: 6px;
}
#footer_left h2 {
    margin-bottom: 26px;
	font-size: 10px;
    color: #999999;
    font-weight: normal;
    line-height: 10px;
}




.input {
    font-size: 15px;
    color: #444444;
    font-family: Helvetica, Arial, sans-serif;
    margin-right: 4px;
}

.input2 {
    font-size: 16px;
    color: #444444;
    font-family: Helvetica, Arial, sans-serif;
    margin: 6px 0px;
}








#blog_wrapper {
    margin-top: 14px;
    float: left;
    width: 618px;
    text-align: left;
}


#blog_wrapper h1 {
    margin: 1px 40px 3px 90px;
    font-size: 24px;
    color: #333333;
    line-height: 1.3;
}
#blog_wrapper h2 {
    margin: 1px 40px 1px 90px;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
}
#blog_wrapper h3 {
    margin-left: 90px;
    margin-right: 40px;
    font-size: 11px;
    color: #999999;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
}


#blog_wrapper p {
    margin-left: 90px;
    margin-right: 40px;
}

#blog_wrapper .label {
    float: left;
    width: 135px;
    height: 20px;
    font-size: 14px;
    color: #333333;
    padding-top: 8px;
}




#comment_section_wrapper {
    float: left;
    clear: left;
    text-align: left;
    margin: 20px 40px 30px 90px;
    width: 490px;
}




.comment_edit {
    margin-bottom: 12px;
}

.comment_edit_textbox {
    width: 430px;
    height: 150px;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 6px;
}




.error_box {
    background: url(http://www.daveheinzel.com/bike/images/4/error_box_corner.gif) #dd0000 no-repeat right top;
    width: 333px;
    padding: 10px 22px 8px 12px;
    text-align: left;
    color: white;
}

.error_box h4, .success_box h4 {
    font-size: 16px;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 6px;
}

.success_box {
    background: url(http://www.daveheinzel.com/bike/images/4/success_box_corner.gif) #15a615 no-repeat right top;
    width: 333px;
    padding: 10px 22px 8px 12px;
    text-align: left;
    color: white;
}







p {
    font-size: 14px;
    color: #222222;
}

.bullet_indent {
    margin-left: 24px;
    text-indent : -17px;
}

.tiny {
    font-size: 10px;
    color: #777777;
}

.small {
    font-size: 11px;
    color: #777777;
}

.note {
    font-size: 12px;
    color: #777777;
}

.reg1 {
    font-size: 14px;
    color: #333333;
}

.large {
    font-size: 20px;
    color: #333333;
}




a:visited, a:link {
	text-decoration: none;
	font-weight: normal;
	color: #0071BC;
	outline: 0;
} a:hover, a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #00A5E0;
	outline: 0;
}






#register_required {
    margin-left: 90px;
    border: 1px solid #cccccc;
    background: white;
    padding: 10px;
    width: 580px;
}

#register_optional {
    margin-top: 20px;
    margin-left: 90px;
    border: 1px solid #cccccc;
    background: #eeeeee;
    padding: 10px;
    width: 580px;
}

#register_required_title {
    font-size: 18px;
    text-align: right;
    color: #db0000;
    float: right;
    width: 170px;
}

#register_optional_title {
    font-size: 18px;
    text-align: right;
    color: #aaaaaa;
    float: right;
    width: 120px;
}


.checker {
    font-size: 14px;
    color: #333333;
}