/* Layout (Torrents page) */

.cats_col { padding: 0; }
.category { width: 28px; height: 28px; margin: 0; padding: 0; }

/* Global */
* {
    padding: 0;
    margin: 0;
    outline: 0pt none;
}

:focus {
    outline: 0pt none;
}
html {
    width: 100%;
}


/* ------------------------------------
 Main darkish blue (content bg, base for colhead colors etc)
    #0261A3; 
darker shade (very top of header):
    #024a7c;  
*/


body {
    width: 100%;
    background: url(images/bodybg_main.jpg) repeat; 
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 8pt;
    color: #CCC;
}

/* Common elements */

a {
    color: #09F;  /* #225de1;        /* #32475F;  */
    text-decoration: none;
    border: none;
}
a:hover {
    text-decoration: underline;
    color:#FF6600;  /* 121dd4;  /* #839FBC;  */
}

h1,h2,h3,h4 {
    margin: 5px 0px;
}

h2 {
    text-align: center;
}

h4 {
    font-size: 8pt;
}

p {
    margin: 10px 5px;
}

li {
    margin: 5px 15px;
}

input {
    padding: 2px 3px;
	background: #CCC;
}

textarea {
    padding: 2px 3px;
	background: #333;
	color: #FFF;
}

img {
    border: none;
}

select { 
    padding:0px 0px 0px 1px; 
    background: #000; 
    color: #CCC; 
}

/* Ratio Colors */

.r00 { color: #FF0000; }
.r01 { color: #FF1300; }
.r02 { color: #FF1300; }
.r03 { color: #FF2600; }
.r04 { color: #FF4C00; }
.r05 { color: #FF5E00; }
.r06 { color: #FF5E00; }
.r07 { color: #FF7100; }
.r08 { color: #FF9700; }
.r09 { color: #FFAA00; }
.r10 { color: #74C42E; }
.r20 { color: #41bB00; }
.r50 { color: #41dB00; }
.r99 { color: #41eB00; }

/* Styles generated by the BBCode parser */

span.size0 { font-size:0.75em; }
span.size1 { font-size:1em; }
span.size2 { font-size:1.25em; }
span.size3 { font-size:1.5em; }
span.size4 { font-size:1.75em; }
span.size5 { font-size:2em; }
span.size6 { font-size:2.25em; }
span.size7 { font-size:2.5em; }
span.size8 { font-size:2.75em; }
span.size9 { font-size:3em; }
span.size10 { font-size:3.25em; }

code {
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}
ul.thin { margin:0px 0px 0px 25px; padding:0px; }
ul.thin li { margin:0px 0px; padding:0px; }

/* Layout (Every page) */

#header {
    width: 100%;
    min-width:1000px; 
    padding: 0;
    background: #000 url(images/header.png) repeat-x;
    font-weight: normal;

}

#adbar {
    text-align: center;
    margin: 0px auto 20px;
}
#content {
    width: 90%;
    min-width: 980px;
    max-width: 1200px;
    background-color: #000000;
    margin: 0px auto 0px auto;
    padding: 0.6em 0.6em 30px;
    border: 1px solid #98AAB1;
    overflow: hidden;
}

#footer {
    margin-top: 40px;
    width: 100%;
    min-width:1000px; 
    text-align: center;
    padding: 1em 0 0;
    color: #eee;
}

#header_top {
    position: relative;
}

#logo {
    width: 200px; 
    height: 50px;
    background: url(images/emplogo.png) no-repeat center center;
    position: absolute;
    margin-top:-27px;
    top:50%; 
    margin-left:-100px;
    left: 10%;
}

#logo a {
    border: none;
    width: 100%;
    height: 36px;
    display: block;
}

#logo a:hover {
    border: none;
}

#menu {
    height: 20px;
    width: 65%;
    text-align: center;
    font-size: 9pt;
    margin: 0px auto;
    padding-top: 12px;
}

#menu ul {
   position: relative;
   z-index: 1;
   white-space:nowrap;
   display: inline-block;
}

#menu ul li {
    margin: 0px;
    display: inline;
    margin-top: 0.3em;
}

#menu ul li a {
    padding: 2px 6px;
}
#menu ul li a:active {
    outline: none;
}

#menu a {
    color: #fff;
    font-weight: bold;
}

#menu a:hover {
   background-color: #06F;
   color: #fff;
   text-decoration: none;
}

span.infinity {
    font-weight: bold;
}


#stats_block {
    text-align: right;
    color: white;
    height: 54px;
    position:absolute;
    right: 20px ;
    top: 0px; 
}

#stats_block ul li, #header_bottom ul li {
    margin: 0 0.1em;
    line-height: 18px;

    padding: 0px;
    display:inline;
}



table.userinfo_stats {
    margin-top: 10px;
}
table.userinfo_stats, table.userinfo_stats tr {
    background:none;
    background-color:transparent;
}
table.userinfo_stats td {
    padding:1px 3px;
}



#header_bottom ul li {
    margin: 0 7px;
}

#header_bottom ul li ul li {
    white-space: nowrap;
}

#stats_block a, #stats_block a:visited, #header_bottom a, #header_bottom a:visited {
    text-decoration: none;
    color: #fff;
}
#stats_block a:hover, #header_bottom a:hover {
    text-decoration: none;
    color: #FF6600;
}

#header_bottom {
  /*  background-color: #036;        #024;      #024a7c;  #0261a3 */
    background: #333 url(images/pagetop.jpg) repeat-x;  
    padding: 2px 20px 4px;
    position: relative;
    height: 30px;
    font-size: 1.2em;
}

#footer_bottom {
    background: #000 url(images/pagebottom.jpg) repeat-x;  
    height: 24px;
    width:100%;
    min-width:960px; 
	align:bottom;
}


