/* tags */

BODY {
  font-size: 11px;
  color: #fff;
  background-color: #000;
  background-image: url(https://webtest.deimos.ch/download/webtest_app_instanz/1/bond/background_jamesbond_850.jpg);
  background-repeat: no-repeat;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
TD, P, LI {
  font-size: 11px;
  color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height:18px;
}
p { 
  margin-top: 0em; 
  margin-bottom: 0.5em;
}

h1 {
  color: #fff;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: bold;
}
h2 {
  color: #fff;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 5px;
  background-color: #333333;
  padding: 5px 4px 3px 4px;
  border: solid 1px #666666; 
  font-weight: bold;
}
h3 {
  color: #fff;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: bold;
}

a {
  color: #eebb22;
  text-decoration: none; 
  font-weight: bold;
}
a:hover {
  COLOR: #ffcc00;
  text-decoration: underline;
}
a:visited {
  COLOR: #eebb22;
}
a:active {
  COLOR: #ffcc00;
}
textarea {
  font-family: Arial, Helvetica, sans-serif;
}



/* Default webtest specific classes */

/* classes */

/* universal formats ------------------------------- */
.wtFliesstext {
}
.wtMini {
  font-size: 9px;
}
.wtKlein {
  font-size: 11px;
}
.wtGross {
  font-size: 18px; 
}
.wtRiesig {
  font-size: 36px;
  line-height: 36px;
}
td.wtHorizontalTopLimitCell {
  background-color: #333;
  height: 1px;
}
td.wtHorizontalSeparatorCell {
  background-color: #333;
  height: 1px;
}
td.wtHorizontalBottomLimitCell {
  background-color: #333;
  height: 1px;
}
td.wtVerticalSeparatorCell {
  width: 10px; 
}
.wtBox {
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 3px;
}


/* form elements ----------------------------------- */
.wtButton {
  background-color: #eebb22;
  color: #333;
}
.wtSubmit {
  background-color: #eebb22;
  color: #333;
}
.wtNavLink {
}
.wtFocussedNavLink {
    font-weight: bold;
}
.wtTextArea {
}
.wtTextBox {
}
.wtRadiobutton {
}
.wtCheckbox {
}


/* specific formats --------------------------------------- */

/* nav */
.wtHeadTable {
  width: 95%;
  margin-left: 40px;
  margin-bottom: 30px;
}
.wtHeadCell {
  border-bottom: solid 3px #fff; 
  padding-bottom: 3px;
  padding-top: 3px;
}
.wtTestTitleCell  {
  font-size: 18px;
  color: #fff;
}
.wtTestNavigatorCell {
  text-align: right;
}
.wtHeadToContentSeparatorCell {
  height: 0px; 
}

/* content */
.wtContentTable {
  width: 100%;
}
.wtContentCell {
  padding: 0px; 
}

/* test elements*/
.wtQuestionTable {
  width: 100%; 
}
.wtQuestionHeadCell {
  padding: 0px; 
  padding-left: 260px;
}
.wtQuestionLeftCell {
  padding: 0px;
}
.wtQuestionMainCell {
  padding: 0px;
}

/* other */
.wtLegende {
  font-size: 11px;
  color: #aaaaaa;
}
.wtTippBox {
  background-color:#333; 
  color: #fff;
  border: solid 1px #ccc;
  padding:5px;
}

.wtAnswerComment {
  border: solid 1px #333; 
  padding: 5px;
}

.wtSubmitButtonTable {
}
.wtSubmitButtonCell {
}
/* semantics ------------------------------------ */

.wtSuccess {
}
.wtError {
  font-weight: bold;
  color: #cc0000;
}
.wtWarning {
  font-weight: bold;
  background-color: #eebb22;;
  color: #333;
  padding: 2px;
}
.wtWarning a, .wtWarning a:visited, .wtWarning a:hover {
  color: #ffffff;
}

.wtRight {
  color: Green; 
}
.wtWrong {
  color: Red; 
}
.wtNotCorrected {
  color: Blue; 
}

/* pager */
.pagerBoxlet {
  border-width: 1px;
  border-color: #eebb22;
  border-style: solid;
}
.pagerUnanswered {
  background-color: #999;
}
.pagerAnswered {
  background-color: #333;
}
.pagerActive {
  border-color: #fff;
}


/* formats for QuestionControls ------------------------------------------------------- */
.wtFixedCard {
  border: solid 2px #000;
  text-align: center; 
  vertical-align: middle; 
  background-color: #ccc;
  color: #000;
}
.wtDockCard {
  border-left: solid 2px #222; 
  border-top: solid 2px #222; 
  border-right: solid 2px #666; 
  border-bottom: solid 2px #666;
  background-color: #444;
  text-align: center; 
  vertical-align: middle;
  color: #ccc;
  font-weight: bold;
}
.wtMovableCard { 
  border: solid 1px #eebb22;
  text-align: center; 
  vertical-align: middle;
  opacitiy:.85;
  filter: alpha(opacity=85);
  -khtml-opacity: .85;
  -moz-opacity: 0.85;
  background-color: #eebb22;
  color: #000; 
}

/* this is always combined with wtSolutionContentHighlight */
.wtSolutionCard {
  text-align: center; 
  vertical-align: middle;
}

.wtTextQuestionTextarea {
  width:100%;
}
.wtIntegerQuestionInput {
  width:60px;
  margin-right: 8px;
}
.wtDateQuestionInput {
  width:80px;
  margin-right: 8px;
}

.wtAnswerOptionTable {
  width: 100%; 
  border: none;
}
.wtAnswerOptionCell {
  padding: 2px 0px 2px 0px; 
  margin: 0px; 
  vertical-align: top; 
}
.wtOptionLabel {
  padding: 2px; 
}
.wtAnswerText {
}
.wtAnswerContentBox {
  padding: 1px; 
}

.wtSolutionBoxHighlight {
}
.wtSolutionContentHighlight {
  color: #000;
  background-color: #ccc; 
  border: solid 1px black; 
  padding: 1px; 
}

.wtMatrixVerticalSeparatorCell {
  width:5px; 
}
.wtGapText {
	border-bottom: dotted 2px black;
	border-top: solid 0px gray;
	border-right: solid 0px gray;
	border-left: solid 0px gray;
	font-family: courier, courier new;
	color: #333333;
	font-size: 12px;
	background-color: #e3e3e3;
}

/* Auswertung */
.wtChartColorMain {
	background-color: #666;
}

/* Mouseover und Selektion */
.opt-selected, .opt-cont:hover:not(.cont-disabled) {
    color: #555555;
}