@charset "utf-8";

/* <CSS Reset>  */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
fieldset,img{border:0;}
table {border-collapse: collapse;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{font-size:100%;}
/* </CSS Reset> */

html{
	background-color: #000000;
	background-image: url(/images/bg2.jpg);
	background-position:center top;
}
body {
	background-color: #000000;
	background-image: url(/images/bg2.jpg);
	background-position:center top;
	padding: 20px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	height:100%;
}
a {
	text-decoration: none;
	color: #00F;
}
a:visited {
	color: #609;
}
table, td, tr, th {
	border-style: none;
	border-spacing: 0px;
	border-width: 0px;
	margin: 0px;
}
th {
	border-bottom: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #999;
}

h2 { 
	padding: 1px;
	margin: 0px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#prompt_background {
	display: none;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #000;
	z-index: 999;
	position:fixed;
	-moz-opacity: .00; /*older Mozilla*/
	-khtml-opacity: 0.0;   /*older Safari*/
	opacity: 0.0;   /*supported by current Mozilla, Safari, and Opera*/
	text-align: center;
	vertical-align: middle;
}

#prompt {
	display: none;
	position:fixed;
	-moz-opacity: 0.00; /*older Mozilla*/
	-khtml-opacity: 0.0;   /*older Safari*/
	opacity: 0.0;   /*supported by current Mozilla, Safari, and Opera*/
	z-index:9999;
	overflow: hidden;
	top: 50%;
	left: 50%;
}
.prompt_loading {
	background-image:url(/images/orbloading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position:fixed;
	background-color: #000;
	border: 1px solid #0C0;
	z-index:9999;
	padding: 5px;
	width: 54px;
	height: 54px;
	margin-top: -18px;
	margin-left: -18px;
}
.prompt_closing {
	-moz-opacity: 0.00; /*older Mozilla*/
	-khtml-opacity: 0.0;   /*older Safari*/
	opacity: 0.0;   /*supported by current Mozilla, Safari, and Opera*/
	position:fixed;
	background-color: #000;
	border: 1px solid #0C0;
	z-index:9999;
	padding: 5px;
	width: 54px;
	height: 54px;
	margin-top: -18px;
	margin-left: -18px;
}
.prompt_rss {
	background-image: none;
	position:fixed;
	background-color: #FFF;
	border: 1px solid #000;
	z-index:9999;
	padding: 5px;
	width: 700px;
	height: 500px;
	margin-top: -252px;
	margin-left: -352px;
}

.loading_white {
	background-image:url(/images/loading-white.gif);
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 32px;
}
.loading_black {
	background-image:url(/images/loading-black.gif);
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 32px;
}
.close {
	float: right;
	display: inline;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.close:hover {
	color: #F00;
}



#layoutContainer {
	margin-left:auto;
	margin-right:auto;
	width: 802px;
}
#layoutTitle {
	background-image: url(/images/bt_layout01_title.png);
	width: 802px;
	height: 107px;
}
	#layoutTitle h1 {
		display: none;
	}
#layoutMenu {
	background-image: url(/images/bt_layout01_transparency.png);
	font-family: Arial, Helvetica, sans-serif;
	width: 758px;
	text-align: center;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 6px;
	padding-bottom: 6px;
}
	#layoutMenu ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	#layoutMenu li {
		display: inline;
	}
	#layoutMenu a {
		color: #333;
		font-weight: bold;
		font-size: 20px;
		padding-top: 7px;
		padding-bottom: 6px;
		padding-left: 32px;
		padding-right: 32px;
	}
	#layoutMenu a:hover {
		color: #FFF;
		background-image:url(/images/bt_layout_menubg.png);
		padding-top: 7px;
		padding-bottom: 6px;
		padding-left: 32px;
		padding-right: 32px;
	}
.thispage {
	color: #FFF;
	background-image:url(/images/bt_layout_menubg.png);
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 32px;
	padding-right: 32px;
}


