﻿* {
  outline: none !important;
}

body {
  margin: 0px;
}

/*
 * Top level layout
 */ 
table.pageContainer {
  text-align: left;
}

td.pageContainer {
  padding: 0px;
}

table.contentContainer {
  text-align: left;
  border-collapse: collapse;
}

td.contentContainer {
  padding: 0px;
}

div.contentContainer {
  overflow: hidden;
}

table.headerContainer {
  border-collapse: collapse;
  width: 100%;
}

.headerCell {
  padding: 10px;
}

table.questionsContainer {
  width: 100%;
  border-collapse: collapse;
}

td.questionsContainer {
  padding: 10px 10px 0px 10px;
}


/*
 * Progress bar
 */
table.progressBarTable {
  border-collapse: collapse; 
}

td.progressBarText {
  padding: 0px 0px 2px 0px;
  text-align: center;
}

td.progressBarGraphic {
  padding: 0px;
}

.progressBar {
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
}


/* 
 * Page
 */
table.pageTitleDescr {
  border-collapse: collapse;
  width: 100%
}

td.pageTitle {
  padding: 0px 0px 2px 0px;
}

td.pageDescr {
  padding: 0px;
}


/*
 * Questions
 */ 
table.questionsTable {
  border-collapse: collapse;
  width: 100%;
}

td.markerCell {
  padding: 15px 0px 0px 0px; 
  vertical-align: top;
}

td.questionCell {
  padding: 15px 0px 15px 5px;
}

.questionMarker {
  vertical-align: top;
}

.questionText {
  display: block;
}

.questionTitle {
  margin-bottom: 7px;
  display: block;
}

.questionSubtitle {
  margin-bottom: 7px;
  display: block;
}

/*
 * Matrix question
 */
table.questionMatrix {
  border-collapse: collapse;
}

table.questionMatrix td {
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
  border-color: #AAAAAA;
  padding: 5px;
}

table.questionMatrix td.header {
  text-align: center;
}

table.questionMatrix tr.altRow {
  background: #EEEEEE
}

table.questionMatrix input.textField {
  width: 100px;
}

table.questionMatrix input.numberField {
  width: 40px;
}

/*
 * Ranking question
 */
 .rankTextBox {
   width: 40px !important;
   margin-left: 20px;
   margin-right: 20px;
 }
 
 /*
  * Navigation
  */
td.navigationContainer {
  padding-bottom: 7px;
}

table.navigationTable {
  border-collapse: collapse;
}

table.navigationTable td {
  padding-left: 4px;
  padding-right: 4px;
}

/*
 * Error message
 */
.messageError {
  border: solid 2px #FF0000;
  margin: 5px 0px 5px 0px;
  background: white;
}

.messageError span {
  color: #FF0000;
  font-weight: bold;
}

/*
 * NoviSystems & choose language links
 */
td.outerFrameLink {
  text-align: center; 
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: 10px; 
  font-weight: bold; 
  padding-top: 5px;   
}

td.outerFrameLink a {
  text-decoration: none;
}

td.outerFrameLink a:hover {
  text-decoration: underline;
}

/*
 * Misc.
 */
.hidden {
  visibility: hidden;
  display: none;
}

.validator {
  margin-left: 5px;
}

a:link{
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}