/*
 * "Liqube Day" User Style - for use with 'Stylish' + Firefox
 *  http://liqube.com
 *
 *  A nice blend of subtle grey tones and adjusted text colors for day-time
 *  surfing and easier reading. Once again less strain on the eyes compared
 *  to the classic white background color scheme. Background images are kept
 *  with this style. Images are slightly faded. Uncomment and adjust the
 *  font-family line in order to force a specific font.
 */
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("about:blank") {

  body{ background-color:#101010 !important }
}
@-moz-document url-prefix(http://), url-prefix(ftp://), url-prefix(file://), url-prefix(https://) {

* {
  color: #333333 !important;
  line-height: 150% !important;
/*font-family: Segoe UI !important;*/
}
body,tr,td,div {
  background-color: #f2f2f2 !important;
}
a:link {
  color: #1664b5 !important;
}
a:visited {
  color: #0098ef !important;
  font-weight: bold !important;
}
a:hover,
a:active {
  color: #ff5010 !important;
}
em {
  color: #519f32 !important;
}
select,
textarea,
input[name=q],
input[type=text],
input[type=password],
input[type=file] {
  background-color: #e6e6e6 !important;
  -moz-appearance: none !important;
  color: #444444 !important;
  border-color: #aaaaaa !important;
  border: 1px dotted #aaaaaa !important;
}
input[type=button],
input[type=submit],
input[type=reset] {
  background-color: #f3f3f3 !important;
  color: #555555 !important;
  -moz-appearance: none !important;
  border-color: #aaaaaa !important;
}
img {
  opacity: 0.9 !important;
  -moz-opacity: 0.9 !important;
}

}
/* i really want this to be global */