/* Fundamentals */
* {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
body {
  margin: 0 auto 10px auto;
  font-size: 12px;
}
body, input, textarea {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
p,
h1,
h2,
h3,
h4,
h5 {
  clear: left;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 12px;
}
table {
  border-collapse: collapse;
}
td {
  vertical-align: top;
}
th {
  text-align: left;
  white-space: nowrap;
}
abbr {
  border: 0;
}
img, iframe {
  border: 0;
}
ul, ol {
  list-style: none;
}

/* Form Elements */
textarea {
  width: 300px;
  height: 100px;
}
div.fieldWithErrors {
  display: inline;
}

/* Clear Floats */
* html .clear{height:1%;overflow:visible;}
*+html .clear{overflow:hidden;}
.clear:after{clear:both;content:".";display:block;height:0;visibility:hidden;}


/* Layout */
#wrapper {
  width: 770px;
  margin: 30px auto;
}
#header,
#footer,
#body {
  overflow: hidden;
  padding: 20px;
}
#navigation {
  overflow: hidden;
}
#navigation li {
  float: left;
}
#navigation li a {
  float: left;
  padding: 10px 20px;
}
#messages {
  margin: 10px 20px 0 20px;
}


/* Messages: Error/Notice */
.page_message {
  padding: 20px 20px 0;
}

/* Breadcrumbs */
.breadcrumbs {
  margin: 0 0 20px 0;
}


/* Footer */
#footer p.byline {
  float: right;
  font-size: 10px;
}


th,
td {
  padding: 3px 12px 1px 4px;
}
th.last,
td.last {
  white-space: nowrap;
  padding-right: 0;
}
td.no_results {
  padding: 40px;
  text-align: center;
  vertical-align: middle;
}
td.thumbnail img {
  height: 40px;
}
.right_rail_module {
  float: right;
  width: 200px;
  padding: 10px 10px 0 10px;
}
.description {
  margin-top: 20px;
  padding: 10px 10px 0 10px;
}


.bulk_update input.text {
  width: 50px;
}

#distance_calculator {
	float: left;
}
#run_date {
	float: left;
	padding-left: 36px;
}

#bulk_update h2 {
	margin-bottom: 12px;
}
#bulk_runners {
	clear: both;
	padding-top: 24px;
}

.bulk_update .distance_calculator {
  float: left;
  margin: 0 20px 20px 0;
  width: 250px;
}

.bulk_update .submit {
	font-size: 140%;
}



.progress_chart {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.progress_chart span.goal {
  border: 2px solid #000000;
  width: 400px;
  float: left;
  margin-right: 10px;
}
.progress_chart span.goal span.distance {
  display: block;
  background-color: #999999;
  height: 30px;
  width: 1px;
}
.progress_chart .labels {
  clear: none;
  line-height: 30px;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}
.progress_chart .goal .labels {
  position: absolute;
  left: 0;
  top: 1px;
  color: #FFFFFF;
}
.progress_chart .percentages {
  clear: both;
}
.progress_chart .percentages span {
  float: left;
  width: 100px;
  font-size: 10px;
  color: #333333;
  text-align: right;
}
.progress_chart .percentages span.first {
  width: 5px;
}

.progress_small {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.progress_small span.goal {
  border: 2px solid #000000;
  width: 100px;
  float: left;
  margin-right: 10px;
}
.progress_small span.goal span.distance {
  display: block;
  background-color: #999999;
  height: 10px;
  width: 1px;
}
.progress_small .labels {
  clear: none;
  line-height: 10px;
  font-weight: bold;
  font-size: 10px;
  color: #000000;
}
.progress_small .goal .labels {
  position: absolute;
  left: 0;
  top: 2px;
  color: #FFFFFF;
}
.progress_small .percentages {
  clear: both;
}
.progress_small .percentages span {
  float: left;
  width: 100px;
  font-size: 10px;
  color: #333333;
  text-align: right;
}
.progress_small .percentages span.first {
  width: 5px;
}

/* next two from runner's home */

div#congratsbox {
	float:right;
	text-align:center;
	text-transform: capitalize;
}
div#incbox {
	float: right;
	padding-left: 5px;
	width: 175px;
}

tr.routeodd {
	color: #121212;
}

tr.routeeven {
	color: #565656;
}

div#legend {
	clear: both;
}

/* New Styles */

#user_search {
	margin-top: 12px;
	padding-bottom: 12px;
	border-bottom: solid 1px #999;
}

#user_type_runner, #user_type_other {
	margin-left: 12px;
	margin-right: 4px;
}

#user_search label {
/*	font-weight: bold;*/
	padding-right: 12px;
}

#user_search input {
	padding: 4px;
}