/* Link colors */
A:link			{ text-decoration: none; color: #222; font-size:8pt;}
A:visited		{ text-decoration: none; color: #222; font-size:8pt;}
A:active		{ text-decoration: none; color: #222; font-size:8pt;}
A:hover			{ text-decoration: underline; color: #222; font-size:8pt;}
#nav {
	display: block;
	position: relative;
	height: 50px;
	font-size: 11px;
	font-weight: bold;
	font-family: "Segoe UI", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	width: auto;
	float: 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: #FFFFFF;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
	font-size: 11px;
}

#nav ul li a:hover {
	color: #d6dee1;
	background-image: url(images/NB-btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav ul li a span {
	padding-right: 8px;
	vertical-align: text-bottom;
	display: block;
	width: auto;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

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

/* Define BODY style */
.index_BODY{
	margin: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #8099A3;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:8pt;
	font-family:Verdana;
}	
input, select {
	font-size: 10px;
	color: #444444;
	background-image: url(images/bh-bkg.png);
	border: 1px solid #999999;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #d6dee1;
}
textarea {
	font-size: 14px;
	color: #000000;
	background-color: #F7F7F7;
	padding: 6px;
	border: 1px solid #999999;
	background-image: url(images/bh-bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
TD { font-size:8pt; font-family: Verdana; }	
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: 'Arial'; color: #000000; font-size: 8pt; background: #66CCFF; text-align: center;}
.ttable_col1 { font-family: 'Verdana'; border:1px solid #9999CC; font-size: 8pt; background: #F7F7F7; }
.ttable_col2 { font-family: 'Verdana'; border:1px solid #9999CC; font-size: 8pt; background: #ECECEC; }
.ttable_colx { font-family: 'Verdana'; border:1px solid #9999CC; font-size: 8pt; background: #ECECEC; }

/* Define Other Tables border-collapse:collapse;*/
.table_table { border: #000000; border-style: border-style; border-width: 1px;  }
.table_head { font-family: 'Arial'; border:1px solid #666699; font-size: 10pt; background: #66CCFF; color: #000000; }
.table_col1 { font-family: 'Arial'; border:1px solid #666699; font-size: 10pt; background: #F7F7F7; }
.table_col2 { font-family: 'Arial'; border:1px solid #666699; font-size: 10pt; background: #ECECEC; }
.table_col3 { font-family: 'Arial'; border:0px solid #666699; font-size: 8pt; background: #F7F7F7; }
.table_col4 { font-family: 'Arial'; border:0px solid #666699; font-size: 9pt; background: #F7F7F7; font-weight: bold; }
.table_col5 { font-family: 'Arial'; border:0px solid #666699; font-size: 9pt; background: #FFFFFF; }
.table_col6 { font-family: 'Arial'; border:0px solid #666699; font-size: 9pt; background: #ECECEC; }
.table_col7 { font-family: 'Arial'; border:0px solid #666699; font-size: 9pt; background: #F7F7F7; }
/* BLOCK & FRAME STYLES */
.fhead{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #333333;
	background-image: url(images/bh-bkg.png);
	width: 100%;
	height: 20px;
	border: 1px solid #999999;
	text-align: center;
}
.fhead1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #333333;
	background-image: url(images/bh-bkg.png);
	width: 30%;
	height: 20px;
	border: 1px solid #999999;
	text-align: center;
}
.fhead2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #333333;
	background-image: url(images/bh-bkg.png);
	width: 14%;
	height: 20px;
	border: 1px solid #999999;
	text-align: center;
}
.fhead3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #333333;
	background-image: url(images/bh-bkg.png);
	width: 10%;
	height: 20px;
	border: 1px solid #999999;
	text-align: center;
}
.fhead4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #333333;
	background-image: url(images/bh-bkg.png);
	
	height: 20px;
	border: 1px solid #999999;
	text-align: center;
}


.fmain{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}

.fcapend{ width: 12px; background-image: url(images/capcenter_orange.png); } /**/
.fcapmain{ width: 100%; background-repeat: repeat-x; background-image: url(images/capcenter_orange.png); }
.ftr{ width: 22px; background-image: url(images/capright_orange.png); }
.fml{ width: 11px; background-repeat: repeat-y; background-image: url(images/left.png); }
.fmmain{ width: 100%; background-image: url(images/main.png); padding: 4px 5px 5px 4px; font-size: 10px; color: #000; font-family: verdana, tahoma, arial, sans-serif; vertical-align:top; }
.fmr{ width: 12px; background-repeat: repeat-y; background-image: url(images/right.png); }
.fbl{ width: 22px; background-image: url(images/bottomleft.png); }
.fbm{ width: 100%; background-repeat: repeat-x; background-image: url(images/bottom.png);}
.fbr{ width: 21px; background-image: url(images/bottomright.png); }
/* top navigation bar bg*/
td.subnav{
	background-image:url("images/subnav.png");
	height:34px;
}

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

/*DEFINE THE SHOUTBOX CSS */
.shoutbox_body { font-family: verdana; color: black; float: middle; background-color: White; }
.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: White; }
.shoutbox_noalt { background-color: White; }
.shoutbox_alt { background-color: AliceBlue; }
.shoutbox_msgbox {
	width: 100%;
	font-size: 12px;
	background-color: AliceBlue;
	border: 1px solid #999999;
	height: 18px;
}
.shoutbox_shoutbtn {
	font-size: 12px;
	background-color: AliceBlue;
	border: 1px solid #999999;
	font-weight: bold;
	height: 18px;
	width: 40px;
}
.shoutbox_error { color: red;font-size: 13px; }


/* Blocks Management */
.btn {
    width: 100px;
    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: 100px;
    height: 30px;
    border : 1px solid #d0d0d0;
    background-color : white;
    color: black;
    font-family : Verdana, serif;
    font-size : 10pt;
    font-weight : normal;
}

.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;
}


      .box1   {
        border:px solid #000;
        background:;
        min-height:150px;
        width:100%;
    }
  .box1a   {
        border:px solid #000;
        background:;
        min-height:150px;
        margin-right:20px;
    }
    .box2   {
        float:right;
        background:#F7F7F7;
        border:1px solid #000;
        min-height:150px;
        width:250px;
    }
     .box3   {
        float:right;
        background:;
        border:px solid #000;
        min-height:150px;
        width:25px;
    }

