body {
 font-family: sans-serif;
    /*background-color: #a2a2a2;*/
background: url(pics/background.png);
   
    font-size: 11px;

}

/* New search input field*/

#searchfield {
    color: #808080;
    font-size: 12pt;
    font-weight: bold;
    padding: 6px;
}

#searchbutton {
  background: #f2f2f2;
  color: #808080;
    font-size: 12pt;
    font-weight: normal;
    padding: 3px;
    margin-left: 13px
}

.asearch{
  display: none;
}
#asearchclick{
    color: #6F0000;
    font-weight: normal;
    cursor: pointer;
  
}
#asearchclick:hover{
 text-decoration:underline;
}
/*------------------------*/

.highlight { 
	font-size:14px;
	font-weight: bold;
	color: #0000CC;
	/*color: res;*/
}
.bubble{
width: 578px;
clear: both;
margin: 20px auto 40px;
}
.bubble-top{
height: 10px;
background: url(pics/bubble-top.png);

}
.bubble-top-uploader{
height: 10px;
background: url(pics/bubble-top-uploader.png);
}

.bubble-bg{
font-size: 12px;
font-family: Courier;
padding: 10px 20px;
background: url(pics/bubble-bg.png);
}

.bubble-bg-uploader{
font-size: 12px;
font-family: Courier;
padding: 10px 20px;
background: url(pics/bubble-bg-uploader.png);
}

span.bubble-date {
position: relative;
color: #989898;
padding: 0px;
top: 12px;
font-size: 6pt;
}

.bubble-bottom-right{
height: 19px;
padding-right: 10px;
margin-bottom: 5px;
background: url(pics/bubble-bottom-right.png);
background-repeat: no-repeat;
text-align: right;
}

.bubble-bottom-right-uploader{
height: 19px;
padding-right: 10px;
margin-bottom: 5px;
background: url(pics/bubble-bottom-right-uploader.png);
background-repeat: no-repeat;
text-align: right;
}

.bubble-bottom-left {
height: 19px;
padding-left: 10px;
margin-bottom: 5px;
background: url(pics/bubble-bottom-left.png);
background-repeat: no-repeat;
text-align: left;
}

.bubble-bottom-left-uploader {
height: 19px;
padding-left: 10px;
margin-bottom: 5px;
background: url(pics/bubble-bottom-left-uploader.png);
background-repeat: no-repeat;
text-align: left;
}

.bubble_sub-left{
text-align: center;
margin-right: 318px;
}
.bubble_sub-right{
text-align: center;
margin-left: 318px;
}


#theme-wrap {
	width: 950px;
	margin: 10px auto;
	text-align: left;
}

.mainbox {
	background-color:#ffffff;
	font-size: 6pt; 
	/*font-weight:bold;*/
	
	color: #1C1C1C;
	/* background-image:url(/img/bg.jpg); */
	border:1px solid #C2C2C2;
	padding:1em;
	margin-left: 1em;
	margin-right: 0.5em;
	margin-bottom: 1.5em;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#messagebox {
	font-family: sans-serif;
	background-color:#F2FFF0;
	text-align: center;
	font-size: 10pt;
	padding: 5px 15px 20px 100px;
	color: #1C1C1C;
	background-image: url(pics/alert.png);
	background-position: 30px center ;
	background-repeat: no-repeat;
	min-height: 70px;
	border:1px solid #999;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 1.5em;
	-moz-border-radius:15px;
}

#successbox {
	font-family: sans-serif;
	background-color:#F2FFF0;
	text-align: center;
	font-size: 10pt;
	padding: 5px 15px 20px 100px;
	color: #1C1C1C;
	background-image: url(pics/success.png);
	background-position: 30px center ;
	background-repeat: no-repeat;
	min-height: 70px;
	border:1px solid #999;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 1.5em;
	-moz-border-radius:15px;
}

#errorbox {
	font-family: sans-serif;
	background-color:#FFF0F0;
	font-size: 10pt;
	text-align: center;
	padding: 5px 15px 20px 100px;
	color: #1C1C1C;
	background-image: url(pics/error.png);
	background-position: 30px center ;
	background-repeat: no-repeat;
	min-height: 70px;
	border:1px solid #980000;
	margin-left: 1em;
	margin-right: 0.5em;
	margin-bottom: 1.5em;
	-moz-border-radius:15px;
}

#newsbox {
	font-family: sans-serif;
	background-color: #FFFFD5;
	text-align: center;
	font-size: 10pt;
	padding: 4px 0px 0px 80px;
	color: #757576;
	background-image: url(pics/alert_mini.png);
	background-position: 80px center ;
	background-repeat: no-repeat;
	border:1px solid #999;
	min-height: 26px;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 1.5em;
	-moz-border-radius:5px;
}

