* { margin: 0; padding: 0; outline: none; }
a { outline: none; }
img { border: 0; }
ul { list-style-type: none; }
body {
  font-size: 12px;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  background: #eee;
}
#wrapper {
  margin: 0 auto;
  background-color: #fff;
  width: 1000px;
  margin-top: 10px;
  font-size: 12px;
  height: 1%;
  overflow: hidden;
}
#home_timesheet #wrapper {
  width: 1180px;
}

#header {
  border-bottom: 1px dotted #000;
  margin-bottom: 5px;
  float: left;
  width: 1000px;
}
#home_timesheet #header {
  width: 1180px;
}
  #header h1 {
    float: left;
    padding: 0 0 0 10px;
    font-size: 50px;
    color: #515151;
  }
  #header p {
    float: right;
    margin: 70px 10px 0 0;
    color: #660202;
  }
    #header p span {
      font-weight: bold;
    }
    #header p a {
      color: #515151;
      text-decoration: none;
      font-weight: bold;
    }
    #header p a:hover {
      text-decoration: underline;
    }
hr {
  width: 100%; height: 2px;
  color: #e3e3e5; background-color: #e3e3e5;
  float: left;
}

#menu {
  margin: 0 10px;
  float: left;
  width: 970px;
  padding: 10px 10px 10px 0;
}
    #menu ul li {
      float: left;
      color: #666;
      width: auto;
      margin: 1px 0;
      padding-left: 5px;
    }
    #menu ul li.first {
      margin-left: 0;
      padding-left: 0;
    }
      #menu ul li a {
        text-decoration: none;
        color: #515151;
        font-weight: bold;
        font-size: 12px;
      }
      #menu ul li.active a {
        color: #bbb;
      }
      #menu ul li a:hover {
        text-decoration: underline;
      }

#content {
  float: left;
  width: 980px;
  padding: 10px;
  position: relative;
}
#home_timesheet #content {
  width: 1160px;
}
  #content h2 {
    color: #1493D0;
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: 1px dotted #999;
  }
  #content h2.login {
    width: 405px;
  }
  #content a.people_gone {
    position: absolute;
    font-size: 14px;
    color: #515151;
    right: 340px;
  }

  #content table.list {
    width: 100%;
    border: 1px solid #1d507d;
    margin: 10px 0;
    clear: both;
  }
    #content table.list th {
      border-bottom: 1px solid #333;
      background: url(../images/bg_list_admin.gif) left top repeat-x;
      color: #fff;
      font-weight: bold;
      padding: 5px;
      white-space: nowrap;
    }
      #content table.list th a {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
      }
        #content table.list th a img {
          vertical-align: middle;
          border: none;
        }
    #content table.list th.left {
      text-align: left;
    }
    #content table.list td {
      text-align: center;
      padding: 5px;
      background: #fff;
    }
    #content table.list td.move {
      cursor: move;
    }

    #content table.list tr.even td {
      background: #eaeaea;
    }
    #content table.list td.manage {
      color: #000;
    }
      #content table.list td.manage a {
        padding-left: 0;
      }
      #content table.list td.manage .edit {
        background: url(../images/pencil.png) left center no-repeat;
      }
      #content table.list td.manage .delete {
        background: url(../images/delete.png) left center no-repeat;
      }
      #content table.list td.manage .promote {
        background: url(../images/accept_small.png) left center no-repeat;
      }
      #content table.list td.manage .promote_cancel {
        background: url(../images/cancel_small.png) left center no-repeat;
      }
    #content table.list td.left {
      text-align: left;
    }
    #content table.list td.no_results {
      background-color: #fff;
      font-style: italic;
    }
      #content table.list td a {
        color: #09f;
      }
    #content table.list .actions {
      margin-top: 0;
    }
      #content table.list .actions a {
        clear: left;
        text-decoration: none;
        margin: 5px 0;
      }
  #content table.list td.letter {
    text-align: left;
    font-weight: bold;
  }

  table.table_view {
    margin-bottom: 20px;
    padding: 10px 0;
    width: 100%;
  }
    table.table_view th {
      text-align: right;
      font-size: 14px;
      font-weight: bold;
      padding: 5px;
      width: 20%;
    }
    table.table_view tr td {
      padding: 5px;
    }
    table.table_view tr.odd {
      background: #eaeefa;
    }


  #content .actions {
    float: left; width: auto;
  }
    #content #form.edit_form .actions {
      margin-bottom: 15px;
    }
    #content p.actions a, #content p.actions .inactive {
      text-decoration: none;
      color: #00004b;
      font-size: 14px;
      font-weight: bold;
      margin-right: 20px;
    }
    #content p.actions .inactive {
      color: #515151;
    }
    #content p.actions a:hover {
      text-decoration: underline;
    }
    #content .actions a.right {
      float: right;
    }
    #content .actions a img {
      float: left;
      border: 0;
      margin-right: 2px;
    }
    #content .actions a.delete {
      color: #be4f36;
    }

    #content #results_per_page, #content #projects_list {
      float: left;
      width: auto;
      margin-right: 10px;
    }
      #content #results_per_page label, #content #projects_list label {
        float: left;
      }
      #content #results_per_page select, #content #projects_list select {
        width: 100px;
      }

