html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, fieldset, form, label, legend, table, caption, tbody, tfoot, thead{ 
margin:0;
padding:0;
border:0;
outline:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit
}
.clear{
clear:both; 
height:0px; 
overflow:hidden; 
display:block
background: #fff;
}
body{
background: #333345;
color:#222;
font-family: Verdana,Tahoma;
text-align: center;
font-size:12px;
}
body a {
color:#333;
}	

.siteContainer {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background: inherit;
	vertical-align: top;
	text-align: left;
	}
.search {
	position: absolute;
	right: 0px;
	top: 10px;
}
.headerContainer {
	position: relative;
	width: 1000px;
	height: 100px;
	background: #fff;
	z-index: 1;
}
.mailAlert {
	position: absolute;
	background:#F00;
	color: #fff;
	bottom: 0px;
	right: 0px;
	width: 200px;
	height:15px;
	text-align: center;
}
.menuContainer {
	width: 1000px;
	height: 22px;
	background: #594d7b;
}
.contentContainer {
	position: relative;
	background: #fff;
	min-height:750px;
/*	height: expression( this.scrollHeight < 751 ? "750px" : "auto" ); */
}
.footerBar {
	position: relative;
	width: 1000px;
	height: 15px;
	background: #594d7b;
	color: #fff;
	font-weight: bold;
}
.footerContainer { 
	width: 1000x;
	background: #fff;
	font-size: 9px;
}
.torrentBar {
	position: absolute;
	top: 33px;
	left: 0px;
	width: 150px;
	background: #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;		
}
.torrentSorting {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 9px;
}

.torrentTable { 
	position: relative;
	left: 155px;
	width: 840px;
}
.torrentContainer { 
	position: relative;
	height: 45px;
	background: #EEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;	
}
.torrentCategory {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 45px;
	width: 45px;
}
.torrentTitle { 
	position: absolute;
	top: 5px; 
	left: 52px;
	font-size: 11px;
	}
.torrentDate {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 10px;
}
.torrentUploader {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 10px;
}
.torrentSize {
	position: absolute;
	bottom: 5px;
	left: 52px;
	font-size: 10px;	
}
.torrentPeers { 
	position: absolute;
	bottom: 5px;
	left: 200px;
	font-size: 10px;	
}
.torrentComments {
	position: absolute;
	bottom: 5px;
	left: 600px;
	font-size: 10px;	
}
.torrentSnatched { 
	position: absolute;
	bottom: 5px;
	left: 400px;
	font-size: 10px;	
}
.torrentSpacer {
	height: 5px;
}
.hrplus {
	top: 1px;
	width:100%;
	height: 15px;
	background: #594d7b;
}
.userBarContainer {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	height: 15px;
	color: #fff;
	background: #594d7b;
	
	
}
.userBar{
	width: 1000px;
	height: 15px;
	color: #fff;
	text-align: left;	
}
.uBarLeft {
position: absolute;
top: 0px;
left: 0px;
}
.uBarRight {
position: absolute;
top: 0px;
right: 0px;
}



.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 1px;
	width: 1000px;
	height: 15px;
	background: #594d7b;
	z-index: 20;
	cursor:pointer;
	cursor:hand;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;

}
.overLogo {
	position: relative;
	top: 18px;
	left: 5px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover {
	color: #999999;
}
#toppanel {
	position: absolute;
	width: 1000px;
	left:auto;
	z-index: 25;
	text-align: right;
 
}
#panel {
	width: 1000px;
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	background: black;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	height: 100%;
	width: 1000px;
	position: absolute;
	z-index: -1;
}



/* old styles */



table.main, table.mainouter {
  background-color: #FFFFFF;
  border-color: #000000;
  border-collapse: collapse;
}

table.bottom {
  background: transparent;
  border-collapse: collapse;
}

table.standard {
  border-color: #000000;
  border-collapse: collapse;
  width: 100%;

}


td {
	font-size: 8pt;
}