#emailbox {
	font-family: sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 12pt;
	padding: 4px 0px 0px 80px;
	color: #757576;
	background-image: url(pics/email.png);
	background-position: 80px center ;
	background-repeat: no-repeat;
	border:1px solid #999;
	min-height: 26px;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 1.5em;
	-moz-border-radius:5px;
}

#theme-header {
	height: 20px;
	clear: both;
	background: url(pics/top.png) repeat-y 0 0;
	}

#theme-body {
	background: url(pics/bodybg.png) repeat-y 0 0;
	padding-right: 0px;
	padding-left: 0px;
	}

#theme-footer {
	height: 20px;
	
	background: url(pics/bottom.png) repeat-y 0 0;
	}

#leftcolumn{
	width: 174px;
	/*border: 1px solid;*/
	float: left;
	margin-left:7px;
	padding-right:0px;
	background-color: #f2f2f2;
}

#rightcolumn{
	width: 754px;
	float: left;
	/*border: 1px solid;*/
	padding-left:0px;
	padding-right:0px;
	background-color: #f2f2f2;
}
#donationbar-background{
position: relative;
float: middle;
bottom: 1px;
right: 1px;
background: url(pics/donations_bg.png);
background-repeat: no-repeat;
height: 18px;
width: 188px;
}

#searchcloud{
color: #980000;
}
#searchcloud a:link{
color: #98000;
text-decoration: none;
}
.smallest {
font-size: 1em;
color: #983D3D;
}

.small {
font-size: 1.5em;
color: #982C2C;
}

.medium {
font-size:2em;
color: #981E1E;
}

.large {
font-size:2.5em;
color: #981010;
}

.largest {
font-size:3em;
color: #980000;
}
span.donationsin{
font-family: sans-serif;
font-size: 12pt;
color: #265514;
position: relative;
float: left;
right: 5px;
bottom: 25px;
}

span.donationsgoal{
position: absolute;
float: right;
right: 17px;
top: 2px;
font-weight: bold;
font-size: 8pt;
color: #555556;
}

span.donationsthanks{
position: absolute;
float: middle;
right: 75px;
font-weight: bold;
font-size: 8pt;
color: #FFFFFF;
}

span.mainbox-title{
text-align: center;
display: block;
margin: 0 auto 10px;
font-weight: bold;
font-size: 8pt;
color: #980000;
}

span.messagebox-title{
text-align: center;
display: block;
margin: 0 auto 10px;
font-weight: bold;
font-size: 8pt;
color: #980000;
}

span.successbox-title{
text-align: center;
display: block;
margin: 5px auto 10px;
font-weight: bold;
font-size: 8pt;
color: #980000;
}

span.errorbox-title{
text-align: center;
display: block;
margin: 5px auto 10px;
font-weight: bold;
font-size: 8pt;
color: #980000;
}

form {
color:#808080;
font-weight: bold;
margin-top: 5px;
margin-bottom: 5px;

}

font {
       line-height: 120%;
}

font.small {

        font-size: 8pt; color: #000000; 
}

p {
        font-size: 8pt; 
        text-indent: 0; line-height: 100%; word-spacing: 0; margin: 0;
}
p.footer {
        font-size:8pt; color: #000000; 
        text-align: center;
}
p.title {
         font-size: 9pt;

}

p.description {
         font-size: 8pt; font-weight: normal;
line-height: 120%;

}
p.file {

       font-size: 7pt; line-height: 120%;
	color: #757576;
}

p.nfo {
        font-family:OCR A Extended; font-size:8pt; color:#000000; text-align:justify;
}
p.errortext {
	text-align: left;
	display: block;
        font-size:10pt; text-align:center;
}
p.whitelist {
        color: #00FF00
}
p.blacklist {
        color: #FF0000
}
p.pending {
}
p.granted {
        color: #00FF00
}
p.denied  {
        color: #FF0000
}

p.extrasmall {
	 font-size: 6pt;
}

span.h2lookalike{
       font-family:"sans-serif"; font-size:12pt; color: #757576;
}
h1 {
        font-family:"sans-serif"; font-size:10pt; color: #000000;
}
h1.title {
        text-align:center;
}
h1.details {
        font-size: 16pt;
	text-align:center;
	font-weight: normal;
	color: #1c1c1c;
	margin: 5px;
}

h1.search {
        font-size: 12pt;
	color: #757576;
	text-align:center;
	font-weight: bold;
}

h2 {
        font-family:"sans-serif"; font-size:12pt; color: #757576;
}
h2.title {
        text-align:center;
}

