/**
 * The default CSS stylesheet used for all templates.
 *
 * @package AutoIndex
 * @author Justin Hagstrom <JustinHagstrom@yahoo.com>
 * @version 1.0.2 (February 05, 2004)
 *
 * @copyright Copyright (C) 2002-2004 Justin Hagstrom
 * @license http://www.gnu.org/licenses/gpl.html GNU General Public License (GPL)
 *
 * @link http://autoindex.sourceforge.net
 */

/* Body */
.autoindex_body, html
{
	font-family: Tahoma, lucidia, sans-serif;
	font-size: 12px;
	background-color: #fff;
}

/* Images */
.autoindex_body img
{
	border: none;
}

/* Tables */
.autoindex_table
{
	width: 100%;
	border: none;
	border-spacing: 2px;
}
.light_row
{
	background-color: #DBDBDA;
	font-size: 12px;
}
.dark_row
{
	background-color: #BEBEBE;
	font-size: 12px;
}
.autoindex_td
{
	font-size: 12px;
	font-family: verdana, lucidia, sans-serif;
	vertical-align: top;
	padding: 1px 5px;
	text-align: left;
	padding: 1px 5px;
}
.autoindex_td_right
{
	font-size: 12px;
	font-family: verdana, lucidia, sans-serif;
	vertical-align: top;
	padding: 1px 5px;
	text-align: right;
	white-space: nowrap;
}
.autoindex_th
{
	font-size: 12px;
	background-color: #7E7F7F;
	padding: 2px 5px;
	color: #fff;
}

/* Links */
.plain_link
{
	color: #000000;
	text-decoration: none;
}
.autoindex_a:link
{
  color: #393939 !important;
  font-weight: bold;
  text-decoration: none;
}
.autoindex_a:visited, .autoindex_a:active, .autoindex_a:hover
{
	color: #595959;
	font-weight: bold;
	text-decoration: none;
}
.light_row:hover, .dark_row:hover
{
	background-color: #FCC10D;
}

/* Buttons */
.button
{
	color: #fff;
	background-color: #494949;
	font-family: sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	border: none;

	margin: 0 0.5em;
}

.button:hover {
		background-color: #FCC10B;
}

/* Misc. */
.paragraph
{
	background: #DBDBDA;
	font-size: 12px;
	color: #000;
}
.autoindex_hr
{
	color: #000;
	background-color: #000;
	border: none;
	width: 75%;
	height: 1px;
}
.autoindex_small
{
	font-size: 9px;
}


th.autoindex_th a.plain_link {
 display: block;
 color: #fff;
}

#powered_by {
	font-family: Arial, lucidia, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	color: #989999;
	font-size: 10px;
}

#powered_by a {
	text-decoration: none;
	color: #FAB933;

}

img.preview {
  float:right;
}
