/* generated using SASS */
body {
  background: #333 url('../images/application/background.png') left top repeat;
  margin: 0;
  text-align: center;
  font-family: helvetica, arial, sans-serif;
  font-size: 0.9em;
  color: #333; }

#wrapper {
  width: 960px;
  margin: 0 auto;
  text-align: left; }

#masthead {
  height: 160px;
  background: url('../images/application/masthead.jpg') left top no-repeat; }

#user-nav {
  float: right;
  margin-right: 100px;
  font-size: 0.8em;
  font-weight: bold; }

.content {
  overflow: hidden;
  width: 792px;
  margin-left: 80px;
  background-color: #fff;
  padding-bottom: 200px;
  border: 4px solid #000; }

#padding {
  margin: 0 36px; }

.left {
  width: 440px;
  margin-right: 20px; }

.right {
  width: 340px; }

.column {
  overflow: hidden;
  float: left; }

a {
  font-family: georgia, serif;
  font-style: italic;
  color: #448ccb;
  weight: bold;
  text-decoration: none; }

a:hover {
  color: #7da7d9; }

h1 {
  font-family: georgia, serif;
  font-size: 1.4em;
  font-style: italic;
  color: #555; }

h2 {
  font-family: georgia, serif;
  font-size: 1.1em;
  font-style: italic;
  border-bottom: 1px solid #ccc; }

h2 a.cancel-link, h2 a {
  font-size: 0.8em; }

h1 a {
  font-size: 0.6em; }

h3 {
  clear: both; }

a.cancel-link {
  color: #9e0b0f; }

a.delete {
  color: #9e0b0f; }

a.restful_control {
  display: block;
  float: left;
  position: relative;
  margin-right: 4px;
  margin-bottom: 20px; }

table {
  border-collapse: collapse;
  padding: 0;
  margin: 0; }

.label {
  padding-right: 20px;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bolder;
  letter-spacing: -0.04em;
  color: #777; }

.user-info tr {
  height: 3ex; }

.highlight {
  background-color: #fff799; }

tr.odd {
  background-color: #e2efff; }

.position-icon {
  display: block;
  float: left;
  width: 20px;
  height: 24px;
  background: url('../images/position_icons.png') left -30px no-repeat; }

.inactive-forward_icon {
  background-position: left -30px; }

.inactive-midfield-icon {
  background-position: -20px -30px; }

.inactive-defense-icon {
  background-position: -40px -30px; }

.inactive-goal-keeper-icon {
  background-position: -60px -30px; }

.default_index_list h3 {
  overflow: hidden;
  margin: 0;
  margin-top: 20px; }
.default_index_list p {
  margin: 0; }

.clearfix {
  clear: both; }

hr {
  border: none;
  background: none;
  border-bottom: 1px solid #ccc; }

#nav-bar {
  height: 50px;
  margin-bottom: 6px; }

.nav-item {
  float: left; }

.nav-list {
  margin: 0;
  padding: 0; }

.nav-list li {
  display: inline; }

.nav-item a,
.nav-item {
  width: 160px;
  height: 50px;
  display: block; }

.nav-item a span {
  display: none; }

#nav-left {
  width: 80px;
  background: url('../images/nav/nav_left.png') left top no-repeat; }

#home {
  background: url('../images/nav/btn_home.png') left top no-repeat; }

#squad {
  background: url('../images/nav/btn_squad.png') left top no-repeat; }

#schedules {
  background: url('../images/nav/btn_schedules.png') left top no-repeat; }

#sponsors {
  background: url('../images/nav/btn_sponsors.png') left top no-repeat; }

#contact {
  background: url('../images/nav/btn_contact.png') left top no-repeat; }

#nav-right {
  width: 80px;
  background: url('../images/nav/nav_right.png') left top no-repeat; }

#home:hover, #squad:hover, #schedules:hover, #sponsors:hover, #contact:hover {
  background-position: 0px -50px; }

