/**
 * The default CSS stylesheet used for all templates.
 *
 * @package AutoIndex
 * @author Justin Hagstrom <JustinHagstrom@yahoo.com>
 * @version 1.0.2 (February 05, 2004)
 *
 * @copyright Copyright (C) 2002-2004 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: verdana, lucidia, sans-serif;
	font-size: 13px;
	background: #656565 url('http://clandhd.net/images/background.jpg') repeat-x;
	color: #fff;
}

.autoindex_body
{
	width: 1000px;
	margin: 0 auto;
}

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

/* Tables */
.autoindex_table
{
	width: 100%;
	border: none;
	border-spacing: 2px;
	color: #000;
}
.light_row
{
	background-color: #e7e1cd;
	font-size: 13px;
	color: #000;
}
	.light_row a
	{
		color: #470606;
	}
.dark_row
{
	background-color: #eee;
	font-size: 13px;
	color: #000;
}
	.dark_row a
	{
		color: #470606;
	}
.autoindex_td
{
	font-size: 13px;
	font-family: verdana, lucidia, sans-serif;
	vertical-align: top;
	padding: 5px;
	text-align: left;
	white-space: nowrap;
	cursor: hand;
	cursor: pointer;
	outline: solid 1px #000;
}
.autoindex_td_right
{
	font-size: 13px;
	font-family: verdana, lucidia, sans-serif;
	vertical-align: top;
	padding: 5px;
	text-align: right;
	white-space: nowrap;
	cursor: hand;
	cursor: pointer;
	outline: solid 1px #000;
}
.autoindex_th
{
	font-size: 13px;
	background-color: #aaa;
	padding: 5px;
	outline: solid 1px #000;
}

/* Links */
.plain_link
{
	color: #470606;
	text-decoration: none;
}
.autoindex_a:link
{
	color: #470606;
	text-decoration: none;
}
.autoindex_a:visited, .autoindex_a:active, .autoindex_a:hover
{
	color: #470606;
	text-decoration: none;
}
.light_row:hover, .dark_row:hover
{
	background: #fff;
}

.path
{
	padding: 7px;
}

	.path a, .path a:link, .path a:hover, .path a:active, .path a:visited
	{
		color: #cd2929;
		font-weight: bold;
	}

/* Buttons */
.button
{
	color: #707070;
	background-color: #F2F6FC;
	font-family: sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	border: none;
	padding: 3px 10px 3px 10px;
}

/* Misc. */
.paragraph
{
	background: #F2F6FC;
	font-size: 13px;
	color: #000020;
}
.autoindex_hr
{
	color: #000020;
	background-color: #000020;
	border: none;
	width: 75%;
	height: 1px;
}
.autoindex_small
{
	font-size: 10px;
}