/* ------------------------------------------------------------------
* -- Patch.css
* ------------------------------------------------------------------ */

* {
  scrollbar-width: none;
}

#logo {
  display: none;
}

#menu {
  top: 0px !important;
  background: #19375d !important;
}

#userinfo {
  background: #19375d !important;
  border-top: #c8c8c8a3 1px solid !important;
}

#userinfo_stats .stat {
  color: #b9daea !important;
}

#userinfo_stats a:hover .stat {
  color: #30383c !important;
}

#searchbars {
  top: 30px !important;
  background: #19375d !important;
  border-bottom: #c8c8c8a3 1px solid !important;
}

#searchbars input {
  border: #2779d0 1px solid;
  background-color: #001442;
  color: #8bb8df;
  width: 90px;
  border-radius: 5px;
}

input[type="text"] {
  border-radius: 5px;
}

input[type="submit"] {
  border-radius: 7px !important;
  margin-top: 0px !important;
  font-size: x-small;
}

td a {
  font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}

.head {
  background: #19375d !important;
  border-bottom: #c8c8c8a3 1px solid !important;
}

.colhead_dark {
  background: #19375d !important;
}

.box {
  border-radius: 5px;
}

.sidebar .box {
  margin: 0px 5px 10px 5px;
}

.pad {
  font-family: Verdana, Helvetica, sans-serif !important;
}

/* ------------------------------------------------------------------
* --Beyond_fixed.css 
* ------------------------------------------------------------------ */

/* Global */
* {
  padding: 0em;
  margin: 0em;
}

html {
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 8pt;
  color: #000;
  min-width: 850px;
  padding-bottom: 30px;
  background: #e6e6e6;
}

/* Common elements */

a {
  text-decoration: none;
  border: none;
  color: #00557e;
}

a:hover {
  text-decoration: underline;
  color: #004a6d;
}
.colhead td a {
  color: #fff;
}
.colhead span a {
  color: #fff;
}

h1,
h2,
h3,
h4 {
  margin: 5px 0px;
  font-weight: bold;
  color: #000;
}

h2 {
  text-align: center;
  font-size: 13pt;
}

h4 {
  font-size: 8pt;
}

p {
  margin: 10px 5px;
}

li {
  margin: 5px 15px;
}

input {
  padding: 2px 3px;
}

input[type="text"] {
  position: static;
  padding: 3px 3px 3px 5px;
  font-size: 12px;
  background-color: #daf1ff;
  color: #312b59;
  border: 1px solid #7ecdff;
  text-transform: none;
}

textarea {
  background-color: #daf1ff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3px;
  margin-right: 10px;
  border: 1px solid #085e87;
}

img {
  border: none;
}

/* Ratio Colors */

.r00 {
  color: #ed1152;
}
.r01 {
  color: #ed1152;
}
.r02 {
  color: #ed1152;
}
.r03 {
  color: #ed1152;
}
.r04 {
  color: #ed1152;
}
.r05 {
  color: #ed1152;
}
.r06 {
  color: #ed1152;
}
.r07 {
  color: #ed1152;
}
.r08 {
  color: #ed1152;
}
.r09 {
  color: #ed1152;
}
.r10 {
  color: #1e88b9;
}
.r20 {
  color: #1e88b9;
}
.r50 {
  color: #002c41;
}
.r99 {
  color: #1e88b9;
}

#userinfo_stats .stat {
  color: #002c41;
}

/* Styles generated by the BBCode parser */

span.size1 {
  font-size: 0.75em;
}
span.size2 {
  font-size: 1em;
}
span.size3 {
  font-size: 1.25em;
}
span.size4 {
  font-size: 1.5em;
}
span.size5 {
  font-size: 1.75em;
}
span.size6 {
  font-size: 2em;
}
span.size7 {
  font-size: 2.25em;
}
span.size8 {
  font-size: 2.5em;
}
span.size9 {
  font-size: 2.75em;
}
span.size10 {
  font-size: 3em;
}

ul.thin {
  margin: 0px 0px 0px 25px;
  padding: 0px;
}
ul.thin li {
  margin: 0px 0px;
  padding: 0px;
}

