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

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

/*  The default BODY setting  */
.autoindex_body, html
{
	font-family: "Lucida Sans", arial, verdana, sans-serif;
	font-size: 13px;
	background-color: #000;
}

#wrapper {background-color: #fff; width: 980px; margin: 0 auto; padding: 10px;}
.autoindex_body img
{
	border: none;
}

/*  Table settings  */
.light_row
{
	background-color: #F3F3F3;
	font-size: 13px;
}
.dark_row
{
	background-color: #ccc;
	font-size: 13px;
}
.default_td
{
	border: 1px solid #7F8FA9;
	font-size: 13px;
}
.default_th
{
	background-color: rgb(255, 102, 0);
	color: #fff;
	border: 1px solid #000010;
	font-size: 13px;
}

/*  Settings for links  */
.default_a:visited, .default_a:active
{
	color: #0000FF;
	text-decoration: none;
}
.default_a:link
{
	color: #0000FF;
	text-decoration: none;
}
.default_a:hover
{
	color: rgb(255, 102, 0);
	
}

/*  The style for every button  */
.button
{
	color: #fff;
 	background-color: rgb(255, 102, 0);
	font-family: sans-serif;
	font-size: 11px;
	text-align: left;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	border: none;
	padding: 3px 10px 3px 10px;
	border: 1px solid #7F8FA9;
}

.button A {color: #fff; text-decoration: none;}

/*  Misc. Styles  */
.paragraph
{
	background: #F2F6FC;
	color: #000020;
	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, sans-serif;
	font-size: 12px;
}
.black_link
{
	color: #fff;
	text-decoration: none;
}
.small
{
	font-size: 10px;
}	
	/* custom styles */
	
H1 {
	
	text-align:left;
	font-weight:bold;
	font-size:20px;
	margin:0px;
	
	color:#0B4153;
	/*line-height:35px;*/
}

#url	
	{
	color:#CCCCCC;
	font-size:11px;
	text-decoration: none;
	font-style:italic;
}

#copyright{
	background-color:#0B4153;
	padding-right:10px;
	padding-left:10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	margin: -10px;
}
