/* General printing styles for all pages */

html
{
	overflow: auto
}

body 
{
	background-color: #fff;
	font-family: Verdana,Terminal,sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0
}

#Email
{
	border: 2px solid;
	color: #990000;
	font-weight: bold;
	padding: 0.1em;
	width: 18em
}

.BigTitle
{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-align: center;
	text-decoration: underline
}

.Title
{
	color: #006666;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 6pt;
	margin-top: 12pt
}

.SubTitle
{
	color: #006666;
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px 0;
	text-decoration: underline
}

.SmallTitle
{
	color: #006666;
	font-weight: bold;
}

a:link,
a:visited
{
	color: #000099;
	font-weight: bold
}

ul
{
	list-style-type: disc;
	margin-left: 30px;
	padding: 2px 0
}

ol
{
	list-style-type: decimal;
	margin-left: 30px;
	padding: 2px 0
}

hr
{
	border: 2px solid #999;
	width: 70%
}

img
{
	border: 0
}

table
{
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle
}

/* Index page */

table#ShedImageContainer
{
	margin-left: auto;
	margin-right: auto
}

table#Menu
{
	margin: 15px auto;
	padding: 0
}

table#Menu td
{
	margin: 0;
	padding: 0.4em;
	width: 20em
}

td.FirstCell,
td.LastCell
{
	border-bottom: solid 2px #000099
}

td.MiddleCell
{
	border: solid 2px #000099;
	border-top: 0
}

/* Pentium 3 fan mod page */

img.p3_fan_mod
{
	clear: left;
	margin-top: 15px
}

/* GD-ROM drive testing results page */

table#DriveResultsTable
{
	border: 1px solid #000099;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 70%
}

table#DriveResultsTable td,
table#DriveResultsTable th
{
	border: 1px solid #000099;
	margin: auto 0;
	padding: 0.2em
}

p#ResultsTableTitle
{
	text-align: center
}

/* Fake directory index pages */

hr.dirIndex
{
	width: 100%
}

a.dirIndexLink
{
	padding: 3px 0 3px 24px;
	text-decoration: none
}

p.dirIndexFile
{
	margin: 8px 0;
	padding: 0
}

a.parent
{
	background: url(images/icons/back.gif) no-repeat left center;
}

a.textFile
{
	background: url(images/icons/text.gif) no-repeat left center;
}

a.directory
{
	background: url(images/icons/folder.gif) no-repeat left center;
}