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

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

/*  Table settings  */
.light_row
{
	background-color: #E8EDF0;
	font-family: verdana, helvetica, lucidia, arial;
	font-size: 11px;
	color: #6d6e71;
}

.dark_row
{
	background-color: #ffffff;
	font-family: verdana, helvetica, lucidia, arial;
	font-size: 11px;
	color: #6d6e71;
}

.default_td
{
	border: 0px solid #ffffff;
}

.default_th
{
	background-color: #AAC71D;
	border: 2px solid #AAC71D;
	font-family: verdana, helvetica, lucidia, arial;
	font-size: 12px;
	color: #FFFFFF;
}

/*  Settings for links  */
.default_a:visited, .default_a:active
{
	color: #dd0a16;
	text-decoration: none;
	font-family: verdana, helvetica, lucidia, arial;
}

.default_a:link
{
	color: #dd0a16;
	text-decoration: none;
	font-family: verdana, helvetica, lucidia, arial;
	font-size: 11px;
}

.default_a:hover
{
	color: #dd0a16;
	text-decoration: underline;
	font-family: verdana, helvetica, lucidia, arial;
	font-size: 11px;
}

/*  The default BODY setting  */
.autoindex_body
{
	font-family: verdana, helvetica, lucidia, arial;
	font-size: 11px;
	background-color: #000000;
}

/*  The style for every button  */
.button
{
	color: #707070;
 	background-color: #ffffff;
	font-family: arial;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	cursor: hand;
	border: 1px outset #6d6e71;
	padding: 3px 5px 1px 5px;
}

/*  Misc. Styles  */
.paragraph
{
	background: #E8EDF0;
	color: #6d6e71;
	font-family: verdana, helvetica, lucidia, arial;
	font-weight: bold;
	font-size: 11px;
}

.default_hr
{
	color: #ffffff;
	background-color: #000020;
	border: none;
	width: 100%;
	height: 10px;
}

.fixed_width
{
	background: #F2F6FC;
	color: #000020;
	font-family: verdana, helvetica, lucidia, arial;
	font-size: 11px;
}

