body {
  background: white;
  font-family: "Lucida Grande", "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; }

h1 {
  font-size: 1.3em; }
  h1 img {
    vertical-align: middle; }

h1, h2, h3, h4, h5, h6, p, textarea {
  font-family: "Lucida Grande", "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif; }

a {
  text-decoration: none;
  color: black; }
  a:hover {
    text-decoration: none; }

div.wrapper {
  background: white;
  border: none; }

div.content {
  width: 100%; }

.header, .global_navigation, .column, #footer {
  display: none; }

.comments_count {
  display: none; }

img.drag {
  display: none; }

.actions_menu .triangle {
  display: none; }
.actions_menu .extra {
  display: none; }

.task_list {
  margin: 30px 0; }
  .task_list .head {
    text-align: left;
    border-bottom: 1px solid #999999;
    margin-bottom: 5px;
    font-weight: bold; }
    .task_list .head span.actiondate {
      color: #afafaf;
      float: right; }
  .task_list .task .taskStatus {
    display: none; }
  .task_list .task .taskName span.status {
    font-weight: bold;
    color: #999999; }
  .task_list .task .taskName span.assigned {
    font-style: italic;
    color: #999999; }
    .task_list .task .taskName span.assigned a {
      color: #999999; }
  .task_list .task .taskName.task_item_open a.name {
    background: #ffffd2; }
  .task_list .task .taskName.task_item_resolved a.name, .task_list .task .taskName.task_item_rejected a.name {
    text-decoration: line-through; }
  .task_list .new_task {
    display: none; }
  .task_list .task.overdue a {
    color: red; }

.text_actions {
  display: none; }

.extended, .tooltip {
  display: none; }
