/**
 * 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: roboto, verdana, lucidia, sans-serif;

	background-color: #DDDDDD;
}

/* Images */
.autoindex_body img
{
	border: none;
}

/* Tables */
.autoindex_table
{
	width: 80%;
	border: none;
	border-spacing: 0px;
	margin: 0px auto;
}
.light_row
{
	background-color: #DDDDDD;
	font-size: 16px;
}
.dark_row
{
	background-color: #CFD8DC;
	font-size: 16px;
}
.autoindex_td
{
	font-size: 16px;
	font-family: roboto, verdana, lucidia, sans-serif;
	vertical-align: center;
	border: 0px solid #CFD8DC;
	padding: 3px 10px 3px 10px;
	text-align: left;
	white-space: nowrap;
	color: #666666;
}
.autoindex_td_right
{
	font-size: 16px;
	font-family: roboto, verdana, lucidia, sans-serif;
	vertical-align: center;
	border: 0px solid #DDDDDD;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
	color: #666666;
}
.autoindex_th
{
	font-size: 16px;
	background-color: #DDDDDD;
	border: 1px solid #DDDDDD;
	padding: 0px;
	color: #666666;
}

/* Links */
.plain_link
{
	color: #666666;
	text-decoration: none;
}
.autoindex_a:link
{
	color: #666666;
	text-decoration: none;
}
.autoindex_a:visited, .autoindex_a:active, .autoindex_a:hover
{
	color: #666666;
	text-decoration: none;
}
.light_row:hover, .dark_row:hover
{
 /* background-color: #2196F3;+ */
	background-color: #FFFFFF;
}

/* Buttons */
.button
{
	color: #666666;
	background-color: #F2F6FC;
	font-family: sans-serif;
	font-size: 16px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	border: none;
	padding: 3px 10px 3px 10px;
}

/* Misc. */
.paragraph
{
	background: #F2F6FC;
	font-size: 16px;
	color: #666666;
}
.autoindex_hr
{
	color: #666666;
	background-color: #000020;
	border: none;
	width: 75%;
	height: 1px;
}
.autoindex_small
{
	font-size: 10px;
}