/**
 * 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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
}

/* Images */
.autoindex_body img
{
	border: none;
}
#path_header {
	font-size: 1.1em;
	background-position: center top;
	margin-right: 10px;
	margin-left: 10px;
	width: 722px;
	background-color: #0B2A39;
	border-top-width: 8px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-top: 8px;
	color: #000066;
	font-weight: bold;
	height: 35px;
}
/* Tables */
.autoindex_table
{
	border: 2px solid #333333;
	vertical-align: 50%;
	width: 726px;
	background-image: url(../../images/table_center.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-left: 12px;
}


#download {
	background-repeat: no-repeat;
	padding-right: 0px;
	text-align: right;
	font-size: 10pt;
}

.light_row
{
	background-color: #0B2A39;
	border: 2px solid #302E35;
}
.dark_row
{
	border: 2px solid #302E35;
	background-color: #1F1D28;
}
.autoindex_td
{
	vertical-align: 50%;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #333333;
}
body, html {
	margin: 0px;
	padding: 0px;
	background-color: #3D95CC;
	background-image: url(../../images/body_bg.png);
	background-repeat: repeat-x;
}
.autoindex_td_right
{
	font-size: 10px;
	vertical-align: 50%;
	text-align: center;
	color: #FFFFCC;
	font-weight: lighter;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	border: 1px solid #333333;
	background-position: right;
}
.autoindex_th
{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../../images/sprite.png);
	background-repeat: repeat-x;
	background-position: 0px -100px;
	color: #000000;
	border: 1px solid #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	white-space: nowrap;
	height: 25px;
	font-weight: bold;
}

.autoindex_th a
{
	background-image: url(../../images/sort.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: inline;
	text-decoration: none;
	color: #000000;
	padding-right: 25px;
}
/* Links */
.plain_link
{
	color: #396976;
	text-decoration: none;
}
.autoindex_a:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	vertical-align: middle;
	line-height: 20px;
}
.autoindex_a:visited, .autoindex_a:active, .autoindex_a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.light_row:hover, .dark_row:hover
{
	background-color: #003366;
}
#search_box {
	border: 2px solid #666666;
	background-color: #0B2A39;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 15px;
	padding-right: 5px;
}
#search_box input {
}
#wrapper {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#footer {
	padding: 0px;
	width: 750px;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url(../../images/table_bottom.png);
	background-repeat: no-repeat;
	height: 24px;
	background-position: center top;
	margin-top: 0px;
	margin-left: auto;
}

/* Buttons */
.button
{
	color: #333333;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	background-repeat: no-repeat;
	width: 75px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-left: 10px;
	height: 26px;
}


/* Misc. */
.paragraph
{
	background: #F2F6FC;
	font-size: 13px;
}
.autoindex_hr
{
	color: #000020;
	background-color: #000020;
	border: none;
	width: 75%;
	height: 1px;
}
.autoindex_small
{
	font-size: 10px;
}
.autoindex_td input {
	background-image: url(../../images/formbg.png);
	background-repeat: repeat-x;
	background-position: top;
}
div.htmltooltip{
	position: absolute; /*leave this and next 3 values alone*/
	z-index: 1000;
	left: -1100px;
	top: -1000px;
	border: thick solid #000066;
	color: #003366;
	padding: 12px;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../../images/formbg_ta.png);
	background-repeat: repeat;
	font-size: 10pt;
	background-position: top;
	font-weight: normal;
}
#explorer {
	background-image: url(../../images/table_center.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 750px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
}
#search_box        .autoindex_td, #download      img,  #search_box  td  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#path_header table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}
#path_header tr {
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 28px;
	background-position: -101px top;
	background-color: #a4c2de;
	background-image: url(../../images/top_menu_hover.png);
}
#path_header .autoindex_a {
	background-color: #999;
	font-size: 1em;
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
	background-image: url(../../images/top_menu_hover.png);
	background-repeat: no-repeat;
	padding-right: 15px;
	line-height: 28px;
	height: 28px;
	display: inline-block;
	background-position: right top;
}

#path_header  td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

