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

 ***************************************************************************/
body {
font-size: 11px;
}

#main
{
width: 95%;	
}

table
{
margin-bottom: 13px;
}

li
{
margin-left: 15px;
}

.title
{
font-size: 14px;
margin-bottom: 5px;
font-weight: bold;
}

img
{
vertical-align: bottom;
}

input, select, textarea
{
font-size: 11px;
}

/*  The default BODY setting  */
.autoindex_body, html
{
}
.autoindex_body img
{
	border: none;
}

#content
{
margin: 15px;
}

/*  Table settings  */
.light_row
{
	background-color: #ffffff;
}
.dark_row
{
	background-color: #ffffff;
}
.default_td
{
	border: 0px solid #000000;
	padding-bottom: 25px;
	text-align: left;
	font-size: 10px;
}

.default_td ul
{
margin: 0px;
padding: 0px;
margin-left: 15px;
}

.default_td ul li
{
margin: 0px;
padding: 0px;
}

#main_table .default_td
{
	border: none;
	border-bottom: 1px solid #000000;
	padding: 3px;
	padding-left: 6px;
	text-align: left;
	font-size: 10px;
	vertical-align: middle;
}

#admin_table
{
width: 100%;
}

#admin_table
{
}

#admin_table td table
{
width: 100%;
padding-top: 0px;
}


#admin_table td table td.default_td
{
	border: none;
	border-top: 5px solid #000000;
	padding: 3px;
	text-align: left;
	font-size: 10px;
	vertical-align: middle;
}

.default_th
{
	background-color: #000000;
	font-size: 11px;
	color: white;
	padding: 3px;
	padding-left: 6px;
	font-weight: bold;
	text-align: left;
}

.default_th .small
{
color: #ffffff;
}

.default_th a
{
	color: white;
	font-weight: bold;
}

/*  Settings for links  */
.default_a:visited, .default_a:active
{
	color: #000000;
	text-decoration: none;
}
.default_a:link
{
	color: #000000;
	text-decoration: none;
}
.default_a:hover
{
	text-decoration: underline;
}

/*  The style for every button  */
input.button, a.button
{
	display: block;
	background: #000000;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 8px;
	font-size: 12px;
	width: 75px;
	text-decoration: none;
	border: none;
}

/*  Misc. Styles  */
.paragraph
{
}
.default_hr
{
	border: none;
}
.fixed_width
{
}
.black_link
{
	color: #000000;
	text-decoration: none;
}
.small
{
	font-size: 10px;
}