#layoutColumnTop {
	width: 802px;
	height: 20px;
	background-image: url(/images/bt_layout01_21_columntop.png);
}
#layoutColumnBody {
	background-image: url(/images/bt_layout01_22_columnbg.png);
	width: 778px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
	font-size: 14px;
}
	#layoutColumnBody ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	#layoutColumnBody li {
		padding-top: 1px;
		padding-bottom: 1px;
		padding-left: 18px;
		padding-right: 18px;
	}
	#layoutColumnBody li:hover {
		padding-left: 18px;
		padding-right: 18px;
		background-color: #9ecca0;
		background-image:url(/images/bt_layout_tablebg_green.png);
		background-repeat: repeat-x;
	}
#layoutColumnFooter {
	background-image: url(/images/bt_layout01_23_columnfooter.png);
	width: 802px;
	height: 20px;
}
#layoutColumn1 {
	width: 383px;
	float: left;
}
	#layoutColumn1 h2 {
		text-align:center;
	}
	#layoutColumn1 h2 a:visited {
		color: #CC0000;	
	}
	#layoutColumn1 h2 img {
		vertical-align: middle;
		border: none;
		padding-bottom:11px;
	}
#layoutColumn2 {
	width: 383px;
	float: right;
	text-align: left;
	/* margin-left: 395px; */
}
	#layoutColumn2 img {
		vertical-align: middle;
		border: none;
	}

	#layoutColumn2 input, select {
		border: none;
		color: #000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: normal;
		background-color: #FFF;
	}
	
#layoutBodyBody {
	
}
	#layoutBodyBody td:first-child {
		padding-left: 18px;
	}
	#layoutBodyBody td:last-child {
		padding-right: 18px;
	}
	#layoutBodyBody th:first-child {
		padding-left: 18px;
	}
	#layoutBodyBody th:last-child {
		padding-right: 18px;
	}
	
/* SEARCH STUFF */
#frm_search {
	margin-left:29px;
	margin-top:16px;
}
#frm_search_query {
	background-image: url(/images/search_box_text.png);
	padding: 4px;
	margin-top: 6px;
	width: 212px;
	height: 20px;
}
#frm_search_query:focus {
	background-position:0 -28px;
}
#frm_search_adv {
	padding-top: 12px;
	margin-right: 36px;
}
#frm_serach_sites {
	height: 25px;	
}
#frm_search_pubpri {
	padding-top: 12px;
}
#frm_search_reset {
	-moz-opacity: .00; /*older Mozilla*/
	-khtml-opacity: 0.0;   /*older Safari*/
	opacity: 0.0;
	visibility: hidden;
	position: relative;
	float: right;
	margin-right: 9px;
	margin-top: -54px;
	width: 70px;
	height: 25px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: -9999px;
	color: #000;
	background-image: url(/images/reset.png);
	cursor: pointer;
}
	#frm_search_reset:hover {
		background-position:0 -25px;
	}
	#frm_search_reset:active {
		background-position:0 -50px;
	}
#frm_search_button {
	background-image: url(/images/search_box_button.png);
	height: 28px;
	width: 90px;
	text-indent: -9999px;
}
	#frm_search_button:hover {
		background-position:0 -28px;
		cursor: pointer;
	}
	#frm_search_button:active {
		background-position:0 -56px;
		cursor: pointer;
	}

#SearchBoxBasic {
	padding-left: 5px;
}
#SearchBoxBasic h2 {
	text-align:center!important;	
	color: #000;
}

/*----------------------------------------------------------------------*/
/* FAVORITES                                                            */
/*----------------------------------------------------------------------*/
#layoutFavoritesTitle {
	background-image: url(/images/bt_layout01_transparency.png);
	width: 802px;
}
	#layoutFavoritesTitle h2 {
		text-align: center;
		padding: 4px;
		color: #3a415c;
	}
