/***************************************************************************
                  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.

 ***************************************************************************/

/*  Table settings  */
body{
	background-color: #E6E7E1;
}
.light_row
{
	background-color: #E6E7E1;
	font-family: arial,verdana, helvetica, lucidia, arial;
	font-weight: bold;
	font-size: 11px;
	color:#666666;
	margin-bottom:10px;
}

.dark_row
{
	background-color: #E6E7E1;
	font-family: arial,verdana, helvetica, lucidia, arial;
	font-weight: bold;
	font-size: 11px;
	color:#666666;
	margin-bottom:10px;
}

.default_td
{
	border: 0px solid #7F8FA9;
}

.default_th
{
	background-color: #E6E7E1;
	border: 0px solid #000010;
	font-family: "Trebuchet MS",verdana, helvetica, lucidia, arial;
	font-size: 13px;
}

/*  Settings for links  */
.default_a:visited, .default_a:active
{
	color: #666666;
	text-decoration: none;
	font-family: "Trebuchet MS",verdana, helvetica, lucidia, arial;
	margin-bottom:10px;
}

.default_a:link
{
	color: #666666;
	text-decoration: none;
	font-family: "Trebuchet MS",verdana, helvetica, lucidia, arial;
	margin-bottom:10px;
}

.default_a:hover
{
	background: #09A0FF;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS",verdana, helvetica, lucidia, arial;
	margin-bottom:10px;
}

/*  The default BODY setting  */
.autoindex_body
{
	font-family: "Trebuchet MS",verdana, helvetica, lucidia, arial;
	font-size: 13px;
	background-color: #E6E7E1;
}

/*  The style for every button  */
.button
{
	color: #707070;
 	background-color: #F2F6FC;
	font-family: arial;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	cursor: hand;
	border: 0px outset #CBCBCB;
	padding: 3px 10px 3px 10px;
}

/*  Misc. Styles  */
.paragraph
{
	background: #F2F6FC;
	color: #000020;
	font-family: "Trebuchet MS",verdana, helvetica, lucidia, arial;
	font-size: 13px;
}

.default_hr
{
	color: #000020;
	background-color: #000020;
	border: none;
	width: 75%;
	height: 1px;
}

.fixed_width
{
	background: #F2F6FC;
	color: #000020;
	font-family: lucida console;
	font-size: 12px;
}