#minor_stats { 
    float:left;
    margin: 0px;
}
#major_stats { 
    float:right;
    margin: 0 0 0 10px;
}

#major_stats_left {
    float:left;
    margin: 0 0 0 10px;
}
 
#userinfo_username li ul a, #userinfo_tools li ul a {
    display: block; 
}
#userinfo_tools li ul a {
    width: 160px;
}

#userinfo_username li:hover ul, #userinfo_tools li:hover ul {
    display: block; 
}

#userinfo_username li a, #userinfo_tools li a {
    padding: 2px 0 2px 0;
}

#userinfo_username li ul, #userinfo_tools li ul {
    list-style: none;
    display: none;
    position: absolute;
    top: 17px;
    left: 0px;
    background-color: #000000;
    z-index: 10;
}
#userinfo_username li ul {
    left: 36px;
}

#userinfo_username li ul li a, #userinfo_tools li ul li a {
    padding: 3px 6px 3px 6px;
}

#userinfo_username li ul li a:hover, #userinfo_tools li ul li a:hover {
    background-color: white;
    color: #00436b;
}

#userinfo_username, #userinfo_tools {
    display:inline;
    position: relative;
} 

#nav_userinfo, #nav_tools {
    padding-right: 8px !important;
    margin-right: 6px !important;
    background-image: url(images/dropdown_arrow.png);
    background-repeat:no-repeat;
    background-position: right center;
}	

#userinfo_major {
    display:inline;
    margin-right: 20px;
}
 
span.inside_stat {
    display: block;
}
 
#userinfo_minor {
    display:inline;
}
 
 
span.stat {
    font-weight: bold; 
}
.highlight {
    font-weight: bold; 
}
.normal {
    font-weight:normal; 
}

#searchbars .searchcontainer {
   display:inline-block;
   background-color: #e4ebef;
   border: 1px solid black;
   color: #222;
   position: relative;
   width:10%;
   border-radius: 6px;        
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
}

#searchbars input.searchbox {
   background-color: #e4ebef;
   border: 0px;
   margin: 0px auto 0px 0px ;
   padding: 1px 1px 2px 5px;
   
   color: #222;
   position: relative;
   width:80%;
   font-size: 0.9em;
   
   border-radius: 6px 0px 0px 6px;       /* FF9+ IE9+ */        
   -moz-border-radius: 6px 0px 0px 6px;
   -webkit-border-top-left-radius: 6px;
   -webkit-border-top-right-radius: 0px;
   -webkit-border-bottom-left-radius: 6px;
   -webkit-border-bottom-right-radius: 0px;
   
}

#searchbars .searchbutton {
   
   background: #e4ebef url(images/mglass.png) no-repeat scroll 40% 0%;
   border: 0px;
   margin: 0px 0px 0px auto;
   padding:0px;
   
   width:10%;
   cursor: pointer;
   
   border-radius: 0px 6px 6px 0px;       /* FF9+ IE9+ */
   -moz-border-radius: 0px 6px 6px 0px;
   -webkit-border-top-left-radius: 0px;
   -webkit-border-top-right-radius: 6px;
   -webkit-border-bottom-left-radius: 0px;
   -webkit-border-bottom-right-radius: 6px;
}

#searchbars {
    padding: 6px 0px 0px 0px;
    background: url(images/hbg1.png) repeat-x;
    background-position: bottom;
    text-align: center;
    height: 33px;
}

#searchbars form {
    display: inline;
}

#searchbars ul {
    display: block;
}

#searchbars ul li {
    margin: 0px;
    display: inline;
    list-style: none;
    position: relative;
}

#searchbars ul li ul {
    display: block;
    position: absolute;
    top: 1em;
    left: 0;
    border: 1px solid #98AAB1;
    background: #FF0000;
    width: 12em;
}

#searchbars ul li ul li {
    margin: 0 0 0 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: left;
}

#searchbars ul li ul li.highlight {
    background: #FF0000;
}

li.searchbars {
    font-size: 11px;
    float: left;
    margin: 16px 0px 12px 25px;
}

/*
#searchbars input {
   background: white url(images/mglass.png) no-repeat scroll 96% 0%;
   border: 1px solid black;
   font-size: 0.9em;
   color: #222;
   position: relative;
   width:11%;
   border-radius: 6px;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
}
*/


#alerts {
    margin: 0 auto;
    text-align: center;
    max-width: 700px;
} 

.alertbar {
    min-height: 16px;
    padding: 2px 70px 2px;
    background-color: #e00; /* #0261a3; */
    text-align: center;
    font-weight: bold;
    color: white;
    margin: 4px auto;
    border-radius: 10px;       /* FF9+ IE9+ */
    -moz-border-radius: 10px; /* for FF5 */
    -webkit-border-radius: 10px; /* for opera */
}
.alertbar a {
    text-decoration: none;
    color: white;
}
.alertbar a:hover {
    text-decoration: none;
}

.blend {
    padding: 2px 40px 2px;
    background-color: black;
    color: white;
}

.blend a {
    color: white;
    padding: 2px 2px;
} 

.blend a:hover {
   background-color: #FF6600;
   color: #fff;
   text-decoration: none;
}

.torusername
{
    
}

/* Compose Staff Message form */

#compose {
    margin: 20px auto;
}

/* staff pms */
.messagecontainer { 
    height: 20px;
    margin: 0px auto 10px auto;
}
.messagebar {  /* #0261a3; */
    padding-top: 3px; 
    height: 20px;
    background-color: #1a1; 
    text-align: center;
    font-weight: bold;
    color: white;
    border-radius: 10px;       /* FF9+ IE9+ */
    -moz-border-radius: 10px; /* for FF5 */
    -webkit-border-radius: 10px; /* for opera */
}
.messagebar.alert {
    background-color: #e11; 
}
.messagebar.checking { 
    background-color: white; 
    color: black;
}

