/* General */
body {
  background: #fff url(/images/background.png);
  letter-spacing: 0.01em;
  color: #000;
}
a {
  text-decoration: none;
}
a:hover, a:hover span.text {
  border-bottom-color: transparent !important;
}
span.bad {
  color: #ff0000;
}
span.good {
  color: #008d1b;
}
.super-lowlight {
  color: #dcdcdc;
}
.lowlight {
  color: #898989;
}
h1 {
  font-size: 18px;
  font-weight: bold;
}
h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 9px 0 0;
}
p {
  margin: 0 0 15px;
}
p.last {
  margin: 0;
}
.bootstrap {
  display: none;
}
div#page {
  background: #fff;
}

/* Home */
body#home img {
  margin: -21px 0 0;
}

/* Header */
div#header {
  position: relative;
}
div#header ul {
  margin: 5px 0 0;
}
div#header p {
  margin: 0 0 -3px;
}

/* Switcher */
div#header p#switcher {
  position: absolute;
  background: #50545c url(../images/down-white-arrow.png) no-repeat 10px 11px;
  padding: 0 10px 0 30px;
}
div#header p#switcher:hover span {
  display: inline;
}
div#header p#switcher span {
  display: none;
}

/* Footer */
div#footer {
  margin: -16px 0 0;
}
div#footer ul {
  margin: 0;
}
div#footer p {
  margin: -7px 0 0;
}

/* Header and footer */
body#application div#header, body#application div#footer {
  opacity: 0.15;
}
body#application div#header:hover, body#application div#footer:hover {
  opacity: 1;
}
div#header p, body#application div#footer p {
  font-size: 18px;
  font-weight: bold;
  float: left;
}
body#home div#footer p {
  color: #fff;
}
body#home div#footer p#notes {
  color: #fff;
  float: left;
}
body#home div#footer p#credit {
  color: #fff;
  float: right;
}
body#home div#footer p#credit a {
  text-indent: -9999px;
  background: transparent url(/images/contrast-logo.png) no-repeat;
  width: 145px;
  height: 27px;
  display: block;
}
div#header p a, div#footer p a {
  color: #fff;
}
div#header ul, div#footer ul {
  float: right;
}
div#header ul li.first, div#footer ul li.first {
  background: none;
}
div#header ul li, div#footer ul li {
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 0 0 0 25px;
  background: transparent url(/images/light-bullet.png) no-repeat 8px;
  color: #fff;
}
div#header ul li a, div#footer ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #6d7179;
}

/* Main */
div#main {
  width: 1026px;
}
div#main>div {
  background: transparent url(/images/container-middle.png) repeat-y;
}
div#main>div>div {
  background: transparent url(/images/container-top.png) no-repeat top left;
}
div#main>div>div>div {
  background: transparent url(/images/container-bottom.png) no-repeat bottom left;
  padding: 48px 38px 46px;
}

/* Week controls */
div#week-controls h1 {
  text-align: center;
  margin: 0;
}
div#week-controls p {
  margin: 2px 0 0; 
}
div#week-controls p a span.text {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #dcdcdc;
}
div#week-controls p#previous a {
  padding: 0 0 0 19px;
  background: transparent url(/images/left-black-arrow.png) no-repeat left;
}
div#week-controls p.this-week.back a {
  padding: 0 0 0 19px;
  background: transparent url(/images/left-black-arrow.png) no-repeat left;
}
div#week-controls p.this-week.forward {
  text-align: right;
}
div#week-controls p.this-week.forward a {
  padding: 0 19px 0 0;
  background: transparent url(/images/right-black-arrow.png) no-repeat right;
}
div#week-controls p#next {
  text-align: right;
}
div#week-controls p#next a {
  padding: 0 19px 0 0;
  background: transparent url(/images/right-black-arrow.png) no-repeat right;
}

/* Support page header */
div#support-page-header h1 {
  text-align: center;
  margin: -7px 0 0;
}
div#support-page-header p {
  margin: -5px 0 0; 
}
div#support-page-header p a span.text {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #dcdcdc;
}
div#support-page-header p a {
  padding: 0 0 0 19px;
  background: transparent url(/images/left-black-arrow.png) no-repeat left;
}

/* Forms */
fieldset {
  padding: 10px 0 0 10px;
  margin: 15px 0 26px;
  background: transparent url(/images/blue-grad.png) repeat-x top;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-left: 0;
  border-right: 0;
}
fieldset div {
  margin: 0 0 10px;
}
fieldset input#company_invites {
  margin: 0 10px 0 0;
}
fieldset label {
  float: left;
  width: 150px;
  margin: 3px 10px 0 0;
}
fieldset input.text {
  margin: 0;
  float: left;
}
fieldset input.button {
  margin: 0 0 0 160px;
}
fieldset h2 {
  margin: 0 0 7px;
}
fieldset select {
  padding: 4px;
  margin: 0;
  float: left;
}
fieldset div#phone-number input.text {
  width: 222px;
  margin: 0 0 0 10px;
}
fieldset div.radio-buttons {
  margin: 0 0 10px 160px;
}
fieldset div.radio-buttons label {
  float: none;
  display: inline;
}
fieldset input.radio-button {
  vertical-align: top;
}
fieldset p.note {
  margin: 5px 0 0 10px;
  float: left;
  font-size: 11px;
  font-style: italic;
}
fieldset#account-type div.radio-buttons label {
  float: left;
  width: 300px;
}
input.button.outside {
  margin: 0 0 0 170px;
}
form#redirect-form {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

