/* Link colors */
A:link, A:visited, A:active		{
	text-decoration: none;
	color: #990000;
	font-size:8pt;
}
A:hover			{
	text-decoration: underline;
	color: #FF0000;
	font-size:8pt;
}
#kwick {
	width: 100%;
	white-space: nowrap;
	height: 90px;
}
#kwick .kwicks {
	background: transparent;
	display: block;
	height: 90px;
	margin: 0px;
	padding: 0;
	white-space: normal;
}
#kwick li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	height: 90px;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 90px;
	width: 65px;
}
#kwick .kwick span {
	display: none;
}

#kwick .opt0 {
	outline: none;
	background-image: url(images/gray/img-0.jpg);
}

#kwick .opt1 {
	outline: none;
	background-image: url(images/gray/img-1.jpg);
}

#kwick .opt2 {
	outline: none;
	background-image: url(images/gray/img-5.jpg);
}

#kwick .opt3 {
	outline: none;
	background-image: url(images/gray/img-3.jpg);
}

#kwick .opt4 {
	outline: none;
	background-image: url(images/gray/img-4.jpg);
}

#kwick .opt5 {
	outline: none;
	background-image: url(images/gray/img-2.jpg);
}

#kwick .opt6 {
	outline: none;
	background-image: url(images/gray/img-6.jpg);
}
.red {
	background-image: url(images/NB-css-red.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 22px;
	width: 20px;
	line-height: 22px;
}
.blue {
	background-image: url(images/NB-css-blue.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 22px;
	width: 20px;
	line-height: 22px;
}
.green {
	background-image: url(images/NB-css-green.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 22px;
	width: 20px;
	line-height: 22px;
}
.yellow {
	background-image: url(images/NB-css-yellow.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 22px;
	width: 20px;
	line-height: 22px;
}
.red:hover {
	background-image: url(images/NB-css-red-o.gif);
	background-repeat: no-repeat;
}
.blue:hover {
	background-image: url(images/NB-css-blue-o.gif);
	background-repeat: no-repeat;
}
.green:hover {
	background-image: url(images/NB-css-green-o.gif);
	background-repeat: no-repeat;
}
.yellow:hover {
	background-image: url(images/NB-css-yellow-o.gif);
	background-repeat: no-repeat;
}
img {
	border: 0px none;
}
.shoutbox_body A:link, .shoutbox_body A:visited, .shoutbox_body A:active {
	color: #666666;
}
.shoutbox_body A:hover {
	color: #FFFFFF;
}
.table_head A:link, .ttable_head A:link {
	color: #FF0000;
	font-size: 11px;
}
#subnav {
	display: block;
	height: 28px;
	white-space: nowrap;
	width: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}

#subnav ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	width: auto;
	float: left;
	white-space: nowrap;
	height: 28px;
}

#subnav ul li {
	display: block;
	float: left;
	height: 28px;
	margin-right: 2px;
	margin-left: 2px;
}

#subnav ul li a {
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	padding-left: 16px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(images/red/btn1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#subnav ul li a span {
	padding-right: 16px;
	vertical-align: text-bottom;
	display: block;
	width: auto;
	background-image: url(images/red/btn1.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#subnav ul li a:hover {
	color: #000000;
	background-image: url(images/red/btn2.gif);
}

#subnav ul li a:hover span {
	display: block;
	width: auto;
	vertical-align: text-bottom;
	background-image: url(images/red/btn2.gif);
}

/* Define BODY style */
BODY {
	font-size:8pt;
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
}
#NB-Body {
	font-size:8pt;
	font-family: Verdana;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	color: #999999;
}	
#container {
	padding: 0px;
	width: 85%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#head-l {
	background-image: url(images/red/head-l.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 20px;
}
#head-bg {
	background-image: url(images/red/head-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#head-r {
	background-image: url(images/red/head-r.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 20px;
}
#logo {
	background-image: url(images/red/logo.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 123px;
	width: 100%;
}
#info {
	padding: 0px;
	float: right;
	margin-top: 21px;
	margin-right: 20px;
}
#info-l {
	background-image: url(images/red/info-l.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 8px;
}
#infobar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #FF0000;
	background-image: url(images/red/info-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	white-space: nowrap;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: auto;
	text-align: right;
}
#info-r {
	background-image: url(images/red/info-r.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 25px;
}
#color-nav {
	margin-top: 96px;
	float: left;
}
#nav-l {
	background-image: url(images/red/nav-l.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 22px;
}
#nav-bg {
	background-color: #000000;
}
#nav-r {
	background-image: url(images/red/nav-r.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 22px;
}
#main-tl {
	background-image: url(images/red/main-tl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 22px;
}
#main-tm {
	background-image: url(images/red/main-tm.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#main-tr {
	background-image: url(images/red/main-tr.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 22px;
}
#main-ml {
	background-image: url(images/red/main-ml.gif);
	background-repeat: repeat-y;
	width: 14px;
}
#main-mr {
	background-image: url(images/red/main-mr.gif);
	background-repeat: repeat-y;
	width: 14px;
}
#main-bl {
	background-image: url(images/red/main-bl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 22px;
}
#main-bm {
	background-image: url(images/red/main-bm.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#main-br {
	background-image: url(images/red/main-br.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 22px;
}
#foot-l {
	background-image: url(images/red/foot-l.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 20px;
}
#footer {
	background-image: url(images/red/foot-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#foot-r {
	background-image: url(images/red/foot-r.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 20px;
}
TABLE, TD {
	font-size:8pt;
	font-family: Verdana;
	color: #999999;
}	
H1 { font-size:8pt; font-family: Verdana; }	
input, select {
	font-size: 10px;
	color: #990000;
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #990000;
}
textarea {
	font-size: 12px;
	color: #990000;
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #990000;
	padding: 7px;
}

/* DEFINE THE EXPAND CROSS LOCATION IN TORRENTTABLE */
.showthecross{ margin-top: 0px; margin-right: 0px; margin-left: 2px; float: left;}

/* TORRENTTABLE() */
.ttable_headouter { border-collapse: collapse; }
.ttable_headinner {	border-collapse: collapse; border:1px solid #3e0000; }
.ttable_head {
	font-family: Verdana;
	color: #FF0000;
	font-size: 11px;
	text-align: center;
	background-image: url(images/red/ttable.gif);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 16px;
	background-color: #5b0c0c;
}
.ttable_col1 {
	font-family: 'Verdana';
	border:1px solid #3e0000;
	font-size: 8pt;
	background: #050505;
	text-align: center;
}
.ttable_col2 {
	font-family: 'Verdana';
	border:1px solid #3e0000;
	font-size: 8pt;
	background: #0A0A0A;
	text-align: center;
}
.ttable_colx {
	font-family: 'Verdana';
	border:1px solid #3e0000;
	font-size: 8pt;
	background: #0A0A0A;
	text-align: center;
}

/* Define Other Tables */
.table_table { border: #000000; border-width: 1px; border-collapse:collapse; }
.table_head {
	font-family: Verdana;
	border:1px solid #3e0000;
	font-size: 8pt;
	color: #FF0000;
	background-image: url(images/red/ttable.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #5b0c0c;
}
.table_head br {
	font-size: 0px;
	background-image: none;
	white-space: nowrap;
	display: none;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 0px;
	width: 0px;
	visibility: hidden;
}
.table_col1 { font-family: 'Verdana'; border:1px solid #3e0000; font-size: 8pt; background: #050505; }
.table_col2 { font-family: 'Verdana'; border:1px solid #3e0000; font-size: 8pt; background: #0A0A0A; }

/* BLOCK STYLE */
.NB-btl{
	width: 16px;
	background-image: url(images/red/B-tl.gif);
}
.NB-btm{
	background-repeat: repeat-x;
	font-size: 12px;
	color: #FF0000;
	font-family: verdana, tahoma, arial, sans-serif;
	background-image: url(images/red/B-tm.gif);
	text-align: center;
	font-weight: bold;
	line-height: 34px;
}
.NB-btr{
	width: 16px;
	background-image: url(images/red/B-tr.gif);
}
.NB-bml{
	width: 9px;
	background-repeat: repeat-y;
	background-image: url(images/red/B-ml.gif);
}
.NB-bmm{
	width: 100%;
	padding: 4px 5px 5px 4px;
	font-size: 10px;
	color: #999999;
	font-family: verdana, tahoma, arial, sans-serif;
	vertical-align:top;
}
.NB-bmr{
	width: 9px;
	background-repeat: repeat-y;
	background-image: url(images/red/B-mr.gif);
}
.NB-bbl{
	width: 22px;
	background-image: url(images/red/B-bl.gif);
}
.NB-bbm{
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(images/red/B-bm.gif);
}
.NB-bbr{
	width: 22px;
	background-image: url(images/red/B-br.gif);
}
.b-caption {
	font-size: larger;
	line-height: 38px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	height: 38px;
	white-space: normal;
	padding: 0px;
}

/* FRAME STYLE */
.NB-ftl{
	width: 16px;
	background-image: url(images/red/f-tl.gif);
}
.NB-ftm{
	background-repeat: repeat-x;
	font-size: 12px;
	color: #FFFFFF;
	font-family: verdana, tahoma, arial, sans-serif;
	background-image: url(images/red/f-tm.gif);
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	background-position: top;
}
.NB-ftr{
	width: 16px;
	background-image: url(images/red/f-tr.gif);
}
.NB-fml{
	width: 10px;
	background-repeat: repeat-y;
	background-image: url(images/red/f-ml.gif);
}
.NB-fmm{
	width: 100%;
	padding: 3px;
	font-size: 10px;
	color: #999999;
	font-family: verdana, tahoma, arial, sans-serif;
	vertical-align:top;
	background-color: #000000;
}
.NB-fmr{
	width: 10px;
	background-repeat: repeat-y;
	background-image: url(images/red/f-mr.gif);
}
.NB-fbl{
	width: 22px;
	background-image: url(images/red/f-bl.gif);
}
.NB-fbm{
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(images/red/f-bm.gif);
}
.NB-fbr{
	width: 22px;
	background-image: url(images/red/f-br.gif);
}

/* Torrents-details download box*/
#downloadbox {
	padding: .75em;
	background-color: #eff3fb;
	border: 1px solid #8ba7cd;
}

/*DEFINE THE SHOUTBOX CSS */
#shoutbox {
	margin: 3px;
	height: 450px;
	width: 99%;
}
.shoutbox_body {
	font-family: verdana;
	color: #666666;
	background-color: #000000;
}
.shoutbox_contain { border: 0; height: 450px; width: 100%; overflow: auto; }
.shoutbox_history { border: 0;height: 100%;width: 100%; }
.shoutbox_messageboxback {
	background-color: #000000;
}
.shoutbox_noalt {
	background-color: #0A0A0A;
}
.shoutbox_alt {
	background-color: #050505;
}
.shoutbox_msgbox {
	width: 100%;
	font-size: 12px;
	background-color: #0A0A0A;
	color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #111;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #111;
}
.shoutbox_shoutbtn {
	font-size: 12px;
	background-color: #000000;
	font-weight: bold;
	background-image: url(images/sb_btn.png);
	background-repeat: repeat-x;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #CCCCCC;
	height: 18px;
	width: 55px;
	line-height: 18px;
}
.shoutbox_error { color: red;font-size: 13px; }

/* Blocks Management */
.btn {
    width: 60px;
    height: 30px;
    border : 1px solid #d0d0d0;
    background-color : white;
    color: black;
    font-family : Verdana, serif;
    font-size : 10pt;
    font-weight : normal;
    cursor:pointer;
}
.btnDisable {
    width: 60px;
    height: 30px;
    border : 1px solid #d0d0d0;
    background-color : white;
    color: black;
    font-family : Verdana, serif;
    font-size : 10pt;
    font-weight : normal;
}

.rowTabHead {
	padding : 4px;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 10px;
	background-image: url(images/red/ttable.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #5b0c0c;
	color: #FF0000;
}

.row1 {
	background-color : #050505;
	padding : 4px;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 10px;
}

.row2 {
	padding : 4px;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 10px;
	background-color: #0A0A0A;
}

.rowEnd {
	padding : 4px;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 10px;
	background-color: #0A0A0A;
}

.tablebg {
	background-color : #000;
	padding : 0;
	border : 0 solid #3e0000;
	margin: 0;
}