/* user classes */
.user_name { 
    font-weight: normal;
    background-color: #999;
    border: 1px solid #CCC;
    border-radius: 8px;       /* FF9+ IE9+ */
    -moz-border-radius: 8px; /* for FF5 */
    -webkit-border-radius: 8px; /* for opera */
    padding: 1px 8px;
    margin: 0px;
    color: #000;
}

span.user_name a { 
    color: #000;
}
.rank {  /* rank applies to all the following styles */
    font-weight: bold; 
}  
.Apprentice { color:#92a5c2; }
.Perv { color:#4Ec89B; }
.GoodPerv { color:#3c3; }
.SextremePerv { color:orange; }
.SmutPeddler { color:#00f; }
.ModPerv { color:#900; }
.Admin { color:#606; }
.Sysop { color:#FFFFFF; }  /* PINK: #b93dd6 */
.Donor { color:#DAA520; }  /* #F4E649; */

span.user_title {
	color: #000;
    font-style: italic;
}

/* 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: 90%;
    min-width: 960px;
    margin-left:auto;
    margin-right:auto;
}
 
h2 { 
    margin: 10px 0px 20px;
    text-align: center;
    color: #FFF;
    /* background-color: #024a7c; */
    border-radius: 16px; 
    -moz-border-radius: 16px; 
    -webkit-border-radius: 16px;  
    
    /* *** change to plain background if preferred ***  */
    /* background-color: #0261a3; */
    background: #333 url(images/header2.jpg) repeat-x bottom;  
    font-size: 18px;
    padding: 5px 40px;
} 

h2 a {
    color: #fff; 
}

.box h2 {
    padding: 3px 40px;
    font-size: 14px;
    border-radius: 14px; 
    -moz-border-radius: 14px; 
    -webkit-border-radius: 14px;
}

.contact_link {
    display: inline;
    padding: 5px;
    margin: 0px 20px 0px 10px;
    font-weight: bold;
    background-color: #d00;
    border: 1px solid #005488;
    border-radius: 6px;       /* FF9+ IE9+ */
    -moz-border-radius: 6px; /* for FF5 */
    -webkit-border-radius: 6px; /* for opera */
}

a.contact_link {
    color: white;
    text-decoration: underline;
}
a.contact_link:hover {
    text-decoration: none;
}


div.linkbox {
    text-align:center;
    padding: 5px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.medium { 
    text-align: left;
    width: 86%;
}

.long {  
    text-align: left;
    width: 97%;
}
 
.wid35 {
    width: 35%;
}
.min_padding {
    padding: 0px;
    margin: 0px 0px;
}

p.min_padding {
    margin: 2px 0px;
}

.pad {
    padding: 1em;
}

.vertical_space {
    margin-bottom: 10px;
}

.box {
    font-size: 8pt;
	color: #CCC;
    background: #222;
    border: 1px solid #98AAB1;
}

.pad h3, .pad h4, .padbox h3, .padbox h4 {
    margin-top: 0px;
    padding-top: 0px;
}
/* 
.sidebar {
    float: right;
  // width: 250px;  
    width: 29%;
    height: 100%;
}*/

#bonuslog, #admincommentlinks {
    max-height:400px;
    overflow: auto;
}



#details_top {
    margin-bottom: 10px;
}
#top_info {
    display:inline-table;
    margin:16px auto 16px;
    border: 1px solid #7BA3C1;
    padding:0px 6px 0px 12px;
    background: #111; 
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}
table.boxstat { 
    border:none;
}
table.boxstat td { 
    padding: 4px 6px;
    border-top:none;
    border-right: none;
    border-left:1px solid #7BA3C1;
    border-bottom:none;
    background: #111; 
    text-align:center;
}
table.boxstat td:first-child { 
    border-left:none;
}
.boxstat img {
    vertical-align:middle;
    text-align:center;
}
.button.toggle {
    width: 80px;
    margin: 6px 0px 0px 8px;
    padding: 4px 12px;
    border: 1px solid #7BA3C1;
     /* background: #5A8Bb8;    #024a7c;#BACBD8 #9AaBb8 */
    color: #fff;
    cursor: pointer;
    vertical-align: top;
}

#user_message .button {
    margin: 0px 0px 8px 8px;
    padding: 4px 12px;
    vertical-align: middle;
}

#staff_tools, #warning_status {
    margin-bottom: 15px;
}

.warning {
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    padding: 4px 0px;
}

.redbar {
    background: #A30000;
    color: #FFF;
    font-weight: bolder;
}
.orangebar {
    background: #FF9900;
    color: #FFF;
    font-weight: bolder;
}
.redbar a, .orangebar a {
    color: #FFF;
    text-decoration: none;
}
.redbar a:hover, .orangebar a:hover {
    text-decoration: underline;
}

.icon {
    display:inline-block;
    width:20px;
    height:20px;
    margin-left: 4px;
}

.sicon {
    display:inline-block;
    width:10px;
    height:10px;
    margin-right: 3px;
}

.icon_warning {
    background: url(images/warn_still.gif) no-repeat center center;
}
.icon_okay {
    background: url(images/okay.png) no-repeat center center;
}

.icon_disk_none {
    background: url(images/disk.png) no-repeat center center;
}

.icon_disk_leech {
    background: url(images/diskdown.png) no-repeat center center;
}

.icon_disk_seed {
    background: url(images/diskup.png) no-repeat center center;
}

.icon_disk_grabbed {
   background: url(images/diskgrabbed.png) no-repeat center center;
}

.icon_disk_snatched {
   background: url(images/disksnatched.png) no-repeat center center;
}


#top_info .icon_warning {
    background: url(images/warning.gif) no-repeat center center;
}

#staff_tools .icon, .torrent .icon {
    width:16px;
    height:16px;
    margin-top: -2px;
    -moz-background-size: 16px 16px;
    -o-background-size:16px 16px;
    -webkit-background-size:16px 16px;
    background-size: 16px 16px;
}

#staff_tools td {
    padding: 5px 5px;
}

