/***************************************************************************
                  AutoIndex PHP Script, by Justin Hagstrom
                             -------------------

   filename             : stylesheet.css

   copyright            : Copyright (C) 2002-2004 Justin Hagstrom
   license              : GNU General Public License (GPL)

   website & forum      : http://autoindex.sourceforge.net
   e-mail               : JustinHagstrom [at] yahoo [dot] com

 ***************************************************************************/

/*  The default BODY setting  */
.autoindex_body, html
{
	font-family: arial, helvetica, verdana, lucida;
	font-size: 12px;
	background-color: #333333;
	color: #cecece;
}
.autoindex_body img
{
	border: none;
}

/*  Table settings  */
.light_row
{
	background-color: #333333;
	font-size: 12px;
}
.dark_row
{
	background-color: #222222;
	font-size: 12px;
}
.default_td
{
	border: 1px solid #959595;
}
.default_th
{
	background-color: #959595;
	border: 1px solid #000010;
}

/*  Settings for links  */
.default_a:visited, .default_a:active
{
	color: #cecece;
	text-decoration: none;
}
.default_a:link
{
	color: #cecece;
	text-decoration: none;
}
.default_a:hover
{
	color: #f58827;
	text-decoration: none;
}

/*  The style for every button  */
.button
{
	color: #707070;
 	background-color: #cecece;
	font-family: sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid black;
	padding: 2px 2px 2px 2px;
}

/*  Misc. Styles  */
.paragraph
{
	background: #959595;
	color: #000020;
	font-size: 12px;
}
.default_hr
{
	color: #000020;
	background-color: #000020;
	border: none;
	width: 75%;
	height: 1px;
}
.fixed_width
{
	background: #959595;
	color: #000020;
	font-family: courier, lucida console, sans-serif;
	font-size: 12px;
}
.black_link
{
	color: #000000;
	text-decoration: none;
}
.small
{
	font-size: 10px;
}
