/*$Id: dirindexer.css,v 1.3 2003/10/02 20:39:07 Administrator Exp $*/

body
{
	background-color: #231e1e;
	background-image: url(background.png);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}

body, td
{
	font-family: "lucida console", courier, monospace;
	line-height: 140%; 
	font-size:10px;
}

img
{
	border:0px;
	padding-right:5px;
}

#content
{
	color: #fff;
}

a.dirs {padding:2px;}
a.dirs:link {text-decoration: none; color: #fff; border-bottom: 1px none;}
a.dirs:visited {text-decoration: none; color: #eee; font-style:italic; border-bottom: 1px none;}
a.dirs:active {text-decoration: none; color: #eee;}
a.dirs:hover {text-decoration: none; color: #eee; border-bottom: 1px dashed #eee;}

a.files {padding:2px;}
a.files:link {text-decoration: none; color: #fff; border-bottom: 1px none;}
a.files:visited {text-decoration: none; color: #eee; border-bottom: 1px none; font-style:italic;}
a.files:active {text-decoration: none; color: #eee;}
a.files:hover {text-decoration: none; color: #eee; border-bottom: 1px dashed #eee;}

a:link {text-decoration: none; color: #fff; border-bottom: 1px dashed #eee;}
a:visited {text-decoration: none; color: #eee; border-bottom: 1px dashed #eee;}
a:active {text-decoration: none; color: #eee;}
a:hover {color: #eee;}

.thisdircontains
{
	padding: 15px 0 15px 15px;
	margin: 0 0 15px 0;
	background-color: #000;
}

.dirslist
{
	color: #ddd;
	padding:10px 10px;
}

.fileslist
{
	color: #ddd;
	padding: 10px 10px;
}

.fileslist td
{
	border: 0;
/*	padding: 1px 10px 1px 1px;*/
	align:left;
}

.dirdescription {}
td.filedescription {}

tr.spacerrow td
{
    height:10px;
}

#copy
{
	background-color: #000;
	padding: 15px 0 15px 15px;
}

#content h1
{
	padding: 0 0 0 15px;
	color: #fff;
}