/* Layout (Every page) */

#header {
  position: fixed;
  top: 0px;
  width: 100%;
  padding: 0px 0 0 0;
  background: #e6e6e6;
}

#wrapper {
  margin-top: 62;
}

#content {
  margin-top: 145px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.6em;
  padding-top: 13px;
  width: 85%;
  overflow: hidden;
  background: #c0c0c0;
  border: #848484 1px solid;
}

#footer {
  margin-top: 10px;
  width: 100%;
  text-align: center;
  padding: 1em 0;
}

#footer p {
  display: inline;
  padding: 2px;
  padding-top: 0;
  color: #3c3c3c;
}

#footer p a {
  color: #2f2f2f;
}

#disclaimer_container {
  background: #cfcfcf;
  padding: 10px;
  color: #3c3c3c;
  border: #848484 1px solid;
}

#ottodonate {
  position: fixed;
  top: 0px;
  left: 0px;
  margin-top: -200px;
}

#logo {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 79px;
  margin: 0 auto;
  margin-bottom: 8px;
  margin-left: 0px;
}

#logo a {
  position: fixed;
  top: 15px;
  left: 50%;
  margin-left: -141px;
  border: none;
  width: 282px;
  height: 50px;
  display: block;
}

#logo a:hover {
  border: none;
}

#menu {
  position: fixed;
  top: 78px;
  width: 100%;
  padding: 6px 0;
  text-align: center;
  background: #000000;
  font-size: 10pt;
  border-bottom: #000000 1px solid;
  z-index: 998;
}

#menu ul li {
  position: relative;
  display: inline;
}

#menu ul li a {
  padding: 0.6em 0.5%;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -1px;
  text-transform: lowercase;
  color: #fff;
}

#menu ul li a:hover {
  text-decoration: underline;
}

#userinfo {
  position: fixed;
  bottom: 0px;
  background: #085e87;
  color: #fff;
  padding: 2px 0px;
  width: 100%;
  text-align: center;
  font-size: 8pt;

  border-top: #085e87 1px solid;
  z-index: 999;
}

#userinfo img {
  margin-top: -5px;
}

#userinfo ul {
  display: inline;
  margin: 0px 0.8%;
}

#userinfo ul li {
  position: relative;
  display: inline;
  margin: 0 0.1em;
  line-height: 20px;
  vertical-align: middle;
  padding: 0px;
}

#userinfo a {
  color: #fff;
  padding: 2px 4px;
}

#userinfo a:hover {
  color: #000;
  text-decoration: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #6ccff3;
}

#userinfo b a {
  font-weight: normal;
  font-size: 0.9em;
  font-weight: bold;
}

#userinfo_username {
  color: #d8eaf2;
  float: left;
  font-weight: bold;
}

#userinfo_username li a {
  color: #fff;
  font-weight: normal;
}

#userinfo_username li a:hover {
  color: #000;
}

#userinfo_username .username {
  color: #f1f9fb;
}

#userinfo_major {
  color: #d8eaf2;
  float: right;
}

#userinfo_major a {
  color: #e9f3f7;
}
#userinfo_stats {
  padding-right: 2px;
}

#searchbars {
  position: absolute;
  top: 109px;
  width: 100%;
  text-align: center;
  background: #085e87;
  padding: 5px 0px;
  border-bottom: #085e87 1px solid;
  z-index: 997;
}

#searchbars input {
  position: relative;
  border: #085e87 1px solid;
  padding: 2px 2px 2px 4px;
  font-size: 0.9em;
  background-color: #4c9bb2;
  color: #05496a;
  width: 122px;
}

#searchbars ul {
  margin: 0 auto;
}

#searchbars ul li {
  display: inline;
  margin: 0px 4px;
}

#searchbars ul li form {
  display: inline;
}

#cat-selector ul {
  width: 100%;
}

#cat-selector ul li {
  display: inline;
  width: 12em;
  height: 1em;
  float: left;
}

.alertbar {
  position: absolute;
  top: 55px;
  right: 0px;
  border: #702500 1px solid;
  border-bottom: none;
  background: #aa3f0b;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.95em;
  width: 330px;
  padding: 5px;
}
.alertbar a {
  color: #fff;
  text-decoration: underline;
}
.alertbar a:hover {
  color: #fff;
  text-decoration: none;
}

