/***************************************************************************
                  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: Tahoma;
	font-size: 11px;
	background-color: #4B4B7C;
}
.autoindex_body img
{
	border: none;
}

select, input, textarea, label
{	
	font-family: Tahoma;
	font-size: 11px;
}

/*  Table settings  */
.light_row
{
	background-color: #E0DFE8;
	font-size: 11px;
}
.dark_row
{
	background-color: #CFC9DB;
	font-size: 11px;
}
td
{
	font-size: 11px;
}
.default_td
{
	border: 1px solid #7B759C;
	font-size: 11px;
	padding-left: 1px;
	padding-top: 1px;
}
.default_th
{
	background-color: #7C759F;
	border: 1px solid #000010;
	font-size: 11px;
}

/*  Settings for links  */
:visited.default_a, :active.default_a
{
	color: #460084;
	text-decoration: none;
}
:link.default_a
{
	color: #7D00EB;
	text-decoration: none;
}
:hover.default_a
{
	color: #7D00EB;
	text-decoration: none;
}

a:visited
{
	color: #2E2948;
	text-decoration: none;
}
a:link
{
	color: #000000;
	text-decoration: none;
}
a:active
{
	color: #5A5A95;
	text-decoration: none;
}
a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

/*  The style for every button  */
.button
{
	color: #707070;
 	background-color: #E0DFE8;
	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: #E0DFE8;
	color: #000020;
	font-size: 11px;
}
.default_hr
{
	color: #000020;
	background-color: #000020;
	border: none;
	width: 75%;
	height: 1px;
}
.fixed_width
{
	background: #E0DFE8;
	color: #000020;
	font-family: lucida console, sans-serif;
	font-size: 12px;
}
.black_link
{
	color: #000000;
	text-decoration: none;
}
.small
{
	font-size: 10px;	
}
img
{
	border: none;
}
hr
{ 
	color: #37375B;
	background-color: #37375B;
	height: 1px;
}
hr.news
{ 
	color: #37375B;
	background-color: #37375B;
	height: 1px;
	width: 100%;
	border-style: dashed;
}