body {
  background-color: #9ba1a5;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

h1 { font-size: 14px; }
h2 { font-size: 13px; }
h3 { font-size: 12px; }
h4 { font-size: 11px; }
h5 { font-size: 10px; }
h6 { font-size: 10px; }

img {
	border: none;
}

#logo {
	position: absolute;
	top: 15px;
	left: 90px;
}

.tab {
	position: absolute;
	top: 47px;
}

#tab1 {
	left: 350px;
}

#tab2 {
	left: 480px;
}

#tab3 {
	left: 610px;
}

#tab4 {
	left: 740px;
}

#menu {
	position: absolute;
	top: 80px;
	left: 30px;
	height: 420px;
	width: 115px;
	padding: 27px 12px 39px 4px;
	background: url(/4EC/ForEverClever.woa/Contents/WebServerResources/menu_middle.gif) repeat-y;
}

#menu #top {
	position: absolute;
	top: 0;
	left: 0;
	width: 131px;
	height: 27px;
	background: url(/4EC/ForEverClever.woa/Contents/WebServerResources/menu_over.gif) no-repeat;
}

#menu #bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 131px;
	height: 39px;
	background: url(/4EC/ForEverClever.woa/Contents/WebServerResources/menu_under.gif) no-repeat;
}

#menu .item {
	display: block;
	border-top: 3px solid #F1F6ED;
	border-bottom: 3px solid #F1F6ED;
	padding: 15px 5px;
	margin: 0 9px -3px 6px;
	height: 30px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

#menu a.selected {
	background: #899689!important;
}

#menu .item:hover {
	background: #b4beb4;
}

/* menu color variations */

.tab2 #menu {
	background: url(/4EC/ForEverClever.woa/Contents/WebServerResources/menu_middle_pr.gif) repeat-y;
}

.tab2 #menu #top {
	background: url(/4EC/ForEverClever.woa/Contents/WebServerResources/menu_over_pr.gif) no-repeat;
}

.tab2 #menu #bottom {
	background: url(/4EC/ForEverClever.woa/Contents/WebServerResources/menu_under_pr.gif) no-repeat;
}

.tab2 #menu .item {
	border-top-color: #FFAD58;
	border-bottom-color: #FFAD58;
}

.tab2 #menu a.selected {
	background: #ee9b1b!important;
}

.tab2 #menu .item:hover {
	background: #e4ad58;
}

.tab3 #menu {
	background: url(/4EC/ForEverClever.woa/Contents/WebServerResources/menu_middle_profil.gif) repeat-y;
}

.tab3 #menu #top {
	background: url(/4EC/ForEverClever.woa/Contents/WebServerResources/menu_over_profil.gif) no-repeat;
}

.tab3 #menu #bottom {
	background: url(/4EC/ForEverClever.woa/Contents/WebServerResources/menu_under_profil.gif) no-repeat;
}

.tab3 #menu .item {
	border-top-color: #DBB364;
	border-bottom-color: #DBB364;
}

.tab3 #menu a.selected {
	background: transparent!important;
}

.tab3 #menu .item:hover {
	background: #DBB364!important;
}

/*
.admin #contentframe {
	height: auto;
	min-height: 476px;
}
*/

#userinfo {
	text-align: right;
	font-weight: bold;
	position: absolute;
	top: 12px;
	left: 500px;
	width: 500px;
	color: #333;
}

#userinfo h3 {
	margin: 0;
	padding: 0;
}

#userinfo a {
	color: #666;
}

/*
.admin #content {
	height: auto;
	min-height: 460px;
	overflow: visible;
} */

a {
	color: gray;
}


.fancyBoxHead {
	background: #9ba1a5 url("/4EC/ForEverClever.woa/Contents/WebServerResources/round_left.gif") no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	padding: 2px 4px 2px 12px;
	height: 12px;
	width: 750px;
}

.fancyBoxHead div {
	background: url("/4EC/ForEverClever.woa/Contents/WebServerResources/round_right.gif") no-repeat right top;
	width: 25px;
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
}

div.fancyBox {
	padding: 10px 8px;
	width: 748px;
	border: 1px solid gray;
}

.fancyBox .clear {
	clear: right;
}

.popup a {
	color: #ddd;
}

a.glossary {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted black;
}

a.glossary:hover {
	border-bottom: 1px solid black;
}

