/**

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

	background-color: black;
	
	color:#C63;

}



/* Images */

.autoindex_body img

{

	border: none;

}



/* Tables */

.autoindex_table

{

	width: 700px;

	border: none;

	border-spacing: 2px;
	
	margin-left:auto; 
	
	margin-right:auto;

}

.light_row

{

	background-color: black;

	font-size: 13px;

}

.dark_row

{

	background-color: black;

	font-size: 13px;

}

.autoindex_td

{

	font-size: 13px;

	font-family: verdana, lucidia, sans-serif;

	vertical-align: top;

	padding: 0px;

	text-align: left;

	white-space: nowrap;

}

.autoindex_td_right

{

	font-size: 13px;

	font-family: verdana, lucidia, sans-serif;

	vertical-align: top;

	padding: 0px;

	text-align: right;

	white-space: nowrap;

}

.autoindex_th

{

	font-size: 13px;

	background-color: #422118;

	padding: 0px;

}



/* Links */

.plain_link

{

	color: #FFCC99;

	text-decoration: none;

}

.autoindex_a:link

{

	color: #FFCC99;

	text-decoration: none;

}

.autoindex_a:visited, .autoindex_a:active, .autoindex_a:hover

{

	color: #FFCC99;

	text-decoration: none;

}

.light_row:hover, .dark_row:hover

{

	background-color: black;

}



/* Buttons */

.button

{

	color: #FFCC99;

	background-color: #422118;

	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: black;

	font-size: 13px;

	color: #C63;

}

.autoindex_hr

{

	color: #C63;

	background-color: black;

	border: none;

	width: 75%;

	height: 1px;

}

.autoindex_small

{

	font-size: 12px;
	
	width: 700px;
	
	margin-left:auto; 
	
	margin-right:auto;

}

.autoindex_top

{

	font-size: 12px;
	
	width: 700px;
	
	margin-left:auto; 
	
	margin-right:auto;

}