/*
stylesheet.css by Justin Hagstrom
Part of AutoIndex PHP Script
http://autoindex.sourceforge.net
*/


/* The style for every button */
.button
{
	color: #707070;
 	background-color: #F2F6FC;
	font-family: arial;
	font-size: 10px;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	cursor: hand;
	border: 1px solid #cccccc;
	padding: 3px 10px 3px 10px;
}

/* Table Settings */
.lightrow
{
	background-color: #F2F6FC;
	font-family: verdana, helvetica, lucidia, arial;
	font-size: 13px;
}

.darkrow
{
	background-color: #DADEEE;
	font-family: verdana, helvetica, lucidia, arial;
	font-size: 13px;
}

.default_td
{
	border: 1px solid #7F8FA9;
}

.default_th
{
	background-color: #7F8FAD;
	border: 1px solid #000010;
	font-family: verdana, helvetica, lucidia, arial;
	font-size: 13px;
}

.default_hr
{
	color: #000020;
	background-color: #000020;
	border: none;
	width: 75%;
	height: 1px;
}

/* Settings for Links */
.default_a:visited, .default_a:active
{
	color: #00008F;
	text-decoration: none;
	font-family: verdana, helvetica, lucidia, arial;
}

.default_a:link
{
	color: #0000FF;
	text-decoration: none;
	font-family: verdana, helvetica, lucidia, arial;
}
.delete_a:link
{
	color: #FF0000;
	text-decoration: underline;
	font-family: verdana, helvetica, lucidia, arial;
}
.delete_a:hover
{
	background-color:#999999;
}
.delete_a:visited, .delete_a:active
{
	color: #00008F;
	text-decoration: none;
	font-family: verdana, helvetica, lucidia, arial;
}

.default_a:hover
{
	color: #0000FF;
	text-decoration: overline underline;
	font-family: verdana, helvetica, lucidia, arial;
}

/* The default BODY setting */
.autoindex_body
{
	font-family: verdana, helvetica, lucidia, arial;
	font-size: 13px;
	background-color: #F0F0F0;
}

/* Misc. Styles */
.paragraph
{
	background: #F2F6FC;
	color: #000020;
	font-family: verdana, helvetica, lucidia, arial;
	font-size: 13px;
}

.fixedwidth
{
	background: #F2F6FC;
	color: #000020;
	font-family: lucida console;
	font-size: 12px;
}

.clearparagraph
{
	color: #000020;
	font-family: verdana, helvetica, lucidia, arial;
	font-size: 13px;
}

.update
{
	background: #F2F6FC;
	color: #000020;
	font-family: verdana, helvetica, lucidia, arial;
	font-size: 11px;
}

.updatetitlebar
{
	background: #7F8FA9;
	color: #000020;
	font-family: verdana, helvetica, lucidia, arial;
	font-size: 11px;
}