.details {
    width: 96%;
    min-width: 920px;
    margin-left:auto;
    margin-right:auto;
}
.details div.linkbox {
    text-align:center;
    padding: 0px;
    margin: 0px;    /* 12px 0px 1px 0px; */
}

.details .sidebar {
    width: 260px;
  /*  height: 380px; */ 
}

.details .middle_column {
    margin: 0px 270px 10px;
}
.middle_column table {
    margin-top: 20px;
}

.middle_column .torrent_table {
    margin-top: 0px;
}

.details .main_column {
    margin: 0px 0px 10px 0px;
}
.details .tag_inner {
   /*  max-height: 400px; 
    overflow: auto; */
}

.details .tag_add {
    border-top: 1px solid #98AAB1;
    padding: 2px 10px 2px 10px;
    /* height:30px; */
}

.box_albumart{
    margin: 0px;
}


.sidebar .box {
    margin: 0px 5px 10px 5px;
}

.thin .box {
    margin: 0 auto 10px;
}

.details .box {
    margin: 0px;
}
.head {
    padding: 4px;
    background: #666 url(images/colhead-grad.gif) repeat-x;  /* #C6D3E4   */
    color: #000;
    font-weight:bold;
}
/* , #user div.head */

#top10 div.head, #forums div.head, #groups div.head {
    background: none;
    color: #FFF;
    border-bottom: none;
    font-size: 1.2em;
}
#top10 div.head a, #forums div.head a, #groups div.head a {
    color: #09F;
}

.head a {
    color: #06F;
}
.body {
     padding: 3px 10px 10px 10px; 
}/*
div.body {
    padding:0px;
    padding: 3px 10px 10px 10px;
}*/

/*
.main_column {
    margin: 0px 255px 10px 0px;
    // width: 590px;  
    width: 70%;  
}
*/

.sidebar {
    float: right;
    width: 280px;
    height: 100%;
}

.main_column {
    margin: 0px 290px 10px 0px;
   /* display:inline;
     width: 590px; */
}

.main_column .box, .main_column table {
    margin-bottom: 20px;
}

.tags {
    padding: 0px 0px 0px 20px;
    font-style: italic;
	color: #999;
}

.tags a { 
	color: #999;
}

.tags a:hover {
    text-decoration: underline;
}

.noborder {
    border: none;
}

ul.nobullet {
    list-style-type: none;
}


span.red {
    font-weight: bold;
    color: red;
}
span.green {
    font-weight: bold;
    color: green;
}


table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #98AAB1;
}

tr {
    background-color: #111;
}

tr.rowa, .rowa {    /* original alternate row color: quite blue #E1E9F2;*/
    background-color: #222; /* lighter shade: #eff3f6;*/
}
tr.rowb, .rowb {
    background-color: #000;
}
tr.rowa.sticky {
    background-color:#555;
}
tr.rowb.sticky {
    background-color:#555;
}

td {
    border: 1px solid #98AAB1;
    padding: 5px;
    text-align: left;
}

table.wid740 {
    margin: auto;
    width: 740px; 
    border-collapse: collapse;
    border: 1px solid #98AAB1;
}

/* Bonus SHop */

tr.itembuy {
     background: ##0000FF url(images/bggreenfade.png) repeat scroll 0% 0%;  
}
tr.itemnotbuy {
     background: ##B20000 url(images/bgredfade.png) repeat scroll 0% 0%;  
}
tr.itemduplicate {
     background: #333 url(images/bgfade.png) repeat scroll 0% 0%;  
}
input.shopbutton {
    width: 60px;
    background-color: white;
    padding: 2px 10px 2px;
    border: 2px solid;
    border-color: #1a1;
    color: #292;
    cursor:pointer;
}
input.shopbutton.itembuy:hover {
    border-color: #6f6;
}

.bonusshop td {
    padding: 10px;
}

.itemnotbuy input.shopbutton, input.itemnotbuy {
    background-color: #ddd;
    border: 2px solid #944;
    color: #966;
    cursor:auto;
}

.itembuy td {
    font-weight: bold;
    /*color: #060;*/
}
.itemnotbuy td {
    /*color: #700;*/
}

.colhead, .smallhead {
    background: #0261A3 url(images/colhead-grad.gif) repeat-x;  /*  #0261A3  #C6D3E4   */
    font-weight: bold;
    color: #eee;
    padding: 5px;
}

.colhead a, .smallhead a {
    color: white;
}

td.colhead, .colhead td , td.smallhead , .smallhead td{
    padding-left: 10px;
    padding-right: 10px;
	background: #111;
}

.colhead .sign, .colhead_dark .colhead_red .sign {
    padding: 0px 8px 0px 8px;
    vertical-align:middle;
    text-align:center;
    font-size: 12pt;
    font-weight: bold;
}

.colhead_dark {
    background: #0261A3 url(images/colhead-grad.gif) repeat-x;/*  #0261A3  #C6D3E4   */
    color: #000;
}

.colhead_dark a {
    color: #000;
}

.box td.colhead {
    background:none;
    background-color: #3361CC;
    font-weight: normal;
}
.box td.colhead a {
    color: #09F;
}

.colhead_red {
    background-color: red;
    color: #eee;
}

.colhead_red a {
    color: white;
}

td.label {
    font-weight: bold;
    text-align: right;
    width: 100px;
}
 
.reports {
   max-width: 1100px;
   margin: 0px auto ;
}
.spacespans span {
    margin-right:20px;
}

