body {
	font-size: 0.6ems;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0 0 0 0;
}
/*
	Left hand nav
*/
#leftnav {
	top: 70px;
	position: absolute;
	left:0px;
}
#navblock {
	width: 131px;
	background-color: #4B80A9;
	margin: 0px;
	padding: 0px;
}
.navactive {
	color: #FFFFFF;
	background-color: #9AB06D;
	margin-top:10px;
}
.navinactive {
	margin-top:5px;
}

.bluenav {
	font-size: 100%;
	color: #FFFFFF;
	list-style-type: none;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 0px;
	padding-top: 5px;
}

.bluenav a {
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #4B80A9;
	border-right-color: #4B80A9;
	border-bottom-color: #4B80A9;
	border-left-color: #4B80A9;

}
.bluenav a:hover 
{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.bluenav a:active 
{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

 
/* 
	Other Items 
*/
.navitem {
	font-size: 110%;
	color: #FFFFFF;
	background-color: #4B80A9;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	font-weight: normal;
	font-style: normal;
}
.navselected {
	background-color: #9AB06D;
	font-size: 120%;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	font-weight: normal;
	font-style: normal;
}
#middle {
	background-color: #9AB06D;
	float: left;
	height: 70px;

}
#header {
	background-color: #9AB06D;
	height: 70px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	color: white;
	font-weight: bold;
	font-size:18px;
}
#logo {
	float: right;
	width: 263px;
}
#title {
	width: 460px;
	height: 45px;
	position: absolute;
	left: 25px;
	top: 8px;
	float: left;
	text-align: left;
	z-index: 1;
}
#fontsize {
	float: right;
	width: 150px;
	padding-top: 75px;
}
#endheader {
	float: right;
}



#helpbox {
	position:relative;
	top: 15px;
	left:6px;
	width: 126px;
}
#helpboxcontent {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CB4040;
	border-left-color: #CB4040;
	font-size: 75%;
	padding: 4px;
}

.helppageheading {
	font-size: 95%;
	font-family: Verdana, Helvetica, sans-serif;
	
}

.helppagetext {
	font-size: 80%;
	font-family: Verdana, Helvetica, sans-serif;
}


#maincontent{
	left: 131px;
	top: 70px;
	position: absolute;
	min-width: 88%;
	/*border: 1px solid green;*/
}

.introtext {
	font-size:75%;
	padding-bottom: 15px;
	display:none;
	visibility:hidden;
}

table.questtable
{
	margin-left: 3%;
	width: 96%;
}
#contentwrap {
	padding-left: 0px;
	width: 100%;
	/*border: 1px solid blue;*/
}

/*
	Table Related CSS
*/

.tabletitle {
	font-size: 75%;
	font-weight: bold;
	color: #5C9CB6;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 5px;
}
.rowcolour1 {
	background-color: #D8EAEF;
}
.rowcolour2 {
	background-color: #FFFFFF;
}
.table_number_col {
	padding: 5px;
	font-size: 75%;
}
.table_question_col {
	color: #000000;
	padding: 5px;
	font-size: 75%;
}
.table_answer_col {
	font-size: 75%;
	color: #5C9CB6;
	text-align: center;
	border-left: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
/*
	Previous/Next navigation
*/
.bottom_nav {
	background-color: #4B80A9;
}
#nav_previous {
	float: left;
}
#nav_next {
	float: right;
}
/*
	Exit Items
*/

#exitblock{
	position:absolute;
	left:0px;
	top:0px;
	z-index:100;
	width:100%;
	height:100%;  /*djb 19/12/06  this was 3000px but that puts too much whitespace below the survey.  now the exit 'grey-out' might not cover everything */
	visibility: hidden;
	background-image:url(exit_background.gif)
}
#exitmessagebox{
	background-color: #FFFFFF;
	position:absolute;
	width:380px;
	height:380px;
	left:250px;
	top:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	border: 2px solid #5C9CB6;
	padding-left:40px;
	padding-right:40px;
	padding-top:20px;
	padding-bottom:20px;
	display:inline;
}
.error {
	color: #990000;
	font-weight: bold;
}
#loginbutton {
	position:absolute;
	left:10px;
	top:122px;
}


.helppagetext
{
	position:absolute;
	top:80px;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	margin-left:10px;
	margin-right:10px;


}

