/***************************************************************************
                  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: #F0F0F0;
}
.autoindex_body img
{

	border: none;
}

/*  Table settings  */
.light_row
{
	background-color: #A27266;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;

}
.dark_row
{
	background-color: #7f3d2d;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;

}
.default_td
{

	border: 1px solid #7F8FA9;
	font-size: 13px;
}
.default_th
{
	background-color: #E7DECD;
	border: 1px solid #000010;
	font-size: 13px;
}

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

/*  The style for every button  */
.button
{
	position:absolute;
	top: 65px;
	left: 170px;
	width: 100px;


	color: #FFFFFF;
 	background-color: #7f3d2d;
	font-family: sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	border: none;
	padding: 3px 10px 3px 10px;
}

.button2
{
	position:absolute;
	top: 65px;
	left: 170px;
	width: 0px;
	height:0px;


	color: #FFFFFF;
 	background-color: #7f3d2d;
	font-family: sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	border: none;
	padding: 3px 10px 3px 10px;
}


/*  Misc. Styles  */
.paragraph
{

	background: #7f3d2d;
	color: #000020;
	font-size: 13px;
	color: #FFFFFF; 
}

.DirectoryLinks
{
	width: 418px;
	height:20px;

	background: #7f3d2d;
	color: #000020;
	font-size: 13px;
	color: #FFFFFF; 
}


.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;
}