/*
 *    Remember the Milk Styler
 *    by: PYR8HD
 *
 *    Fashioned after multiple other user's files
 */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.rememberthemilk.com") {

  HTML { border-top: 2px solid #0099DD !important; }

  BODY { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACACAMAAAD9J/PGAAADAFBMVEXL4v70+f/c6/7T5v7K4v7h7v/j7//n8v/J4f78/f/l8P/q8//V6P7U5/74+//N4/7y+P/a6v7R5f73+v/e7f/+///9/v/u9f/1+f/r9P/G3/7v9v/6/P/P5P7Y6f7I4P7///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADym/J1AAAASklEQVR42r3KtwGAMBAEwcd77wUI9V8lq6cHboJLVqxEuFWMBwb+c3zr4IsRDWpYNUiIWSVIUSJDhUNtONEjwI5JtXKhUCsWuP+84xkLnAN4WeUAAAAASUVORK5CYII=") repeat-x !important; }

  body, textarea, input, select, option { font: 12px/16px 'Trebuchet MS','Lucida Sans Unicode',Calibri, Tahoma, Verdana !important;  }

  /*Tag Cloud Line Spacing
  .taskcloudcontent {line-height: 32px !important; }*/

  /* Invisible Cow */
  #appheaderlogo { background:transparent repeat scroll 0% !important; position: absolute !important; }

  #listtabs ul li a { padding-left: 0 !important; padding-right: 5px !important; font-size: 90% !important; }

  .xtable        { font: 12px/14px 'Trebuchet MS','Lucida Sans Unicode',Calibri, Tahoma, arial !important; color: #333 !important; background: none !important; }
  .xtd_text      { font-size:1.2em !important; }
  .xtd_check     { vertical-align:bottom !important;padding-top:0.0em !important;  padding-bottom:0.25em !important; }
  .xtd_tag       { font-size:0.6em !important; }

  /* Newline After Tags */
  .xtd_task_name { display:block !important; margin-bottom:3px !important; }

  #detailstitle_highlight[title]::after { content: " (r)"; color: #575757; font-weight: normal; }

  #detailsdue::after       { content: " (d)"; }

  #detailsreoccur::after   { content: " (f)"; }

  #detailsduration::after  { content: " (g)"; }

  #detailstags::after      { content: " (s)"; }

  #detailslocation::after  { content: " (l)"; }

  #detailsurl::after       { content: " (u)"; }

  #detailspostponed::after { content: " (p)"; }

  #detailsnotes::after     { content: " (y)"; }


  #tasksToolbox > .xtoolbox_selector > a:first-child::after { content: " (a)"; }

  #tasksToolbox > .xtoolbox_selector > a:last-child::after  { content: " (n)"; }

  #addEntry > a::after { content: " (t)"; }

  #tasktabs:after, #detailstabs::after { content: "(h)"; line-height: 2; margin: 0 0.5em; }

  /*#searchtogglewrap::before { content: "(CtlShft /) "; margin-left: -10em; }

  #viewSelector > a[href="#section.overview"]::after  { content: " (CtlShft 6)"; }

  #viewSelector > a[href="#section.tasks"]::after     { content: " (CtlShft 7)"; }

  #viewSelector > a[href="#section.locations"]::after { content: " (CtlShft 8)"; }

  #viewSelector > a[href="#section.contacts"]::after  { content: " (Ctl-Shft 9)"; }

  #viewSelector > a[href="#section.settings"]::after  { content: " (Ctl-Shft 0)"; }*/

  #viewSelector > a::after { font-size: 80%; }

  #topnav { position: relative !important; }

  #statusboxUndo > a::after { content: " (z)"; }

  #tasksToolbox > .xtoolbox_actions > form > div::after { content: " Complete (c), Postpone (p)"; color: #757575; }

  #tasksToolbox::after { content: "Up (k), Down (j), Select (i), Undo (z), Multi-edit (m)"; color: #757575; display: block; margin: 5px 0 -1.5em 20px; }
  
  hr { margin: 0; padding: 0; height: 1px; color: #000; background-color: #000; border: 0; }

}