/***************************************************************************
                  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: #7E7E7E;
	font-size: 13px;
}
.dark_row
{
	background-color: #7E7E7E;
	font-size: 13px;
}
.default_td
{
	/* border: 1px solid #7F8FA9; */
	/* border: none; */
	border: 1px solid #004040;
	font-size: 13px;
}
.nav_td
{
	border: none;
}
.link_td
{
	border: none;
	margin-bottom: 18px;
}
.donationexpl_td
{
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	width: 256px;
	text-align: left;
}
.contact_td
{
	border: none;
	font-size: 13px;
}
.search_td
{
	border: none;
	font-size: 13px;
	color: #004040;
}
.footer_th
{
	border: 1px solid #004040;
	font-size: 13px;
/*	background-color: #004040; */
	background-color: #8B9D93;
	color: #000000;
}
.default_th
{
	/* background-color: #7E7E7E;
	border: 1px solid #000010; */
	border: 1px solid #004040;
/*	background-color: #004040; */
	background-color: #8B9D93;
	color: #000000;
	font-size: 13px;
}

/*  Settings for links  */
.default_a:visited, .default_a:active
{
	color: #004040;
	text-decoration: none;
}
.default_a:link
{
	color: #004040;
	text-decoration: none;
}
.default_a:hover
{
	color: #004040;
	text-decoration: overline underline;
}

.link_a:visited, .link_a:active
{
	color: #004040;
	text-decoration: none;
	font-size: 100%;
}
.link_a:link
{
	color: #004040;
	text-decoration: none;
	font-size: 100%;
}
.link_a:hover
{
	color: #004040;
	text-decoration: overline underline;
	font-size: 100%;
}	
/*  The style for every button  */
.button
{
	color: #707070;
 	background-color: #F2F6FC;
	font-family: sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	border: none;
	padding: 3px 10px 3px 10px;
}

/*  Misc. Styles  */
.paragraph
{
	background: #7E7E7E;
	color: #000020;
	font-size: 13px;
}
.image_paragraph
{
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;
}
.par
{
	color: #004040;
}
.link_text
{
	text-align: left;
}
.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;
}