#glossary {
	border: 1px solid gray;
	position: absolute;
	top: 30px;
	left: 10px;
	width: 810px;
	height: 430px;
}

#glossary .alphabet {
	position: absolute;
	top: 25px;
	left: 25px;
	height: 20px;
	width: 780px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

#glossary .alphabet span {
	padding-right: 15px;
}


#glossary a {
	color: black;
}

#glossary .terms {
	position: absolute;
	top: 50px;
	left: 20px;
	height: 350px;
	width: 240px;
	overflow: auto;
	padding: 5px;
	margin: 0;
	background: #eee;
	line-height: 1.5em;
}

#glossary .description {
	position: absolute;
	border: 1px solid gray;
	top: 50px;
	left: 280px;
	height: 350px;
	width: 500px;
	overflow: auto;
	padding: 5px;
	margin: 0;
	line-height: 1.5em;
}

#glossary .description div {
	margin-bottom: 2em;
}

#assessmentStart {
	position: absolute;
	right: 5px;
}

#browserBody {
	position: absolute;
	top: 40px;
	left: 10px;
	height: 415px;
	width: 280px;
	overflow: auto;
}

#tree {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#tree a {
	color: #000;
	text-decoration: none;
}

#tree a:hover {
	text-decoration: underline;
}

#tree ul {
	padding: 5px;
	margin: 0;
	list-style-type: none;
	background-color: #fff;
}

#tree li.product {
	font-weight: bold;
	background-color: #ccc;
	margin-bottom: 8px;
}

.tab2 #tree li.questionary,
.tab2 #tree li.product,
.tab2 #tree li.selected {
	background-color: #E4AD58;
}
.tab2 #tree li.selected li.selected {
	border: 2px solid #c00;
}

#tree li.questionary {
	background-color: #ddd;
	margin-bottom: 4px;
}

#tree li.category {
	background-color: #eee;
	margin-bottom: 4px;
}

#tree li {
	font-weight: normal;
	padding: 2px;	
}

#tree li.selected {
	font-weight: bold;
	background: #B4BEB4;
}

.tab2 li.selected {
	background: #E4AD58;
}

#tree a.item {
	padding-right: 1em;
}

#tree ul.questions li a {
	padding-left: 20px;
	background: url("/4EC/ForEverClever.woa/Contents/WebServerResources/item.gif") no-repeat top left;
}

#tree ul.questions li img {
	vertical-align: middle;
}

div.assessmentTimer {
	position: absolute;
	bottom: -25px;
	left: 0%;
	z-index: 0;
	font-weight: bold;
	font-size: 14px;
}

div.assessmentEnd {
	position: absolute;
	bottom: -25px;
	right: 0;
	z-index: 0;
} 

div.questionaryResource {
	position: absolute;
	bottom: -25px;
	left: 160px;
	z-index: 0;
} 

div.questionBody {
	position: absolute;
	left: 300px;
	top: 40px;
	font-size: 12px;
	padding: 5px;
	width: 510px;
	height: 380px;
	border: 1px solid gray;
	font-family: Arial,sans-serif;
	z-index: 1;
}

input.answerInputShort {
	font-size: 14px;
	font-weight: bold;
	width: 40px;
	border: 1px solid gray;
	font-family: Arial,sans-serif;
}
input.answerInputLong {
	font-size: 14px;
	font-weight: bold;
	width: 120px;
	border: 1px solid gray;
	font-family: Arial,sans-serif;
}
textarea.answerInput {
	font-size: 14px;
	font-weight: bold;
	width: 95%;
	height: 200px;
	border: 1px solid gray;
	font-family: Arial,sans-serif;
}


span.answerText {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial,sans-serif;
	color: red;
}

.moveableLayer {
	position: absolute;
	top: -20px;
	left: -130px;
	min-width: 200px;
	padding: 6px;
	background-color: #d8d8d8;
	border: 1px solid gray;
	visibility: hidden;
	cursor: move;
	z-index: 1;
}

#selfassessment {
	width: 400px;
	visibility: visible;
}

#selfassessment input,
#selfassessment label {
	cursor: pointer!important;
}

.moveableLayer *,
.moveableLayer img {
	cursor: move;
}

* html .moveableLayer {
	width: 300px;
}

.moveableTextLayer {
	width: 300px;
	padding-top: 15px;
	font-size: 11px;
}

.closeLayer {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #666;
	font-size: 11px;
	padding: 0 4px;
	color: #fff;
	cursor: pointer;
}

