.autoindex_body, html
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	background-color: #e9e9e9;
	vertical-align: bottom;
}
.autoindex_body img
{
	border: none;
	vertical-align: bottom;
}
.autoindex_table
{
	width: 100%;
	border: none;
	border-spacing: 2px;
	vertical-align: bottom;
}
.light_row
{
	background-color: #f4f4f4;
	font-size: 12px;
	vertical-align: bottom;
}
.dark_row
{
	background-color: #d4d4d4;
	font-size: 12px;
	vertical-align: bottom;
}
.autoindex_td
{
	font-size: 12px;
	font-family: verdana, helvetica, arial, sans-serif;
	vertical-align: bottom;
	border: 1px solid #1B344B;
	text-align: left;
	white-space: nowrap;
	padding: 3px;
}
.autoindex_td_right
{
	font-size: 12px;
	font-family: verdana, helvetica, arial, sans-serif;
	vertical-align: bottom;
	border: 1px solid #1B344B;
	text-align: right;
	white-space: nowrap;
	padding: 3px;
}
.autoindex_th
{
	font-size: 12px;
	background-color: #909090;
	border: 1px solid #1B344B;
	color: white;
	vertical-align: bottom;
	padding: 3px;
}
.plain_link
{
	color: #ffffff;
	text-decoration: none;
	vertical-align: bottom;
}
.autoindex_a:visited, .autoindex_a:active
{
	color: #515151;
	text-decoration: none;
	vertical-align: bottom;
}
.autoindex_a:link
{
	color: #000;
	text-decoration: none;
	vertical-align: bottom;
}
.autoindex_a:hover
{
	color: #f00;
	vertical-align: bottom;
}
.button
{
	color: #515151;
	background-color: #e9e9e9;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	cursor: pointer;
	padding: 3px 10px 3px 10px;
	border: 1px solid black;
}
.paragraph
{
	background: #f4f4f4;
	font-size: 12px;
	color: black;
	vertical-align: bottom;
}
.autoindex_hr
{
	color: white;
	background-color: #000000;
	border: none;
	width: 100%;
	height: 1px;
	vertical-align: bottom;
}
.autoindex_small
{
	font-size: 10px;
	vertical-align: bottom;
}