﻿html, body
{
	font-family: Arial, Sans-Serif;
	background-color: #f1f1e2;
}

strong { font-weight: bold }
em { font-style: italic }

#header
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -489px;
	height: 80px;
	width: 978px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left 20px;
	background-color: #fff;
	border-right: solid 1px #330275;
	border-left: solid 1px #330275;
}

#content
{
	left: 50%;
	margin-top: 80px;
	margin-left: -489px;
	border-right: solid 1px #330275;
	border-left: solid 1px #330275;
	border-bottom: solid 1px #330275;
	width: 978px;
	background-color: #fff;
	position: relative;
}

.copyright
{
	font-size: 0.6em;
	text-align: right;
	padding: 6px;
	border-top: solid 1px #330275;
	background-color: #fff;
	margin:0;
}

.error
{
	color: Red;
	background-color: White;
	padding: 6px;
}

#little-links
{
	height: 20px;
	right: 0;
	position: absolute;
	line-height: 20px;
}
#little-links li 
{
	display: inline;
	font-size: 0.65em;
	color: #330275;
	padding-right: 6px;
	padding-left: 6px;
}
#little-links a, #little-links a:visited
{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #330275;
}
#little-links a:hover
{
	text-decoration: underline;
}

#nav-links
{
	position: absolute;
	width: 100%;
	height: 29px;
	line-height: 29px;
	top: 50px;
	right: 0;
	text-align: right;
	background-color: #330275;
	border-top: solid 1px #fff;
	font-size: 0.75em;
	font-weight: bold;
}
#nav-links li
{
	display: inline;
}
#nav-links a, #nav-links a:visited
{
	color: #fff;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 20px;
	background-image: url(../images/menu-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#nav-links a:hover
{
	text-decoration: underline;
}


.project-page-links
{
	position: absolute;
	right: 0;
	top: 0;
	width: 152px;
	color: #460375;
	font-weight: 700;
	font-size: 0.7em;
}
.project-page-links .title
{
	padding: 6px 30px 6px 15px;
	background-color: #9cbbe7;
}
.project-page-links a
{
	background-color: #3e6fb4;
	background-image: url(../images/double-arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
	color: #fff;
	padding: 12px 30px 12px 15px;
	text-decoration: none;
	border-top: solid 1px #fff;
}
.project-page-links .invisible a
{
	background-image: url(../images/invisible-double-arrow.gif);
}
.project-page-links a:visited
{
	color: #fff;
}
.project-page-links a:hover
{
	background-color: #330275;
}
.project-page-links a.current
{
	background-color: #330275;
	background-image: none;
}
.project-page-links .invisible a.current
{
	background-image: url(../images/invisible.gif);
}
.invisible, .invisible a
{
	font-style: italic;
	color: #ddd;
}

.project
{
	width: 825px;
}

.page-text
{
	width: 200px;
	background-color: #e6f5de;
	font-size: 0.8em;
	min-height: 580px;
	_height: 580px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 12px;
}
.page-text p, .page-text h1, .page-text h2, .page-text table, .page-text ul, .page-text div
{
	font-family: Verdana;
}
.page-text p
{
	text-align: left;
	margin-bottom: 1em;
}
.page-text h1
{
	color: #A6AFA0;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
}
.page-text h2
{
	color: #868E81;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}

.page-graphic
{
	width: 600px;
	min-height: 600px;
	margin-left: 225px;
	position: absolute;
	top: 0;
	background-color: #fff;
	overflow-y: auto;
	overflow-x: hidden;
}


.viz
{
	display: block;
	cursor: pointer;
    width: 40px;
    height: 40px;
    overflow: visible;
    background-color: #000;
    margin-left: -31px;
    margin-top: -21px;
}
.viz .border
{
	width: 60px;
	height: 40px;
    padding: 1px;
    border: solid 2px #fff;
    background-color: #000;
}

.view
{
	position: absolute;
	z-index: 8001;
	cursor: pointer;
	margin-left: 225px;
	margin-top: 80px;
}
#overlay
{
	filter: alpha(opacity=80);
	background-color: #fff;
	position: absolute;
	top: 0px; left: 0px;
	width: 600px; height: 600px;
	z-index: 8000;
	display: none;
}
#overlay a
{
	position: absolute;
	display: block;
	width: 160px;
	height: 30px;
	font-weight: bold;
	left: 50%;
	top: 80px;
	margin-left: -30px;
	font-size: 0.8em;
}

.page-text label
{
	display: block;
	font-weight: bold;
	font-size: 0.9em;
	color: #868e81;
}

.admin-links
{
	padding-left: 6px;
	padding-bottom: 6px;
	border-top: solid 1px #ccc;
}

.admin-links a, admin-links a:visited
{
	color: #3e6fb4;
}