/* edit form */
  #content #video_form, #content #image_form {
    float: left;
    margin-bottom: 10px;
    width: 100%;
  }
  #content #video_form {
    padding-bottom: 20px;
    border-bottom: 1px dotted #00004b;
  }
    #content #form.edit_form #video_form textarea {
      height: 100px;
    }
    #content #form.edit_form #video_form input.button {
      float: left; clear: left;
      margin-top: 10px;
    }
  #content #form.edit_form {
    padding: 10px 0;
    height: 1%;
    overflow: hidden;
    margin-left: 50px;
  }
    #content #form.edit_form h3 {
      color: #4f4c4d;
      font-weight: normal;
      margin-bottom: 5px;
    }
      #content #form.edit_form h3 a {
        color: #ffc000;
        text-decoration: none;
      }
    #content #form.edit_form .form_row {
      float: left;
      width: 100%;
      margin-bottom: 15px;
    }
    #content #form.edit_form .form_row.hidden {
      display: none;
    }
    #content #form.edit_form .image_row {
      width: auto;
    }
    #content #form.edit_form .date_row select {
      width: 80px;
      float: none;
      margin: 0 5px;
    }
      #content #form.edit_form .date_row .error_list {
        margin-top: 10px;
      }
      #content #form.edit_form .form_row.date_row label {
        width: 95px;
      }
      #content #form.edit_form .date_row img {
        vertical-align: middle;
      }
      #content #form.edit_form .form_row a.download_link {
        color: #ffc000;
        float: left;
        font-size: 11px;
        font-weight: bold;
      }
      #content #form.edit_form .form_row img.preview_image {
        float: left;
        margin-left: 15px;
      }
    #content #form.edit_form .block_row {
      border: 1px solid #a5a5a5;
      float: left; clear: left;
      width: 510px;
      margin-bottom: 10px;
      padding: 10px;
    }
      #content #form.edit_form .error_row {
        background-color: #fce8ea;
      }
        #content #form.edit_form .error_row input {
          border: 1px solid #e73831;
        }
    #content #form.edit_form .right {
      text-align: right;
      margin-left: 18px;
      width: 666px;
    }
      #content #form.edit_form .right a {
        text-decoration: none;
        color: #ffc000;
        width: auto;
      }
    #content #form.edit_form label, #content #form.edit_form input {
      float: left;
    }
    #content #form.edit_form .form_row label {
      width: auto;
      color: #515151;
      font-size: 14px;
      font-weight: bold;
      float: left;
      margin: 0 5px 3px 0;
    }
      #content #form.edit_form .form_row label span {
        font-weight: normal;
        font-size: 12px;
        margin-left: 15px;
      }
    #content #form.edit_form .form_row label.middle {
      width: 150px;
    }
    #content #form.edit_form .form_row .required_fields {
      width: auto;
      color: #333;
      font-size: 14px;
      font-weight: bold;
      float: left;
    }
      #content #form.edit_form .form_row span.label_info {
        margin-left: 10px;
        font-style: italic;
        color: #7b7979;
        font-size: 10px;
      }
    #content #form.edit_form input, #content #form.edit_form textarea, #content #form.edit_form select {
      width: 400px;
      border: 1px solid #d0d0d0;
      padding: 3px;
      color: #333;
      float: left;
      clear: left;
    }
    #content #form.edit_form .user_checkbox_row input {
      clear: none;
      width: 15px;
      margin-top: 5px;
    }
    #content #form.edit_form select {
      width: 408px;
    }
    #content #form.edit_form .mceLayout {
      clear: left;
    }
    #content #form.edit_form .form_row ul {
      margin-left: 40px;
    }
    #content #form.edit_form .form_row ul.checkbox_list, #content #form.edit_form .form_row ul.radio_list {
      clear: left;
    }
    #content #form.edit_form .slug_row ul.checkbox_list, #content #form.edit_form .slug_row ul.radio_list {
      clear: none;
    }
      #content #form.edit_form .form_row ul.checkbox_list input, #content #form.edit_form .form_row ul.radio_list input {
        width: 15px;
        border: 0;
      }
    #content #form.edit_form .form_row ul.checkbox_list li, #content #form.edit_form .form_row ul.radio_list li {
      float: left;
      margin: 0  0 5px 20px;
      width: 150px;
    }
      #content #form.edit_form .form_row ul.radio_list li {
        width: auto;
      }
    #content #form.edit_form .form_row ul.checkbox_list li label, #content #form.edit_form .form_row ul.radio_list li label {
      float: none;
      font-weight: normal;
    }
    #content #form.edit_form .form_row ul.checkbox_list li label.marca {
      float: left; clear: left;
      margin: 3px 0;
    }
    #content #form.edit_form .form_row ul.checkbox_list li input.marca {
      clear: none;
      width: 200px;
      margin: 3px 0 3px 3px;
      border: 1px solid #d0d0d0;
    }
    #content #form.edit_form .form_row ul.checkbox_list li.first_item {
      clear: left;
    }
    #content #form.edit_form .form_row ul.error_list {
      float: left;
      width: 100%;
      margin-left: 0;
    }
      #content #form.edit_form .form_row ul.error_list li, p.error {
        width: 100%;
        text-indent: 0;
        color: #f00;
      }
    #content .button_row {
      margin: 10px 0;
      float: right;
      text-align: right;
      width: 100%;
    }
    #content #form.edit_form .multiselect_row ul.checkbox_list {
      border: 1px solid #d0d0d0;
      float: left;
      margin-left: 0;
      width: 920px; height: 200px;
      overflow-y: auto;
      overflow-x: hidden;
    }
      #content #form.edit_form .multiselect_row ul.checkbox_list li {
        margin: 5px;
        width: 290px;
        border-bottom: 1px solid #eee;
      }

      #content #form.edit_form a.button, #content #form.edit_form input.button, #content form a.button, #content form input.button, a.view_button {
        display: block;
        float: left;
        width: auto;
        border: none;
        text-decoration: none;
        font-size: 12px;
        line-height: 1.2;
        font-weight: bold;
        margin: 0 10px 0 0;
        padding: 5px 10px;
        color: #fff;
        background-color: #00004b;
        cursor: pointer;
        clear: none;
      }
      #content form a#send_timesheet {
        padding: 5px 35px;
      }
      #content #form.edit_form input.cancel {
        background-color: #515151;
      }

