/* Version 1.0; downloads */

.d_center
{
	text-align: center;
}
.d_right
{
	text-align: right;
}
.d_left
{
	text-align: left;
}
.d_middle
{
	vertical-align: middle;
}
.d_top
{
	vertical-align: top;
}
.d_auto_align
{
	margin: 0 auto;
}
.d_float_right
{
	float: right;
}
.d_fullwidth
{
	width: 100%;
}
.d_halfwidth
{
	width: 50%;
}
.d_table
{
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
.d_padding
{
	padding: 5px;
}
.d_trace
{
	font-size: x-small;
	font-weight: bold;
}
.d_cats
{
	clear: right;
	overflow: auto;
}
.d_cats dt
{
	float: left;
	clear: both;
	padding: 2px;
	margin: 0 0 0 10px;
}
.d_cats dd
{
	float: left;
	padding: 2px;
	margin: 0 0 0 25px;
}
.d_cat_link
{
	font-size: 1.3em;
	border-bottom: dashed 1px #AAA;
}
.d_cat_link a:link, a:hover, a:visited
{
	text-decoration: none;
}
.d_cat_desc
{
	padding-top: 5px;
}
.d_file_link
{
	font-size: 1.1em;
	line-height: 1.5em;
	border-bottom: dashed 1px #AAA;
}
.d_file_link a:link, a:hover, a:visited
{
	text-decoration: none;
}
.d_desc
{
	font-size: 0.9em;
	color: #555;
}
.d_details
{
	font-size: 1.3em;
	color: #555;
}
.d_actions
{
	line-height: 1.3em;
	font-size: 0.9em;
}
.d_list
{
	list-style-type: none;
	text-align: left;
	padding: 0px 0px 0px 5px;
	line-height: 1.5em;
	margin: 0;
}
.d_extra
{
	border: 1px dashed #AAA;
	float: right;
	font-size: 0.9em;
}
.d_desc
{
	min-height: 80px;
}
.d_info
{
	line-height: 1.5em;
}
.d_stats_area
{
	width: 49.5%;
}
#d_stats_gen_left, #d_stats_left
{
	float: left;
	width: 49.5%;
}
#d_stats_gen_right, #d_stats_right
{
	float: right;
	width: 49.5%;
}
