/***************************************************************************
                  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: verdana, lucidia, sans-serif;
	font-size: 13px;
	background-color: #657A71;
}
.autoindex_body img
{
	border: none;
}

/*  Table settings  */
.light_row
{
	background-color: #E7DED5;
	font-size: 11px;
}
.dark_row
{
	background-color: #CFC7BF;
	font-size: 11px;
}
.default_td
{
	font-size: 11px;
	padding: 1px 5px 6px 5px;
	border-bottom: 1px solid black;
}

.default_th
{
	border-top: 2px solid black;
	border-bottom: 1px solid black;
	height: 25px;
	background-color: #CFC7BF;
	font-size: 13px;
}

/*  Settings for links  */
.default_a:visited, .default_a:active
{
	color: #989898;
	font-weight: bold;
	text-decoration: none;
}

.default_a:link
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.default_a:hover
{
	color: #C37500;
	text-decoration: overline underline;
}

/*  The style for every button  */
.button
{
	width: 60px;
	color: #000000;
 	background-color: #CFC7BF;
	font-family: sans-serif;
	font-size: 12px;
	text-align: middle;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	border: none;
	margin-top: -2px;
	padding: 3px 8px 3px 8px;
}

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