ul#admin_nav {
  overflow: hidden;
  margin: 4px 20px;
  padding: 4px 10px; }
  ul#admin_nav li {
    overflow: hidden;
    float: left;
    width: auto;
    padding: 4px;
    margin: 0px 2px; }
  ul#admin_nav li.nav_description, ul#admin_nav li.active_season {
    padding: 6px 8px;
    font-size: 0.8em;
    height: 12px; }

.field {
  overflow: hidden;
  clear: both;
  padding: 12px 0px;
  padding-bottom: 0px; }
  .field label {
    display: block;
    float: left;
    width: 100px;
    padding: 6px 0 0 0;
    padding-right: 20px;
    font-size: 0.7em;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: -0.04em;
    color: #666; }
  .field label.invalid {
    color: #9e0b0f; }
  .field .update-link {
    display: block;
    float: left;
    margin-left: 4px; }
  .field .value {
    display: block;
    clear: both;
    width: 332px;
    border: 2px solid #ccc;
    background-color: #e7e7e7;
    padding: 4px 10px;
    font-size: 1.2em;
    font-style: italic;
    font-weight: lighter;
    color: #999; }
  .field .select {
    clear: both; }

select {
  border: 2px solid #ccc;
  background-color: #e7e7e7;
  font-size: 1.2em; }

input[type='text'], input[type='password'], textarea {
  display: block;
  float: left;
  border: 1px solid #ccc;
  padding: 4px 10px;
  background: url('../images/application/input_background.png') right top no-repeat;
  font-size: 1.2em;
  color: #39578c; }

textarea {
  height: 80px; }

input[type='submit'] {
  height: 2em;
  border: 2px solid #000;
  background-color: #212f48;
  color: #fff;
  padding-bottom: 2px; }

.inputError {
  margin-bottom: 20px;
  margin-top: 4px;
  font-size: 0.8em;
  font-style: italic;
  color: #9e0b0f; }

#remember_me {
  font-size: 2em;
  width: 1em; }

.auto_complete ul li {
  color: #000; }

.field label.radio-label {
  position: relative;
  display: inline;
  float: none;
  top: -3px;
  text-transform: none;
  font-size: 0.8em;
  font-weight: bolder;
  font-style: italic;
  font-family: georgia, serif;
  letter-spacing: -0.04em;
  color: #acd373;
  background-color: #fff;
  padding: 0;
  width: auto; }

.button {
  display: block;
  float: left;
  padding: 4px 8px 4px 4px; }

.ui-icon {
  float: left; }

input.focused_field {
  border: 1px solid blue;
  border-color: #8ea3c3; }

.ui-widget {
  font-size: 1em; }

#login_box {
  text-align: left;
  padding: 10px 20px; }

.hint {
  font-size: 0.8em;
  font-style: italic;
  color: #666; }

p.remote-error {
  width: 210px;
  margin-left: 120px;
  margin-top: 10px;
  padding: 3px 5px; }

.flash {
  padding: 8px;
  margin-bottom: 1em;
  margin: 10px 20px; }

#placeholder {
  overflow: auto;
  height: 22px; }

.input_error {
  color: #ed1c24;
  font-size: 0.8em;
  border-top: none;
  padding-top: 0.5em; }

#error p, #notice p {
  margin: 0; }

#notices {
  margin-top: 40px; }

.notice {
  margin: 20px 0px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  background-color: #f1f1f1; }

.column {
  float: left; }

.wide_left {
  width: 460px;
  margin-right: 20px; }

.wide_right {
  width: 460px;
  margin-left: 20px; }

.narrow_left {
  width: 220px;
  margin-right: 20px; }

.narrow_right {
  width: 220px;
  margin-left: 20px; }

.half_left {
  width: 340px;
  margin-right: 20px; }

.half_right {
  width: 340px;
  margin-left: 20px; }

.full {
  width: 720px; }

.dialog_left_half {
  width: 265px;
  margin: 0 10px;
  text-align: center; }

.dialog_right_half {
  width: 265px;
  margin: 0 10px;
  font-size: 0.9em;
  padding-top: 40px; }

#map_canvas {
  border: 1px solid #ccc; }

#location #map_canvas {
  margin-top: 40px; }

#remote-location-form {
  background-color: #e7e7e7; }
  #remote-location-form input[type='text'] {
    width: 200px;
    font-size: 0.8em; }
  #remote-location-form a.remote-submit {
    font-size: 0.8em; }
  #remote-location-form h2 {
    padding: 0px 10px; }