#layoutFavoritesTop {
	background-image: url(/images/bt_layout01_01_bodytop.png);
	width: 802px;
	height: 19px;
}
#layoutFavoritesBody {
	background-image: url(/images/bt_layout01_02_bodybg.png);
	width: 778px;
	padding-left: 12px;
	padding-right: 12px;
}
	#layoutFavoritesBody table {
		width: 778px;
	}
	#layoutFavoritesBody td, th {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	#layoutFavoritesBody td:first-child {
		padding-left: 18px;
	}
	#layoutFavoritesBody td:last-child {
		padding-right: 18px;
	}
	#layoutFavoritesBody th:first-child {
		padding-left: 18px;
	}
	#layoutFavoritesBody th:last-child {
		padding-right: 18px;
	}
#layoutFavoritesFooter {
	background-image: url(/images/bt_layout01_03_bodyfooter.png);
	width: 802px;
	height: 27px;
}



/*----------------------------------------------------------------------*/
/* BODY                                                                 */
/*----------------------------------------------------------------------*/
#layoutBodyTitle {
	background-image: url(/images/bt_layout01_transparency.png);
	width: 802px;
}
	#layoutBodyTitle h2 {
		text-align: center;
		padding: 4px;
		color: #3a415c;
	}
#layoutBodyTop {
	background-image: url(/images/bt_layout01_01_bodytop.png);
	width: 802px;
	height: 19px;
}
#layoutBodyBody {
	background-image: url(/images/bt_layout01_02_bodybg.png);
	width: 778px;
	padding-left: 12px;
	padding-right: 12px;
}
	#layoutBodyBody table {
		width: 778px;
	}
	#layoutBodyBody td, th {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	#layoutBodyBody h3 {
		text-align: center;
		font-weight: bold;
	}
#layoutBodyFooter {
	background-image: url(/images/bt_layout01_04_bodyfooter2.png);
	width: 802px;
	height: 19px;
}

#torrentlist_clearfilter {
	display: none;
	position: absolute;
	margin-left: 762px;
	margin-top: 29px;
	width: 122px;
	height: 23px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	background-image: url(/images/clear_filters.png);
	cursor: pointer;
}
#torrentlist_clearfilter:hover  {
	background-position:0 -23px;
}
#torrentlist_clearfilter:active {
	background-position:0 -46px;	
}

#torrentlist_clearfilter a {
	display: none;
}

/*-----------------------------*/
/*   ABOUT                     */
/*-----------------------------*/
#layoutAbout {
	margin-left: 20px;
	
}
#layoutAbout h2 {
	margin-left: 248px;
	padding: 10px;
	font-size:32px;
}
#layoutAbout img {
	float:right;
	padding-right: 20px;
}
#layoutLegal {
	margin-right: 10px;
}
#layoutLegal img {
	float: left;
}
#layoutLegal h2 {
	text-align: right;
	font-size:32px;
	padding: 10px;
	margin-right: 160px;
}
/*----------------------------------------------------------------------*/
/* TABLE STYLES                                                         */
/*----------------------------------------------------------------------*/

/*//////////////*/
/* row stuff    */
/*//////////////*/
.row_1 {

}
.row_1:hover {
	background-color: #9ecca0;
	background-image: url(/images/bt_layout_tablebg_green.png);
	background-repeat: repeat-x;
}
	.row_1:hover a {
		color: #00F;
	}

.row_0 {
	background-color: #dbdbdb;
	background-image: url(/images/bt_layout_tablebg_grey.png);
	background-repeat: repeat-x;
}
.row_0:hover {
	background-color: #9ecca0;
	background-image: url(/images/bt_layout_tablebg_green.png);
	background-repeat: repeat-x;
}
	.row_0:hover a {
		color: #00F;
	}
	
.row_form {
	background-image: url(/images/bt_layout_tablebg_darkgrey.png);
}
	.row_form input, select {
		border: 1px solid #666;
		background-color: #CCC;
		color: #000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: normal;
		background-color: #FFF;
	}
	.row_form input {
		padding: 1px;
	}
	.row_form option {
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #666;
	}
	
