/*
Project Title:	Survey
Description:	Questionnaire
Author:			Visualcode Limited
Date:			09.03.07
Version:		1.0
*/

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#000000;
	font-size:0.8em;
	margin:0;
	padding:0;
	background:FFF;
	text-align:center;
	}

/* ::: Generic Style Content ::: */

table,
input,  
select, 
textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#333;
	font-size:9pt;
	}

div {
	margin:0;
	padding:0;
	}
	
a:link {
	color: #3D1039;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #3D1039;
	font-weight: normal;
	text-decoration: none;
}

a:active {
	color: #CCC;
	font-weight: normal;
	text-decoration: none;
}

 a:hover {
	color: #CCC;
	font-weight: normal;
	text-decoration: none;
}
	
h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.5em;
	color: #3D1039;
	font-weight:bold;
	margin:0;
	padding:0;
	display:inline;
	}

h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;;
	font-size: 1.5em;
	color: #3D1039;
	font-weight: normal;
	display:inline;
}

h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	color: #D8007A;
	font-weight: normal;
	display:inline;
}

small {
	color:#3D1039;
	}

.ltpink {
	background-color:#FEECBF;
	}

.ltblue {
	background-color:#CCCCCC;
	}

.ltgreen {
	background-color:#C4B7C3;
	}

iframe {
	border:#ECECEC solid 1px;
	margin-bottom:10px;
	}	
	
/* ::: Specific Layout Elements ::: */

#Wrapper {
	width:768px;
	margin: 10px auto;
	padding:0;
	text-align:left;
	background:#FFF url(img/sdcorner_t_left.gif) no-repeat;
	}

#WrapperResults {
	width:468px;
	margin: 10px auto;
	padding:0;
	text-align:left;
	background:#FFF url(img/sdcorner_t_left.gif) no-repeat;
	}

#Container {
	margin:0;
	padding: 24px;
	text-align:left;
	background:transparent url(img/sdcorner_b_right.gif) no-repeat bottom right;
	}

#Header {
	background:#FFF url(img/logo_white.gif) no-repeat;
	height:55px
	}
	
#title {
	text-align:right;
	background:url(img/title.gif) no-repeat right center;
	height:55px;
	width:400px;
	float:right;
	}

#title h1,
#title h2{
	display:none;
	}
 
 #bodyContainer {
 	margin:0;
 	padding:0;
 	}

 #bodyContainer h1{
 	display:block;
 	float:none;
 	clear:both;
 	}
 	
.marked{
	display:block; 
	text-align:right; 
	margin-top:5px; 
	border-top:#ECECEC solid 1px; 
	padding-top:5px;
	}

.instructions {
	font-weight:bold;
	text-align:justify;
	margin: 10px 0;
	}

/* ::: Form Layout ::: */

.formElement {
	clear:both;
	margin-top:10px;
	}

.questionTitle {
	width:150px;
	float:left;
	margin-top:15px;
	}

.questionTitle h2 {
	font-size:95%;
	font-weight:bold;
	}


.question_ltgreen {
	width:250px;
	margin:0;
	float:left;
	padding:0;
	margin-top:10px;
	clear:both;
	}

.question_ltblue{
	width:450px;
	margin:0;
	padding:0;
	margin-top:10px;
	float:right;
	}

.question_ltpink {
	background-color:#FEECBF;
	}

.question_ltblue {
	background-color:#CCCCCC;
	}

.question_ltgreen {
	background-color:#C4B7C3;
	}

.question_ltgreen .header { background:url(img/ltgreen_tl.gif) no-repeat top left; }
.question_ltgreen .headerC { background:url(img/ltgreen_tr.gif) no-repeat top right; }
.question_ltgreen .footer { background:url(img/ltgreen_bl.gif) no-repeat bottom left; }
.question_ltgreen .footerC { background:url(img/ltgreen_br.gif) no-repeat bottom right; }

.question_ltblue .header { background:url(img/ltblue_tl.gif) no-repeat top left; }
.question_ltblue .headerC { background:url(img/ltblue_tr.gif) no-repeat top right; }
.question_ltblue .footer { background:url(img/ltblue_bl.gif) no-repeat bottom left; }
.question_ltblue .footerC { background:url(img/ltblue_br.gif) no-repeat bottom right; }

.question_ltpink .header { background:url(img/ltpink_tl.gif) no-repeat top left; }
.question_ltpink .headerC { background:url(img/ltpink_tr.gif) no-repeat top right; }
.question_ltpink .footer { background:url(img/ltpink_bl.gif) no-repeat bottom left; }
.question_ltpink .footerC { background:url(img/ltpink_br.gif) no-repeat bottom right; }

