/* Workout View */

.workout_entry_header {
  background-color: #EEE; 
  padding: 5px; 
  -moz-border-radius: 10px; 
  -webkit-border-radius: 8px; 
  border: 1px #DDD solid; 
  -moz-border-radius-bottomleft: 0px; 
  -moz-border-radius-topright: 0px;
}

.workout_entry_header .left {
  font-size: 120%;
}

.workout_entry_header .left .entry_time {
  font-weight: bold;
}

.workout th {
  background-color:#F6F6F6;
  border-right:1px solid #CCCCCC;
  padding-left:10px;
  padding-right:10px;
}

.workout td {
  padding-left: 5px;
}

.workout .tags {
  font-size: 90%;
}

.workout div.results {
  width: 520px;
  overflow-x: auto;
  padding-left: 1px;
  padding-top: 1px;
}

.workout_notes {
  font-size: 95%;
  line-height: 17px;
}

.workout_name h3 {
  font-weight: bold;
}

  /* Image & Video Thumbnails */
  .workout .media_thumb_title {
    font-weight: bold;
    margin-bottom: 3px;
  }

  .workout .media_thumb_description {
    font-size: 85%;
    text-style: italic;
    color: #333;
    margin-bottom: 5px;
  }

  .workout .image {
    border: 1px gray solid;
    margin-bottom: 3px;
  }
  
/* Crossfit WOD notification */

.message { 
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
  line-height: 18px;
}

.message p {
  margin-bottom: 7px;
}

.notification {
  background-color: lightyellow;
  border: 1px #c4c600 solid;
}

.message h2 {
  font-weight: normal;
  margin-bottom: 7px;
}

textarea.crossfit_wod {
  font-family: monospace; 
  width: 575px; 
  height: 180px; 
  background-color: #fff; 
  padding: 5px; 
  border: 1px #ddd solid; 
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px;
}

/* Tabbed Form - Status Messages */
.tabbed_form_message {
  padding: 5px;
  background-color: lightyellow;
  border: 1px yellow solid;
  margin: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* Events */
table.events {
  width: 75%;
  margin-bottom: 20px;
}

thead.event_year {
  background-color: #CCC;
  font-size: 18px;
}

thead.event_category {
  background-color: #DDD;
  font-size: 15px;
}




.event_list th {
  background-color: #EEE;
}

tbody.event_list td {

}

/* Record Book */

/* RB Form */

.record_input {
  width: 150px;
}

.record_input_text_area {
  width: 490px;
  height: 80px;
}

.record_error {
  margin-bottom: 3px;
  color: gray;
  border-bottom: 2px #CCC solid;
  padding-bottom: 3px;
  color: red;
  padding: 5px;
  width: 85%;
  margin: 5px;
}

ul.record_list li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
}

.selected_record {
  background-color: #c7f8e7;
  border: 1px #00cc86 solid;
}

.selected_record a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

.records_table thead {
  border: 1px #CCC solid;
}

.records_table {
  margin-bottom: 15px;
}

.records_table th {
  background-color: #EEE;
  font-weight: bold;
}

.records_table td {
  vertical-align: top;
  white-space: nowrap;
  border: 1px #CCC solid;
  padding: 5px;
}

.records_table td.notes {
  white-space: normal;
}

/**/
.tip {
  border-bottom: 1px #CCC solid; padding-bottom: 5px; margin-bottom: 5px;
}


/* Comments */

.comment {
  margin-top: 5px;
  margin-bottom: 15px;
}

.comment_body {
  margin-left: 55px;
  line-height: 16px;
  font-size: 90%;
}

.comment .meta {
  font-size: 95%;
}

.comment_icon {
  border: 1px gray solid;
}

/* Inline Icons */
.inline_icon {
  vertical-align: text-top;
}

.inline_icon_action {
  vertical-align: middle;
  cursor: pointer;
}

/* Autocomplete */
div.autocomplete {
  position:absolute;
  width:245px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:5px;
  cursor:pointer;
}