table.slice {
    margin-top: -1px;
}

.error_message {
    border-top: 1px solid #C1965C;
    padding: 3px 0px 3px 0px;
    background-color: #AF2525;
    text-align: center;
    color: white;
    font-weight: bold;
}

.save_message {
    border: 1px solid #C1965C;
    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 0px 1px 0px;
}

ul.poll li {
    padding: 0px 0px 0px 10px;
    margin: 0px;
    clear: left;
}

ul.poll li.graph {
    margin-bottom: 3px;
    padding-left: 20px;
}

/* Layout (Torrents page) */

.show_torrents {
    width: 28px;
    height: 28px;
    background: url(images/show.png) no-repeat center center;
}

.hide_torrents {
    width: 28px;
    height: 28px;
    background: url(images/hide.png) no-repeat center center;
}

.show_torrents_link {
    border: none;
    width: 28px;
    height: 28px;
    display: block;
}

.filter_torrents {
    width:850px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0px;
    /*margin-bottom:15px; */
}
.filter_slidetoggle {
    width:836px;
    margin: 2px auto 15px;
    height:20px;
    text-align: center;
	color: #CCC;
    background-color: #333; /* #D7E2EF; */
    border: 1px solid #98AAB1;
    padding: 6px;
    font-weight: bold;
    font-size: 14pt;
}


.filter_torrents .submit {
    text-align:right;
    padding-top:5px;
}

.filter_torrents .inputtext {
    width:400px;
}

.filter_torrents .smaller {
    width:300px;
}

.filter_torrents .smallest {
    width:50px;
}

.filter_torrents option {
    padding-right:8px;
}

.cat_list {
    margin-top: -1px;
}

.cat_list tr td {
    border:none;
    background-color: #111;  /* #e0e8eb; /* #D7E2EF; */
}
.taglist {
    margin-bottom: 15px;
}
.taglist tr td {
    border:none;
    text-align: center;
}

.select_container {
    margin:5px;
}

.torrent_table tr {
    vertical-align:top;
}

.group {
    font-weight:bold;
    background-color:#D7E2EF;
}
.group_torrent {
    /*  background-color: white; */
}
.group_torrent span {
    float:right;
}

.torrent {
    font-weight:bold;
    /*background-color:#E1E9F2;*/
}
.torrent span {
    font-weight:normal;
    float:right;
}

.torrent_table div.tags {
    font-weight:normal;
}

.torrent_table tr .center {
    vertical-align:middle;
    text-align:center;
}

.torrent_table td .small {
    width:20px;
}

.torrent_table a img {
    border:none;
}

.torrent_table table {
    width:94%;
    margin: 10px;
}

.torrent_table table .colhead_dark {
    background-image: none;
    background-color: #0261A3;  /* #C6D3E4; #0261A3 */
}

.torrent .user {
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
}

.nobr {
    white-space:nowrap;
}

.advanced_search {
    text-align:right;
    padding-bottom:5px;
}

.unreadnotification {
    border: 2px solid #E2D244;
}

/* Top10 */
.top10 {
    text-align: right;
}
.top10.stat {
    width:16px
}
.top10.statname {
    width:40px
}
.top10.statlong {
    width:60px
}

.friends_table {
    margin-bottom: 10px;
}


div.tagtable {
    width: 900px;
    display:block;
    margin: 0px auto;
}
.tagtable {
    display:inline;
    width: 240px;
    border:none;
}
.tagtable td {
    width: 80px;
    border: none;
    text-align: center;
}

/* Layout (Forums) */

.last_read {width: 15px; height: 15px; background: url(images/go_last_read.png) no-repeat center center; margin-left: 5px;}
.last_read a { border: none; width: 100%; height: 100%; display: block; }
.last_read a:hover { border: none; }
.colhead_dark .last_read { background-image:url(images/go_last_read_white.png); }

.unread_locked_sticky{background: url(images/locked_sticky_unread.png) no-repeat center center;}
.read_locked_sticky{background: url(images/locked_sticky_read.png) no-repeat center center;}
.read_sticky{background: url(images/sticky_read.png) no-repeat center center;}
.unread_sticky{background: url(images/sticky_unread.png) no-repeat center center;}
.unread_locked{background: url(images/locked_unread.png) no-repeat center center;}
.read_locked{background: url(images/locked_read.png) no-repeat center center;}
.unread{background: url(images/unread.png) no-repeat center center;}
.read{background: url(images/read.png) no-repeat center center;}

table.forum_post {
    margin: 10px 0px;
}

table.forum_post td {
    /* border: 1px solid #98AAB1;  */
    border: 1px solid #dcdde4;
}

table.forum_unread {
    border: 2px solid #98AAB1;
}

td.avatar {
    width: 150px;
    min-height: 150px; 
    padding: 0px;
    text-align: center;
	background: #444;
}

.newstatus{
    color: #3f3;
    padding: 0px 3px;
}
/* td.avatar img.avatar {
    float: right;
}
*/

blockquote {
    margin: 10px;
    padding: 10px;
    border: 1px dashed #98AAB1;
	background-color: #333;
}

/* Signatures layout */ 

.post_container {
    position: relative; 
    width:100%;
    height:100%; 
}

div.post_content  {
    min-height: 100px;  
    padding: 10px 10px 20px;
}  
div.post_footer  { 
    margin-top: 4px; 
}  
td.sig { 
     /* border-top: 1px solid #dcdde4;    */
    padding: 8px;
    vertical-align: top;
}
/*
#sig { 
    position: relative; 
    max-width: 100%; 
}

#sig img.scale_image {
    max-height:500px; 
    max-width: 800px;  
}*/
table .scale_image {
	max-width: 800px;
}
#collage table .scale_image {
	max-width: 600px;
}

