#content {
	margin-right: 10px;
}

#content table {
	width: 650px;
	border-collapse: collapse;
	border-right: 2px solid #f90;
	border-bottom: 2px solid #f90;
	border-left: 2px solid #f90;
	margin: 0;
	padding: 0;
}

#content table tr {
	
}

#content table td {
	border-bottom: 1px dotted #999;
	text-align: left;
	padding: 5px 2px;
}

#content table tr.title td {
	background-color: #f90;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
}

#content table tr.title td a {
	color: #008;
}

#content table td.date {
	text-align: center;
	width: 75px;
}

#content table td.category {
	text-align: center;
	width: 75px;
}

#content table td.file {
	width: auto;
}

#content table td.rating {
	width: 140px;
}

#content div.cats {
	width: 650px;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 2px solid #f90;
	height: 31px;
}

#content div.cats a:link, #content div.cats a:visited {
	display: block;
	float: left;
	font-size: 10pt;
	line-height: 30px;
	font-weight: bold;
	padding: 0 10px;
	margin: 0 -2px 0 0;
	color: #f60;
	background-color: white;
	border-top: 1px solid #f90;
	border-right: 1px solid #f90;
	border-left: 1px solid #f90;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	text-decoration: none;
}

#content div.cats a:hover {
	background-color: white;
	color: #f60;
	text-decoration: underline;
}

#content div.cats a.current:link, #content div.cats a.current:visited {
	background-color: white;
	color: white;
	background-color: #f90;
	border-bottom: none;
}

#content table td a.desc:link, #content table td a.desc:visited {
	position: relative;
	color: blue;
	z-index: 98;
}

#content table td a.desc:link span, #content table td a.desc:visited span {
	display: block;
	background-color: white;
	position: absolute;
	display: none;
	top: -15px;
	left: -315px;
	width: 250px;
	border: 3px double #009;
	padding: 0 5px 5px 5px;
	color: black;
	z-index: 99;
	font-size: 9pt;
}

#content table td a.desc:hover span span.title {
	position: relative;
	display: block;
	top: 0;
	left: 0;
	width: 255px;
	background-color: #009;
	color: white;
	text-align: center;
	padding: 2px 0;
	margin: 0 0 0 -5px;
	font-size: 9pt;
	text-align: left;
	font-weight: bold;
}

#content table td a.desc:hover span {
	display: block;
	z-index: 99;
}


