/* ######### Start Main Tracker Body ######### */
body {
    font-size: 16px;
    font-family: "times new roman";
    background: #FFF;
    margin: 0px;
    padding: 0px;
}

.highlight {
  background: #F8F81A;
  color: #FF0000;
}

.btn{
  background: #DFE6EF;
  border: 1px solid #4C77B6;
  color: #000;
  font-family: Verdana, Helvetica, Sans-Serif;
  font-size: 12px;
  vertical-align: middle;
  cursor: pointer;
  padding: 5px;
  margin: 1px 0px;
}
.btntor{
  background: #DFE6EF;
  border: 1px solid #4C77B6;
  color: #000;
  font-family: Verdana, Helvetica, Sans-Serif;
  font-size: 12px;
  padding: 3px;
  vertical-align: middle;
  cursor: pointer;
  width: 70px;
  text-align: center;
}
/* A quote, perhaps from another post. */
.quote
{
    color: #000;
    background-color: #D7DAEC;
    border-style: inset;
    border-width: 1px;
    border-color: #000;
    margin: 1px;
    padding: 1px;
    font-size: x-small;
    line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
    color: #000;
    background-color: #ECECEC;
    font-family: "courier new", monospace;
    font-size: x-small;
    line-height: 1.3em;
    /* Put a nice border around it. */
    border-style: inset;
    border-width: 1px;
    border-color: #000;
    margin: 1px auto 1px auto;
    padding: 1px;
    width: 99%;
    /* Wrap its contents, and show scrollbars. */
    white-space: pre;
    overflow: auto;
    /*Stop after about 24 lines, and just show a scrollbar.*/
    max-height: 10em;
}

.codetd
{
	color: #000;
    /*background-color: #ECECEC;*/
    font-family: "courier new", monospace;
    font-size: 11px;
    line-height: 1.3em;
    border-width: 1px;
    border-color: #000;
    margin: 1px auto 1px auto;
    padding: 1px;
    width: 99%;
    white-space: pre;
    overflow: auto;
    max-height: 10em;
}

.post{
  border:1px solid #4E7FCD;
  background-color: #E8EFF7;
  padding:0px;
  margin:1px;
  color:#000000;
  line-height: 1.4em;
  text-align:left;
  white-space:pre;
  overflow: auto;
}


.spoilertop, .spoilerbottom
{
    background:none repeat scroll 0 0 #E9E9E6;
    color: #2A2A2A;
    font-weight: bold;
    border: 1px solid #C3CBD1;
    border-left: 3px solid #C3CBD1;
    padding: 3px;
    cursor: pointer;
}

.spoilermain
{
    border: 1px solid #C3CBD1;
    border-left: 3px solid #C3CBD1;
    border-top: none;
    border-bottom: none;
    padding: 3px 3px 3px 5px;
}


img
{
    border:0px;
}

textarea {
    display:block;
    overflow: auto;
    line-height: 1.4em;
}

select.drop_pager {
  background-color: #E0E1E8;
  font-size: 11px;

}

.pager {
  background-color: #E0E1E8;
 /* border: 1px solid #072A66;*/
  padding: 1px 3px 1px 3px;
}

.pagercurrent {
  background-color: #7FBDFA;
  border: 1px solid #072A66;
  padding: 1px 3px 1px 3px;
}

.pager a:link,
.pager a:visited,
.pagercurrent a:link,
.pagercurrent a:visited {
    text-decoration:none;
}

.pager a:hover,
.pagercurrent a:hover {
    text-decoration:none;
}

#main {
    display:block;
}
#logo {
	background: url("/style/seedoff_net/images/logo_bg.jpg");
    background-repeat: repeat-x;
  	border-top: solid 1px #FFFFFF;
    height:100px;
    width:100%;
}
.tracker_logo {
  background: url("/style/seedoff_net/images/logo.jpg") no-repeat;
  text-align: center;
  height: 100px;
  width: 750px;
}

#slideIt {
}

#header{

}
#nocolumns { width:100%; text-align:center; }
#footer{

}

div.chat {
/* Wrap its contents, and show scrollbars. */
    white-space: pre;
    overflow: auto;
    max-height: 30em;
	width: 100%;
	padding: 0px;
}


