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



   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.

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

/*  The default BODY setting  */
.autoindex_body
{ color: black; font-family: verdana, helvetica, lucidia, arial, sans-serif; font-size: 13px; background-color: white; }
.autoindex_body img
{
	border: none;
}

/*  Table settings  */
.light_row
{ color: #000; background-color: #fff; font-size: 13px; }
.dark_row
{ color: #fcfcfc; background-color: #695f5f; font-size: 13px; }
.default_td
{ color: #000; border: solid 1px #000000; font-size: 13px; background-color: #fcfcfc; }
.default_th
{ color: #000; background-color: white; border: solid 1px #000000; font-size: 13px; }

/*  Settings for links  */
.default_a:visited, .default_a:active
{
	color: #000;
	text-decoration: none;
}
.default_a:link
{
	color: #000;
	text-decoration: none;
}
.default_a:hover
{
	color: #695f5f;
	text-decoration: underline overline;
}

/*  The style for every button  */
.button
{
	color: #ffffff;
 	background-color: gray;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	border: outset 0 #000000;
	padding: 3px 10px;
}

/*  Misc. Styles  */
.paragraph
{
	background: white;
	color: #000;
	font-size: 13px;
}
.default_hr
{
	color: #695f5f;
	background-color: white;
	border: none;
	width: 75%;
	height: 1px;
}
.fixed_width
{
	background: white;
	color: #ffffff;
	font-family: "lucida console", sans-serif;
	font-size: 12px;
}
.black_link
{
	color: #000;
	text-decoration: none;
}
.small
{
	font-size: 10px;
}
