/* Link colors */
A:link			{
	text-decoration: none;
	color: #666;
	font-size:8pt;
}
A:visited		{
	text-decoration: none;
	color: #666;
	font-size:8pt;
}
A:active		{
	text-decoration: none;
	color: #666;
	font-size:8pt;
}
A:hover			{
	text-decoration: underline;
	color: #999999;
	font-size:8pt;
}
.shoutbox_noalt A:link			{
	text-decoration: none;
	color: #000;
}
.shoutbox_alt A:link			{
	text-decoration: none;
	color: #000;
}
.subnav {
	background-image: url(images/NB-nav-bkg.jpg);
}
.rollover a {
	background-image: url(images/NB-nav-btn.jpg);
	background-position: right 0px;
	height: 31px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 9px;
	font-size: 12px;
	color: #888;
	width: 100%;
	background-repeat: no-repeat;
}
.rollover a:visited {
	background-image: url(images/NB-nav-btn.jpg);
	background-position: right 0px;
	height: 31px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 9px;
	font-size: 12px;
	color: #888;
	width: 100%;
	background-repeat: no-repeat;
}
.rollover a:hover {
	background-image: url(images/NB-nav-btn.jpg);
	background-position: right -31px;
	height: 31px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 9px;
	font-size: 12px;
	color: #888;
	width: 100%;
	background-repeat: no-repeat;
	font-style: normal;
	text-decoration: none;
}
.rollover a:active {
	background-image: url(images/NB-nav-btn.jpg);
	background-position: right -31px;
	height: 31px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 9px;
	font-size: 12px;
	color: #888;
	width: 100%;
	background-repeat: no-repeat;
}
/* Define BODY style */
BODY {}
.index_body {
	font-size:8pt;
	font-family: Verdana;
	background-image: url(images/NB_bkg.jpg);
}
.infobar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}	
.border1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4c4a3e;
}	
.border2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4c4a3e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c4a3e;
}

TD {
	font-size:8pt;
	font-family: Verdana;
	color: #888;
}	
H1 { font-size:8pt; font-family: Verdana; }	

/* 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 #9999CC; }
.ttable_head {
	font-family: 'Verdana';
	color: #000000;
	font-size: 8pt;
	text-align: center;
	background-color: #3399FF;
}
.ttable_col1 {
	font-family: 'Verdana';
	border:1px solid #9999CC;
	font-size: 8pt;
	background: #000;
}
.ttable_col2 {
	font-family: 'Verdana';
	border:1px solid #9999CC;
	font-size: 8pt;
	background: #111;
}
.ttable_colx {
	font-family: 'Verdana';
	border:1px solid #9999CC;
	font-size: 8pt;
	background: #111;
}
/* Define Other Tables */
.tablebg .row1 {
	background-color: #111;
}
.tablebg .row2 {
	background-color: #111;
}
.tablebg .rowTabHead {
	background-color: #2C2C2C;
}
.table_table { border: #000000; border-style: border-style; border-width: 1px; border-collapse:collapse; }
.table_head {
	font-family: 'Verdana';
	border:1px solid #666699;
	font-size: 8pt;
	color: #000000;
	background-color: #3399FF;
}
.table_col1 {
	font-family: 'Verdana';
	border:1px solid #666699;
	font-size: 8pt;
	background: #000;
}
.table_col2 {
	font-family: 'Verdana';
	border:1px solid #666699;
	font-size: 8pt;
	background: #111;
}

/* FRAME STYLE */
.NB-fframe {
	background-color: #000000;
	border: 1px solid #4c4a3e;
}
.NB-fhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	background-color: #2c2c2c;
	padding-top: 5px;
	padding-bottom: 5px;
}
.NB-fbody {
	background-image: url(images/NB_24.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4c4a3e;
	color: #888;
}

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

/*DEFINE THE SHOUTBOX CSS */
.shoutbox_body {
	scrollbar-face-color: 383838;
	scrollbar-highlight-color: 666666;
	scrollbar-3dlight-color: 111111;
	scrollbar-darkshadow-color: 191919;
	scrollbar-shadow-color: 202020;
	scrollbar-arrow-color: c0c0c0;
	scrollbar-track-color: 111111;
	background-color: 000000;
	font-family: verdana;
	color: #848484;
	float: middle;
	background-color: black;
	background-image: url(images/NB_24.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.shoutbox_contain { border: 0; height: 150; width: 100%; overflow: auto; align: middle; }
.shoutbox_history { border: 0;height: 100%;width: 100%;align: middle; }
.shoutbox_messageboxback { background-color: black; }
.shoutbox_noalt { background-color: #383838; }
.shoutbox_alt { background-color: #3f3f3f; }
.shoutbox_msgbox {
	width: 100%;
	background-color: 000000;
	border-color: 4c4c4c;
	border-width: 1;
	color: 969696;
	font-size: 8pt;
	height: 18px;
}
.shoutbox_shoutbtn {
	background-color: 000000;
	border-color: 4c4c4c;
	border-width: 1;
	color: 969696;
	font-size: 9pt;
	font-weight: bold;
	height: 18px;
}
.shoutbox_error { color: red;font-size: 13px; }

/* Blocks Management */
.btn {
    width: 100px;
background-color: 000000;
border-color: 4c4c4c;
border-width: 1;
color: 969696;
font-size: 9pt;
font-weight: bold;
}
.btnDisable {
    width: 100px;
background-color: 000000;
border-color: 4c4c4c;
border-width: 1;
color: 969696;
font-size: 9pt;
font-weight: bold;
}

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

.row1 {
    background-color : #EFEFEF;
    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: #F7F7F7;
}

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

.tablebg {
    background-color : #666666;
    padding : 0;
    border : 0 solid #006699;
    margin: 0;
}
.footer {
	color: #888;
	padding: 5px;
}
