/* Link colors */
A:link, A:visited, A:active		{
	text-decoration: none;
	color: #33CC00;
	font-size:8pt;
}
A:hover			{
	text-decoration: underline;
	color: #009900;
	font-size:8pt;
}

#nav {
	display: block;
	height: 34px;
	white-space: nowrap;
	float: left;
	clear: left;
}

#nav ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	width: auto;
	float: left;
	white-space: nowrap;
	display: inline;
}

#nav ul li {
	display: block;
	float: left;
}

#nav ul li a {
	display: block;
	float: left;
	color: #00FF00;
	text-decoration: none;
	height: 34px;
	line-height: 34px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 18px;
	font-size: 12px;
	margin: 0px;
	cursor: pointer;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	background-image: url(images/btn01.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
}

#nav ul li a span {
	padding-right: 18px;
	display: block;
	width: auto;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/btn02.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#nav ul li a:hover {
	color: #bbca1c;
	background-image: url(images/btn01.png);
	background-repeat: no-repeat;
	background-position: left -34px;
	height: 34px;
}

#nav ul li a:hover span {
	display: block;
	width: auto;
	vertical-align: text-bottom;
	background-image: url(images/btn02.png);
	background-repeat: repeat-x;
	background-position: right -34px;
}

#nav ul#index li.index a, #nav ul#torrents-upload li.torrents-upload a, 
#nav ul#torrents li.torrents a, #nav ul#torrents-today li.torrents-today a, 
#nav ul#torrents-search li.torrents-search a, #nav ul#faq li.faq a {
	color: #00FF00;
	background-image: url(images/btn01.png);
	background-repeat: no-repeat;
	background-position: left -34px;
	font-weight: bold;
}

#nav ul#index li.index a span, #nav ul#torrents-upload li.torrents-upload a span, 
#nav ul#torrents li.torrents a span, #nav ul#torrents-today li.torrents-today a span, 
#nav ul#torrents-search li.torrents-search a span, #nav ul#faq li.faq a span {
	background-color: transparent;
	background-image: url(images/btn02.png);
	background-repeat: no-repeat;
	background-position: right -34px;
}

/* Define BODY style */
html, body {
	font-size:8pt;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#NB-Body{
	margin: 0px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:8pt;
	font-family:Verdana;
	background-image: url(images/bkg_01.jpg);
	height: 100%;
	width: 100%;
	padding: 0px;
	color: #CCCCCC;
}	
#container {
	background-attachment: fixed;
	background-image: url(images/bkg_02.jpg);
	background-repeat: no-repeat;
	background-position: center 200px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#infobar {
	white-space: nowrap;
	display: block;
	clear: left;
	float: left;
	height: 56px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 56px;
	white-space: nowrap;
	display: block;
	height: 56px;
	padding-left: 6px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #000000;
}
#info a:link, #info a:active, #info a:visited {
	color: #009900;
}
#info a:hover {
	color: #006633;
}
.caption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 36px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#mbody {
	margin: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#mcol .caption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 36px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	text-align: center;
	white-space: nowrap;
	padding: 0px;
	width: 200px;
}
.content {
	text-align: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#credits {
	text-align: center;
	display: block;
	margin: 0px;
	padding: 20px;
}
iframe {
	background-attachment: fixed;
	background-color: #090909;
	background-image: url(images/bkg_02.jpg);
	background-repeat: no-repeat;
	background-position: center 200px;
}
TD { font-size:8pt; font-family: Verdana; }	
H1 { font-size:8pt; font-family: Verdana; }	
input, select {
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #aaba21;
	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: #2b4115;
	border-right-color: #2b4115;
	border-bottom-color: #73901f;
	border-left-color: #2b4115;
	margin: 1px;
	padding: 0px;
}
textarea {
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #aaba21;
	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: #2b4115;
	border-right-color: #2b4115;
	border-bottom-color: #73901f;
	border-left-color: #2b4115;
	padding: 7px;
}

/*Captcha Background box response*/
#recaptcha_response_field
{
background-color: white !important;
color: black !important;
} 