#pageSubmit {
	clear:both;
	margin-top:10px;
	margin-left:250px;
	padding:20px 0 0 0;
	}

/* ::: Form Layout ::: */

form {
	margin:0;
	padding:0;
	margin-bottom:25px;
	}

.inputQuestion {
	padding:0 15px;
	}

.inputContainer {
	padding:0 0 20px 15px;
	text-align:left;
	}

.inputContainer p {
	margin-top:2px;
	margin-bottom:2px;;
	padding-bottom:2px;
	clear:left;
	}

.inputContainer label{
	color:#3D1039;
	font-size:98%;
	margin-left:50px;
	display:block;
	}

.inputContainer textarea{
	color:#3D1039;
	font-size:90%;
	margin-left:20px;
	display:block;
	width:380px;
	height:75px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	border:1px solid #999;
	}

.inputContainer input {
	float:left;
	margin:0;
	margin-left:20px;
	padding:0;
	}

input {
	font-size:95%;
	color:#3D1039;
	}

input.text {
	border:1px solid #999;
	width:250px;
	padding:3px;
	}

#pageSubmit input.continue {
	width:175px;
	height:44px;
	border:none;
	padding:0;
	margin:0;
	font-size:7px;
	color:#3D1039;
	background:transparent url(img/continue.gif) no-repeat;
	padding-top:20px;
	}

#pageSubmit input.submit {
	width:175px;
	height:44px;
	border:none;
	padding:0;
	margin:0;
	font-size:7px;
	color:#3D1039;
	background:transparent url(img/submit.gif) no-repeat;
	padding-top:20px;
	}

#enquiry input.submit {
	width:175px;
	height:44px;
	border:none;
	padding:0;
	margin:0;
	font-size:7px;
	color:#3D1039;
	background:transparent url(img/submit.gif) no-repeat;
	padding-top:20px;
	}

#enquiry label {
	float:left;
	width:10em;
	}

#legal small{
	color:#CCC !important;
	margin-top:10px;
	}

#legal .links {	
	float:right;
	}

#legal .links a {
	}

/*
Project Title:	your-move.co.uk limited
Description:	Customer Survey Results Section
Author:			Visualcode Limited
Date:			07.04.06
Version:		1.8
*/

.question {
	text-align:left;
	color:#003399;
	font-weight:normal;
	padding-left:20px;
	background:url("img/results/arrow.gif") no-repeat 3px;
	}
.resultsContainer {
	border:#CCC solid 1px;
	margin:10px 0;
	margin-left:20px;
	page-break-inside:avoid;
	}
.resultsBelow{
	text-align:left;
	padding:5px 10px;
	clear:both;
	border-top:#CCC solid 1px;
	height: 300px;
	}
.resultsheader {
  float:left;
  width:100%;
  background:#ECECEC;
  font-size:85%;
  line-height:normal;
  }
.resultsheader ul {
  margin:0;
  padding:0px 10px 0 0;
  list-style:none;
  }
.resultsheader li {
  float:left;
  background:url("img/results/right.gif") no-repeat right top;
  margin:0;
  padding:0 23px 0 0;
  }
.resultsheader a {
  float:left;
  display:block;
  background:url("img/results/left.gif") no-repeat left top;
  padding:10px 7px 5px 30px;
  text-decoration:none;
  color:#FFF !important;
  font-weight:bold !important;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.resultsheader a {float:none;}
/* End IE5-Mac hack */
.resultsheader a:hover {
  color:#000 !important;
  font-weight:bold;
  }
.resultsheader .current {
  background-image:url("img/results/right_on.gif");
  }
.resultsheader .current a {
  background-image:url("img/results/left_on.gif");
  color:#003399 !important;
  padding-bottom:4px;
  font-weight:bold;
  }
  
 /* Results */ 
  
 #freeText {
 	text-align:left;
 	padding:10px;
 	}
 
 #freeText H1 {
 	font-size:95%;
 	}
 
 #freetext ul li{
 	list-style:none;
 	}


table.results {
	width:100%;
	border:#ECECEC solid 1px;
	margin-top:10px;
	}

table.results thead tr td{
	font-weight:bold;
	background:#ECECEC;
	}

#resultsIntro {
	margin-top:20px;
	margin-bottom:10px;
	}
	
	
#threeButtons {
	text-align:center;
	margin-bottom:10px;
	}

#threeButtons img {
	border:0;
	margin-left:10px;
	}

#reportHeading {
	margin-bottom:10px;
	text-align:right;
	border-bottom:#009933 solid 1px;
	}

#reportHeading h2 {
	margin:0;
	}