/* Text color, font family, and size */
body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Page Background color for all the pages */
body {
	background-color: #AFBFB3;
}
/* Links */
a:link {
	color: #CC6600;
	text-decoration: none;
}
/* Visited links */
a:visited {
	color: #CC6600;
	text-decoration: none;
}
/* Links when mouse hovers over them */
a:hover {
	color: #009900;
	text-decoration: underline;
}
/* Active Links settings */
a:active {
	color: #006699;
	text-decoration: none;
}
/* Username when user is logged in (displayed in top left corner of page) */
.username {
	color: #009900;
	font-weight: bold;
}
/* Main table on Index page. The one with all the torrents */
.table1 { 
	border: 1px #667766 solid;
	border-collapse: collapse
}
.table1 td { 
	border: 1px #667766 solid;
}
/* Comments Table */
.table2 {
	background-color: #EAE8CF;
}
/* Files and Peers tables in info pages */
.table3 {
	border: 1px #006699 solid;
}
.table3 td {
	border: 1px #006699 solid;
}
/* Alternating colors of rows in the table (light grey, dark grey, light etc) */
.r1 {
	background-color: F7F7F7;
}
.r2 {
	background-color: ECECEC;
}
/* Background image used on all headers */
.td1 { background-image: url(../pic/cellpic.gif) }
/* Text used for Headers */
.text1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Most input boxes */
.input {
	font-family: v;
	font-size: 8pt;
	color: #55925D;
	border: 1px solid #5E6A7B;
	padding-left: 3px;
	padding-right: 3px; 
	padding-top: 1px;
}
/* The small links like show full list, hide list, and edit torrent */
.sublink {
	font-size: 7pt;
	font-weight: normal;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}
.index {
	font-weight: bold;
}