/**
 * 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
 */





a:link {text-decoration:none; color: #FF0000;  font-weight: normal;font-size: 14px;}
a:visited {text-decoration:none; color: #FF0000;  font-weight: normal;font-size: 14px;}
a:hover {text-decoration:none; color: #FFFFFF;  font-weight: normal;font-size: 14px;}
hr {color:999999; height:1px; noshade;}




/* Body */
.autoindex_body, html
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background:#FFFFFF;
	background-image: url();
}

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

/* Tables */
.autoindex_table
{
	width: 100%;
	border: none;
	border-spacing: 2px;
}
.light_row
{
	background-color: #EEEEEE;
	font-size: 14px;
}
.dark_row
{
	background-color: #DDDDDD;
	font-size: 14px;
}
.autoindex_td
{
	font-size: 14px;
	font-family: verdana, lucidia, sans-serif;
	vertical-align: top;
	border: 1px solid #000000;
	padding: 0px;
	border: none;
	text-align: left;
	white-space: nowrap;
}
.autoindex_td_right
{
	font-size: 14px;
	font-family: verdana, lucidia, sans-serif;
	vertical-align: top;
	border: 1px solid #000000;
	padding: 0px;
	text-align: right;
	white-space: nowrap;
}
.autoindex_th
{
	font-size: 14px;
	background-color: #000000;
	border: 1px solid #000010;
	padding: 0px;
}

/* Links */
.plain_link
{
	color: #000000;
	text-decoration: none;
}
.autoindex_a:link
{	text-decoration:none; color: #FF0000;  font-weight: normal;font-size: 14px; }

.autoindex_a:visited, .autoindex_a:active, .autoindex_a:hover
{	text-decoration:none; color: #FF0000;  font-weight: normal;font-size: 14px; }
.light_row:hover, .dark_row:hover
{
	background-color: #000000;
}

/* 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: 14px;
	color: #000020;
}
.autoindex_hr
{
	color: #000020;
	background-color: #000020;
	border: none;
	width: 75%;
	height: 1px;
}
.autoindex_small
{
	font-size: 10px;
}