html	{
	margin: 0;
	padding: 0;
	color: #444;
	}


body	{
	margin: 0;
	padding: 0;
	background-color: #F3F3F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow: -moz-scrollbars-vertical;
	}

a	{
	text-decoration : underline;
	}

a:hover	{
	color: black;
	}

img	{
	border: 0;
	}

img#logo2	{
	margin: 1em;
	float: left;
	}

img#logo1	{
	margin: 1em;
	float: right;
	}

.survey-main	{
	width: 800px;
	margin: 0 auto;
	background-color: white;
	}

.headerimg	{
	margin: 10px 0;
	}

div.headerbar	{
	text-align: left;
	color: white;
	height: 1.2em;
	padding: .2em;
	font-size: 1.2em;
	font-weight: normal;
	background-color: rgb(139,30,35);
	}

h2	{
	text-align: center;
	color: rgb(81,92,97);
	font-weight: bold;
	font-size: 1.2em;
	margin: 1em 0 0 0;
	padding: 0.1em 0.2em 0.1em 0em;
	border-top: 1px solid #ddd;
	}

.survey-survey-description	{
	margin: .5em 0 1em 0;
	}

.survey-welcome	{
	color: rgb(243,243,243);
	background-color: rgb(81,92,97);
	padding: 4%;
	}

.survey-cleared	{ 
	color: red;
	font-weight: bold;
 }

.numquestions	{
	font-size: 0.8em;
	color: rgb(81,92,97);
	margin-top: 1em;
	}

.survey-navigator	{
	margin: 0 0 1em 0;
}

p#helpline	{ 
	text-align: right;
	margin-right: 20%;
	margin-top: 1em;
 }

/* buttons */
input.submit	{
	display: block;
	position: relative;
	background-color: rgb(139,30,35);
	font-size: 0.9em;
	font-weight: bold;
	border: 1px solid rgb(230,230,230);
	cursor: pointer;
	color: white;
	left: 75%;
	}

input.saveall	{
	display: block;
	position: absolute;
	background-color: rgb(139,30,35);
	font-size: 0.9em;
	font-weight: bold;
	border: 2px outset rgb(230,230,230);
	cursor: pointer;
	margin-top: 0.5em;
	right: 24.5%;
	width: 15em;
	}

/* end buttons */
.clearall	{
	display: block;
	position: relative;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: right;
	clear: both;
	font-size: .8em;
	top: 1.5em;
	}
	
.clearall a	{
	color: rgb(81,92,97);
	}

/* percentage graph */
.survey-survey-percent	{
	text-align: center;
	margin: 0 auto;
	font-size: 0.9em;
	font-weight: bold;
	float:right;
	}

.graph	{
	border: solid 1px rgb(230,230,230);
	}

.innergraph	{
	background-color: rgb(230,230,230);
	color: #666;
	font-size: 0.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0%;
	margin: 0%;
}

.innergraph img	{
	height: 0.8em;
}

/* end percentage graph */
/* survey questions */
.survey-survey	{
	margin: 0 1em;
	}

.survey-groupdescription	{
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background-color: #F5F9F9;
	padding: 4%;
	}

.survey-question-code	{
	display: none;
	font-weight: bold;
	color: gray;
	font-size: 1.3em;
}

.survey-question-text	{
	display: block;
	font-weight: normal;
	margin-top: 1em;
}

.survey-question-answer	{
	margin-top: 1em;
	margin-left: 2em;
	font-size: .9em;
	line-height: 1.5;
}

.survey-question-help,	{
	font-size: .8em;
	color: #666;
	font-style: italic;
	margin-left: 2em;
	}

.questionhelp	{
	display:block;
	font-size: .8em;
	color: #666;
	font-style: italic;
	margin-top: .5em;
	margin-left: 2em;
	}

.survey-question-help 	{
	display: none;
	margin-right: 0.5em;
	}

.survey-save-error, .survey-load-error	{ 
	font-weight: bold;
	color: red;
	}

.survey-privacy	{
	visibility: hidden;
	}

td.arraycaptionleft	{ 
	background-color: #B2B2B2;
	font-weight: bold;
	padding: 0.2em;
 }

.array1	{ 
	text-align: center;
	background-color: #e6e6e6;
	font-weight: bold;
	padding: 0.2em;
 }

.array2	{ 
	text-align: center;
	font-weight: bold;
	padding: 0.2em;
 }

font[size="1"]	{
	}

hr	{
	margin: 1em auto 2em auto;
	width: 60%;
	height: 0px;
	color: rgb(139,30,35);
	border: solid 1px;
	}