.column.half #map_canvas {
  margin-left: 20px; }

#location-submit:hover {
  cursor: pointer; }

#locations .location:hover {
  background-color: #e7e7e7;
  border: 1px solid #ccc; }
#locations .location {
  overflow: hidden;
  margin-bottom: 2px;
  padding: 10px;
  background-color: #f1f1f1;
  border: 1px solid #e7e7e7; }
  #locations .location .location-icon {
    display: block;
    float: left;
    width: 39px;
    height: 30px;
    background: url('../images/location-category-icons.png') left top no-repeat; }
  #locations .location .location-icon.game {
    background-position: -39px top; }
  #locations .location .location-details {
    float: left;
    margin-left: 20px;
    width: 500px; }
    #locations .location .location-details h3 {
      margin: 0; }
      #locations .location .location-details h3 span {
        display: block;
        float: right; }
        #locations .location .location-details h3 span a {
          margin: 0px 2px; }
    #locations .location .location-details p {
      margin: 0;
      font-size: 0.8em; }
  #locations .location .location-controls {
    float: left;
    margin-left: 20px;
    width: 119px; }
    #locations .location .location-controls a {
      float: right;
      border: none; }

.user_list {
  width: 720px; }
  .user_list thead {
    font-size: 0.7em;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    background-color: #e7e7e7;
    border: 1px solid #ccc; }
  .user_list td {
    padding: 5px 10px; }
  .user_list td.center {
    text-align: center; }

.user_list.edit_mode {
  font-size: 0.8em; }

.status_icon {
  display: block;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url('/images/application/status_icons.png'); }

.status_icon.inactive {
  background-position: -16px top; }

.status_icon.tryout {
  background-position: -32px top; }

.status_icon.player {
  background-position: -48px top; }

input[type='text'].slider_text_box {
  position: relative;
  top: -0.5em;
  background-image: none;
  border: none;
  padding: 0;
  font-size: 1em; }

.slider_bar {
  width: 60px;
  height: 10px; }

.slider_handle {
  left: 20%;
  width: 10px;
  height: 10px; }

.user_detail {
  text-align: left; }
  .user_detail .user_header {
    width: 100%;
    height: 40px; }
    .user_detail .user_header .user_name {
      float: left;
      width: 240px;
      font-size: 1.6em;
      font-family: georgia, serif;
      font-style: italic;
      font-weight: bold; }
    .user_detail .user_header .user_status {
      width: 25px;
      float: left; }
  .user_detail .user_position {
    font-weight: bold; }

#squad-cards .position {
  overflow: hidden;
  margin-bottom: 20px; }
#squad-cards .player-card {
  float: left;
  width: 200px;
  padding: 5px 10px;
  margin: 5px 5px;
  border: 1px solid #ccc;
  background-color: #e7e7e7; }
  #squad-cards .player-card img {
    float: left;
    width: 75px;
    margin-right: 10px; }

#leagues .league {
  overflow: hidden;
  padding: 0px 10px;
  margin: 10px 0px;
  background-color: #e7e7e7;
  border: 1px solid #ccc; }
#leagues h3 {
  float: left;
  width: 380px; }
#leagues a {
  float: right;
  margin: 10px 2px; }

#seasons .season {
  overflow: hidden;
  margin: 10px 0px;
  background-color: #e7e7e7;
  padding: 10px;
  border: 1px solid #ccc; }
  #seasons .season h3 {
    margin: 0;
    width: 360px;
    float: left; }
  #seasons .season a {
    float: right;
    margin: 0px 2px; }