td.postbody {
    padding:0px;
}
 

.editedby {
    color:#999;
}
td.badgesrow, .badgesrow {
    border-top: 1px solid #dcdde4;
    padding:0px;
}
.badges {
    padding: 4px;
}
.badges img {
    max-width: 80px;
    max-height: 40px;
    margin:1px;
}
#badgesadmin img {
    margin-bottom: 6px;
}
#badgesadmin .badge {
    margin: 8px;
}
.badge {
   display:inline-block;
   text-align: center;
}

.addbadges {
   text-align: left;
}
.addbadges .badge {
   display:block;
}



/* Layout (Inbox) */

tr.unreadpm {
    background-color: #ECC;
}

/* Layout (Permission Page) */

.permission_head {
    width: 350px;
    margin-left:auto;
    margin-right:auto;
}

.permission_head input {
    width: 200px;
}
.permission_head input.wid35 {
    width: 83px;
}
.permission_head td.label {
    font-weight: bold;
    text-align: right;
    width: 130px;
}

.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;
    background: url(images/bar_left.gif) no-repeat center center;
    float: left;
    margin: 0px;
    padding: 0px;
}

.center_poll {
    height: 9px;
    background: url(images/bar.gif) repeat;
    float: left;
    margin: 0px;
    padding: 0px;
}

.right_poll {
    width: 2px;
    height: 9px;
    background: url(images/bar_right.gif) no-repeat center center;
    float: left;
    margin: 0px;
    padding: 0px;
}

.curtain {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: #ECF0F6;
    z-index:1001;
}

.lightbox {
    position: fixed;
    text-align: center;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    padding: 0px;
    z-index:1002;
    overflow: auto;
}

.center {
    text-align: center;
}

.spellcheck { 
    margin: 25px 0;
    font-size: 1.25em;
    font-weight: bold;
}

/* bbcode */

div.modcomment {
    background-color: #ecf0f6; 
    text-align: left;
    margin: 12px auto;
    padding: 10px;
    border: 2px solid #600;
    color: black;
    font-size: 9pt;
    font-weight: normal;
}
div.modcomment div.after {
    float:right;
    color: #800;
    font-size: 8pt;
    font-weight: normal;
    padding: 5px 4px 1px 0px;
}

div.modcomment:before {
    color: #800;
    content: "Staff Comment: ";
    font-weight: bold;
}

div.bbcode { /* bg tag */
    background-color: inherit; 
    text-align: inherit;
    margin: 0px auto;
}

table.bbcode {
    background-color: inherit; 
    text-align: inherit;
    margin: 0px auto;
}
tr.bbcode {
    background-color: inherit; 
    text-align: inherit;
}
th.bbcode {
    background-color: inherit; 
    text-align: inherit;
    font-size: larger;
    padding: 7px;
    font-weight: bolder;
}
td.bbcode {
    background-color: inherit; 
    text-align: inherit;
}
table.bbcode.noborder tr, table.bbcode.noborder th, table.bbcode.noborder td {
    border: none;
}

span.quote_label {
  /*  text-align:left; */
    float:left;
    font-size: 8pt;
    margin-left:10px;
    margin-bottom: 4px;
}
blockquote.bbcode {
    clear:both;
    color: #CCC;
    text-align: left;
}
code.bbcode {
    display:inline-block;
    background-color: #fffff3;
    color: black;
    padding:0px 2px;
}
a.anchor, a.anchor:visited, a.anchor:hover {
    font-weight: bold;
    font-size: larger;
    color: #333;
    text-decoration: none;
}

/*  Stuff for the bbcode assistant  */

.bb_holder {
	border-collapse:collapse; 
	background:	#808080; 
      width: 100%;
}
 

table.bb_holder td {
    padding:0px;
}

table.bb_holder td.colhead {
    background:none;
    background-color: #111;
    color: #CCC;
    font-weight: normal;
}

.bb_smiley_holder {
    text-align: center; 
    padding: 0px; 
    max-width:100%;
}
 
select.bb_button { 
    padding:0px; 
    background: #FF000;
    cursor:pointer;
    color: #FFF; 
    height: 24px;
    margin-top:-4px;
}

.bb_buttons_left {
    float: left; 
    text-align: left; 
    margin: 6px 4px 0px 0px;
    min-height: 20px;
}

.bb_buttons_right {
    float: right;
    margin-top: 3px;
}
.bb_buttons_right div {
    float: left; 
    text-align: left;
    margin: 3px 4px 0 0;
}


a.bb_button { 
    padding:3px 6px; 
    background:white;
    cursor:pointer;
    color: #000000; 
    border: 1px solid #7BA3C1;
}

a.bb_button:hover { 
    text-decoration:none; 
    background:orange;
    color: #ffffff; 
}

.bb_icon { 
    padding:2px; 
    margin:-2px 1px 0px 0px; 
    background:white;
    cursor:pointer; 
    border: 1px solid #7BA3C1;
}

.bb_smiley img {
    padding: 1px 1px 2px; 
}

.bb_icon:hover { 
    background:orange; 
}

.overflow_button {
  /*  position: relative;
    bottom: 0px;
    height: 16px; */
    padding: 1px; 
    margin:3px 1px 2px; 
    font-weight: bold; 
    text-align: center; 
    border: 1px solid #CCC;  /* rgb(123, 163, 193); */
    background: #333;   /*rgb(186, 203, 216);*/
}
.overflow_button a {
    padding:0px 8px; 
}
.overflow_button .number {
    font-weight: normal; 
    color: #BACBD8;     /* #B6C7D3;    /*   #BACBD8 
    position: absolute;
    right: 10px; */
}

.color_pick td { 
	padding:2px; 
	width:10px; 
	height:10px; 
	cursor:pointer; 
}

.picker_holder { 
    display: block;
}

