/**
 * An alternate stylesheet.
 *
 * @package AutoIndex
 * @author Justin Hagstrom <JustinHagstrom@yahoo.com>
 * @version 1.0.0 (February 03, 2005)
 *
 * @copyright Copyright (C) 2002-2005 Justin Hagstrom
 * @license http://www.gnu.org/licenses/gpl.html GNU General Public License (GPL)
 *
 * @link http://autoindex.sourceforge.net
 */

/* Body */
.autoindex_body, html
{
	color: #FFCC00;
	font-family: verdana, lucidia, sans-serif;
	font-size: 13px;
	background-color: #010312 ;
}

/* Images */
.autoindex_body img
{
	border: none;
}

/* Tables */
.autoindex_table
{   
	width: 98%;
	border: none;
	border-spacing: 2px;
}
.light_row
{
	background-color: #101857;
	font-size: 12px;
}
.dark_row
{
	background-color: #101857;
	font-size: 12px;
}
.light_row:hover, .dark_row:hover
{
	background-color: rgba(0,0,0,0.4);
}
.autoindex_td
{
	border: 1px solid #3d49b3;
	font-size: 12px;
	padding: 1px;
	text-align: left;
	white-space: nowrap;
}
.autoindex_td_right
{
	border: 1px solid #3d49b3;
	font-size: 12px;
	padding: 1px;
	text-align: right;
	white-space: nowrap;
}
.autoindex_td:hover, .autoindex_td_right:hover
{
	font-size: 12px;
	padding: 1px;
	border: 1px solid #FFCC00;
}
.autoindex_th
{
	background-color: #030b4d;
	border: 1px solid #AA9339;
	font-size: 12px;
	padding: 2px;
}

/* Links */
.plain_link
{
	color: #FFCC00;
	text-decoration: none;
}
.autoindex_a:visited, .autoindex_a:active
{
	color: #FFCC00;
	text-decoration: none;
}
.autoindex_a:link
{
	color: #FFCC00;
	text-decoration: none;
}
.autoindex_a:hover
{
	color: #FFCC00;
	text-decoration: none;
}

/* Buttons */
.button
{
	color: #FFCC00;
 	background-color: #030b4d;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	border: 0px outset #CBCBCB;
	padding: 3px 10px 3px 10px;
}

/* Misc. */
.paragraph
{
	background: #6992d1;
	color: #FFCC00;
	font-size: 13px;
}
.autoindex_hr
{
	color: #FFCC00;
	background-color: #000020;
	border: none;
	width: 75%;
	height: 1px;
}
.autoindex_small
{
	font-size: 12px;
}
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb{
background:#555;
-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.2);
}

::-webkit-scrollbar-track{
background:#222;
-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.1);
}