/*a:link,a:active,a:visited { color: #006699; text-decoration:none;}
a:hover        { text-decoration:none; color: #EE4000; }*/

h1 {
    font-size: 12pt;
}

.h1111 {
    font-size: 10pt; margin:0;padding:0;
}

p {
    font-size: 10pt;
}

table {
    border:0px;
}
table.tool { border-bottom: solid 1px #CFDBE5; }
/*
table.lista {
    background: #A1BFD9;
    border: 1px solid #ADADAD;
}

td.block {
    background: url(/style/seedoff_net/images/catbg.jpg) #A1BFD9 repeat-x;
    color: #ffffff;
    height:25px;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: solid 1px #375576;
}

td.blocklist {
         background: #F6F6F6;
         padding:4px 8px;
         margin:0px;
         font-size: 8pt;
         font-weight: bold;
         color: #000;
}
.user {background: #A1BFD9;}
td.lista {
    background:#ECEDF3;
    color : #000;
        padding:2px;
    margin:0px;
    font-size: 8pt;
    text-align:left;
        border-left:solid 1px #CFDBE5;
        border-right:solid 1px #CFDBE5;
}

td.listl {
    background:#ECEDF3;
    color : #000;
        padding:0px;
    margin:0px;
    font-size: 8pt;
    text-align:left;
}

td {

}


td.header {
    color: black;
    height:27px;
    font-style: normal;
    background: url(/style/seedoff_net/images/titlebg.jpg) #E9F0F6 repeat-x;
    border-bottom: solid 1px #9BAEBF;
    border-top: solid 1px #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
}
*/
td.title {
    font-size: 8pt;
}

td.navigation {
    background-color: #DDE5EB;
    font-weight: bold;
    font-size: 8pt;
}

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

a.index {
    font-weight: bold;
}

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

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

td.red {
    background-color:#E0E1E8;
    color: red;
}


td.yellow {
    background-color:#E0E1E8;
    color: #BEC635;
}

td.green {
    background-color:#E0E1E8;
    color: green;
}

td.progress {
    padding: 0px;
    background-image: url(/style/seedoff_net/images/backprogress.gif);
    background-repeat: repeat-x;
    height: 10px;
}

td.red a:link {
    color: red;
}
td.red a:visited {
    color: red;
}

td.yellow a:link {
    color: #BEC635;
}
td.yellow a:visited {
    color: #BEC635;
}

td.green a:link {
    color: green;
}

td.green a:visited {
    color: green;
}
li{
list-style-position:inside;
}

.error { color:black; font-weight: bold; font-size: 14pt; background:url(/style/seedoff_net/images/chr.gif); background-repeat: repeat-x;}
.information { color:black; font-weight: bold; font-size: 14pt; background:url(/style/seedoff_net/images/chb.gif); background-repeat: repeat-x;}
.success { color:black; font-weight: bold; font-size: 14pt; background:url(/style/seedoff_net/images/chg.gif); background-repeat: repeat-x;}

/* ######### End Main Tracker Body ######### Start Ajax Poll System ######### */

td.deleted {
    background-color:#FF95AC;
    color:#000000;
}

td.added {
    background-color:#C1FF83;
    color:#000000;
}

td.modified {
    background-color:#DEDEDE;
    color:#000000;
}

#mainContainer {
    width:100%;
    overflow:auto;
    text-align:left;
}

#mainContent {
    padding:0px;

}

.clear {
    clear:both;
}

.poller {  /* The poller box */
    width:100%;
    overflow:hidden;
}
	.poller button {
		margin-top: 0.8em;
	}

.pollerTitle {  /* Poller title above radio buttons */
    margin-top:0px;
    margin-bottom:5px;
    font-weight:bold;
    font-size:1em;
}

.pollerOption {  /* Label for each radio button */
    margin:0px;
}

.result_pollerOption {  /* Label for each option above graph - i.e. results */
    margin:0px;
    font-size:0.8em;
}

.result_pollerTitle {  /* Title of poller - when ajax shows the results */
    margin-top:0px;
    margin-bottom:5px;
    font-weight:bold;
    font-size:1em;
}