.alertbar2 {
  position: absolute;
  top: 0px;
  right: 0px;
  border: #702500 1px solid;
  border-bottom: none;
  background: #aa3f0b;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.95em;
  width: 330px;
  padding: 5px;
}
.alertbar2 a {
  color: #fff;
  text-decoration: underline;
}
.alertbar2 a:hover {
  color: #fff;
  text-decoration: none;
}

/* IE doesn't appear to like a simple display:none in our header. Random things start fucking up pretty badly. */
.hidden {
  position: absolute;
  left: -10000px;
}

input.hidden {
  position: absolute;
  display: none;
}

/* Layout (Any page) */

.thin {
  width: 850px;
  margin: 0px auto;
}

div.linkbox {
  text-align: center;
  padding: 6px;
  font-size: 10pt;
  padding-bottom: 15px;
  font-weight: bold;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.min_padding {
  padding: 0px;
  margin: 0px 0px;
}

p.min_padding {
  margin: 2px 0px;
}

.pad {
  padding: 1em;
  font-size: 10pt;
  font-family: Franklin Gothic Book;
}

.vertical_space {
  margin-bottom: 10px;
}

.box {
  font-size: 8pt;
  background: #fcfcfc;
  border: #085e87 1px solid;
}

.pad h3,
.pad h4,
.padbox h3,
.padbox h4 {
  margin-top: 0px;
  padding-top: 0px;
}

.sidebar {
  float: right;
  width: 250px;
  height: 100%;
}

.sidebar .box {
  margin: 0px 5px 10px 5px;
}

.head {
  padding: 4px;
  border-bottom: 1px solid #085e87;
  background: #085e87;
  color: #fff;
}

.body {
  padding: 10px 10px 10px 10px;
}

.main_column {
  margin: 0px 255px 10px 0px;
  width: 590px;
}

.main_column .box,
.main_column table {
  margin-bottom: 10px;
}

.tags {
  padding: 0px 0px 0px 20px;
  font-style: italic;
}

.tags a {
  color: #222;
}

.tags a:hover {
  color: #444;
  text-decoration: underline;
}

.noborder {
  border: none;
}

ul.nobullet {
  list-style-type: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: #085e87 1px solid;
}

tr {
  border: #085e87 1px solid;
  background-color: #f9f9f9;
}

tr.rowa {
  background-color: #eaeaea;
}

td {
  border: #085e87 1px solid;
  padding: 5px;
  font-weight: normal;
  text-align: left;
}

td a {
  font-weight: bold;
  font-size: 9pt;
  font-family: century gothic;
}

.colhead {
  background: #085e87;
  font-weight: bold;
  color: #fff;
}

td.colhead,
.colhead td {
  padding-left: 12px;
  padding-bottom: 2px;
  padding-right: 12px;
}

.colhead .sign,
.colhead_dark .sign {
  padding: 0px 8px 0px 8px;
  vertical-align: middle;
  text-align: center;
  font-size: 12pt;
  font-weight: none;
}

.colhead .sign {
  padding: 0px 8px 0px 8px;
  font-size: 12pt;
  font-weight: bold;
}

.colhead_dark {
  background: #085e87;
  color: #fff;
}
.colhead_dark a {
  color: #fff;
}

td.label {
  font-weight: bold;
  text-align: right;
  width: 180px;
}

table.slice {
  margin-top: -1px;
}

.error_message {
  border: 1px solid #666;
  padding: 3px 0px 3px 0px;
  background-color: #af2525;
  text-align: center;
  color: white;
  font-weight: bold;
}

.save_message {
  border: 1px solid #666;
  padding: 3px 0px 3px 0px;
  background-color: #f4e649;
  text-align: center;
  color: #492802;
  font-weight: bold;
}

.elem_error {
  border: 3px solid #b00d0d;
}

.hide {
  display: none;
}

/* Layout (home page) */

ul.stats li {
  padding: 0px 0 1px 0px;
}

ul.poll li {
  padding: 0px 0px 0px 10px;
  margin: 0px;
}

ul.poll li.graph {
  margin-top: 2px;
  margin-bottom: 3px;
  padding-left: 20px;
}

/* Layout (Torrents page) */

.show_torrents {
  width: 28px;
  height: 28px;
}

.hide_torrents {
  width: 28px;
  height: 28px;
}

.show_torrents_link {
  border: none;
  width: 28px;
  height: 28px;
  display: block;
}

.filter_torrents {
  width: 750px;
  margin: auto;
}

.filter_torrents .submit {
  text-align: right;
  padding-top: 5px;
}

.cat_list tr td {
  border: none;
}

.torrent_table tr {
  vertical-align: top;
}

.torrent_table tr.torrent,
.torrent_table tr.group {
  font-weight: none;
  font-size: 9px;
}

.torrent_table tr.torrent a {
  font-weight: bold;
  font-size: 9pt;
  font-family: century gothic;
}
.torrent_table tr.group {
  background-color: #e2e2e2;
  font-weight: bold;
  font-size: 7pt;
}

.edition_info {
  background-color: #e2e2e2;
}
.torrent_table tr.group_torrent {
  background-color: #f9f9f9;
}
.torrent_table tr.torrent {
  background-color: #eaeaea;
}

.torrent_table div.tags {
  font-weight: normal;
}

.torrent_table tr .center {
  vertical-align: middle;
  text-align: center;
}

.group_torrent span {
  float: right;
}

.torrent span {
  font-weight: normal;
  float: right;
}

.nobr {
  white-space: nowrap;
  font-size: 7pt;
}

/* Layout (Forums) */

table.forum_post {
  margin: 10px 0px;
  font-family: Franklin Gothic Book;
  font-size: 10pt;
}

table.forum_post td {
  border: 1px solid #085e87;
  padding-bottom: 1px;
}

table.forum_post td:hover {
  padding-bottom: 1px;
}

td.avatar {
  width: 150px;
  padding: 1px;
}

.signature {
  border-top: 1px dotted #444;
  padding-top: 10px;
  margin-top: 60px;
  color: #000;
}

table.forum_post td.body {
  width: 690px;
  padding-left: 10px;
  padding-top: 8px;
}

blockquote {
  margin: 10px;
  font-family: Franklin Gothic Book;
  font-size: 10pt;
  padding: 10px;
  background: #ddd;
  border: #085e87 1px dotted;
}

/* Layout (Inbox) */

tr.unreadpm {
  background-color: #bfdae6;
}

/* Layout (Permission Page) */

.permission_head {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.permissions {
  width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.permission_container {
  float: left;
  width: 300px;
  padding: 5px;
}
.permission_container input {
  margin: 0px 3px 5px 0px;
  vertical-align: top;
}

.submit_container {
  clear: both;
  text-align: right;
}

/* Layout (Invite tree) */

ul .invitetree {
  margin: 0px 0px 0px 25px;
}

.invitetree li {
  list-style: none;
  margin: 10px 2px;
}

/* Layout (MISC) */

#left_poll {
  width: 2px;
  height: 9px;
  float: left;
  margin: 0px;
  padding: 0px;
}

#center_poll {
  height: 9px;
  float: left;
  margin: 0px;
  padding: 0px;
}

#right_poll {
  width: 2px;
  height: 9px;
  float: left;
  margin: 0px;
  padding: 0px;
}

