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

/* Link2 colors */
A.link2:link			{ text-decoration: none; color: #CCCCCC; font-size:8pt;}
A.link2:visited		{ text-decoration: none; color: #CCCCCC; font-size:8pt;}
A.link2:active		{ text-decoration: none; color: #CCCCCC; font-size:8pt;}
A.link2:hover			{ text-decoration: underline; color: #999999; font-size:8pt;}

/* Define BODY style */
.index_body {
	font-size:8pt;
	font-family: Verdana;
	background-image: url(images/bkg.jpg);
	background-color: #333333;
	background-repeat: repeat-x;
	background-position: top;
}	
TD { font-size:8pt; font-family: Verdana; }	
H1 { font-size:8pt; font-family: Verdana; }	
.bblock {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e3e3e3;
	border-bottom-color: #e3e3e3;
	border-left-color: #e3e3e3;
}
.mcolum {
	padding-right: 5px;
	padding-left: 5px;
}
.info {
	color: #FFFFFF;
}
/* 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; 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 */
.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; background: #66CCFF; color: #000000; }
.table_col1 { font-family: 'Verdana'; border:1px solid #666699; font-size: 8pt; background: #F7F7F7; }
.table_col2 { font-family: 'Verdana'; border:1px solid #666699; font-size: 8pt; background: #ECECEC; }

/* BLOCK STYLE */
.bcapbar{
	background-repeat: repeat-x;
	font-size: 11px;
	color: #CCCCCC;
	font-family: verdana, tahoma, arial, sans-serif;
	background-image: url(images/bhead.jpg);
	vertical-align: text-top;
	padding-top: 6px;
	text-align: center;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.bmain{ 
	width: 100%; padding: 
	5px; font-size: 10px; 
	color: #222222; 
	font-family: verdana, tahoma, arial, sans-serif; 
	vertical-align:top; 
}

/* FRAME STYLE */
.fcapbar{
	font-size: 11px;
	color: #333333;
	font-family: verdana, tahoma, arial, sans-serif;
	text-align: center;
	font-weight: bold;
	vertical-align: bottom;
}
.fmain{
	width: 100%;
	background-image: url(images/main.png);
	font-size: 10px;
	color: #222222;
	font-family: verdana, tahoma, arial, sans-serif;
	vertical-align:top;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
/* 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: #333333; 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: #CCCCCC; }
.shoutbox_alt { background-color: #EEEEEE; }
.shoutbox_msgbox {
	width: 100%;
	font-size: 12px;
	background-color: AliceBlue;
	border: 1px solid #333333;
	color: #333333;
}
.shoutbox_shoutbtn {
	font-size: 12px;
	background-color: #333333;
	border: 1px inset #999999;
	font-weight: bold;
	color: #CCCCCC;
}
.shoutbox_error { color: red;font-size: 13px; }