.result_pollGraph img {  /* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
    float:left;
}

.result_pollGraph div {  /* The <div> tag where the percentage result is shown */
    float:left;
    height:20px;
    background-repeat:repeat-x;
    color:#573700;
    font-size:0.9em;
    line-height:20px;
}

.result_pollGraph {  /* Graph div - parent of both the corner images and the div displaying percentage votes */
    height:20px;
}

.poller_waitMessage {  /* Message when Ajax is working getting restults fromt the server */
    display:none;
}

.result_totalVotes{
    clear:left;
    font-size:0.8em;
    margin-top:10px;
    font-style:italic;
    background:transparent;
}

th {
    text-align:left;
}
.formButton {
    width:75px;
}

/* ######### End Ajax Poll System ######### Start Ajax Chat ######### */
#chat {
	overflow: auto;
	width: 100%;
	height: 300px;
	padding: 0px;
	border: 1px solid black;
}

#chatoutput ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding: 5px 4px 6px 5px;
}

div.chatoutput {
    background:#dde6ef;
    padding:5px 0px 3px 10px;
    margin:0px;
    color:#006699;
    line-height: 100%;
    /*margin-bottom:2px;*/
}

div.loader {
background-image: url('/style/seedoff_net/images/ajaxchat/loading.gif');
background-repeat: no-repeat;
background-position:center center;
width:32px;
height:32px;
}

#chatoutput ul li {
}

#chatoutput ul li span.name {
    display: block;
    background:url(/style/seedoff_net/images/ajaxchat/bubble.png) no-repeat left;
    padding-left:19px;
    margin-bottom:1px;
    font-weight: normal;
    color: #000;
}

#chatoutput ul li:hover span.name {
    background:url(/style/seedoff_net/images/ajaxchat/bubblehover.png) no-repeat left;
}

form {
    padding:0px;
    margin:0px;
}

#chatoutput {
    text-align: left;
    margin-right: 0px;
}

/*chat_online*/

#chatonline {
	overflow: auto;
	width: 100%;
	height: 300px;
	padding: 0px;
	/*border: 0px;*/
	border:1px solid black;
}

#chatonlineoutput ul {
    list-style: none;
    margin:0px;
    padding:0px;
    padding:5px 4px 6px 0px;
}

div.chatonlineoutput {
    background:#dde6ef;
    padding:5px 0px 3px 4px;
    margin:0px;
    color:#006699;
    line-height: 100%;
    /*margin-bottom:2px;*/
}

#chatonlineoutput ul li {
}

#chatonlineoutput {
    text-align: left;
    margin-right: 0px;
}

/* swaps edit and delete images on mouse over */
img.EditSwap {
background:url(/style/seedoff_net/images/ajaxchat/shout_edit_gray.gif) no-repeat bottom;
}
img.EditSwap:hover {
background:url(/style/seedoff_net/images/ajaxchat/shout_edit.png) no-repeat bottom;
}
img.DeleteSwap {
background:url(/style/seedoff_net/images/ajaxchat/shout_delete_gray.gif) no-repeat bottom;
}
img.DeleteSwap:hover {
background:url(/style/seedoff_net/images/ajaxchat/shout_delete.png) no-repeat bottom;
}
/* end of swaping */

img.form {
background:url(/style/seedoff_net/images/ajaxchat/frame.png) no-repeat;
}
img.form:hover {
background:url(/style/seedoff_net/images/ajaxchat/frame_hover.png) no-repeat;
}
/* ######### End Ajax Chat ######### */








