/***************************************************************************
                  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  */
* {
margin: 0;
padding: 0;
border: none;
}

 body,td,th {
	color: #000000;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
a:hover {
	color: #B60000;
}
body {
}

 A                           { color: #B60000; text-decoration: none }
 A:link, A:active, A:visited { color: #B60000 }
 A:hover                     { color: #B60000; text-decoration: underline }
 
 A.dir { font-weight: bold }                                   /* directory name in filelist */
 a.dir:visited, a.dir:active, a.dir:link { color: #B60000; }
 A.dir:hover { color: #B60000; }
 
 a.text:link, a.text:active, a.text:visited { color: #B60000; }
 A.text:hover                                { color: #B60000; }
 
.autoindex_body, html
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 13px;
	color: #393939;
}
.autoindex_body img
{
	border: none;
}

/*  Table settings  */
.light_row
{
	background-color: transparent;
	font-size: 13px;
}
.dark_row
{
	background-color: transparent;
	font-size: 13px;
}
.default_td
{

	font-size: 13px;
}
.default_th
{   
	border: 1px solid #E5E5E5;
	font-size: 13px;
}

/*  Settings for links  */
.default_a:visited, .default_a:active
{
	color: #000000;
	text-decoration: none;
}
.default_a:link
{
	color: #000000;
	text-decoration: none;
}
.default_a:hover
{
	color: #B60000;
	text-decoration: overline underline;
}

/*  The style for every button  */
.button
{
	color: #B60000;
 	background-color: transparent;
	font-family: arial;
	font-size: 10px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	border: none;
	padding: 3px 10px 3px 10px;
}

/*  Misc. Styles  */
.paragraph
{
	background: transparent;
	color: #B60000;
	font-size: 12px;
}
.default_hr
{
	color: #B60000;
	background-color: transparent;
	border: none;
	width: 75%;
	height: 1px;
}
.fixed_width
{
	background: transparent;
	color: #B60000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}
.black_link
{
	color: #B60000;
	text-decoration: none;
}
.small
{
	font-size: 10px;
}