* html .clearfix {
  height: 1%; }

body {
  font-family: Stratum2 Medium DISABLED, Helvetica Neue, Helvetica, sans-serif;
  margin: 0;
  padding: 0; }

* html>body .clearfix {
  display: inline-block;
  width: 100%; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

div#container {
  width: 700px;
  margin: 0 auto; }
div#header {
  position: relative;
  margin-bottom: 10px; }
div#content {
  clear: both; }
div#footer {
  clear: both;
  font-size: 0.8em;
  text-align: center; }

div#menu_wrapper {
  background-color: #ededee;
  position: relative; }
  div#menu_wrapper ul#menu {
    padding: 5px 20px;
    margin: 0 auto;
    width: 700px;
    text-align: center; }
    div#menu_wrapper ul#menu li {
      list-style-type: none;
      float: left;
      display: block;
      padding: 0 0.5em; }
  div#menu_wrapper #ajax_status {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #ffffff;
    font-size: 0.7em;
    font-weight: bold;
    padding: 0.3em 0.9em;
    text-transform: uppercase;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em; }

h1 {
  background: url(/images/headers/the-online-ceo-black.png) no-repeat;
  width: 533px;
  height: 70px;
  margin: 0 auto; }
  h1 a {
    display: none; }

h2 {
  text-align: left;
  border-bottom: 1px solid #cccccc;
  margin: 10px 0;
  color: #999999;
  font-weight: normal; }
  h2.add_a_new_task {
    display: none; }

body.tasks .point_totals {
  font-family: Stratum2 Regular DISABLED, Helvetica Neue, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  color: #cccccc;
  padding-left: 0.5em; }
body.tasks form select {
  margin-right: 7px; }
body.tasks form#task_form_new {
  background-color: #e6e6e6;
  padding: 10px; }
  body.tasks form#task_form_new .task_name {
    width: 450px; }
body.tasks form .task_name {
  width: 510px;
  margin: 0 10px; }
body.tasks form.point {
  height: 24px;
  margin-bottom: 3px;
  padding: 10px; }

div.point {
  height: 14px;
  margin-bottom: 3px;
  padding: 15px; }

form.point1, div.point1 {
  background: url(/images/points/1.png) no-repeat; }
form.point2, div.point2 {
  background: url(/images/points/2.png) no-repeat; }
form.point5, div.point5 {
  background: url(/images/points/5.png) no-repeat; }
form.point10, div.point10 {
  background: url(/images/points/10.png) no-repeat; }

div.showtask {
  overflow: hidden; }
  div.showtask small {
    padding-left: 1em; }

div.pagination {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left; }

body.user div form, body.tasks div form {
  background-color: #e6e6e6;
  padding: 10px; }
  body.user div form input,   body.tasks div form input {
    margin-left: 5px;
    margin-right: 5px; }
  body.user div form .text_field,   body.tasks div form .text_field {
    width: 10em; }
body.user div.signup label, body.tasks div.signup label {
  display: block;
  margin-bottom: 1em; }
  body.user div.signup label input,   body.tasks div.signup label input {
    display: block;
    margin-top: 5px;
    margin-left: 0; }

div.feature_note {
  margin: 10px 0; }

table.features img {
  border: 1px solid #cccccc; }

div.totals {
  width: 70px;
  top: 1em;
  position: absolute;
  text-align: center; }
  div.totals#todo_points {
    right: 0; }
  div.totals small {
    display: block;
    font-size: 1.1em;
    font-variant: small-caps;
    color: #999999; }
  div.totals span {
    font-size: 2em;
    font-weight: bold;
    line-height: 0.8em; }

table {
  border-collapse: collapse;
  margin: 0 15px;
  margin-bottom: 1.5em; }
  table tr.odd {
    background-color: white; }
  table tr.even {
    background-color: #f0f0f0; }
  table tr th, table tr td {
    text-align: left;
    line-height: 1.5em;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px; }
    table tr th.right,     table tr td.right {
      text-align: right;
      padding-right: 10px; }
  table tr th {
    background-color: #ddddff;
    border-bottom: 1px solid #bbbbdd;
    margin-bottom: 3em;
    font-weight: normal; }
    table tr th.title {
      border-bottom: none;
      font-weight: bold; }
  table.small {
    font-size: 0.8em; }
    table.small th, table.small td {
      text-align: right; }
    table.small th.first_column, table.small td.first_column {
      text-align: left; }
    table.small td.last_column {
      text-align: right; }

.float_left {
  float: left; }

div.errorExplanation h2 {
  color: black;
  border-bottom: none;
  font-variant: small-caps; }

div.fieldWithErrors {
  margin: 0;
  padding: 0;
  border: 0; }

div.notice, div.warning {
  background-color: #ffffcc;
  padding: 1em; }

#advertisement img {
  display: block;
  border: none;
  margin: 0 auto; }

body.emergent_days div#content {
  display: none; }
