thead th {
  font-size: 11px;
  padding: 5px;
  background-color: #c0d6f0;
  color: #153e6f;
  border-bottom: 1px solid #153e6f;
}
tbody td {
  padding: 5px;
  font-size: 13px;
  border-bottom: 1px solid #c0d6f0;
}
tbody tr.alt {
  background-color: #d0e6f0;
}

tbody td.statusTag,
thead th.statusTag {
  text-align: right;
}

tbody td.scopedID,
thead th.scopedID {
  color: #333;
  font-weight: bold;
  text-align: center;
}
tbody tr.closedTicket td.scopedID {
  text-decoration: line-through;
  font-weight: normal;
  color: #999;
}

#content h3.dueDate {
  font-weight: bold;
}
#content h3.dueDate.overdue {
  color: #f00;
}

#login_form {
  margin: 0px auto;
  padding: 20px;
  background: #efefef;
  border: 20px solid #f9f9f9;
  width: 350px;
}
  #login_messages {
    padding: 5px;
    font-size: 90%;
  }
  #login_form .error {
    color: #900;
    border: 1px solid #900;
    background: #fee;
  }
  #login_form .notice {
    color: #090;
    border: 1px solid #090;
    background: #efe;
  }
  #login_form .form_field {
    margin: 20px auto;
  }
    #login_form .form_field input {
      width: 330px;
      font-size: 20px;
      padding: 5px;
    }
  #login_form .buttons {
    margin-top: 10px;
    clear: both;
    text-align: right;
  }
    #login_form .buttons input {
      width: 100px;
    }

#user_listing {
  width: 100%;
}
  #user_listing thead tr {
    background: #f0f;
  }
  
  #user_listing td, #user_listing th {
    padding: 4px 2px;
    font-size: 90%;
  }
  
  #user_listing tbody tr.inactive {
    color: #999;
  }

.progressBar {
  position: relative;
  border: 1px solid #666;
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin: 0px 0px 10px 0px;
}
  .progressBar .bar {
    background-color: #666;
    height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  .progressBar .number {
    position: absolute;
    top: 0px;
    left: 5px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #666;
  }
  .progressBar .number span {
    background-color: #fff;
    padding: 2px 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }

span.status {
  padding: 1px 4px;
  font-size: 11px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #fff;
}

#projectMenu {
  margin-bottom: 20px;
}
#content #projectMenu li {
  display: inline;
  margin: 0px 5px 0px 0px;
}
#content #projectMenu li a {
  padding: 4px 8px;
  font-size: 12px;
  font-weight: bold;
  background-color: #153e6f;
  color: #fff;
}
#content #projectMenu li a:hover {
  color: #a9c720;
  background-color: #07182e;
}

.milestone {
  margin: 20px 0px 30px 0px;
}
#content .milestone h2,
#content .milestone h3 {
  margin: 0px;
}