h2.details {
        text-align:center;
	font-family: sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #555556;
	margin: 0;
}

h3 {
        font-family:"sans-serif"; font-size:14pt; color: #000000;
}
h3.title {
        text-align:center;
}

hr{
background-color:#999; /* Mozilla 1.4 */
color:#999; /* IE 6 */
border: #999; /* Opera 7.11 */
height: 1px;
}

iframe { 
	border:none;
}
img{
border: 0;
}

font.large {
        font-size: 10pt; color: #000000; 
}
font.heading {
        font-size: 10pt; color: #000000;  font-weight:bold;
}

span.admin {
	font-size: 8pt;
	font-weight: bold;
	 color:#AA0000;
	 text-decoration:none;
}

span.mod {
	font-size: 8pt;
	font-weight: bold;
	 color:#53B54F;
	 text-decoration:none;
}

span.premium {
	font-size: 8pt;
	font-weight: bold;
	 color:#CECC46;
	 text-decoration:none;
}
span.user {
	font-size: 8pt;
	font-weight: bold;
	 color:#000000;
	 text-decoration:none;
}

table.main {
  background-color: #ffffff;
}
table.bg {
  background-color: #093656;
}
table.sub {
  background-color: #000000;
}
table.theme {
  background-color: #f2f2f2;
}
table.content {
  border:1px solid #000000; background-color: #F7F7F7; text-align:center
}
table.torrent {
  border-style:solid; border-width:0px; padding:0; background-color: #ECECEC; text-align:center; font-family:sans-serif; font-size:8pt; color:#000000
}
table.torrenttable{
border-collapse: collapse;

}
table.torrenttable td{
border-right: 1px solid #ffffff;
}
td {
  font-size: 8pt;
}

td.track {
  background-color:#000000; font-size: 6pt;  color: #000000;
}
td.smaller {
font-size: 6pt;  padding: 3px;
}

td.smallish {
  font-size: 8pt;  padding: 3px;
}

td.header {
  background-color: #ffffff; font-size: 6pt; font-weight:bold;  color: #000000;
}

td.headerbg {
background: url(pics/headerbg.png);
}

td.theme {
background-color: #f2f2f2;
}

td.themeupperedge {
background: url(pics/themeupperedge.gif);
}

td.themeleftedge {
background: url(pics/themeleftedge.gif);
}

td.themerightedge {
background: url(pics/themerightedge.gif);
}

td.themeloweredge {
background: url(pics/themeloweredge.gif);
}

td.title {
background: url(pics/upperedge.gif); background-repeat: repeat-x;  font-size: 8pt; font-weight: bold; color: #980000; vertical-align:top;
}

td.errortitle {
background: url(pics/upperedge.gif);  font-size: 8pt; font-weight: bold; color: #EEAB36; 
} 

td.footer {
background: url(pics/loweredge.gif);
}

td.leftedge {
background: url(pics/leftedge.gif);
}

td.rightedge {
background: url(pics/rightedge.gif);
} 


td.small {
 font-size: 7pt;  color: #FFFFFF;
}
td.colhead {
  background-color:#ebebeb; font-size: 8pt;  color: #000000;font-weight:bold
}

tr.peerattrs {
  vertical-align:bottom;
}

tr.theme {
background-color: #f2f2f2;
} 

tr.darkrow {
background-color: #f0f0f0;
}

tr.brightrow {
background-color: #f9f9f9;
}
tr.mouseover {
background-color: #e1e1e1;
}

input, textarea {
  
        border-style:solid; border-width: 1px; border-color:#c4c4c4;  font-size: 8pt; color:#808080; font-weight:bold
}

#searchfield {
    color: #808080;
    font-size: 12pt;
    font-weight: bold;
    padding: 6px;
}

#searchbutton {
  background: #f2f2f2;
  color: #808080;
    font-size: 12pt;
    font-weight: normal;
    padding: 3px;
    margin-left: 13px
}

.asearch{
  display: none;
}
#asearchclick{
    color: #6F0000;
    font-weight: normal;
    cursor: pointer;
  
}
#asearchclick:hover{
 text-decoration:underline;
}
select {
        font-size: 8pt; color:#808080;  font-weight:bold
}

textarea{
overflow: auto;
}

.button {
  border-style:solid; border-width:1px;
  font-family:sans-serif; font-size:8pt; color:#000000; text-align:center; background-color:#C0C0C0
}


.form {
  border-style:solid; border-width:1px;
  font-family:sans-serif; font-size:6pt; color:#000000; text-align:center; background-color:#000000
}

.text {
    font-family:sans-serif; font-size:4pt;
}