.color_pick { 
    display: block;
	border-collapse:collapse; 
}

.color_pick, .color_pick td { 
	border:1px solid #333333; 
}

.color_pick td:hover { 
    border:1px solid #333333; 
}

/*  Torrent Buttons  */

#torrent_buttons {
    /*margin-left: 10px;*/
    margin-bottom: 10px;
}

a.button {
	display: inline-block;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	/* margin: 3px 6px 3px 0; */
      margin: 0px 8px 4px 0px;
	text-decoration: none;
	color: #fff;	
	border: none;
	font-size: 11px;
	vertical-align: top;
	cursor: pointer;  /* hand; */
	line-height: 11px;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 7px 15px;
      /*font-weight: bold; */
}

.greenButton {
	background: #5da53a;
}

.greenButton:hover {
	background: #48802d;
}

.blueButton {
	background: #1f9db4;
}

.blueButton:hover {
	background: #187b8c;
}


.redButton {
	background: #ab3041;
}

.redButton:hover {
	background: #812;
}

.infoButton {
    background: #5A8Bb8;    /* #024a7c;#BACBD8 #9AaBb8 */
}
.infoButton:hover {
    background: #3A6B98;  
}
.orangeButton {
	background: #ff7f26;
}

.orangeButton:hover {
	background: #d96d21;
}

.overlay, .leftOverlay, .rightOverlay {
    background-color: black;
    color: #eee;
}

.overlay .leftOverlay {
    width: 150px;
}

.overlay .rightOverlay {
    min-width: 150px;
    vertical-align: top;
}

span.reported {
    font-weight: bold;
    color: red;
    float: none;
}

.reels, .reelsi {
    background-color: #eee;
}
.reels.play {
    background-color: #fff;
}

.reels img {
    border: 3px solid #ddd;
}
.reelsi img {
    border: 1px solid #ccc;
}
img.win {
    border: 3px solid black;  
}
img.win.flash {
    border: 3px solid gold; 
}
.payout {
    width:74px;
    vertical-align: middle;
    display:inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color:black;
}

.fm input[type=button] {
    background-color: white;
    padding: 2px 10px 2px;
    border: 2px solid darkblue;
    width:80px;
    color: darkblue;
    cursor:pointer;
}

.fm input[type=text] {
    text-align: center;
    color: darkblue;
    cursor:default;
    width:70px;
}

.chip {
    text-align: center;
    width:60px;
    height:60px;
    position:absolute;
    left:-50px;
    background: url(betchip.png) no-repeat center center;
}
.chip span {
    position:relative;
    text-align: center;
    top:18px;
    font-size: 18px;
    font-weight: bold;
    color:black;
}

.donate_details {
   margin-bottom:10px;
   border: 2px solid #222222; /* #333333; */
   background-color:#000;
   padding: 5px 20px;
   
   -moz-border-radius: 10px 10px 10px 10px;
   -webkit-border-top-left-radius: 10px;
   -webkit-border-top-right-radius: 10px;
   -webkit-border-bottom-left-radius: 10px;
   -webkit-border-bottom-right-radius: 10px;
   border-radius: 10px 10px 10px 10px;
}

.donate_details table td {
   background-color:#000;
}
.donate_details table tr.rowb td {
   background-color:#000;
}

.donate_details.green {
   background-color:#0099FF;
}
.donate_details.green table td {
   background-color:#0099FF;
}
.donate_details.green table tr.rowb td {
   background-color:#48B6FF;
}


.donate_details .address {
   font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
   font-weight: bold;
   color: #FFFFFF;
}



.donate_drives .label {
   width: 100px;
}


.donate_drives .button {
display: inline-block;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-border-radius: 2px;
   margin: 0px 3px 3px 0px;
text-decoration: none;
color: #fff;
   font-weight: bold;
border: none;
vertical-align: top;
padding: 4px 4px;
}

.greyButton {
background: #bbb;
}


.scrollbox {
   max-height:400px;
   overflow: auto;
}


#active_drive {
   position: relative;  
   text-align: left;
text-decoration: none;
vertical-align: top;
   
   width: 90%;
   min-width: 980px;
   max-width: 1200px;
   background-color: #333333;
   margin: 10px auto 30px auto;
   padding: 5px 0.6em ;
   border: 1px solid #222222;
   
   color: #0099FF;
}
#donorbar {
   width: 90%;
   min-width: 960px;
   margin: 0px auto;
   padding: 5px;
}

#active_drive a{
text-decoration: none;
   font-weight: bold;
   font-size: 14px;  
}
#active_drive a:hover {
text-decoration: underline;
}
#active_drive a.link{
   float:right;
text-decoration: none;
   font-weight: normal;
   font-size: 10px;  
}
#active_drive a.link:hover {
text-decoration: underline;
}

#donorbargreen {
   display:inline-block;
   font-size: 12px;  
   height: 15px;
   background-color:#0099FF;
   color:white;
   font-weight: bold;
   text-align: right;
}
#donorbarred {
   display:inline-block;
   font-size: 12px;  
   height: 15px;
   background-color:#b11;
   background-color:#000;
   background-color:white;
   color:#000;
   font-weight: bold;
   text-align: left;
}


#sig {
   overflow: hidden;
}
#torrentsigbox {
    /* padding: 3px 10px 10px 10px;  */
    padding-top: 5px;
   overflow: hidden;
   border-top: #ccc solid 1px;
}

#user_dropdown {
   display:inline;
   position: relative;
   white-space:nowrap;
}
#user_dropdown ul {
   list-style: none;
   display: none;
   position: absolute;
   left: -8px;
   top: 1.3em;
   background-color:#666;
   color: #0099DC;
   border: 1px solid #333;
   border-radius: 8px;  
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;  
   z-index: 10;
}
#user_dropdown:hover ul {
   display: block;
   /* width: 160px; */
}
#user_dropdown ul li {
   margin: 0px;
   padding: 0px;
}
#user_dropdown ul a {
   display: block;
}
#user_dropdown ul li a {
   margin: 0px;
   text-align: left;
   padding: 1px 8px 1px 8px;
   white-space:nowrap;
}