.curtain {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.lightbox {
  display: none;
  position: fixed;
  text-align: center;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  padding: 0px;
  z-index: 1002;
  overflow: auto;
}

#collage_table td {
  padding: 0 !important;
  border: 0 !important;
  width: 118px !important;
  height: 118px !important;
}

#collage_table td img {
  width: 118px !important;
  height: 118px !important;
  float: left;
}

#collage_table td a:hover {
  position: relative;
}

#collage_table td a:hover img {
  position: absolute;
  top: -135px;
  left: -40px;
  z-index: 4;
  width: 250px !important;
  height: 250px !important;
}

td.center {
  padding: 0;
}

td.center img {
  padding: 5px;
}

.rowa .unread_locked_sticky {
  background: #eaeaea;
}
.rowa .read_locked_sticky {
  background: #eaeaea;
}
.rowa .read_sticky {
  background: #eaeaea;
}
.rowa .unread_sticky {
  background: #eaeaea;
}
.rowa .unread_locked {
  background: #eaeaea;
}
.rowa .read_locked {
  background: #eaeaea;
}
.rowa .unread {
  background: #eaeaea;
}
.rowa .read {
  background: #eaeaea;
}

.rowb .unread_locked_sticky {
  background: #f9f9f9;
}
.rowb .read_locked_sticky {
  background: #f9f9f9;
}
.rowb .read_sticky {
  background: #f9f9f9;
}
.rowb .unread_sticky {
  background: #f9f9f9;
}
.rowb .unread_locked {
  background: #f9f9f9;
}
.rowb .read_locked {
  background: #f9f9f9;
}
.rowb .unread {
  background: #f9f9f9;
}
.rowb .read {
  background: #f9f9f9;
}