.timesheet_form {
}
  .timesheet_form table {
    border-spacing: 0;
  }
  .timesheet_form table td,
  .timesheet_form table th {
    padding: 0;
  }
  .timesheet_form h3 {
    font-size: 24px;
  }
  .timesheet_form .top_right {
    width: auto;
    text-align: right;
    float: right;
  }
    .timesheet_form .top_right label {
      text-align: right;
      margin-right: 5px;
      margin-top: 8px;
      width: 155px;
    }
  .timesheet_form .form_row {
    padding: 0 0 2px 2px;
  }
  .timesheet_form .header_top .form_row {
    padding-bottom: 15px;
  }
  .timesheet_form .header_bottom .form_row {
    padding-top: 15px;
  }
  .timesheet_form .total_hours .form_row {
    padding: 15px 0;
  }
  .timesheet_form .form_row.top_date input {
    background-color: #d5e6bc;
    font-weight: bold;
  }
    .timesheet_form .form_row input {
      text-align: center;
    }
    .timesheet_form .form_row input.name {
      text-align: left;
      height: 20px;
      width: 230px;
    }
    .timesheet_form .form_row textarea {
      padding: 5px;
      width: 882px;
      height: 100px;
    }
  .timesheet_form th {
    text-align: center;
    font-weight: bold;
  }
  .timesheet_form td.label_top {
    text-align: right;
  }
    .timesheet_form td.label_top label {
      float: none;
    }
  .timesheet_form label {
    font-weight: bold;
    float: left;
  }
  .timesheet_form input {
    border: 1px solid #d0d0d0;
    padding: 5px;
    color: #333;
    width: 126px;
  }
  .timesheet_form input.disabled {
    background: #ddd;
    text-align: right;
    font-size: 12px;
  }
  .timesheet_form .subtotal input.disabled {
    text-align: center;
  }

  .timesheet_form input.total {
    font-weight: bold;
  }
  .timesheet_form .date input {
    width: 50px;
    height: 20px;
    font-size: 12px;
  }
  .timesheet_form .date label {
    display: none;
  }
  .timesheet_form .date .row_7,
  .timesheet_form .date .row_14 {
    background-color: #d5e6bc;
    font-weight: bold;
  }
  .timesheet_form .date .row_6,
  .timesheet_form .date .row_13 {
    background-color: #ecf0e1;
    font-weight: bold;
  }
  .timesheet_form #timesheet_subtotal6,
  .timesheet_form #timesheet_subtotal7,
  .timesheet_form #timesheet_subtotal13,
  .timesheet_form #timesheet_subtotal14 {
    font-weight: bold;
    background-color: #c2bebb;
  }
  .timesheet_form #timesheet_week {
    cursor: pointer;
  }

