/***************************************************************************
                  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: verdana, lucidia, sans-serif;
	font-size: 12px; color:#0000B0;
}
.autoindex_body img
{
	border: none;
}
.textmini {font-size:11px;}


/*  Table settings  */
.light_row
{
	background-color: #F2F6FC;
	font-size: 11px;
}
.dark_row
{
	background-color: #DADEEE;
	font-size: 11px;
}
.default_td
{
	border: 1px solid #7F8FA9;
	font-size: 11px;
}
.default_th
{
	background-color: #7F8FAD;
	border: 1px solid #000010;
	font-size: 11px;
}

/*  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: #707070;
 	background-color: #F2F6FC;
	font-family: sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	border: none;
	padding: 3px 10px 3px 10px;
}

/*  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: #000000;
	text-decoration: none;
}
.small
{
	font-size: 10px;
}


a.menu {
 font-size:11px;
 display:block;
 padding:5px;
 border-top:0px solid #000;
 background-color:#000000;
 text-align:left;
 color:#000000;
 text-decoration:none;
 }
a.menu:link, a.menu:visited
{ 
  color:#0000B0;
 background-color:#BDDEFF;
 text-decoration:none; font-weight:bold;
}
a.menu:active, a.menu:hover
{ 
  color:#0000B0; font-weight:bold;
 background-color:#A0C8F0;
}

h1 { font-size:14px; font-style:normal; color:#00009F; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; ; background-color: #B0B0FF; border: dotted; border-color: #0000CC inset; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; margin-top: 2px; margin-right: 2px; margin-bottom: 2px; margin-left: 2px; border-width: 0px 0px 2px;}
h2 {font-size:16px;color:#000000;}
h3 {font-size:14px;color:#000000;}

#title {
height:150px;
padding:0px;
background-color:#5F5FCD;
border-bottom:1px solid #DDDDDD;
}
#left {
background-color:#000077;
border-left:1px solid #DDDDDD;
border-bottom:1px solid #DDDDDD;
width:130px;
float:left;
}
.menutitle {
height:13px;
padding:5px;
border-bottom:0px solid #6BA5D6;
background-color:#00639C;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;color:#FFFFFF;
font-weight:bold;
text-align:center;
margin:0px;
}
.menucontainer {
border:5px solid #6BA5D6;
background-color:#7b7d8e;
width:120px;
margin:0px;
}
#content {
border:0px solid #CCCCFF;
background-color:#CCCCFF;
border-left:1px solid #DDDDDD;
border-right:1px solid #DDDDDD;
width:607px;
float:right;
padding:0px 10px;
}