body {
	color:#333;
	background-color:white;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:5px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
FORM {
	display: inline;
}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:2.55em;
	font-weight:900;
	color:#ccc;
	}
h2 {
	font:bold 1.09em/1.27em verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
p {
	font: 1em/1.82em verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color:#CC6600;
	font-size:1em;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#333;}
a:visited {color:#CC6600;}
a:hover {color: #CC6600}

#Header {
	margin:0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:103px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#003300;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:102px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */

#Header H1
{
	color: white;
	margin-top: 4.5em;
	margin-left: 1em;
	font-size: 1.5em;
}
body>#Header {height:102px;}

#title {
	position: absolute;
	top: 20px;
	right: 10px;
	font-size: 3em;
	color: #FFFFFF;
	line-height: 50px;
	width: auto;
}

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 10px 20px 170px;
	border:1px solid black;
	background-color:white;
	padding:0px 10px 10px 10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	color: #333;
	}

.close
{
	text-align: center;
}

.progress {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:20px 10px 20px 10px;
	border:1px solid black;
	background-color:#224466;
	padding:0px 10px 10px 10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	color: #AAA;
}

.progress TABLE
{
	position: relative;
}

.progress TABLE TR
{
	position: relative;
}

.progress TABLE TR TD
{
	position: relative;
}

#bar
{
	position: relative;
	border: 1px solid black;
	background-color: white;
	width: 400px;
	height: 8px;
	padding: 0px;
}

#percent
{
	position: relative;
	width: 100%;
	text-align: right;
	margin-top: -12px;
	padding: 0px;
}

.content H1, .progress H1
{
	position: relative;
	left: -10px;
	color: #FFFFFF;
	border-bottom: 1px solid black;
	background-color:#CC6600;
	margin-right: -20px;
	padding: 5px;
	font-size: 1.3em;
}
.content H2, .progress H2
{
	position: relative;
	left: -10px;
	color: #FFFFFF;
	border-bottom: 1px solid black;
	background-color:#CC6600;
	margin-right: -20px;
	padding: 5px;
}
.content P, .progress P
{
}

.content #files
{
        width: 100%;
        margin-bottom: 10px;
        z-index:3;
        background-color: black
}

.content #files thead th
{
        background-color: #999;
}

.content #files td
{
        background-color: #fff;
        text-align: center;
}
.content #files td.num
{
        background-color: #223366;
}
.content #files td a
{
	color: #CC6600;
	text-decoration: underline;
}
.content #files td a:hover
{
	color: black;
	text-decoration: none;
}
.content #files tfoot td
{
        background-color: #223377;
        text-align: right;
}

.content #files tfoot td.title
{
        background-color: #223377;
        text-align: left;
}
.content #users
{
        width: 100%;
        margin-bottom: 10px;
        z-index:3;
        background-color: black
}

.content #users thead th
{
        background-color: #999;
}

.content #users td
{
        background-color: white;
        text-align: center;
}
.content #users td.num
{
        background-color: white;
}
.content #users td a
{
	color: #CC6600;
	text-decoration: underline;
}
.content #users td a:hover
{
	color: black;
	text-decoration: none;
}
.content #users tfoot td
{
        background-color: #223377;
        text-align: right;
}

.content #users tfoot td.title
{
        background-color: #223377;
        text-align: left;
}
.content #infowrapper
{
	width: 100%;
}
.content #infowrapper #column
{
	width: 50%;
	text-align: center;
	vertical-align: top;
}

.content #siteinfo
{
        width: 80%;
		margin: 0px;
        z-index:3;
        background-color: black;
		margin-left: auto;
		margin-right: auto;
}

.content #siteinfo thead th
{
        background-color: #999;
}

.content #siteinfo td
{
        background-color: white;
		padding: 2px;
		border: 0px;
}
.content #siteinfo td.num
{
        background-color: #223366;
}
.content #siteinfo td a
{
	color: #CC6600;
	text-decoration: underline;
}
.content #siteinfo td a:hover
{
	color: black;
	text-decoration: none;
}
.content #siteinfo tfoot td
{
        background-color: #223377;
        text-align: right;
}

.content #siteinfo tfoot td.title
{
        background-color: #223377;
        text-align: left;
}
.content #fileupload label
{
	font-weight: bold;
	font-size: 1.2em;
}

.content #fileupload input
{
}

#navAlpha {
	position:absolute;
	width:150px;
	top:115px;
	left:10px;
	border:1px solid black;
	background-color:#white;
	padding:10px;
	z-index:3;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}

#navAlpha H2
{
	font-size: 1.5em;
	color: #CC6600;
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 2px;
	border-bottom: 1px solid #000;
}

#navAlpha ul
{
	margin: 0px;
	padding-top: 5px;
	list-style: none;
	padding-bottom: 5px;
	padding-left: 0px;
}

#navAlpha p
{
	color: #AAA;
	text-align: center;
}

#navAlpha li
{
	color: #AAA;
	margin-left: 1px;
	padding-left: 1px;
}

#navAlpha li a {
	display: block;
	width: 100%;
}


body>#navAlpha li a {
	width: auto;
}

#navAlpha li a:hover {
	background-color: #000000;
	color: #fff;
}

#navBeta {
	position:absolute;
	width:190px;
	top:115px;
	right:10px;
	border:1px dashed #09c;
	background-color:#254047;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}

#navBeta H2
{
	font-size: 1.5em;
	color: white;
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

#navBeta P
{
	color: #09c;
}



#Footer {
	margin:10px 0px 50px 0px;
	padding:17px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#eee;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Footer {height:14px;}
;}

}

