h1, h2, h3, h4, h5, h6 { color:#666; }

hr { margin: 15px 0; }

.mini_container {
  width: 580px;
  margin: 0 auto;
}

.inner_container {
  width: 910px;
  margin: 0 auto;
  display: block;
}

#content {
  padding-bottom: 20px;
}

input[type="text"], input[type="password"] {
  margin: 5px 5px 10px 0;
  padding: 2px;
  font-size: 14px;
}

textarea {
  width: 95%;
  height: auto;
  margin: 0 0 10px 0;
  font-size: 14px;
}

button {
    background: #FC9C00;
    color: white;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 3px 5px;
    margin: 0;
    font-size: 12px;
    text-decoration: none;
}

button.disabled {
  background: #C6C6C6;
}

.description, .descr {
  color: #bbb;
  font-weight: normal;
}

/*   CONFIRM SETUP PAGE   */

.setup_section {
  margin-bottom: 20px;
}

span.description {
  padding-left: 10px;
}

.squad_details {}

.squad_details h1 {
  margin: 0 0 4px;
}

.squad_details h4 {
  font-weight: normal;
}

.squad_details img {
  float: left;
  height: 64px;
  background-color: #bbb;
  margin-right: 10px;
}

.contact_details {
  margin: 10px 0;
}

.checkmark, .no_checkmark {
  padding: 0 0 0 22px;
}

.checkmark {
  background: url(/img/check_enabled.png) no-repeat top left;
}

.no_checkmark {
  background: url(/img/check_disabled.png) no-repeat top left;
}


#confirm_setup h2 {
  margin: 10px 0 5px;
  margin-top: 30px;
}

#confirm_setup .missing_info {
  margin: 10px 0 0 0;
}

#confirm_setup h3.confirmed {
  margin: 0 0 8px;
}

#confirm_setup .confirm_sent {
  background-color: #eee;
/*   color: #E56117; */
  padding: 6px;
  margin-top: 0px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
}

#confirm_setup .confirm_sent input {
  font-weight: normal;
  margin-left: 7px;
}

#confirm_setup p {
  margin-right: 10px;
}

#confirm_setup img.silhouette {
  float: left;
  margin-right: 15px;
}

textarea.skills {
  height: 80px;
}

/*   USER HOME PAGE   */
#userhome h2 {margin: 15px 0 7px 0;}

.squad_details hr { margin-bottom: 0; }

#static_map > div { height:130px;width:360px; }

.availability .day span {display: inline-block; width: 85px; margin-right: 10px; font-weight: bold;}