.row_green {
	background-color: #9ecca0;
	background-image: url(/images/bt_layout_tablebg_green.png);
	background-repeat: repeat-x;
}
.row_red {
	background-color: #e6d4d4;
	background-image: url(/images/bt_layout_tablebg_red.png);
	background-repeat: repeat-x;
}
.row_grey {
	background-color: #9ecca0;
	background-image: url(/images/bt_layout_tablebg_grey.png);
	background-repeat: repeat-x;
}

/*//////////////*/
/* column stuff */
/*//////////////*/
.col_title {
	width: 230px;
}
	.col_title input {
		width: 218px;
	}
	.col_title b {
		color: #FFF;
		background-color: #38d878;
		font-weight: normal;
	}
.col_site {
	font-size: 10px;
	font-weight: bold;
}
.col_online {
	width: 80px;
}
.col_registration {
	width: 65px;
	text-align:center;
}
.col_rss {
	width: 75px;
	text-align: center;
}
.col_category {
	width: 278px;
}
	.col_category input {
		width: 272px;
	}
	.col_category span {
		font-size: 10px;
	}
	.col_category span {
		font-size: 10px;
	}
	.col_category span > a:hover {
		color: #FFF !important;
		text-decoration: underline;
	}
	.col_category span > a:visited {
		color: #333;
	}
	.col_category span > a {
		color: #333 !important;
		text-decoration: none;
		font-weight: bold;
	}
	.col_category b {
		color: #FFF;
		background-color: #38d878;
		font-weight: normal;
	}
	.col_category b:hover {
		color: #FFF;
		background-color: #F00;
		font-weight: normal;
	}
.col_error {
	text-align:center;
	background-color: #e6d4d4;
	background-image: url(/images/bt_layout_tablebg_red.png);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #F00;
	padding: 13px !important;
}
.col_pub {
	font-size: 10px;
}
	
#pages {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding-top: 10px;
	text-align:center;
}
	#pages a {
		font-size: 16px;
		font-weight: bold;
		color: #00F;
		padding-top: 10px;
	}
	#pages a:visited {
		font-weight: bold;
		color: #00F;
		padding-top: 10px;
	}
	
