@charset "UTF-8";
/* CSS Document for Dynamic Torrent Listings */

#TLtop200 {  /* layer containing top200 list on home page */
	width: 98%;
 	position: relative;
 	clear: both;
	height: 100%;
 	/*height: auto;*/
	padding-left: 10px;
	padding-bottom: 10px;
}

.TLTitle { /* style for main title */
	width: auto;
	position: relative;
	clear: both;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
}

.TLnavRow {
	position: relative;
	float: left;
	clear: both;
	width: 100px;
	/*height: auto;*/
	margin-top: 0px;
	z-index: 1;
}

.TLContentSection {
	position: relative;
	top: 0px;
	right: 0px;
	float: right;
	width: 82%;
	padding: 0px 0px 10px 10px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #DDD;
}

.TLheaderRow { /* layer containing header row */
	position: relative;
}

.TLheader { /* layer containing header row */
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

.TLcontent1 { /* layer containing individual content rows */
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0 0 2px 0;
	margin: 0px;
	width: 100%;
}

.TLcontent2 { /* layer containing individual content rows in an alternating color */
	position: relative;
	background-color: #edf3fe;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0 0 2px 0;
	margin: 0px;
	width: 100%;
}

.TLNum { /* style definition for first column */
	position: relative;
	width: 3%;
	clear: both;
	padding-left: 5px;
}

.TLfirst { /* style definition for first column */
	position: relative;
	width: 47%;
}

.TLmiddle { /* style definition for middle columns */
	position: relative;
 	width: 10%;
	text-align: center;
}

.TLlast { /* style definition for last column */
	position: relative;
 	width: 17%;
}

a:hover {
	/*background: #ffffff;*/
	text-decoration: none;
}

a.tooltip span {
	position: relative;
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 500px;
}

a.tooltip:hover span{
	display: inline;
	position: absolute;
	left: 100px;
	top: 20px;
	float: left;
	background: #FFC;
	border: 1px solid #cccccc;
	color: #6c6c6c;
	z-index: 1000; !important
}


#searchBox { /* container for search form */
	position: relative;
	float: left;
	clear: both;
	width: auto;
	height: 50px;
	margin-top: 0px;
	margin-bottom: 10px;
	border: none;
}

.searchText { /* style definition for text input in search form */
	background-image: url(../images/web_search_box_01.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #999;
	width: 360px;
	height: 37px;
	padding-left: 10px;
	padding-top: 8px;
	padding-right: 0px;
	margin: 0px;
	border: none;
}

.searchButton {
	position: relative;
	top: 12px;
	left: -10px;
	width: 88px;
	height: 37px;
	margin: 0px;
}