/**
 * 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: verdana, lucidia, sans-serif;
	font-size: 13px;
	background-color: #F0F0F0;
}
*/
/* Images */
.autoindex_body img
{
	border: none;
}

/* Tables */
.autoindex_table
{
	width: 90%;
	border: none;
	border-spacing: 2px;
	margin: 0 auto;
}
.light_row
{
	background-color: #F2F6FC;
	font-size: 12px;
}
.dark_row
{
	background-color: #DADEEE;
	font-size: 13px;
}
.autoindex_td
{
	font-size: 12px;

	vertical-align: top;
	border: 1px solid #7F8FA9;
	padding: 2px;
	text-align: left;
	white-space: nowrap;
}
.autoindex_td_right
{
	font-size: 12px;

	vertical-align: top;
	border: 1px solid #7F8FA9;
	padding: 0px;
	text-align: right;
	white-space: nowrap;
}
.autoindex_th
{
	font-size: 12px;
	background-color: #7F8FAD;
	border: 1px solid #000010;
	padding: 0px;
}

/* Links */
.plain_link
{
	color: #000000;
	text-decoration: none;
}
.autoindex_a:link
{
	color: #27408B;
	text-decoration: none;
}
.autoindex_a:visited, .autoindex_a:active, .autoindex_a:hover
{
	color: #27408B;
	text-decoration: none;
}
.light_row:hover, .dark_row:hover
{
	background-color: #A2B5CD;
}

/* Buttons */
.button
{
	color: #fff;
	background-color: #27408B;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	/*border: none;*/
	padding: 3px 10px 3px 10px;
	border: 1px solid #7F8FA9;
	text-decoration: none;
	
}

.button A {color: #fff; text-decoration: none;}

/* Misc. */
.paragraph
{
	background: #F2F6FC;
	font-size: 12px;
	color: #000020;
}
.autoindex_hr
{
	color: #000020;
	background-color: #000020;
	border: none;
	width: 75%;
	height: 1px;
}
.autoindex_small
{
	font-size: 10px;
}

#wrapper
{
	width: 800px;
	background-color: #ffffff;
	margin: 7px auto;
	float: center;
}



#topbar UL
{
	background-color: #fff;
	list-style-type: none;
	/*float: left;*/
	padding-right: -2px;
	margin: 0 auto;
	width: 55%;
}

#topbar LI { float: left; }

#topbar LI A
{
/*font-family:  Lucida Sans, Arial, Verdana, Helvetica, sans-serif;*/
	display: block;
	background-color: #416BB3; /*>>>>>>*/
	border-left: 2px solid #999;
	border-top: 2px solid #999;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	color: #f5fcfc;   /*>>>>>>*/
	text-decoration: none;
	padding: 5px;
	margin: 2px;
	float: left;
	font-size: 13px;
	font-weight: bold;
}

#topbar LI A:hover
{
	color: #82A259; /*>>>>>>*/
	text-decoration: none;
	background-color: #f5f5f5;
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
}

#topbar P {
    float: left;
    font-size: 20px;
    color: #9C061B;
    font-weight: bold;
    margin-right: 30px;
    margin-top: 50px;
}