.btn {
  border-style:solid; border-width:1px;
  font-family:sans-serif; font-size:8pt; color:#000000; text-align:center; background-color:#C0C0C0
}
.hide {
        display: none;
}
.show {
}


a:link {
	text-decoration: none;
}

a:active {
	
	text-decoration: none;
}


a:visited {
	
	text-decoration: none;
}

a:hover {
	color: #6F0000;
}

a {
color: #1C1C1C;
}

a.header:active {
	 color:red;
	 text-decoration:none;
}

a.header:visited {
	 color:red;
	 text-decoration:none; 
}

a.header:hover {
	 color: #D46400;
	 text-decoration:underline; 
}

a.header:link {
	 color: red;
	 text-decoration:none;	
}

a.pager{
font-size: 12pt;
text-decoration:none;
padding: 0 2px;
border: 1px solid #bababa;
}

a.pager:active{
font-size: 14pt;
color:980000;
}

a.pager:hover{
font-size: 14pt;
color:980000;
}

a.header:hover {
	 color: #D46400;
	 text-decoration:underline; 
}


a.gray{
	 color: #808080;	
}

a.cross:hover {border-width: 0px;}

a.cross:link {border-width: 0px;}

a.admin {
	 color:#AA0000;
	font-weight: bold;
	 text-decoration:none;
}

a.mod {
	 color:#53B54F;
font-weight: bold;
	 text-decoration:none;
}

a.premium {
	 color:#CECC46;
font-weight: bold;
	 text-decoration:none;
}
a.user {
	 color:#000000;
font-weight: bold;
	 text-decoration:none;
}
a.smaller-bold{
font-family: sans-serif; font-size: 6pt; font-weight: bold; color: #757576;
}

a.middle-bold{
font-family: sans-serif; font-size: 8pt; font-weight: bold; color: #757576;
}
a.middle-bold:hover{
color: #980000;
}

#navcontainer{
margin: 20px 10px;
}

#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #c2c2c2;
font: bold 12px sans-serif, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
    background: none repeat scroll 0 0 #E0E0E0;
    border-color: #C2C2C2 #C2C2C2 -moz-use-text-color;
    border-radius: 3px 3px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    margin-left: 3px;
    padding: 4px 8px 3px;
    text-decoration: none;
}

#navlist li a:link { color: #667; }
#navlist li a:visited { color: #667; }

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

#navlist li a#current
{
 background: none repeat scroll 0 0 #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    color: #990100;
}

#navlistsmall
{
padding: 3px 0;
margin-left: 0px;
border-bottom: 1px solid #e2e2e2;
font: bold 10px sans-serif, sans-serif;
}

#navlistsmall li
{
list-style: none;
margin: 0;
display: inline;
}

#navlistsmall li a
{
padding: 3px 0.5em;
margin-left: 0px;
border: 1px solid #e2e2e2;
border-bottom: none;
background: #fbfbfb;
text-decoration: none;
}

#navlistsmall li a:link { color: #667; }
#navlistsmall li a:visited { color: #667; }

#navlistsmall li a:hover
{
color: #555556;
background: #ededed;
border-color: #d9d9d9;
}

#navlistsmall li a#current_small
{
color: #990100;
background: #ffffff;
border-bottom: 1px solid #ffffff;
}



/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #e2e2e2;
font-size: 8pt;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #e2e2e2;
 border-bottom: none;
 background: #fbfbfb;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #667; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #990100;
 background: #ededed;
 border-color: #e2e2e2;
}

ul.tabbernav li.tabberactive a
{
 color: #990100;
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #990100;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:15px;
 border:1px solid #e2e2e2;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/*Democracy Now*/

ul.story	{
  margin: 0 50px;
font-size: 10pt;
  padding: 0;
  display: inline-block;
  list-style-type: none;
  }

ul.story li	{
  display: inline-block;
  overflow: hidden;
  padding-top: 0.8em;
  }
/*
ul.story li h4	{
  font-size: 16pt;
  margin: 0;
  }

ul.story li h4 a {
  font-size: 16pt;
  margin: 0;
  }
*/


ul.story p	{
	margin-bottom: 20px;
	font-size: 10pt;
	}

.storyimage	{
	margin: 5px 10px 0 50px;
	float: right;
	}


.headlines h3	{
  margin: 0;
  padding-top: 1em;
}

#right-text div.headlines h3 {
	padding-top: 0.4em;
}

ul.headlines	{
font-size: 8pt;
  margin-top: 0;
  padding-left: .75em;
  margin-left: .75em;
margin-bottom: 20px;
}

ul.headlines li {
	margin-top: .2em;
	}