/***************************************************************************                  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  */.light_row{	background-color: #FFFFFF;	font-family: verdana, helvetica, lucidia, arial;	font-size: 10px;}.dark_row{	background-color: #E3ECFC;	font-family: verdana, helvetica, lucidia, arial;	font-size: 10px;}.default_td{	border: 0px solid #000000;}.default_th{	background-color: #2C2324;	border: 0px solid #000000;	color: #FF1A35;	text-decoration: none;	font-family: verdana, helvetica, lucidia, arial;	font-size: 11px;}/*  Settings for links  */.default_a:visited, .default_a:active{	color: #333333;	text-decoration: none;	font-family: verdana, helvetica, lucidia, arial;}.default_a:link{	color: #111111;	text-decoration: none;	font-family: verdana, helvetica, lucidia, arial;}.default_a:hover{	color: #111111;	text-decoration: none;	font-family: verdana, helvetica, lucidia, arial;}/*  The default BODY setting  */ /*the "index of /" section*/.autoindex_body{	font-family: verdana, helvetica, lucidia, arial;	font-size: 9px;	background-color: #525252;}/*  The style for every button  */.button{	color: #707070; 	background-color: #F2F6FC;	font-family: arial;	font-size: 10px;	text-align: left;	vertical-align: middle;	cursor: hand;	border: 0px outset #CBCBCB;	padding: 3px 10px 3px 10px;}/*  Misc. Styles  */.paragraph{	background: #FFFFFF;	color: ##000000;	font-family: verdana, helvetica, lucidia, arial;	font-size: 10px;}.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: 9px;}