/**
 * An alternate stylesheet.
 *
 * @package AutoIndex
 * @author Justin Hagstrom <JustinHagstrom@yahoo.com>
 * @version 1.0.0 (February 03, 2005)
 *
 * @copyright Copyright (C) 2002-2005 Justin Hagstrom
 * @license http://www.gnu.org/licenses/gpl.html GNU General Public License (GPL)
 *
 * @link http://autoindex.sourceforge.net
 */

/* Body */
.autoindex_body, html
{
	font-family: Arial, lucidia, sans-serif;
	font-weight: bold;
	font-size: 40px;
	background-color: white;
	padding: 20px;
	width: 350px;
}

/* Images */
.autoindex_body img
{
	border: none;
}

/* Tables */
.autoindex_table
{
	width: 100%;
	border: none;
	border-spacing: 2px;
}
.light_row
{
	font-size: 20px;
}
.dark_row
{
	font-size: 20px;
}
.light_row:hover, .dark_row:hover
{
}

/* Links */
.plain_link
{
	color: white;
	text-decoration: none;
}
.autoindex_a:visited
{
	color: silver;
	text-decoration: none;

}
.autoindex_a:link
{
	color: #000002;
	text-decoration: none;

}
.autoindex_a:hover
{
	color: #2383fe;
	text-decoration: underline;
}

/* Buttons */
.button
{
	color: #707070;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	border: 0px outset #CBCBCB;
	padding: 20px 10px 20px 10px;
}

/* Misc. */
.paragraph
{
	color: #000020;
	font-size: 13px;
}
.autoindex_small
{
	font-size: 10px;
}


