/* 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: #333333; font-size:8pt;}

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

/* Define BODY style */
BODY {
	font-size:8pt;
	font-family: Verdana;
	background-image: url(images/bkg.jpg);
}	
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: '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; }

.snav {
	color: #FFFFFF;
}
/* FRAME & BLOCK STYLE */
.bodyleft2{ width: 12px; background-repeat: repeat-y; background-image: url(images/frame_mlf.png); }
.bodymain2{ width: 100%; background-image: url(images/frame_mmf.png); padding: 4px 5px 5px 4px; font-size: 10px; color: #000; font-family: verdana, tahoma, arial, sans-serif; vertical-align:top; }
.bodyright2{ width: 11px; background-repeat: repeat-y; background-image: url(images/frame_mrf.png); }
.bottomleft{ width: 22px; background-image: url(images/frame_bl.png); }
.bottommain{ width: 100%; background-repeat: repeat-x; background-image: url(images/frame_bmf.png);}
.bottomright{ width: 12px; background-image: url(images/frame_br.png); }
.captionleft2{ width: 39px; background-image: url(images/frame_tl.png); }
.captionbar2{ 
	background-repeat: repeat-x;
	padding-right:1px;
	font-size: 11px;
	color: #FFFFFF;
	font-family: verdana, tahoma, arial, sans-serif;
	background-image: url(images/frame_thf.png);
	vertical-align: text-top;
	padding-top: 10px;
	padding-left: 2px;
	text-align: center;
	font-weight: bold;
}
.captionend2{ width: 12px; background-image: url(images/frame_thf.png); } /**/
.captionmain2{ width: 100%; background-repeat: repeat-x; background-image: url(images/frame_thf.png); }
.captionright2{ width: 24px; background-image: url(images/frame_tr.png); }
.rowl{ width: 12; background-repeat: repeat-x; background-image: url(images/frame_ttl.png); }
.rowm{ width: 100%; background-repeat: repeat-x; background-image: url(images/frame_ttf.png); }
.rowr{ width: 6; background-repeat: repeat-x; background-image: url(images/frame_ttr.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-image: url(images/frame_mmf.png); }
.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-image: url(images/frame_mmf.png); }
.shoutbox_noalt { background-color: #40A0B9; }
.shoutbox_alt { background-color: #5DC194; }
.shoutbox_msgbox {
width: 100%; 
background-color: 8bf5c5;
border-width: 2;
color: 000000;
font-size: 10pt;
font-family: times;
}
.shoutbox_shoutbtn { 
background-color: 81dbf3;
border-width: 2;
color: 000000;
font-size: 8pt;
font-family: times;
font-weight: bold;
}
.shoutbox_error { color: red;font-size: 13px; }