/*
- snatched/seeders/leechers icon override (original code) (Thanks decibeL)
*/
img[src$='http://jpopsuki.eu/static/styles/layer_cake/images/snatched.png']
{
  padding-right: 15px;
  background: url(.http://jpopsuki.eu/static/styles/layer_cake/images/snatched.png)
    center center;
}
img[src$='http://jpopsuki.eu/static/styles/layer_cake/images/seeders.png']
{
  padding-right: 15px;
  background: url(.http://jpopsuki.eu/static/styles/layer_cake/images/seeders.png)
    center center;
}
img[src$='http://jpopsuki.eu/static/styles/layer_cake/images/leechers.png']
{
  padding-right: 15px;
  background: url(.http://jpopsuki.eu/static/styles/layer_cake/images/leechers.png)
    center center;
}
img[src$='http://jpopsuki.eu/static/styles/layer_cake/images/leechers.png'],
img[src$='http://jpopsuki.eu/static/styles/layer_cake/images/seeders.png'],
img[src$='http://jpopsuki.eu/static/styles/layer_cake/images/snatched.png']
{
  content: " ";
  display: block;
  width: 0;
  height: 15px;
  font-size: 0pt;
}

img[src$='http://jpopsuki.eu/static//styles/layer_cake/images/go_last_read.png']
{
  padding-right: 15px;
  background: url(http://jpopsuki.eu/static//styles/layer_cake/images/go_last_read.png)
    transparent no-repeat right center;
  width: 0;
  height: 11px;
}
.last_read {
  background: url(http://jpopsuki.eu/static//styles/layer_cake/images/go_last_read.png)
    transparent no-repeat right center;
  margin-left: 6px;
}

.last_read > a {
  display: block;
  height: 14px;
  width: 15px;
}

.mod_icons {
  -moz-opacity: 0.4;
  opacity: 0.4;
  filter: alpha(opacity=40);
  margin-left: 2px;
}

.mod_icons:hover {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

#imdb_img_lnk {
  float: right;
  margin-right: 5px;
  margin-top: 5px;
}

.torrent_title {
  display: inline-block;
  letter-spacing: 0.15em;

  font:
    small-caps 1.6em Georgia,
    "Times New Roman",
    Times,
    serif;
}

.torrent_title_box {
  padding-left: 10px;
  background-color: rgba(73, 73, 73, 0.41);
}

.torrent_name {
  padding-bottom: 5px;
  font-size: 1.1em;
  letter-spacing: 1.3px;
}

.torrent_table td a {
  margin: 0;
  font: 1em;
  padding: 2px;
  letter-spacing: 0.5px;
  vertical-align: top;
}

.torrent_table tr {
  margin: 0;
  font-size: 8pt;
  padding: 2px;
  vertical-align: top;
}

.colhead .sign,
.colhead_dark .sign {
  padding: 0px 8px 0px 8px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

.torrent_table blockquote {
  width: 550px;
}

.torrent_table tr.torrent {
  background-color: #eaeaea;

  letter-spacing: 1px;
}

.torrent_table tr.torrent:hover {
  background-color: #e2e2e2;
}

tr.group_torrent {
  background-color: #fff;
}

tr.group:hover {
  background-color: #bbe9ff;
}

tr:hover {
  background-color: #bbe9ff;
}

.torrent_table div.tags {
  font-weight: normal;
  color: #444;
  font-size: 0px;
}

.torrent_table div.tags a {
  font-weight: normal;
  color: #888;
  font-size: 0px;
  text-decoration: none;
}

.torrent_table div.tags a:hover {
  color: #000;
}

.torrent_table tr .center {
  vertical-align: middle;
  text-align: center;
  font-size: 7pt;
  padding: 10px;
}

.torrent_table span {
  float: right;
}

.group_torrent span {
  float: right;
}

.torrent_list_box {
  width: 850px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.group_torrent td[colspan$="2"] {
  padding-left: 79px;
}

.group_torrent .center {
  padding: 0;
}

.group_torrent .center img {
  width: 50px;
  height: 50px;
  margin: 0px;
}

.show_torrents {
  width: 28px;
  height: 28px;
}

.hide_torrents {
  width: 28px;
  height: 28px;
}

.show_torrents_link {
  border: none;
  width: 28px;
  height: 28px;
}

.filter_torrents {
  width: 700px;
  margin: auto;
}

.filter_torrents .submit {
  text-align: right;
  padding-top: 5px;
}

table#browse_torrent_table {
  width: 850;
  margin: auto;
}

input:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
button:focus {
  outline: none;
  outline-style: none;
}

input[type="submit"] {
  border-radius: 10px;
  color: #000;
  background-color: #83deff;
  margin-top: 4px;
  border: 1px solid #303030;
  padding: 2px;
  outline: none;
}

input[type="button"] {
  border-radius: 10px;
  color: #000;
  background-color: #83deff;
  margin-top: 4px;
  border: 1px solid #303030;
  padding: 2px;
}

input[type="submit"]:hover {
  background-color: #bbedff;
  color: #000;
}

input[type="button"]:hover {
  background-color: #bbedff;
  color: #000;
}

pre,
blockquote {
  color: #444;
}
.log1 {
  color: purple;
}
.log2 {
  color: yellow;
}

.log3 {
  color: blue;
}

.log4 {
  font-weight: bold;
}

.log5 {
  text-decoration: underline;
}

.good {
  font-weight: bold;
  color: green;
}

.bad {
  font-weight: bold;
  color: red;
}

.goodish {
  font-weight: bold;
  color: #35bf00;
}

.badish {
  font-weight: bold;
  color: #e5b244;
}

pre {
  overflow: auto;
}

a.permission_1,
.permission_1 {
  color: #860000;
  font-size: 13pt;
  font-weight: bold;
}
a.permission_2,
.permission_2 {
  color: #000;
  font-size: 7pt;
}
a.permission_3,
.permission_3 {
  color: #888;
}
a.permission_4,
.permission_4 {
  color: #00a351;
}
a.permission_5,
.permission_5 {
  color: #3366cc;
}
a.permission_6,
.permission_6 {
  color: #dfb301;
  font-weight: bold;
}
a.permission_7,
.permission_7 {
  color: #ffff66;
}
a.permission_8,
.permission_8 {
  color: #fe9a2e;
}
a.permission_9,
.permission_9 {
  color: #99ffff;
}
a.permission_10,
.permission_10 {
  color: #ffff66;
}
a.permission_11,
.permission_11 {
  color: #0099ff;
  font-weight: bold;
  font-size: 11pt;
}
a.permission_12,
.permission_12 {
  color: #cc0000;
}
a.permission_13,
.permission_13 {
  color: #996666;
}
a.permission_14,
.permission_14 {
  color: #f78181;
}
a.permission_15,
.permission_15 {
  color: #000;
  font-size: 13pt;
}
a.permission_20,
.permission_20 {
  color: #ff0000;
  font-weight: bold;
  font-size: 9pt;
}

.torrent_table tr.torrent_redline,
.torrent_table tr.group_redline {
  font-weight: bold;
}
.torrent_table tr.group_redline {
  background-color: #ddd4ff;
}
.torrent_table tr.group_torrent_redline {
  background-color: #e6e0ff;
}
.torrent_table tr.torrent_redline {
  background-color: #ddd4ff;
}
