/* --- Basic styles --- */

html{
	width:99%;
	background:#282D67;}

body {
	width:100%;
	font-size:9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#282D67;
	color:#282D67;}

a {
	text-decoration:none;
	font-weight:bold;
	color:#282D67;}

a:hover{
	text-decoration:underline;}

table{
border-collapse:collapse;
border-spacing: 0px;
text-align: center;}	

ul, li {
	list-style-type: none;} 
	
h1, h2, h3{
	margin: 0px;
	padding: 0px;}

h1{
	font-size: 200%;
	font-weight:bold;
	line-height: 130%;}
	
h2{
	font-size: 160%;
	font-weight:bold;
	line-height: 130%;}	
	
h3{
	font-size: 110%;
	line-height: 130%;}
	

/* --- Site lay-out styles --- */

#container {
	margin: 0px auto; 
	width: 90%;
	max-width: 1000px;
	background: #EEE}

#corners-top, #corners-bottom{
	width:100%;
	height:16px;}

#corners-top-left, #corners-bottom-left{
	float:left;
	width:60px;
	height:16px;}
	
#header {
	padding: 10px 0px;
	height: 72px;
	background: #acc2d7;}

#main {
	padding: 0% 5% 2% 5%;
	height: 100%;
	background: #EEE;}

#footer {
	text-align: center;
	background: #EEE;
	font-weight:bold;}

#language , #percentage{
	padding: 6px;
	margin:auto;
	text-align: center;}
	
#group {
	background: #FFF;
	padding: 12px 16px;
	border: 1px solid #BBB;}
	
#group div{
	margin-bottom: 20px;}

#group div div{
	margin-bottom: 0px;}	
	

/* --- General Styles questions --- */

.question-text{
	padding: 6px 12px;}	

.asterisk , .errormandatory{
	display:inline;
    color: #FF0000;}

.question-text h3{
	display:inline;}		
	
.questionhelp {
	display:block;
	font-size:90%;
	font-style:italic;}	

.question-answer{
	color:#222;
	padding: 12px 16px 12px 16px;
	border: 1px solid #CCCEDB; }	

.answertextright , .answertext{
	text-align:left;}	

table.question {
	width:99%;
	border: 1px solid #87accb;}	

table.question th{
	padding: 4px 6px;}	
	
table.question thead{
	background-color:#87accb;
	border: 1px solid #87accb;}
	
tbody tr.array2{
	background-color:#EEE;}	

tbody tr.array1:hover , tbody tr.array2:hover {
	background: #bbd1e3;}
	
.answertext {
	font-weight: normal;}

.boilerplate  .question-answer {
	display:none;}

.boilerplate  .question-help{
	padding: 4px 12px;}
	
.boilerplate  .question-help  img{
	display: none;}
	
.question-help {
	font-style:italic;
	background: #CCCEDB;
	line-height:140%;
	border-left: 1px solid #CCCEDB;
	border-left: 1px solid #CCCEDB;
	padding: 1px;}	

.question-help  img{
	display: block;
	height:14px;
	margin: 1px 8px 4px 16px;}
	
#footer a:link {
	color: #222;
	text-decoration: underline;}
	
#footer a:visited , .clearall A:active {
	color: #666;}

#footer a:hover {
	text-decoration: none;
	color: #000;}	
	
input.submit, input.saveall	{
	margin: 6px 0px;
	font-size: 9pt;
	line-height: 130%;
	border: 1px outset #333;
	cursor:pointer;}

/* --- Styles progress graph  --- */
#progress-graph{
	padding-bottom: 40px;}

.hide{
	font-weight: bold;
	display:block;}
	
.graph {
	text-align:left;
	border: 2px solid #282D67;
	background-color: #fff;
	width: 160px;
	margin-left: -82px;}

.graph, .cent , .zero{
	position: absolute;
	margin-top: 8px;
	left: 50%;
	height: 24px;}

.cent , .zero{
	padding: 2px 0px;
	width: 60px;}

.cent{
	margin-left: 82px;}

.zero{
	margin-left: -142px;}
	
.innergraph {
	background-color: EFEFEF;
	color: #282D67;
	font-size: 8pt;}

/* --- Survey elements --- */
.radio {}

.rank, .rank td {
	background-color: #f5f9f9;}

.select {
	background-color: #EFEFEF;
	color: #555555;}

.textarea {
	color: #666666;
	width:99%;}

.warningjs {
	font-size:110%;
	font-weight:bold;
	color:RED;}

	
/* --- General list styles --- */
 .choice-5-pt-radio ul
,.list-radio-flexible ul
,.list-radio ul
,.list-with-comment ul
,.multiple-opt ul
,.multiple-opt-comments ul
,.multiple-short-txt ul
,.numeric-multi ul
,.yes-no ul
,.gender ul{
	margin-left: 0%;
	padding-left: 0%;}

 .choice-5-pt-radio li
,.list-radio-flexible li
,.list-radio li
,.list-with-comment li
,.multiple-opt li
,.multiple-opt-comments li
,.multiple-short-txt li
,.numeric-multi li
,.yes-no li
,.gender li{
	list-style-type: none;
	text-align: left;
	margin: 0% 0% 0.5em 0.5em;}
	
 .choice-5-pt-radio li
,.list-radio-flexible li
,.list-radio li
,.list-with-comment li
,.yes-no li
,.gender li{
	margin-left: 2em;
	text-indent: -2.2em;}

/* --- Styles other pages --- */
#surveylist, #welcome, #completed, #load, #save, #assessment, #faq, #cleared{
	padding:2%;
	height:100%;
	background:#FFF;
	text-align:center;
	border:1px solid #BBB;}

#welcome {
	text-align:left;}
	
#surveylist ul, #surveylist li{
	list-style:disc;}

#load table, #save table{
	margin:auto;}

#faq ol, #faq li{
	text-align: left;
	font-weight: bold;
	list-style-type: decimal;
	margin-bottom: 24px;
	font-size: 110%;
	line-height:140%}

#faq ol{
	margin: 24px 24px 0px 16px;}
	
	
#faq ul, #faq ul li{
	font-size: 91%;
	line-height:120%;
	font-weight: normal;
	list-style-type: none;
	margin-left: -32px;}
	
.warning{
	color: red;
	font-size:140%;
	font-weight:bold;}
	
#hide1 {
	display:inline;}

#show1 {
	display: none;}