#content #search_list {
  float: right;
}
  #content #search_list label, #content #search_list input {
    float: left;
    margin-right: 5px;
  }
  #content #search_list label {
    line-height: 20px;
    font-weight: bold;
  }
  #content #search_list input {
    border: 1px solid #d0d0d0;
    padding: 3px;
  }
  #content #search_list input.button, #content #newsletter_list input.button {
    border: 0;
    margin-right: 0;
    padding: 3px 10px;
    background: #00004b;
  }

  #videos {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #000;
  }
    #videos div {
      float: left;
      margin-right: 20px;
      margin-bottom: 20px;
    }
  #images {
    float: left;
    margin-left: 0;
  }
    #images .image_block {
      float: left;
      margin: 0 25px 10px 0;
      height: 140px;
      overflow: hidden;
    }
      #images .image_block .img {
        height: 98px;
        overflow: hidden;
      }
    #images .image_block.last {
      clear: left;
    }
      #images .image_block .links, #images .image_block img {
        float: left;
      }
      #images .image_block img {
        margin-bottom: 5px;
      }
      #images .image_block .links, #videos .links {
        text-align: center;
        clear: left;
        width: 120px;
      }
      #videos .links {
        margin: 5px 0;
        width: 425px;
      }
        #images .image_block .links a, #videos .links a {
          color: #f60000;
        }

  #content .message_info {
    border: 1px solid #00529b;
    background: #bde5f8 url('../images/message_info.gif') left center no-repeat;
    background-position: 10px;
    color: #00529b;
    padding: 10px;
    padding-left: 45px;
    font-size: 14px;
    font-weight: bold;
    line-height: 29px;
  }
  #content .message_success {
    border: 1px solid #4f8a10;
    background: #dff2bf url('../images/message_success.gif') left center no-repeat;
    background-position: 10px;
    color: #4f8a10;
    padding: 10px;
    padding-left: 45px;
    font-size: 14px;
    font-weight: bold;
    line-height: 29px;
    margin-bottom: 10px;
  }
    #content .message_success a {
      color: #09f;
    }
  #content .message_error {
    border: 1px solid #d8000c;
    background: #ffbaba url('../images/message_error.gif') left center no-repeat;
    background-position: 10px;
    color: #d8000c;
    padding: 10px;
    padding-left: 45px;
    font-size: 14px;
    font-weight: bold;
    line-height: 29px;
    margin-bottom: 10px;
  }
  ul.error_list li {
    color: #f00;
  }
.pagination {
  width: auto;
  line-height: 2.2;
  text-align: center;
}
  .pagination li {
    padding-left: 5px;
    display: inline;
  }
  .pagination li.first {
    padding-left: 0;
  }
    .pagination li .sep {
      margin-right: 5px;
    }
    .pagination li a {
      text-decoration: none;
      color: #5a5758;
    }
    .pagination li.first a {
      margin-left: 5px;
    }
      .pagination li a img {
        border: 0;
      }
    .pagination li span {
      color: #231f20;
      font-weight: bold;
    }


#footer {
  float: left;
  width: 100%;
  background: #00004b;
  color: #fff;
  padding: 5px 0;
  margin-top: 10px;
}
  #footer p {
    text-indent: 10px;
  }
