﻿a:link, a:visited
    {
    text-decoration: none;
    }
body.default
    {
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 130%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #000;
}
.questionhelp
    {
    font-size: 0.8em;
    }        
.clearall
    {
    font-size: 1em;
    }
.answertext
    {
    font-family: Verdana, Arial,Helvetica,sans-serif;
    font-size: 1em;
    }
.answertextright
    {
	text-align:left;
    }
.welcometext {
	font-size: 1.1em;
	text-align: left;
	padding-top: 10px;
}    
table.questiongroup {
	width: 98%;
	margin: 10px 1% 0 1%;
	text-align: left;
	border-collapse:collapse; 		
}
table.question {
	width: 100%;
	border-spacing: 0;
	text-align: left;
}
table.question thead th 
    {
    text-align: left;
    font-weight: normal;
    padding: 0 7px 0 7px;
    vertical-align: middle;           
    text-align: center;
    border-right: 1px #D1D1D1 solid;
}    
table.question tr th.answertext 
    {
    text-align: left;
    font-weight: normal;
    font-size: 1em;
}
table.question tr th.answertextright
    {
    text-align: right;
    font-weight: normal;
    font-size: 1em;
}  
td.question 
	{
	text-align: left;
	padding: 5px 0 0 0;	
}       
/* BG LIGHT Color */
.array1
    {
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 1em;
	text-align: center;
	background-color: #E2E2E2;
}
/* BG DARK Color */
.array2
    {
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 1em;
	text-align: center;
	background-color: #F8F8F8;
}
.array1 td, .array2 td, .array1 th, .array2 th{
	border-bottom: 1px #D1D1D1 solid;
}
.array1 td, .array2 td{
	border-right: 1px #D1D1D1 solid;
}
.arraycaptionleft
    {
    text-align:right;
    }
.errormandatory 
    {
    font-size: 0.9em;
    font-weight: bold;
    color: RED;
    }
td.questiontext .errormandatory {
	color: white;
	font-variant: small-caps;
	background-color: red;
	padding: 2px 5px 2px 5px;
	display: block;
	}       
.warningjs 
    {
    font-size:1.1em;
    font-weight:bold;
    color: RED;
    }
.saveall
    {
    font-weight:normal;
    color: black;
    }
.asterisk
    {
    color: #FF0000;
    font-size: 1.3em;
    font-family: Verdana, Arial,Helvetica,sans-serif;
    display: none;
    }
.innergraph img
{
  height: 12px;
  vertical-align: top;
}
.innergraph table
{
  height: 12px;
  border: 1px solid #000;
  table-layout: fixed !important;
}
.innergraph td
{
  height: 12px;
}
.printouttable
{
  width: 100%;
}
.printouttable td
{
  border-style: solid;
  border-color: #ffffff ;
  border-bottom-color: #ddddff ;
  border-width: 1px;
}
.printouttable td:first-child
{
  background-color: #eee;
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
  padding-left: 5px;
}
.printouttitle
{
  padding-right: 5px;
  padding-left: 5px;
  font-size: 18px;
}
.surveytitle
{
  font-size: 1.2em;
  height: 1.5em;
  }
.surveytitle:hover
{
  text-decoration: underline;
  color: #000;
}
.languagechanger
{
 font-size: 1em;
}

.main_bg_light {
	background-color: white;
}

.main_bg_dark {
	background-color: black;
}
/* BG LIGHT Color */
.survey_bg_light {
	background-color: #E2E2E2;
}
/* BG LIGHT Color additional*/
.question option:nth-child(even), .answer ul li:nth-child(even){
	background-color: #E2E2E2;
}
/* BG DARK Color */
.survey_bg_dark {
	background-color: #F8F8F8;
}
/* BG DARK Color addidtional*/
 .question option:nth-child(odd), .answer ul li:nth-child(odd){
 	background-color: #F8F8F8;
}
/* BG Listen Hover Color */
.answer ul li:hover {
	background-color: #D1E8A4;
}
.answer label{
	cursor: pointer;
}
.survey_table_border {
	width: 940px;
	clear: both;
	border-collapse: collapse;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #CDD3E4 #A3AFCD #A3AFCD #CDD3E4;
	padding: 0;
	margin-top: 10px;
}
.survey_title {
	color: #000;
	font-size: 0.85em;
	font-weight: bold;
	padding: 1px 0 1px 1%;
}
td.survey_title {
	height: 10px;
}
/* Basic formatting for the three keyparts of an question */
/* BG Question Color */
td.questiontext {
	background-color: #81AA2B;
	text-align: left;
	padding: 0.5em 1em;
	font-size: 1.2em;
	color: white;
}

td.answer {
    padding:0.5em 1em 0.1em 1em;          
}

td.questionhelp {
    font-size: 0.9em;
    padding-left:1em;
}

td.questionhelp img {
  margin-right: 5px;
  margin-left: 3px;
  vertical-align: text-bottom; 
}
/* BG LIGHT Hover Color */
table.question tr.array1:hover 
{
	background-color: #D1E8A4;
}
/* BG DARK Hover Color */
table.question tr.array2:hover 
{
  background-color: #D1E8A4; 
}

.survey-survey-percent {
  white-space: nowrap;
  width: 110px;
}
.survey-survey-percent img { 
  height: 10px;
}
td.graph {
	background: url('chart.jpg') repeat-x;
	font-family: inherit;
	font-size: 0.8em;
	font-variant:small-caps;
	white-space:nowrap;
	text-align: right;
	padding: 0 3px 0 0;	
}
td.graph-back {
	background: url('back-chart.jpg') repeat-x;
	font-family: inherit;
	font-size: 0.8em;
	font-variant:small-caps;
	white-space:nowrap;
	text-align: left;
	padding: 0 0 0 3px;
}
#progress-graph
{
    width: 250px;
    margin: 0;
    border-collapse:collapse;
}
li {
  list-style-type: none;
} 
.tip {
/*  display: none; */
}

td.companyheader {
	border-bottom: 1px #EAEAEA solid;
}

.left {
	text-align: left;
}
.right {
	text-align: right;
}
.hide {
	display: none;
}
#navigator_next input, input.saveall {
	font-size: 0.9em;
	font-weight: bold;
}
