/**
 * 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-color: #000000; color: #ffffff;padding:6px;
}

a:link
{
	color: #ffffff;
	text-decoration: none;font-size:13px;
}
a:visited, a:active
{
	color: #ffffff;
	text-decoration: none;font-size:13px;
}
a:hover
{
	color: #ffff00;
	text-decoration: none;font-size:13px;
}




/* Images */
.autoindex_body img
{
	border: none;
}

/* Tables */
.autoindex_table
{
	width: 100%;
	background-color: #0b0b0b;
	border:1px solid #999999;
}
.light_row
{
	
	font-size: 13px;background-color: #663300;
}
.dark_row
{
	
	font-size: 13px;background-color: #333300;
}
.autoindex_td
{
	font-size: 13px;
	font-family: verdana, lucida, sans-serif;
	vertical-align: top;
	
	padding: 3px;
	text-align: left;
	
}

.autoindex1_td
{
	font-size: 13px;
	font-family: verdana, lucida, sans-serif;
	vertical-align: top;
	
	padding: 2px;
	text-align: left;
	white-space:nowrap;
}
.autoindex_td_right
{
	font-size: 13px;
	font-family: verdana, lucida, sans-serif;
	vertical-align: top;
	
	padding: 2px;
	text-align: right;
	white-space: nowrap;
}
.autoindex_th
{
	font-size: 13px;
	
	padding: 2px;
}

/* Links */
.plain_link
{
	color: #ffffff;
	text-decoration: none;
}
.autoindex_a:link
{
	color: #ffffff;
	text-decoration: none;font-size:14px;
}
.autoindex_a:visited, .autoindex_a:active
{
	color: #ffffff;
	text-decoration: none;font-size:14px;
}
.autoindex_a:hover
{
	color: #ffff00;
	text-decoration: none;font-size:14px;
}
.light_row:hover, .dark_row:hover
{
	background-color: #666666;
}

/* 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-color: #0b0b0b;
	font-size: 13px;
	color: #cccccc;
}
.autoindex_hr
{
	color: #000020;
	background-color: #000020;
	border: none;
	width: 75%;
	height: 1px;
}
.autoindex_small
{
	font-size: 10px;
}


.nothx {
	display: none;
}

#pathline {
	margin-top:14px;
}









