﻿html
{
	text-align: center;
}

body
{
	width: 800px; /* 1000px*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	background-color: #C0C0C0;
	font-family: Verdana;
	font-size: .9em;
	text-align: left;
}

a
{
	text-decoration: none;
}

h1
{
	font-size: 18px;
}

#page
{
	background-color: #F0F0F8;
	overflow: hidden;
	height: 100%;
}

#content
{
	margin: 0 15px 0 15px;
	float: left;
	width: 575px;
}

#leftnavigation
{
	width: 178px;
	background-color: #DBDAEC;
	float: left;
	text-align: left;
	padding-left: 15px;
	padding-top: 20px;
	height: 450px;
	font-size: 1.1em;
}

#leftnavigation ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#leftnavigation ul li
{
	padding-bottom: 10px;
}

#leftnavigation ul li a:hover
{
	color:#C0C0C0;
}

#projectlist
{
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0;
	list-style: none;
	width: 450px;
	font-size: 1.4em;
}

#projectlist li
{
	padding-bottom: 20px;
	clear:both;
}

#projectlist li a:hover
{
	color:#C0C0C0;
}

.i
{
	font-style: italic;
}

.b
{
	font-weight: bold;
}

.center
{
	margin: inherit auto inherit auto;
}

.invisible
{
	visibility: hidden;
}

.pink
{
	background-color: #EAD0D3;
}

.pinksurvey
{
	background-color: #EAD0D3;
	height: 500px;
}

.green
{
	background-color: #ECF6EE;
}

.greensurvey
{
	background-color: #ECF6EE;
}

.questiontable td
{
	vertical-align: middle;
	height:100%;
}

.question
{
	padding-left: 15px;
	width: 300px;
	font-size:.8em;
}

.answer
{
	height: 50px;
}

.answer td
{
	width: 80px;
	text-align: center;
	border-right: solid 1px #820638;
}

.surveyalt
{
	background-color: #F3E7E9;
}

.surveybutton input
{
	position: absolute;
	bottom: 5px;
	right: 350px;
}

.surveytable
{
	width: 740px;
	background-color: #fff;
	height: 500px;
	padding:0;
	margin:15px;
}

.surveytable td,th
{
	vertical-align:top;
}

.greenbutton
{
	background-image:url(../media/image/green-button.jpg);
	background-repeat:no-repeat;
	display:block;
	width:152px;
	height:39px;
	color:#fff;
	text-align:center;
	padding-top:10px;
}

/*  CSS Popup */
.csspopup
{
	position: relative;
}
.csspopuphover
{
	position: relative;
}
.csspopup span
{
	display: none;
}

.csspopuphover span
{
	display: block;
	position: absolute;
	border: 1px solid black;
	top: 40px;
	right: 0px;
	background-color: gray;
	color: white;
	width: 200px;
	text-align: right;
	padding: 5px;
}
/*  CSS Popup */

/* SYSTEM */
.sysheader
{
	clear: both;
	width: 1000px;
	margin: 10px;
}

.sysheader h1
{
	font-size: 20px;
	border-bottom: solid 2px #ccc;
}

.sysnavigation
{
	width: 190px;
	vertical-align: top;
}

.sysnavigation ul
{
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0;
}

.sysnavigation li a
{
	border: outset 1px black;
	margin: 2px;
	display: block;
	padding: 2px;
	text-decoration: none;
	color: #000;
}

.sysnavigation li a:hover
{
	background-color: #ccc;
}

.syscontent
{
	background-color: #ccc;
	padding: 10px 10px 10px 10px;
	border: outset 2px black;
	text-align: left;
	vertical-align: top;
	width: 800px;
}

.syscontent h2
{
	font-size: 18px;
	margin-top: 0;
}

.syscontent h3
{
	font-size: 16px;
	margin: 2px 0 2px 0;
}

.subsection
{
	background-color: #E1E1E1;
	padding: 10px;
	border: solid 1px black;
}
/* END SYSTEM */