/* DEFINE THE EXPAND CROSS LOCATION IN TORRENTTABLE */
.showthecross{ margin-top: 0px; margin-right: 0px; margin-left: 2px; float: left;}
.ttable_head a, .table_head a, .rowTabHead a {
	color: #000000;
	font-weight: bold;
}
/* TORRENTTABLE() */
.ttable_headouter { border-collapse: collapse; }
.ttable_headinner {	border-collapse: collapse; border:1px solid #000; }
.ttable_head {
	font-family: Verdana;
	color: #000000;
	font-size: 8pt;
	text-align: center;
	background-color: #d2da23;
	background-image: url(images/ttable.png);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 18px;
	font-weight: bold;
}
.ttable_col1 {
	font-family: 'Verdana';
	border:1px solid #2b4115;
	font-size: 8pt;
	background-color: transparent;
	background-image: url(images/alt.png);
	background-repeat: repeat;
}
.ttable_col2 {
	font-family: 'Verdana';
	border:1px solid #2b4115;
	font-size: 8pt;
	background-color: transparent;
	background-image: url(images/noalt.png);
	background-repeat: repeat;
}
.ttable_colx {
	font-family: 'Verdana';
	border:1px solid #2b4115;
	font-size: 8pt;
	background-color: transparent;
	background-image: url(images/noalt.png);
	background-repeat: repeat;
}

/* Define Other Tables */
.table_table { border: #000000; border-width: 1px; border-collapse:collapse; }
.table_head {
	font-family: Verdana;
	border:1px solid #2b4115;
	font-size: 8pt;
	color: #000000;
	line-height: 18px;
	background-color: #d2da23;
	background-image: url(images/ttable.png);
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
}
.table_col1 {
	font-family: 'Verdana';
	border:1px solid #2b4115;
	font-size: 8pt;
	background-color: transparent;
	background-image: url(images/alt.png);
	background-repeat: repeat;
}
.table_col2 {
	font-family: 'Verdana';
	border:1px solid #2b4115;
	font-size: 8pt;
	background-color: transparent;
	background-image: url(images/noalt.png);
	background-repeat: repeat;
}



/* top navigation bar bg*/
td.subnav{
	background-image:url("images/subnav.png");
	height:34px;
}

/* Torrents-details download box*/
#downloadbox {
	padding: 6px;
	background-color: transparent;
	background-image: url(images/noalt.png);
	background-repeat: repeat;
	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: #2b4115;
	border-right-color: #2b4115;
	border-bottom-color: #d2da23;
	border-left-color: #2b4115;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*DEFINE THE SHOUTBOX CSS */
#shoutbox {
	margin: 3px;
	height: 220px;
	width: 99%;
}
.shoutbox_body {
	font-family: verdana;
	color: #CCCCCC;
	background-color: transparent;
	background-image: url(images/bmm.png);
}
.shoutbox_contain { border: 0; height: 280px; width: 100%; overflow: auto; }
.shoutbox_history { border: 0;height: 100%;width: 100%; }
.shoutbox_messageboxback {
	background-color: transparent;
	background-image: none;
}
.shoutbox_noalt {
	background-color: transparent;
	background-image: url(images/noalt.png);
	background-repeat: repeat;
}
.shoutbox_alt {
	background-color: transparent;
	background-image: url(images/alt.png);
	background-repeat: repeat;
}
.shoutbox_msgbox {
	width: 100%;
	font-size: 12px;
	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: #2b4115;
	border-right-color: #73901f;
	border-bottom-color: #73901f;
	border-left-color: #2b4115;
}
.shoutbox_shoutbtn {
	font-size: 12px;
	background-color: transparent;
	border: 0px none;
	font-weight: bold;
	color: #d2da23;
	background-image: url(images/shout-btn.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 18px;
	width: 60px;
}
.shoutbox_shoutbtn:hover {
	background-position: center -18px;
	color: #000000;
}
.shoutbox_error { color: red;font-size: 13px; }

/* Blocks Management */
.btn {
	background-color : #000;
	color: #00FF00;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	cursor:pointer;
	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: #2b4115;
	border-right-color: #2b4115;
	border-bottom-color: #ebf41d;
	border-left-color: #2b4115;
	line-height: 18px;
	background-image: url(images/btn.jpg);
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	background-position: top;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.btnDisable {
	background-color : #000;
	color: #00FF00;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	cursor:pointer;
	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: #2b4115;
	border-right-color: #2b4115;
	border-bottom-color: #ebf41d;
	border-left-color: #2b4115;
	line-height: 18px;
	background-image: url(images/btn.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

.rowTabHead {
	background-color : #d2da23;
	padding : 4px;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 11px;
	background-image: url(images/ttable.png);
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
	color: #000000;
}

.row1 {
	background-color : transparent;
	padding : 4px;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 10px;
	background-image: url(images/alt.png);
	background-repeat: repeat;
}

.row2 {
	padding : 4px;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 10px;
	background-color: transparent;
	background-image: url(images/noalt.png);
	background-repeat: repeat;
}

.rowEnd {
	padding : 4px;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 10px;
	background-color: transparent;
	background-image: url(images/alt.png);
	background-repeat: repeat;
}

.tablebg {
	background-color : transparent;
	padding : 0;
	border : 0 solid #2b4115;
	margin: 0;
	background-image: url(images/alt.png);
	background-repeat: repeat;
}