.Online {
	color: #090;
}
.Offline {
	color: #F00;
}
.rss18icon {
	background-image: url(/images/rss18.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}
	.rss18icon a {
		display: none;
	}
.rss18icon:hover {
	background-image: url(/images/rss18.png);
	background-position:0 -18px;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

/* News Feed Stuff */
.back18icon {
	background-image: url(/images/back18.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	cursor: pointer;
	display:inline-block;
	vertical-align: middle;
	margin-right: 3px;
}
	.back18icon a {
		display: none;
	}
	.back18icon span {
		display: none;
	}
.back18icon:hover {
	background-position:0 -18px;
	cursor: pointer;
}
.back18icon:active {
	background-position:0 -36px;
	cursor: pointer;
}
.back18icondisabled {
	background-image: url(/images/back18.png);
	background-repeat: no-repeat;
	background-position:0 -54px;
	width: 18px;
	height: 18px;
	display:inline-block;
	vertical-align: middle;
	margin-right: 3px;
}
	.back18icondisabled span {
		display: none;
	}
	
	
.back24icon {
	background-image: url(/images/back24.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
	display:inline-block;
	vertical-align: middle;
	margin-right: 3px;
}
	.back24icon a {
		display: none;
	}
	.back24icon span {
		display: none;
	}
.back24icon:hover {
	background-position:0 -24px;
	cursor: pointer;
}
.back24icon:active {
	background-position:0 -48px;
	cursor: pointer;
}
.back24icondisabled {
	background-image: url(/images/back24.png);
	background-repeat: no-repeat;
	background-position:0 -72px;
	width: 24px;
	height: 24px;
	display:inline-block;
	vertical-align: middle;
	margin-right: 3px;
}
	.back24icondisabled span {
		display: none;
	}
	
	

.next18icon {
	background-image: url(/images/next18.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	cursor: pointer;
	display:inline-block;
	vertical-align: middle;
	margin-left: 3px;
}
	.next18icon a {
		display: none;
	}
	.next18icon span {
		display: none;
	}
.next18icon:hover {
	background-position:0 -18px;
	cursor: pointer;
}
.next18icon:active {
	background-position:0 -36px;
	cursor: pointer;
}
.next18icondisabled {
	background-image: url(/images/next18.png);
	background-repeat: no-repeat;
	background-position:0 -54px;
	width: 18px;
	height: 18px;
	display:inline-block;
	vertical-align: middle;
	margin-left: 3px;
}
	.next18icondisabled span {
		display: none;
	}
	
.next24icon {
	background-image: url(/images/next24.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
	display:inline-block;
	vertical-align: middle;
	margin-left: 3px;
}
	.next24icon a {
		display: none;
	}
	.next24icon span {
		display: none;
	}
.next24icon:hover {
	background-position:0 -24px;
	cursor: pointer;
}
.next24icon:active {
	background-position:0 -48px;
	cursor: pointer;
}
.next24icondisabled {
	background-image: url(/images/next24.png);
	background-repeat: no-repeat;
	background-position:0 -72px;
	width: 24px;
	height: 24px;
	display:inline-block;
	vertical-align: middle;
	margin-left: 3px;
}
	.next24icondisabled span {
		display: none;
	}
	
	
	
#news_pages {
	text-align: right;
	padding-right: 20px;
	font-size: 10px;
	color: #666;
}


/***************************************************************************************************/
/* TOOLTIP STUFF                                                                                   */
/***************************************************************************************************/
.newstooltip {
	display: none;
}
.tip-top {
	height: 10px;
	background-image:url(../../images/tooltip360.png);
}
.tip {
	background-image:url(../../images/tooltip360.png);
	background-position: 0px -10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 350px;
}
.tip-bottom {
	height: 16px;
	background-image:url(../../images/tooltip360.png);
	background-position: 0px -284px;
}


.tip-title {
	color: #000;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 8px;
	padding-left: 7px;
	padding-bottom: 1px;
}

.tip-text {
	color: #fff;
	display: none;
}


/***************************************************************************************************/
/* /TOOLTIP STUFF                                                                                  */
/***************************************************************************************************/

#quick_rss_scroll {
	overflow: scroll;
	height: 462px;
}
#quick_rss_scroll table {
	width: 683px;
}


/******************************
/***** hidden search trick 
/****************************/
.hiddensearchstuff {
	color: #666;
	-moz-opacity: .00; /*older Mozilla*/
	-khtml-opacity: 0.0;   /*older Safari*/
	opacity: 0.0;
	visibility: hidden;
}


/***************************************************************************************************/
/*   SELECT BOX STUFF                                                                              */
/***************************************************************************************************/

.select-box {
	cursor: default;
	border: 1px solid #aaa;
	display: block;
	padding: 0;
	margin: 0;
	background: #fff;
	margin-top: -18px;
	margin-left: 25px;
}
	.select-box:hover { border-color: #3393FF; }

	.select-box a {
		display: block;
		padding: 1px 20px 2px 4px;
		margin: 1px 1px 2px 1px;
		white-space: nowrap;
		overflow: hidden;
	}
	.select-box-options {
		list-style: none;
		background: #fff;
		position: absolute;
		border: 1px solid #ccc;
		overflow-y: auto;
		z-index: 690;
	}
	        .select-box-alt { background-color: #eaf4ff; }
	        .select-box-options li {
				margin-bottom: 0;
				overflow: hidden;
				white-space: nowrap;
	        }
	        	.select-box-options li.optgroup>span { font-size: 105%; font-style: italic; }
	        	.select-box-options li>span { display: block; padding: 2px 5px; }
				.select-box-options li.selected { background-color: highlight !important; color: highlighttext !important; }
				.select-box-options li.disabled { color: gray; }

	.select-box-options ul { margin:0; padding:0; }
	.optgroup { margin: 4px 0 0 !important; }
	.select-box-options-group li>span {
		padding-left: 22px !important;
		width: auto;
	}