/* Modules */
div.module {
  padding: 10px 10px 17px 10px;
  margin: 15px 0 26px;
  background: transparent url(/images/blue-grad.png) repeat-x top;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-left: 0;
  border-right: 0;
}
div.module h2 {
  margin: 0 0 7px;
}
div.module ul {
  margin: 0;
  list-style-type: none;
}

/* Task calendar */
table#task-calendar {
  margin: 0;
}
table#task-calendar tr#day-headers th {
  background: none;
  padding: 11px 0 16px;
  margin: 0;
}
table#task-calendar th {
  width: 110px;
}
table#task-calendar td {
  width: 120px;
}
table#task-calendar th, table#task-calendar td {
  margin: 0;
  vertical-align: top;
}
table#task-calendar th.name {
  background: none;
}
table#task-calendar th.name h2 {
  margin: 0 0 0 10px;
  font-size: 12px;
}

/* Task lists */
table#task-calendar tr.task-lists th, table#task-calendar tr.task-lists td {
  padding: 15px 0 13px;
}
table#task-calendar tr.task-lists ul {
  margin: 0;
  padding: 0;
  border-left: 1px solid #dcdcdc;
}
table#task-calendar tr.task-lists td ul.today {
  border-left: 1px solid #000;
}
table#task-calendar tr.task-lists ul li {
  list-style-type: none;
  margin: 0;
  padding: 4px 10px 4px 0;
  font-size: 11px;
  cursor: default;
  border-bottom: 1px dashed #f0f0f0;
  clear: both;
}
table#task-calendar tr.task-lists ul li span {
  display: block;
  width: 80px;
  float: left;
}
table#task-calendar tr.task-lists ul li:hover {
  background: #fffde5;
}
table#task-calendar tr.task-lists ul li.blank:hover {
  background: transparent;
}
table#task-calendar tr.task-lists ul li.ui-draggable-dragging {
  background: none;
  border: none;
  z-index: 99;
}
table#task-calendar tr.task-lists ul li.waiting {
 background-color: #ddd; 
}
table#task-calendar tr.task-lists ul li.complete {
  text-decoration: line-through;
}
table#task-calendar tr#me td, table#task-calendar tr#me th {
  background: transparent url(/images/blue-grad.png) repeat-x top;
}
table#task-calendar tr.task-lists td, table#task-calendar tr.task-lists th {
  border-top: 1px solid #dcdcdc;
}
table#task-calendar tr.task-lists li a.checkbox {
  display: block;
  float: left;
  text-indent: -9999px;
  width: 9px;
  height: 9px;
  background: transparent url(/images/checkbox.png) no-repeat 10px 4px;
  padding: 4px 6px 4px 14px;
}
table#task-calendar tr.task-lists ul li.available {
  cursor: pointer;
  padding-left: 11px;
}
table#task-calendar tr.task-lists ul li.available.blank {
  cursor: default;
}
table#task-calendar tr.task-lists ul li.date span {
  margin: 0 0 0 10px;
}
table#task-calendar tr.task-lists ul li.date textarea {
  height: 30px;
  margin-top: 5px;
}
table#task-calendar tr.task-lists ul.lowlight li a.checkbox {
  background: transparent url(/images/checkbox-lowlight.png) no-repeat 10px 4px;
}
table#task-calendar tr.task-lists li.complete a.checkbox {
  background: transparent url(/images/checkbox-checked.png) no-repeat 10px 4px;
}
table#task-calendar tr.task-lists ul.lowlight li.complete a.checkbox {
  background: transparent url(/images/checkbox-checked-lowlight.png) no-repeat 10px 4px;
}
table#task-calendar tr.task-lists td.drop-hover ul {
  background: #fffde5;
}
table#task-calendar tr.task-lists td.drop-hover.over-no ul {
  background: #ffe6e5;
}
table#task-calendar tr.task-lists textarea {
  width: 87px;
  height: 60px;
  font-family: inherit;
  font-size: 11px;
  margin: 0 0 0 10px;
}
table#task-calendar tr.task-lists fieldset {
  margin: 0;
  padding: 0;
  background: 0;
  border: none;
}
table#task-calendar tr#new-user td a {
  font-size: 12px;
  color: #bcbcbc;
  font-weight: bold;
}
table#task-calendar tr#new-user td {
  border-top: 1px solid #dcdcdc;
  padding: 15px 0 13px;
}

/* Context menu */
div#jqContextMenu {
  font-size: 11px;
}

/* Stats */
div.stats h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 6px 0 0;
}
div.stats p {
  margin: 0;
}
div.stats p.numbers {
  font-size: 12px;
  margin: 0;
  font-weight: normal;
  margin: 6px 0 0;
}
div.stats div.progress-bar div {
  background: #5db546 url(/images/green-progress-grad.png) repeat-x;
}
div.stats div.progress-bar {
  margin: 9px 0 0;
  height: 18px;
  background: #ff4646 url(/images/red-progress-grad.png) repeat-x;
}
div.stats.list {
  margin: 28px 0 0;
}
div.stats.list ol {
  margin: 4px 0 0;
  list-style-position: inside;
}

/* Notification settings */
fieldset#notification-settings label {
  float: none;
}

/* Note paper */
div.note-paper {
  background: transparent url(/images/note-paper.png) no-repeat;
  width: 191px;
  height: 111px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 80px 40px;
  margin: -25px auto 0;