table.menu {
	width: 120px;
	border-width: 0;
	border-style: none;
	border-collapse: collapse;
}

td.menuhead {
	width: 120px;
	height: 21px;
	color: #ffffff;
	background-image: url(./pic/main_but.gif);
}

td.menubutton {
	width: 120px;
	height: 20px;
	background-image: url(./pic/sub_but.gif);
}

td.lheader {
	width: 14px;
	height: 21px;
	background-image: url(./pic/header_l.gif);
}

td.header {
	height: 21px;
	color: #ffffff;
	background-image: url(./pic/header_bg.gif);
}

td.rheader {
	width: 14px;
	height: 21px;
	background-image: url(./pic/header_r.gif);
}

table.alert {
	background-color: #990000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

td.embedded {
   border: none;
   padding: 0px;
  text-align: left;
}

td.bottom {
  border: none;
  width: 100%;
}

td.heading {
  font-weight: bold;
}

td.text {
  padding: 10pt;
  text-align: left;
}

td.comment {
  padding: 10pt;
  font-size: 8pt;
  text-align: left;
}

td.colhead {
  font-weight: bold;
  color: #273f4c;
  background-color: #0055A4;
  background-image: url(/pic/forum.jpg);
}

td.rowhead {
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}

td.title {
	font-size: 14pt;
}

td.navigation {
	font-weight: bold;
	font-size: 10pt;
   border: none;
}

td.clear {
  padding: 0px;
  border: 0px;
  background: transparent;
}

.sublink {
	font-size: 7pt;
	font-weight: normal;
}

font.gray
{
  color: #ACA899;
  text-decoration: underline;
}

a:link, a:visited {
  text-decoration: underline;
  color: #273f4c;
  /*font-weight: bold;*/
}

a:hover {
  color: #273F4C;
  text-decoration: none;
}

a.index {
	font-weight: bold;
}

a.biglink {
	font-weight: bold;
	font-size: 12pt;
}

a.altlink:link, a.altlink:visited{
	font-weight: bold;
	text-decoration: underline;
}

a.altlink:hover {
  text-decoration: none;
}

.important {
	font-weight: bold;
	font-size: 8pt;
}

.red {
	color: #ee0000;
}

.yellow {
	color: #997700;
}

.green {
	color: #164B6C;
}

input, select, textarea {
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	font-size: 8pt;
}

.btn {
  width: 75px;
  height: 23px;
}

.small {
  font-size: 7pt;
}

.big {
  font-size: 10pt;
}


img.border  
{  
  border-style: solid;  
  border-color: #164B6C; 
  border-width: 1px; 
}

.td1 {
background: #F7F8F9;
}

.forumpost {
background: #E0E7EC;
}
.td2 {
background: #F7F8F9;
}

.td3 {
background: #F7F8F9;
}

.td4 {
background: #EDEEEF;
}

.tdmain {
background: #000000;
}

.td_highlight {
background: #000000;
}

.male {
    color: #0000DD;
}

.female {
    color: #DD3366;
}

.bot {
    color: #00FFFF;
}

.title {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.headtext {
    color: #273f4c;
    font-weight: bold;
    text-align: center;
	background-image: url(/pic/forum.jpg);
}

.headlinebg {
    background-color: #000000;
}

.tdtop {
    background-color: #CED2D4;
}

.hicell {
    background-color: #CED2D4;
}

.hicell10 {
    background-color: #BABADD;
    font-size: 10px;
}

.rankc {
    background-color: #CCCCCC;
}

.hirankc {
    background-color: #AAAAAA;
    font-weight: bold;
}

.rankc10 {
    background-color: #CCCCCC;
    font-size: 10px;
}

.rankc10center {
    background-color: #CCCCCC;
    font-size: 10px;
    text-align: center;
}

.hirankc10center {
    background-color: #AAAAAA;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
}


.headBanner { 
	position: absolute;
	top: 0px;
	left: 465px;
}



