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

html
{
    padding: 0px;
    margin: 0px;
    background-color: #344556;
    height: 100%;
}

/* Body */
.autoindex_body
{
	font-family: verdana, lucidia, sans-serif;
	font-size: 13px;
	background-color: #344556;
	width: 98%;
}

/* Верхний блок с названием */
table.headtop {
font-size: 180%;
background-color:#8C9FB3;
text-align:center;
padding:10px 10px;
border: 1px solid #FFFFFF;
height: 50px;
}

/* Верхний блок с поиском */
table.search {
font-size: 12px;
background-color:#8C9FB3;
text-align: right;
border: 1px solid #FFFFFF;
height: 30px;
}

/* Нижний блок */
table.footer {
font-size: 80%;
background-color:#69829C;
text-align:center;
padding:2px 2px;
border: 1px solid #FFFFFF;
}

/* главный блок страницы сайта*/
table.base {
background-color: #344556;
border: 1px solid #FFFFFF;
padding: 0px;
}

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

/* Tables */
.autoindex_table
{
	width: 96%;
    overflow: auto;
	margin: auto;
    border: 1px solid #FFFFFF;
	border-spacing: 2px;
}

.autoindex_div
{
	width: 90%;
	border: 1px solid #FAFAFA;
	border-spacing: 2px;
}

.light_row
{
	background-color: #9CADBD;
	font-size: 12px;
}
.dark_row
{
	background-color: #9CADBD;
	font-size: 12px;
}
.light_row:hover, .dark_row:hover
{
	background-color: #B9C6D0;
}
.autoindex_td
{
	border: 1px solid #FAFAFA;
	font-size: 12px;
	padding: 1px;
	text-align: left;
	white-space: nowrap;
}
.autoindex_td_right
{
	border: 1px solid #FAFAFA;
	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: #6B849C;
	border: 1px solid #FFFFFF;
	font-size: 12px;
	padding: 2px;
}

.autoindex_th2
{
	background-color: #6B849C;
	border: 1px solid #FFFFFF;
	font-size: 12px;
	padding: 2px;
	
}

/* Links */
.plain_link
{
	color: #000000;
	text-decoration: none;
}
.autoindex_a:visited, .autoindex_a:active
{
	color: #00008F;
	text-decoration: none;
}
.autoindex_a:link
{
	color: #0000FF;
	text-decoration: none;
}
.autoindex_a:hover
{
	color: #392266;
	text-decoration: none;
}

/* Buttons */
.button
{
	color: #000000;
 	background-color: #6B849C;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	border: 0px outset #FFFFFF;
	padding: 2px 10px 3px 10px;
}

/* Misc. */
.paragraph
{
	background: #9CADBD;
	color: #000000;
	font-size: 12px;
}
.autoindex_hr
{
	color: #000020;
	background-color: #000020;
	border: none;
	width: 75%;
	height: 1px;
}
.autoindex_small
{
	font-size: 10px;
}
