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

/*  Table settings  */
.light_row
{
	background-color: #CC3300; //#3399FF; //#F2F6FC;
	font-size: 13px;
}
.dark_row
{
	background-color: #990000; //#3366CC; //#DADEEE;
	font-size: 13px;
}
.default_td
{
	border: 1px solid #660000; //#333399; //#7F8FA9;
	font-size: 13px;
}
.default_th
{
	background-color: #660000; //#333399; //#7F8FAD;
	border: 1px solid #000010;
	font-size: 13px;
}

/*  Settings for links  */
.default_a:visited, .default_a:active
{
	color: #CCFFFF; //#00008F;
	text-decoration: none;
}
.default_a:link
{
	color: #CCFFFF; //#0000FF;
	text-decoration: none;
}
.default_a:hover
{
	color: #FFFF00; //#0000FF;
	text-decoration: overline underline;
}

/*  The style for every button  */
.button
{
	color: #FFFF00; //#707070;
 	background-color: #CC3300; //#3399FF; //#F2F6FC;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-align: center; //left;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	border: 1px outset #CBCBCB;
	padding: 0px 5px 0px 5px; //3px 10px 3px 10px;
}

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