/* Link colors */
A:link			{
	text-decoration: none;
	color: #333333;
}
A:visited		{
	text-decoration: none;
	color: #333333;
}
A:active		{
	text-decoration: none;
	color: #FF6600;
}
A:hover			{
	text-decoration: underline;
	color: #000000;
}

/* Define BODY style */
BODY{
	scrollbar-base-color: #333333;
	scrollbar-face-color: #555555;
	scrollbar-track-color: #333333;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #333333;
	scrollbar-3dlight-color: #333333;
	scrollbar-shadow-color: #333333;
	scrollbar-darkshadow-color: #333333;
	margin: 0px;
	background-image: url(images/bkg.jpg);
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:8pt;
	font-family:Verdana;
	background-color: #333333;
	background-repeat: repeat-x;
	background-position: top;
	color: #000000;
}	

/* 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 {
/*width:100%;*/
border: #000000;
border-style: border-style;
border-width: 1px
border-collapse:collapse;

}
.table_head {
font-family: 'Verdana';
border:1px solid #000000;
color: #FFFFFF;
font-size: 7pt;
background: #808080;
}
.table_col1 {
font-family: 'Verdana';
border:1px solid #CFCFCF;
font-size: 8pt;
background: #F7F7F7;
}
.table_col2 {
font-family: 'Verdana';
border:1px solid #CFCFCF;
font-size: 8pt;
background: #ECECEC;
}


/* OLD CSS FOLLOWS... */
td {
font-family: 'Verdana';
font-size: 8pt; 
}

.alt1 {
font-family: 'Verdana';
font-size: 8pt;
background: #F7F7F7;
}

.alt2 {
font-family: 'Verdana';
font-size: 8pt;
background: #ECECEC;
}

.alt3 {
font-family: 'Verdana';
font-size: 8pt;
background: #808080;
}

.alt4 {
border-right-style: none; 
border-right-width: medium; 
border-bottom-style: none; 
border-bottom-width: medium
}

.alt5 {
font-family: 'Verdana';
font-size: 8pt;
background: #ECECEC;
}

.main {
background: #CBCAC5;
}

.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	background-position: center center;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: #000000;
	text-decoration: none;
	border-right: 1px solid white;
	padding-top: 6px;
	padding-right: 11px;
	padding-bottom: 6px;
	padding-left: 11px;
}

.solidblockmenu li a:visited{
	color: #000000;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	background-color: #333333;
	background-position: center center;
}.bbody {
	background-color: #FFFFFF;
	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: #e4e4e4;
	border-bottom-color: #e4e4e4;
	border-left-color: #e4e4e4;
}
.fbody {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
