/***************************************************************************
                  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



   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.

 ***************************************************************************/

/*  The default BODY setting  */
.autoindex_body
{
	font-family: verdana, helvetica, lucidia, arial, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}
.autoindex_body img
{
	border: none;
}

/*  Table settings  */
.light_row
{
	background-color: #FFFFFF;
	font-size: 11px;
}
.dark_row
{
	background-color: #F0F0F0;
	font-size: 11px;
}
.default_td
{
	border: 1px solid #7F8FA9;
	font-size: 11px;
}
.default_th
{
	background-color: #006699;
	border: 1px solid #000010;
	font-size: 11px;
	color: white;
}

/*  Settings for links  */
.default_a:visited, .default_a:active
{
	color: #00008F;
	text-decoration: none;
}
.default_a:link
{
	color: #006699;
	text-decoration: none;
}
.default_a:hover
{
	color: #FF0000;
	text-decoration: none;
}

/*  The style for every button  */
.button
{
	color: #707070;
 	background-color: #F2F6FC;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	border: 0px outset #CBCBCB;
	padding: 3px 10px 3px 10px;
}

/*  Misc. Styles  */
.paragraph
{
	background: #F7F7F7;
	color: #000020;
	font-size: 11px;
}
.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: 11px;
}
.black_link
{
	color: #ffffff;
	text-decoration: none;
}
.small
{
	font-size: 10px;
}