#seasons .season.selected_season {
  background-color: #8ea3c3;
  border: 1px solid #666; }

#calendar_view {
  overflow: hidden;
  margin: 40px 0px; }
  #calendar_view #calendar_nav {
    overflow: hidden; }
  #calendar_view .prev_month, #calendar_view .current_month, #calendar_view .next_month {
    overflow: hidden;
    display: block;
    float: left;
    font-size: 1.4em; }
  #calendar_view .prev_month {
    width: 20%; }
  #calendar_view .current_month {
    width: 58%;
    text-align: center;
    font-weight: bold; }
  #calendar_view .next_month {
    width: 20%;
    text-align: right; }

#calendar {
  overflow: hidden;
  width: 707px;
  margin-top: 20px;
  border: 6px solid #bbb; }
  #calendar .day_name {
    float: left;
    width: 92px;
    padding: 5px;
    padding-left: 4px;
    background-color: #bbb;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold; }
  #calendar .day {
    float: left;
    width: 99px;
    height: 100px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #666; }
    #calendar .day .day_number {
      margin: 4px;
      font-weight: bold;
      font-size: 1em;
      letter-spacing: -0.05em;
      text-align: right; }
    #calendar .day .events {
      margin: 0;
      padding: 0; }
      #calendar .day .events .event {
        overflow: hidden;
        width: 89px;
        font-size: 11px;
        margin: 2px 4px;
        padding: 0;
        list-style-type: none;
        border: 1px solid #ccc; }
        #calendar .day .events .event a {
          display: block;
          margin: 2px 4px;
          padding: 0;
          text-decoration: none; }
        #calendar .day .events .event a:hover {
          background-color: transparent;
          color: #000; }
  #calendar .day.first {
    clear: left; }
  #calendar .day.social .event {
    background-color: #f2e6ce;
    border-color: #d2c6ae; }
  #calendar .day.practice .event {
    background-color: #cee2a4;
    border-color: #aec284; }
  #calendar .day.tryout .event {
    background-color: #edee8f;
    border-color: #cdce6f; }
  #calendar .day.game .event {
    background-color: #afe1ee;
    border-color: #8fc1ce; }
  #calendar .day.not_current {
    background-color: #f9f9f9;
    color: #ccc; }
  #calendar .day.today .day_number {
    background-color: #666;
    padding: 4px;
    color: #fff;
    margin-bottom: 4px; }

#events span, #events a {
  display: block; }
#events .event:hover {
  background-color: #e7e7e7;
  border: 1px solid #ccc; }
#events .event {
  overflow: hidden;
  margin-bottom: 2px;
  padding: 10px;
  background-color: #f1f1f1;
  border: 1px solid #e7e7e7; }
  #events .event a {
    font-style: normal;
    font-family: helvetica, arial, sans-serif;
    color: #333; }
    #events .event a .event-title {
      font-weight: bold;
      font-size: 1.3em; }
    #events .event a .event-info {
      font-size: 0.8em; }
  #events .event .mailtolink a {
    font-family: georgia, serif;
    font-style: italic;
    color: #448ccb; }
  #events .event .event-icon {
    display: block;
    float: left;
    width: 39px;
    height: 30px;
    background: url('../images/event-category-icons.png') left top no-repeat; }
  #events .event .event-icon.game {
    background-position: -39px top; }
  #events .event .event-details {
    float: left;
    margin-left: 20px;
    width: 500px; }
    #events .event .event-details h3 {
      margin: 0; }
      #events .event .event-details h3 span {
        display: block;
        float: right; }
        #events .event .event-details h3 span a {
          margin: 0px 2px; }
    #events .event .event-details p {
      margin: 0;
      font-size: 0.8em; }
  #events .event .event-controls {
    float: left;
    margin-left: 20px;
    width: 119px; }
    #events .event .event-controls a {
      float: right;
      border: none;
      margin: 0px 2px; }
    #events .event .event-controls span.mailtolink a {
      font-size: 0.8em; }