#user_dropdown ul li a:hover {
   background-color: #333;
   color: #0099DC;
   text-decoration: none;
}

.groupperm {
   display:inline-block;
   position: relative;
   top:-3px;
   font-size:0.9em;
   font-weight: bold;
   margin: 0px 1px 0px 2px;
}

.user_peers {
   font-size: 12px;
   font-weight: bold;
}
a#nav_seeding {
   margin-left:25px;
}
a#nav_leeching {
   margin-left:5px;
}
#nav_seeding_r {
   color:#41eB00;
}
#nav_leeching_r {
   color:#0099DC;
}

div.autoresults {
   display:inline-block;
   position: relative;
   vertical-align: top;
}
 
div.autoresults ul {
   list-style: none;
   display: block;
   position: absolute;
   background-color:white;
   color: #333;
   border: 1px solid #777;
   z-index: 10;
   visibility: hidden;
   font-size: 14px;
   border-radius: 4px;  
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;  
}
div.autoresults ul li {
   margin: 0px;
   text-align: left;
   padding: 0px 8px 0px 8px;
}
div.autoresults ul li.highlight {
   font-weight: normal;
   background-color: #888;
   color: white;
   text-decoration: none;
}
div.autoresults ul li span.num {
   color:#aaa;
}
div.autoresults ul li.highlight span.num {
   color: white;
} 

.tag_results {
   display:inline-block;
   width:49%;
   vertical-align: top;
}

.tag_results:first-child {
   display:inline-block;
   width:50%;
   vertical-align: top;
}

.tag_results td:first-child {
   padding-left:20px;
}

.tagtype {
   font-size: 0.9em;
   vertical-align: top;
}

.synonyms {
   padding: 1px 5px;
   color: #333;
}

.plusmn {
   font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
   font-weight: bold;
   float:right;
   cursor:pointer;
}

.votes {
   color:#AAA;
}

.search_highlight {
   color:#444;
}



table.border {
   border: 1px solid #333;
}

table.noborder td, .torrent td, .torrent_table td {
   border:none;
}

.torrent_table td {
    padding: 5px;
	color: #999;
}




.nopad {
    margin:0px;
    padding:0px;
}
.nopad .scale_image {
    margin:0px;
    padding:0px;
}
.nopad td {
    margin:0px;
    padding:0px;
}

table.vat td {
    vertical-align: top;
}
table.vam td  {
    vertical-align: middle;
}
table.vab td  {
    vertical-align: bottom;
}

td.bbcode.vat {
    vertical-align: top;
}
td.bbcode.vam  {
    vertical-align: middle;
}
td.bbcode.vab  {
    vertical-align: bottom;
}



blockquote.bbcode.error {
    border: 2px solid #c00;
    padding: 5px 10px;
}
blockquote.bbcode.error code.error {
    font-size: 1.2em;
}


.tag_header {
    padding: 7px 5px 0px 5px;
    text-align: center;
}
  
.button_sort {
    display: inline-block;
    border: 1px solid #7BA3C1;
    border-radius: 3px;
    background-color: #333;  /*  #eff3f6;  */
    text-align: center;
    font-style: normal;
    width: 40px;
    margin:auto;
    cursor:pointer;
}

.button_sort.sort_select {
    background-color: #0261A3;
    background-color: #5A8Bb8;
    color: white;
}
.button_sort.sort_select a {
    color: white;
}

.button_sort a, .button_sort a:visited {
    color: #ccc; /* #0261A3; */
}
.button_sort:hover {
    background-color: #0261A3;
    background-color: #5A8Bb8;
    color: white;
    
}
.button_sort:hover a {
    background-color: #0261A3;
    background-color: #5A8Bb8;
    color: white;
    
}

.button_sort a:hover {
    text-decoration: none;
    color: white;
}

.tag_header div {
    margin-bottom:4px;
}

.tag_header div:before {
    font-size: 0.8em;
    content: "sort by";
    margin-right: 3px;
} 

.indent {
    margin-left: 20px;
}




.statusown a {
	cursor: pointer; 
}
.thin > h2:first-child + .status_box {
      margin: -15px auto 10px; 
      width: 100%; 
}
.status_box {
      margin: 10px auto 0px;
      width: 96%; 
      min-width: 920px;
      max-width: 1200px;
      border: none;
      padding:4px; 
}
.staffstatus {
	display: inline-block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
      margin: 4px 4px;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	vertical-align: top;
	cursor: default; 
	line-height: 11px;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 3px 15px; 
}
.staffstatus a {
	color: #222;	
}
.staffstatus a:visited {
	color: #222;	
}
.status_checking {
    float:right;
    background: #5da53a;
    border: 1px solid #9Be361;
}
.status_notchecking {
    float:left;
    background: #eaa;
    border: 1px solid #822;
}
.nostaff_checking {
    margin-top:6px;
    float:right;
    color: #ddd;
    margin-right:10px;
}
.status_loading {
    margin-top:6px;
    float:left;
    color:#ccc;
}

.pager {
    font-weight:bold;
}
.pager_on {
    color: #abf;
}

.debug_table_head { 
    border-top: 1.5px solid #6a9bb7;
    font-weight: bold;
    color: #444;  
}
.debug_table_head td {
    background-color: #d3e3f3;
}
.debug_table_head td:first-child {
    background-color: transparent;
    width:10px;
}

.seedhistory {
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-weight: bold;
}

.anon_name {
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
}