/*this is the total background*/
body{
	background-color: #ECECEC;
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	color: blue;
	margin-top: 1px; 

}


a:link {
colour: #FFF;
text-decoration:none;
}

a:visited {
colour: #FFF;
text-decoration:none;
}

a:hover {
colour: #FFF;
text-decoration:underline;
}

a:active {
colour: #FFF;
text-decoration:none;
}


.screen_layout {

	background-color: #ECECEC;
}


.title_layout {
margin-left: 10px;
}

.title_layout_results {
text-align: center;


}

.licence_text {

}

.licenced_to {
	
}

.licencee {
   
}






/*this is the block with questions*/




#readspeaker {

width:auto;
position:relative;
left:-90px;
top: -5px;

padding-bottom: 5px;
}


.question_layout {

background-color: #FFFFCC;
margin-right: 20px;
margin-left: 10px;
margin-top: 10px;
padding-left: 100px;
padding-top: 05px;
padding-right: 5px;
padding-bottom: 30px;
border: thin dotted;
width: 772px;
height: auto;


}







.assessing {
	background-color: #E7E4E7;
	margin-left: 10px;
	margin-right: 20px;
padding-bottom: 2px;
padding-top: 2px;
padding-left: 2px;
	
border-color: black;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.how_to_use_feedback {
  
}
	


.feedback_name {
	font-weight: bold;
      text-align: center;
	
}



.feedback_bargraphs {
	
}



.feedback_link {
font-weight: bolder;
	
}
	