button.openLayer {
	width: auto;
	background-color: #d5d5d5;
	border: 1px solid gray;
	text-align: center;
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 0 8px;
}

.questionContent {
	height: 345px;
	width: 100%;
	padding: 0;
	border-bottom: 2px solid gray;
	overflow: auto;
}

table.answerBox {
	margin: 0 1em 1em 0;
	float: right;
}

.questionButtons {
	position: absolute;
	left: 10px;
	bottom: 5px;
	z-index: 0;
}

.questionNavigation {
	position: absolute;
	bottom: 5px;
	left: 75%;
	z-index: 0;
	width: 80px;
	text-align: right;
}
.questionNavigation img {
	vertical-align: middle;
}

.result th {
	padding: 0 4px;
}

.tab1 .result th {
	background-color: #afde8b;
}

.tab2 .result th {
	background-color: #ee7900;
}


.result th.username {
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #808080;
	padding: 2px 4px;
}

.result td {
	padding: 2px;
}

.result td.num {
	text-align: center;
}

.result td {
	border-top: 1px dashed #ddd;
	vertical-align: top;
}

.result tr.odd td {
	background-color: #f8f8f8;
}

.result tr.first td {
	border-top: 1px solid #808080;
}


.message,
.error {
	background-color: #c40;
	color: #fff!important;
}

#FECUserImportPage {
	width:810px;
	height: 430px;
	overflow: auto;
	margin-top: 1em;
}

#FECUserImportPage .invalid{
	background-color: #DD0000;
}
#FECUserImportPage .duplicate{
	background-color: #FF4500;
}

form.login {
	padding: 2em 0 0 2em;
}

.login td,
.profile td {
	padding: 4px 0;
}

.login td.label,
.profile td.label {
	font-weight: bold;
	width: 125px;
}

.profile .pw td {
	background: #eee;
}

img.illustration {
	float: right;
}

.Dimmer {
	position: absolute;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	background: #000;
	top: -1000px;
	left: -1000px;
	width: 3000px;
	height: 3000px;
}

.adminlist {
	overflow: auto;
	width: 810px;
	height: 200px;
	border: 1px solid #808080;
}

.adminlist table {
	width: 100%;
	border-collapse: collapse;
}

.adminlist th,
.adminlist td {
	text-align: left;
	padding: 2px;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
}

.adminlist th {
	background: #ccc;
	border-bottom: 1px solid #808080;	
}

.adminlist .odd td {
	background: #eee;
}

.editbox {
	margin-top: 8px;
	width: 800px;
	background: #eee;
	padding: 5px;
}

.editbox h3 {
	margin: 0;
	padding: 0;
}

.editbox td.button {
	text-align: right;
}

.editbox .data {
	padding: 4px;
	border: 1px solid #888;
}

#imprint {
	position: absolute;
	bottom: 40px;
	left: 20px;
}

#imprint a {
	color: #666;
}

#answerBox {
	clear:both;
}

#loginForm input {
	width: 149px;
}


@media screen {
	#contentframe {
	  background: #fff url(/4EC/ForEverClever.woa/Contents/WebServerResources/under.gif) repeat-x bottom;
	  position: absolute;
	  left: 161px;
	  top: 80px;
	  width: 830px;
	  height: 476px;
	  padding: 0 0 10px 10px;
	}
	
	#content {
	  background: #fff;
	  width: 830px;
	  height: 460px;
	  overflow: hidden;
	}
	
	.resultContent {
		margin-top: 1em;
		height: 380px;
		overflow: auto;
	}
}

/* print styles */

@media print {

	#logo {
		display: none;
	}
	
	#tab1 {
		display: none;
	}
	
	#tab2 {
		display: none;
	}
	
	#tab3 {
		display: none;
	}
	
	#tab4 {
		display: none;
	}
	
	#menu {
		display: none;
	}	
	
	#userinfo {
		display: none;
	}
		
	#contentframe {
	  background: #fff url(/4EC/ForEverClever.woa/Contents/WebServerResources/under.gif) repeat-x bottom;
	  position: relative;
	  /*left: 161px;
	  top: 80px;*/
	  width: 830px;
	  padding: 0 0 10px 10px;
	}
	
	#content {
	  background: #fff;
	  width: 830px;
	  overflow: hidden;
	}
	
	.resultContent {
		margin-top: 1em;
		overflow: auto;
	}
}

