/* Default webtest specific classes */

/* classes ================================================================== */

/* universal formats ------------------------------- */
.wtFliesstext {
}
.wtMini {
  font-size: 9px;
}
.wtKlein {
  font-size: 11px;
}
.wtGross {
  font-size: 18px; 
}
.wtRiesig {
  font-size: 36px; 
}
td.wtHorizontalTopLimitCell {
  background-color: #ccc;
  height: 1px;
}
td.wtHorizontalSeparatorCell {
  background-color: #ccc;
  height: 1px;
}
td.wtHorizontalBottomLimitCell {
  background-color: #ccc;
  height: 1px;
}
td.wtVerticalSeparatorCell {
  width: 10px; 
}
.wtBox {
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 3px;
}


/* form elements ----------------------------------- */
.wtButton {
}
.wtNavLink {
}
.wtFocussedNavLink {
    font-weight: bold;
}
.wtTextArea {
}
.wtTextBox {
}
.wtRadiobutton {
}
.wtCheckbox {
}


/* specific formats --------------------------------------- */

/* nav */
.wtHeadTable {
  width: 100%;
  margin-bottom: 10px;
}
.wtHeadCell {
  border-bottom: solid 1px #ccc; 
  padding-bottom: 4px; 
}
.wtTestTitleCell  {
}
.wtTestNavigatorCell {
  text-align: right;
}
.wtHeadToContentSeparatorCell {
  height: 0px; 
}

a.pagerBoxlet {
 text-decoration:none;
}

/* content */
.wtContentTable {
  width: 100%;
}
.wtContentCell {
  padding: 0px; 
}

/* test elements*/
.wtQuestionTable {
  width: 100%; 
}
.wtQuestionHeadCell {
  padding: 0px 0px 10px 0px; 
}
.wtQuestionLeftCell {
  padding: 0px; 
}
.wtQuestionMainCell {
  padding: 0px; 
}

/* other */
.wtLegende {
  FONT-SIZE: 11px;
  COLOR: #aaaaaa;
}
.wtTippBox {
  background-color:#eeeeee; 
  border: solid 1px #999999; 
  padding:5px;
}

.wtAnswerComment {
  border: solid 1px #000000; 
  padding: 5px;
}

.wtSubmitButtonTable {
}
.wtSubmitButtonCell {
}
/* semantics ------------------------------------ */

.wtSuccess {
}
.wtError {
  font-weight: bold;
  color: #cc0000;
}
.wtWarning {
  font-weight: bold;
  background-color: #cc0000;
  color: #ffffff;
  padding: 2px;
}
.wtWarning a, .wtWarning a:visited, .wtWarning a:hover {
  color: #ffffff;
}

.wtRight {
  color: Green; 
}
.wtWrong {
  color: Red; 
}
.wtNotCorrected {
  color: Blue; 
}

.pagerBoxlet 
{
  height:16px;
  font-size:11px;
  line-height:20px;
  font-family:Arial;
  padding: 1px 2px 1px 2px;
  border-width: 1px;
  border-color: #999999;
  border-style: solid;
}

.pagerUnanswered {
  background-color: #ffffff;
}
.pagerAnswered {
  background-color: #cccccc;
}
.pagerActive {
  border-color: #000000;
}


/* formats for QuestionControls ------------------------------------------------------- */
.wtFixedCard {
  border: none;
  text-align: center; 
  vertical-align: middle; 
}
.wtMagnifiedCard 
{
    border:2px solid #ccc;
    padding:2px; 
    margin:0;
    background-color:#fff;
}
.wtDockCard {
  border-left: solid 2px #666; 
  border-top: solid 2px #666; 
  border-right: solid 1px #ccc; 
  border-bottom: solid 1px #ccc; 
  text-align: center; 
  vertical-align: middle;
  color: #999999;
  font-weight: bold; 
}
.wtDockCardHighlighted 
{
    border-color:#000;
    background-color:#ccc;
}
.wtMovableCard { 
  border: solid 1px #ccc;
  text-align: center; 
  vertical-align: middle;
  background-color: #fff; 
}
/*
  opacity: .8;
  filter: alpha(opacity=80); 
  -moz-opacity: .8;
  -khtml-opacity: .8;
*/
/* this is always combined with wtSolutionContentHighlight */
.wtSolutionCard {
  text-align: center; 
  vertical-align: middle;
}

.wtTextQuestionTextarea {
  width:98%;
}
.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 {
  background-color: #fff; 
  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;
}

/* summary charts */
.wtChartColorMain  {
    background-color: #ffffff;
}
.wtChartColorLine  {
    background-color: #aaaaaa;
}
.wtChartColorFont {
    color: #000000; 
}
.wtChartColorFontLight {
    color: #555555; 
}
.wtChartGridImage {
    background-image:url(../pics/grid_20.png); 
}
