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

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

/* ---------- default ----------- */

.autoindex td,
.autoindex {
	font-family: Tahoma, Verdana, Arial, Swiss, Serif;
	font-size: 9pt;
	font-weight:normal;
	text-decoration:none;
	}

.autoindex a,
.autoindex a:link,
.autoindex a:visited {
	text-decoration:none;
	color:#000044;
	}

.autoindex a:hover {
	color:#FF4444;
	}

.autoindex_icon {
	vertical-align:bottom;
	border: none;
	height:16px;
	width:16px;
	padding:0 5 0 0;
	}

/* ---------- explore mode ----------- */

	
.autoindex .heading {
	display:block;
	background-color:#DADEEE;
	font-size:11pt;
	}

.autoindex .light_row {
	padding:0px;
	font-size:10pt;
	background-color: #F2F6FC;
	}

.autoindex .dark_row {
	padding:0px;
	font-size:10pt;
	background-color: #DADEEE;
	}

.autoindex_th {
	font-size: 10pt;
	font-weight:bold;
	color:#FFFF00;
	
	padding:2px 5px 2px 5px;
	background-color: #7F8FAD;
	border: 1px solid #000010;
	}

/*  The style for every button  */
.autoindex 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  */
.autoindex .paragraph {
	background: #F2F6FC;
	text-align:left;
	color: #000020;
	font-size: 13px;
	}


/*  Misc. Styles  */
.autoindex_hr {
	background: #FFFFFF;
	}

.autoindex input,
.autoindex textarea,
.autoindex select {
	color:#222222;
	font-size:9pt;
	background-color: #DCECF9;
	border: 1px solid #B7DEFB;
	}


/* ---------- public list ----------- */

.autoindex .public_title {
	font-size: 14pt;
	font-weight: bold;
	color: #000044;
	padding:5 2 2 2;
	border: none;
	}

.autoindex .public1 {
	font-size: 10pt;
	padding:0;
	background-color:#ffffff;
	border: none;
	}

.autoindex .public2 {
	font-size: 10pt;
	padding:0;
	line-height:22px;
	background-color:#dddddd;
	border: none;
	}

.autoindex .public2 a,
.autoindex .public2 a:link,
.autoindex .public2 a:visited {
	padding:0 0 0 5;
	text-decoration:none;
	color:#000044;
	}

.autoindex .public2 a:hover {
	display:block;
	padding:0 0 0 5;
	background-color:#ffffcc;
	color:#FF4444;
	}
/* ---------- any link ----------- */

