@import url(../web/img/site.css);
/***************************************************************************
                  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: white;
}
.dark_row
{
	background-color: lightgray;
}
.default_td
{
	border: 1px solid white;
	font-size: 13px;
}
.default_th
{
	background-color: gray;
	border: 1px solid white;
	font-size: 13px;
}

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

/*  The style for every button  */
.button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #ABCAEB;
	padding: 4px 6px;
	margin-top: 1px;
	margin-bottom: 2px;
	margin-right: 2px;
	margin-left: 1px;
	border: 1px solid #FFFFFF;
	float: left;
}
.button a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #000066;
	padding: 4px 6px;
	margin-top: 1px;
	margin-bottom: 2px;
	margin-right: 2px;
	margin-left: 1px;
	border: 1px solid #FFFFFF;
	float: left;
}
/*  Misc. Styles  */
.paragraph
{
	background: gray;
	color: white;
}
.default_hr
{
	color: white;
	background-color: white;
	border: none;
	width: 75%;
	height: 1px;
}
.fixed_width
{
	background: gray;
	color: white;
	font-family: lucida console, sans-serif;
	font-size: 12px;
}
.black_link
{
	color: white;
	text-decoration: none;
}
.small
{
	font-size: 10px;
}