body.emergent_days div#container {
  width: 900px; }
body.emergent_days div.totals {
  width: 180px; }
body.emergent_days div.task_header {
  background-color: #cccccc;
  padding: 0.4em 0.7em;
  -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  text-align: right; }
  body.emergent_days div.task_header form {
    margin: 0;
    padding: 0; }
    body.emergent_days div.task_header form label {
      text-transform: uppercase;
      font-size: 0.8em; }
      body.emergent_days div.task_header form label#emergent_day_title_tasks_label {
        float: left;
        padding-top: 0.4em; }
      body.emergent_days div.task_header form label input {
        border: 2px solid #999999;
        padding: 0.3em;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em; }
        body.emergent_days div.task_header form label input#emergent_day_start_hour {
          width: 3em;
          text-align: right;
          margin-right: 1em; }
        body.emergent_days div.task_header form label input#emergent_day_title {
          margin-right: 1em; }
        body.emergent_days div.task_header form label input#emergent_day_created_at {
          width: 11em;
          text-align: right; }
body.emergent_days div.bubble {
  width: 18px;
  height: 24px;
  background: url(/images/emergent/normal.png) no-repeat;
  margin: 0 -1px;
  cursor: pointer;
  cursor: hand;
  float: left; }
  body.emergent_days div.bubble:hover {
    background: url(/images/emergent/hover.png) no-repeat; }
body.emergent_days div.state_layer {
  width: 18px;
  height: 24px; }
  body.emergent_days div.state_layer.done_1 {
    background: url(/images/emergent/done_1.png) no-repeat; }
  body.emergent_days div.state_layer.done_2 {
    background: url(/images/emergent/done_2.png) no-repeat; }
  body.emergent_days div.state_layer.done_3 {
    background: url(/images/emergent/done_3.png) no-repeat; }
  body.emergent_days div.state_layer.done_4 {
    background: url(/images/emergent/done_4.png) no-repeat; }
  body.emergent_days div.state_layer.done_5 {
    background: url(/images/emergent/done_5.png) no-repeat; }
  body.emergent_days div.state_layer.distracted_1 {
    background: url(/images/emergent/distracted_1.png) no-repeat; }
  body.emergent_days div.state_layer.distracted_2 {
    background: url(/images/emergent/distracted_2.png) no-repeat; }
  body.emergent_days div.state_layer.distracted_3 {
    background: url(/images/emergent/distracted_3.png) no-repeat; }
  body.emergent_days div.state_layer.distracted_4 {
    background: url(/images/emergent/distracted_4.png) no-repeat; }
  body.emergent_days div.state_layer.distracted_5 {
    background: url(/images/emergent/distracted_5.png) no-repeat; }
body.emergent_days table.emergent {
  margin: 0 0 1em 0; }
  body.emergent_days table.emergent tr.emergent_day_hours td {
    margin: 0;
    padding: 0 0 0 0.7em;
    font-size: 0.6em;
    font-weight: bold;
    color: #999999; }
    body.emergent_days table.emergent tr.emergent_day_hours td.sum {
      text-align: right;
      text-transform: uppercase; }
  body.emergent_days table.emergent tr.emergent_task_row td.sum {
    text-align: right;
    font-weight: bold;
    padding-left: 1em; }
  body.emergent_days table.emergent tr td {
    padding: 8px 2px; }
    body.emergent_days table.emergent tr td.odd {
      background-color: #e6e6e6; }
    body.emergent_days table.emergent tr td input.emergent_task_title {
      width: 80px; }