/* #########************************************** NEW STYLE **************************************######### */
a:link, a:visited {
	font: 11px Tahoma;
	font-weight: bold;
	color: #28aff6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* FF */
:focus{
-moz-outline-style:none;
}
a:active{
outline:none;
}

a:link.nldt{
	font: 14px Tahoma;
	font-weight: bold;
	color: #0047ab;
}
a:visited.nldt{
	font: 14px Tahoma;
	font-weight: bold;
	color: #0047ab;
}

img{
	border: 0px;
	padding: 0px;
}

h1 {
    font-size: 12pt;
    padding-bottom: 2px;
    margin-bottom: 2px;
    padding-top: 2px;
    margin-top: 2px;
}

h2 {
    font-size: 14pt;
    margin-top: 4px;
    margin-bottom: 4px;
}

h5 {
    font-size: 11pt;
    margin-top: 2px;
    margin-bottom: 2px;
}

div.downbespl {
    font-size: 11pt;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 2px;
    color: brown;
}

p {
    font-size: 10pt;
}


table.lista {
   background:#efebd1;
	border-collapse:collapse;
	border: none;
	width: 100%;
}
table.lista caption {
		text-align: right;
		font-size: 110%;
		font-weight: bold;
		font-style: italic;
		color: #a3862e;
		text-shadow: #663 0 0 16px;
	}
table.lista td.listatreck{
	padding: 4px 3px;
}
.lista td{
	border: 1px solid #a3862e;
	padding: 4px 5px;
}

.tdsid{
	border: 1px solid #a3862e;
	padding: 4px 5px;
	background: #EFEBD1;
}
.tdlich{
	border: 1px solid #a3862e;
	padding: 4px 5px;
	background: #EFEBD1;
}
.tdwit{
	border: 1px solid #a3862e;
	padding: 4px 5px;
	background: #EFEBD1;
}
.lista td > table td{
	border: none;
	padding: 4px 5px;
}
.lista td * td{
	border: none;
	padding: 4px 5px;
}

.cblk table{
	border-collapse:collapse;
	border: none;
}
.cblk td{
	font: 11px Tahoma;
	color: #000;
}
td.block {
font: 11px Tahoma;
font-weight: bold;
color: #000;
padding:7px;
margin:0px;
background: #efebd1;
border: 1px solid #a3862e;
}

.downloadcheck{
	background: #efebd1;
	font: 12px Tahoma;
	color: #000;
	font-weight: bold;
	padding: 1em;
}
table.blocklist,
.appeal,
.dlcheck-link {
	width: 600px;
	margin: 0 auto;
	text-align: center;
}
table.blocklist {
	padding: 0;
	border: 1px solid #a3862e;
	border-collapse: collapse;
}
td.blocklist {
	text-align: left;
	padding:4px 8px;
	border: 1px solid #a3862e;
	border-collapse: collapse;
}

td {
    font: 12px Tahoma;
}
td.lista {
	background:#efebd1;
	color : #000;
	border: 1px solid #a3862e;
}

td.listb {
    background:#efebd1;
    color : #000;
    font: 12px Tahoma;
	border: 0px;
}

th {
	color:#000;
	text-align: center;
	font-weight: bold;
	padding:5px;
	margin:0px;
	background: #efebd1;
	border: 1px solid #a3862e;
	font-size: 12px;
	font-family: Tahoma,sans-serif;
}
	col.status {
		width: 60px;
	}
	col.torrentname {
		text-align: left;
	}
	.moderpaneltable td,
	.moderpaneltable td + td + td + td {
		text-align: center;
	}
		.moderpaneltable td + td + td {
			text-align: left;
		}
td.header a:link,td.header a:visited{
	color: #000;
	font: 11px Tahoma;
}
td.title {
    font-size: 8pt;
}

td.navigation {
    background-color: #FAFCFE;
    font-weight: bold;
    font-size: 8pt;
}

form {
    margin-top: 0;
    margin-bottom: 0;
}

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

a.index {
    font-weight: bold;
}

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

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

td.red {
    background-color:#efebd1;
    color: red;
}


td.yellow {
    background-color:#efebd1;
    color: #BEC635;
}


td.green {
    background-color:#efebd1;
    color: green;
}

td.progress {
    padding: 0px;
    background-image: url(/style/seedoff_net/images/backprogress.gif);
    background-repeat: repeat-x;
    height: 10px;
}

td.red a:link {
    color: red;
}
td.red a:visited {
    color: red;
}

td.yellow a:link {
    color: #BEC635;
}
td.yellow a:visited {
    color: #BEC635;
}

td.green a:link {
    color: green;
}

td.green a:visited {
    color: green;
}
li{
list-style-position:inside;
}


/********************************** <newstyle> **********************************/
.top{
	height: 188px;
}
.topc{
	height: 188px;
	background: url('/style/seedoff_net/img/topc.jpg') top no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 99%;
}
.topl{
	background: url('/style/seedoff_net/img/topl.png') left top repeat-x;
	height: 188px;
	width: 40%;
}
.topr{
	background: url('/style/seedoff_net/img/topr.gif') left top repeat-x;
	height: 188px;
	width: 40%;
}
/*
.logoimg{
	width: 134px;
	height: 125px;
	background: url('/style/seedoff_net/img/logoimg.png') left top no-repeat;//background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/base/img/logoimg.png', sizingMethod=scale);
	cursor: pointer;
	position: absolute;
	left: 21px;
	top: 7px;
}
*/
.cblock{
	width: 980px; /*width: 980px;*/
	height: 188px;
	text-align: left;
}
.logo{
	width: 134px;
	height: 125px;
	cursor: pointer;
	background: url('/style/seedoff_net/img/logoimg.png') left top no-repeat;
	//background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/seedoff_net/img/logoimg.png', sizingMethod=crop);
	margin-top: 7px;
}
.logotext{
	width: 226px;
	height: 35px;
	margin-left: 14px;
	margin-top: 59px;
	background: url('/style/seedoff_net/img/logotext.png') left top no-repeat;
	//background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/seedoff_net/img/logotext.png', sizingMethod=crop);
}
.trblk{
	margin-top: 34px;
	margin-left: 64px;
}
.welcome{
	text-align: right;
	position: relative;
	float: right;
	margin-top: -15px;

	margin-bottom: 0px;
	padding-top: 0px;

	padding-bottom: 5px;
	padding-right: 85px;
	font: 12px Tahoma;
}
.tabmenu{

}
.tabmenu .td1{
	background: url('/style/seedoff_net/img/mnl.png') left top no-repeat;
	//background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/seedoff_net/img/mnl.png', sizingMethod=crop);
	width: 14px;
	height: 42px;
}
.tabmenu .td2{
	background: url('/style/seedoff_net/img/mnc.png') left top repeat-x;
	//background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/seedoff_net/img/mnc.png', sizingMethod=scale);
	height: 42px;
	vertical-align: top;
}
.menu{
	padding-top:3px;
}
.menu a:link, .menu a:visited {
	font: 11px Tahoma;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 29px;
}
.menu a:hover {
	background: url('/style/seedoff_net/img/mnhover.gif') left top repeat-x;
}
.mn{
	padding: 10px 17px 0px 17px;
	line-height: 12px;
}
.mnrazd{
	background: url('/style/seedoff_net/img/mnrazd.gif') left top no-repeat;
	width: 2px;
	height: 34px;
}
.tabmenu .td3{
	background: url('/style/seedoff_net/img/mnr.png') left top no-repeat;
	//background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/seedoff_net/img/mnr.png', sizingMethod=crop);
	width: 14px;
	height: 42px;
}
.hblk{
	background: url('/style/seedoff_net/img/hblk.png') left top no-repeat;
	width: 174px;
	height: 35px;
}
.hblk div{
	padding-top: 10px;
	font: 11px Tahoma;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.tdleft{
	width: 172px;
	padding: 17px 14px 0px 14px;
}
.tdmain{
	padding: 17px 0px 0px 0px;
}
.ptdleft{
	margin: 0px 14px;
}
.tdright{
	width: 172px;
	padding: 17px 14px 0px 14px;
}
.mainfoot{
	padding: 0px 14px;
}
.trel, td .trel{
	position: relative;
	left:0px;
	top: 0px;
}
.trel .tabs, td .trel .tabs{
	position: absolute;
}
.roundtab{
	height: 35px;
	width: 100%;
	position: relative;
}
.roundtab .td1{
	background: url('/style/seedoff_net/img/tl.png') left top no-repeat;
	width: 162px;
	height: 35px;
}
.roundtab .td2{
	background: url('/style/seedoff_net/img/tgr.png') left top repeat-x;
	height: 35px;
}
.roundtab .td3{
	background: url('/style/seedoff_net/img/tr.png') left top no-repeat;
	width: 7px;
	height: 35px;
}
.tdtexttitle{
	width: 100%;
	text-align: center;
	font: 11px Tahoma;
	font-weight: bold;
}
.blkfortitle{
	position: relative;
	height: 15px;
	width: 100%;
	margin-bottom: -15px;
	z-index: 40;
}
.padtxt{
	padding-top: 10px;
}
/*
.tgr{
background: url('/style/seedoff_net/img/tgr.png') left top repeat-x;
height: 35px;
margin: 0px 7px 0px 162px;
}
.tl{
background: url('/style/seedoff_net/img/tl.png') left top no-repeat;
width: 162px;
height: 35px;
top:0px;
left: 0px;_left: -162px;

}
.tr{
background: url('/style/seedoff_net/img/tr.png') left top no-repeat;
width: 7px;
height: 35px;
top:0px;
right: 0px;
}
.blktext{
	width: 100%;
	top: 0px;
	left: 0px;_left: -162px;
	text-align: center;
	padding-top: 10px;
	font: 11px Tahoma;
	font-weight: bold;
	color: #000;
}
*/
.menu_block{
	padding: 0px 10px 7px 20px;
}
.menu_block div{
	padding: 5px 0px 2px 0px;
}
.menu_block a:link, .menu_block a:visited {
	font: 11px Tahoma;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: 16px;
}
.menu_block a:hover {
	text-decoration: underline;
}
.cblk{
	border-left: 1px solid #ded7c8;
	border-right: 1px solid #ded7c8;
	font: 11px Tahoma;
	text-align: left;
}
.cblkp{
	padding: 5px 7px 2px 7px;
}
.gzln{
	border-bottom:1px solid #ded7c8;
	height: 2px;
	font: 1px Tahoma;
}
.gzln2{
	border-bottom:1px solid #a3862e;
	height: 2px;
	font: 1px Tahoma;
}
.bblkl{
background: url('/style/seedoff_net/img/bblkl.gif') left top no-repeat;
height: 6px;
font-size: 1px;
}
.bblkc{
background: url('/style/seedoff_net/img/bblkc.gif') left top repeat-x;
height: 6px;
font-size: 1px;
}
.bblkr{
background: url('/style/seedoff_net/img/bblkr.gif') right top no-repeat;
height: 6px;
font-size: 1px;
}
.login input.us_inp{
	width: 133px;
	height: 16px;
	border: 1px solid #94b0c6;
	margin: 4px 0px;
}
.login input.us_subm{
	background: url('/style/seedoff_net/img/us_subm.png');
	width: 87px;
	height: 26px;
	cursor: pointer;
	border: none;
	font: 11px Tahoma;
	color: #000;
	margin: 4px 0px;
}
.login_auth{
	line-height: 18px;
}
.footbg{
	height: 31px;
	background: url('/style/seedoff_net/img/footbg.gif') left top repeat-x;
}
.footbg div{
	padding: 7px 0px 0px 0px;
	text-align: center;
}
.footbg div span{
	color: #FFF;
	padding: 0px 14px;
}
.footbg a:link, .footbg a:visited {
	font: 11px Tahoma;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.footbg a:hover {
	text-decoration: underline;
}
.footer{
	height: 50px;
	position: relative;
}
.footc{
	height: 50px;
	background: url('/style/seedoff_net/img/footc.jpg') top no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	font: 11px Tahoma;
	color: #4f4e4e;
	line-height: 16px;
}
.footc .footcp{
	padding: 7px 0px 0px 0px;
}
.footc a:link, .footc a:visited {
	font: 11px Tahoma;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
.footc a:hover {
	text-decoration: none;
}

.footl{
	background: url('/style/seedoff_net/img/footl.jpg') left top repeat-x;
	height: 50px;
	width: 30%;
}
.footr{
	background: url('/style/seedoff_net/img/footr.jpg') left top repeat-x;
	height: 50px;
	width: 30%;
}

.subtop{
	background: url('/style/seedoff_net/img/subtop.gif') left top repeat-x;
	height: 2px;
	font: 1px Tahoma;
}
.main{
	background: url('/style/seedoff_net/img/main.gif') left top repeat-x;
	margin-bottom: 30px;
}
.forump{
	padding: 5px 7px 2px 7px;
	line-height: 15px;
}
.newstab{
	width: 100%;
}
.newstab .header{
	background: #eddd74;
	color: #000;
	font: 11px Tahoma;
	line-height: 16px;
}
.newstab .cont{
	background: #efebd1;
	color: #000;
	font: 11px Tahoma;
	padding: 5px 9px;
	border:1px solid #A3862E;
}
.newstab .cont .divtitle{
	border-bottom: 1px solid #a3862e;
	font-weight: bold;
	padding: 4px 10px;
}
.newstab .cont .divtext{
	padding: 4px 10px;
	line-height: 16px;
}
.bbcodetab td,.lista td .bbcodetab td{
	padding:0px;
}
/********************************** </newstyle> **********************************/

/********************************** <alluse> **********************************/
.pl10{
	padding-left: 10px;
}
.pt13{
	padding-top: 13px;
}
.pb13{
	padding-bottom: 13px;
}
.pt10{
	padding-top: 10px;
}
.mb13{
	margin-bottom: 13px;
}
.pt5{
	padding-top: 5px;
}
.pt4{
	padding-top: 4px;
}
.fll{
	float: left;
}
.flr{
	float: right;
}
.clear{
	clear: both;
}
.abs{
	position: absolute;
}
.rel{
	position: relative;
}
.fb{
	font-weight: bold;
}
.tac{
	text-align: center;
}
.tar{
	text-align: right;
}
/********************************** </alluse> **********************************/
 .menutitle{
 cursor:pointer;
 margin-bottom: 0px;
 color:#000000;
 width:140px;
 }

 .submenu{
 margin-bottom: 0.5em;
 }
 .submenu a:link, .submenu a:visited {
	font: 11px Tahoma;
	font-weight: bold;
	color: #28aff6;
	text-decoration: none;
}
 .submenu a:hover {
	text-decoration: underline;
}

/* ////////////////////////////////// */
.l {margin-right:2px}
.category {
    border:solid 1px #E6E6E7;
    background:#FAFAFA;
}
.top_cat {
    height:25px;
    background:url('/style/seedoff_net/images/top_bg_cat.jpg') repeat-x;
    text-align:center;
    font-weight:bold;
    font-size:20px;
}
.sub_cat {
    background:#000000;
    height:15px;
    color:#FFFFFF;
    font-family:verdana;
    font-size:10px;
}
.select_cat {
     width:533px;
     height:22px;
     border:solid 1px #7F9DB9;
}
.sub_type {
     border:solid 2px #999999;
     margin-top:10px;
}
.sub_type div {
     border:solid 1px;
     background:#fafafa;
     position:absolute;
     padding:0px 0px 10px 5px;
     margin-right:-10px;
     font-weight:bold;
}
.sub_type a {
     color:#266C8A;
     text-decoration:none;
     padding:0px 5px 0px 5px;
     font-size:15px;
     font-family:verdana;
}
.sub_type b {
     color:#FF5500;
     font-weight:normal;
     padding:0px 5px 0px 5px;
     font-size:15px;
     font-family:verdana;
}

.poster {
	border-width: 1px 0px;
	padding: 5px 8px;

	margin-top: 12px;
}

/* arrows ***********/
div.jMyCarousel .prev{
	background: url('/style/seedoff_net/images/speed_left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}

div.jMyCarousel .next{
	background: url('/style/seedoff_net/images/speed_right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}
div.jMyCarousel{
    margin:auto;
    height: 168px;
    max-height: 168px;
    min-height: 168px;
    overflow: hidden;
}

div.jMyCarousel ul{
	background-color:#fff;
}

/*.jMyCarousel ul {
width: 32000px !important;
}*/
/*body:last-child:not(:root:root) .jMyCarousel ul {
	width: 32000px !important;
}*/

div.jMyCarousel ul li{
	margin:5px;
	border:1px solid #444;
	line-height:0px;
	padding:3px;
	float: left;
	list-style-type: none;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
	margin:0px;
	padding:0px;
}

div.jMyCarousel ul li a img{
	display:block;
	border:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: normal;
	max-width: 165px;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}

.dtree a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.dtree a.node, .dtree a.nodeSel {
	white-space: normal;
	padding: 1px 2px 1px 2px;
	font-weight: normal;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}

.dtree .clip {
	overflow: hidden;

}

/*.dTreeNode {
  background-image : url(/images/cat_tree/line.gif);
  background-position : top left;
  background-repeat : repeat-y;
  margin-left: 18px;
}

.isLast {
  background-image : url(/images/cat_tree/half-line.gif);
  background-repeat : no-repeat;
}

.dTreeNode {
  background-image : url(/images/cat_tree/line.gif);
  background-position : top left;
  background-repeat : repeat-y;
}

.Expand {
 width: 18px;
 height: 18px;
 float: left;
}*/

.cleaner {
	clear: both;
	visibility: hidden;
	margin: 0;
}


/* bottom menu */
#menu {height: 26px; position: relative; background: url('/style/seedoff_net/images/nav-bg.jpg') 0 100% #ffec21 repeat-x;}
#menu ul {width: 1000px; padding: 0; margin: 0 auto; list-style: none;}
#menu li:first-child, #menu li li {border: 0px;}
#menu li {float: left; border-left: 1px solid #fff;}
#menu a {display: block; height: 26px; padding: 0 10px; text-decoration: none; font: bold 12px/2 Times, serif; color: #333;}
#menu li:hover ul {display: block; background: url('/style/seedoff_net/images/nav-bg_hover.jpg') 0 100% #fdfdf3 repeat-x;}
#menu li ul {position: absolute; bottom: 26px; display: none; padding-top: 4px; z-index: 100; width: auto !important; min-width: 160px;}
#menu li li {float: none;}
#menu li li a {width: auto; text-align: left; padding: 0 8px; font-weight: normal;}
#menu li li a:hover {text-decoration: underline;}
		/* Fix IE. */
		* html #menu li {float: left;/* width: 10%; height: 26px; overflow: hidden;*/}
		* html #menu a {height: 1%;}

#from {
	min-height: 32px;
	zoom: 1;
	background: url(/ajaxpagination/loading.gif) center center no-repeat;
}


#icon {
	float: left;
}
#moder_comment_block,
#moder_status_icon {
	position: relative;
	float: left;
	margin-left: 40px;
}
#moder_status_icon {
	width: 40px;
	height: 40px;
	overflow: hidden;
}
	#moder_status_icon .newimage {
		display: none;
	}
.moder_icon39 {
	display: block;
	margin: 0 20px;
	width: 40px;
	float: left;
}
.moder_solution {
	display: block;
	margin-left: 88px;
}
	.moder_solution .summary {
		font-weight: bold;
		font-size: 110%;
		color: #c33;
	}
		.moder_solution .summary.ok { color: #393; }
		.moder_solution .summary.conside { color: #09f; }
	.moder_solution p.mty35017 {
		margin: 4px 0;
		padding: 2px 8px;
		border: 1px solid #ccc;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		background: #eee;
		color: #666;
		font-size: 90%;
	}
	.moder_solution .article_line {
		zoom: 1;
		padding: 4px 0;
	}
	.moder_solution cite {
		display: block;
		text-align: right;
	}
	.moder_solution .datetime {
		text-align: right;
		font-style: italic;
	}


.panelmenu li {
	display: inline;
	list-style: none;
	padding: 2px 8px;
}
	.panelmenu li.selected a {
		color: #A3862E;
		font-size: 110%;
		text-shadow: #663 0px 0px 16px;
	}

nav.pager {
	display: block;
	text-align: center;
}
	nav.pager ul,
	nav.pager li {
		padding: 0;
		display: inline;
	}
		nav.pager li.current a {
			color: #000;
			text-decoration: underline;
		}
			nav.pager li.current a:before { content: '['; }
			nav.pager li.current a:after { content: ']'; }


/*** vote ***/
.poller_results ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.poller_results:hover {
	text-decoration: none;
}
.poller_results h3,
.poller_results li,
.poller_results .count {
	font-size: 11px;
	margin: 0;
	padding: 4px;
}
	.poller_results h4 {
		font-size: 11px;
		margin: 0;
		font-weight: normal;
	}
	.poller_results .meter {
		display: block;
		position: relative;
		margin: 4px 0;
		padding: 2px;
		text-align: center;
		font-weight: bold;
		border: 1px solid #ccc;
		border-radius: 2px;
		-moz-border-radius: 2px;
		background: url(/images/poll_middle.gif) no-repeat;
	}
	.meter .votebar {
		position: absolute;
		z-index: -1;
		height: 100%;
		top: 0;
		left: 0;
		background: url(/images/poll_middle.gif) repeat-x;
	}
