/***************************************************************************
                  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: 13px;
	background-color: #F0F0F0;
}*/
.autoindex_body img
{
	border:none;
}
/*.autoindex_body div
{
	font-size: 70%;
	font-weight: normal;
}*/
/*  Table settings  */
.light_row
{
	background-color:#DCDCCB;
	/*font-size: 13px;*/
}
.light_row img
{
	margin: 0px 3px 0px 2px;
}
.light_row ul
{
	margin:3px 0px 3px 0px;
 	list-style-type:none;
}
.dark_row
{
	background-color:#CBCBB9;
	/*font-size: 13px;*/
}
.dark_row img
{
	margin: 0px 3px 0px 2px;
}
.dark_row ul
{
	margin:3px 0px 3px 0px;
 	list-style-type:none;
}
.default_td
{font-size: 70%;
	padding: 5px 5px 0px 5px;
	border: 1px solid #666666;
	/*font-size: 13px;*/
}
.default_td a
{font-size: 100%;
text-decoration:none; }
.default_td li a
{font-size: 150%;
text-decoration:none; }
.default_th
{
color:#FFFFFF;
	background-color:#7C3131;
	border: 1px solid #000000;
	/*font-size: 13px;*/
		font-size: 65%;

}
.default_th .small
{
		font-size: 100%;

}
.default_th a
{
color:#FFFFFF;
}

/*  Settings for links  */
.default_a:visited, .default_a:active
{
	/*color: #00008F;*/
	text-decoration: none;
}
.default_a:link
{
	/*color: #0000FF;*/
	text-decoration: none;
}
.default_a:hover
{
	/*color: #0000FF;
	text-decoration: overline underline;*/
}

/*  The style for every button  */
.button
{
	color:#000000;
 	background-color:#CCCCCC;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	margin: 3px;
	border: 1px outset #000000;;
	padding: 3px 10px 3px 10px;
}

/*  Misc. Styles  */
.paragraph
{
	background: #E7E7E7;
	/*color: #000020;
	font-size: 13px;*/
}
.default_hr
{
	/*color: #000020;*/
	background-color: #000020;
	border: none;
	width: 75%;
	height: 1px;
}
.fixed_width
{
	background: #E7E7E7;
	/*color: #000020;
	font-family: lucida console, sans-serif;
	font-size: 12px;*/
}
.black_link
{
	color: #fff;
	text-decoration: none;
}
.black_link:hover
{
	color: #E7E7E7;
	text-decoration: none;
}
.small
{
font-size:70%;	
	color:#E7E7E7;
	/*font-size: 10px;*/
}
.small a
{
	text-decoration:none;
	color: #E6E6E6;
}
