@charset "utf-8";
/**
 * 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
 */
* {margin:0; padding:0;}
/* Body */
.autoindex_body, html
{	
	height: 100%;
	font: 84% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	/* background:#005457;   url(../images/tealPattern.jpg) */
}
div#container {
	position:relative;
	width: 75em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #f2f2f2;  /* extends footer color to 100% of page bottom */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height:auto !important;;
	height:100%;
	min-height:100%;
	border: solid #638686;
	border-width: 0 1px 0 1px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/* ------ #header styles -------- */
div#header { 
	height:90px;
	background-color: #fff;
	border-style:solid;
	border-color:#014c4c;
	border-width:0 0 1px 0;
}
div#header img.logotype {	
	margin-left:40px;
	margin-top:8px;
	float:left;
	} 
.bannerArt {
	float:right;
	padding:0;
	}
div#headerBorderExtend {
	height:2px;
	background-color:#638686;
	width: 75em;
	margin: 0 auto;
	}

/* ---- end #header styles ---- */
div#mainContent {
	margin:1.0em;
	}
.docPageTitle {
	font-size: 1.2em; 
	font-weight: bold; 
	color:#990000;
	margin-bottom:0.5em;
	}
/* Images */
.autoindex_body img
{
	border: none;
}

/* Tables */
.autoindex_table
{	
	width:100%;
	border: none;
	border-spacing: 2px;
	
}
.light_row
{
	background-color: #F2F6FC;
	font-size: 13px;
}
.dark_row
{
	background-color: #DADEEE;
	font-size: 13px;
}
.autoindex_td
{
	font-size: 13px;
	font-family: verdana, lucidia, sans-serif;
	vertical-align: top;
	border: 1px solid #7F8FA9;
	padding: 0px;
	text-align: left;
	white-space: nowrap;
}
.autoindex_td_right
{
	font-size: 13px;
	font-family: verdana, lucidia, sans-serif;
	vertical-align: top;
	border: 1px solid #7F8FA9;
	padding: 0px;
	text-align: right;
	white-space: nowrap;
}
.autoindex_th
{
	font-size: 11px;
	background-color: #7F8FAD;
	border: 1px solid #000010;
	padding: 0px;
}

/* Links */
.plain_link
{
	color: #000000;
	text-decoration: none;
}
.autoindex_a:link
{
	color: #0000FF;
	text-decoration: none;
}
.autoindex_a:visited, .autoindex_a:active, .autoindex_a:hover
{
	color: #00008F;
	text-decoration: none;
}
.light_row:hover, .dark_row:hover
{
	background-color: #FFFFA8;
}

/* Buttons */
.button
{
	color: #707070;
	background-color: #F2F6FC;
	font-family: sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	border: none;
	padding: 3px 10px 3px 10px;
}

/* Misc. */
.paragraph
{
	background: #F2F6FC;
	font-size: 13px;
	color: #000020;
}
.autoindex_hr
{
	color: #000020;
	background-color: #000020;
	border: none;
	width: 75%;
	height: 1px;
}
.autoindex_small
{
	font-size: 10px;
}
