HTML {
}
BODY {
		font-family: arial;
		text-align: left;
		/*margin-left: auto;
		margin-right: auto;*/
		margin-top: 0px;
		padding: 0px;
}
TABLE {
		margin: 0px;
		padding: 0px;
		font-family: arial;
		color:#5d5d5d;
		font-size: 12px;
}
TD {
		padding: 0px;
		margin: 0px;
/* text-align: center; */
}

/* Student Operations Banner */
/*#banner p#pagetitle span {
	background:url("http://www.swinburne.edu.au/images/banners/banner-student-operations.gif") no-repeat scroll 0 0 transparent;
}*/

/* Survey page (all survey content is contained in this table) */
TABLE.page {
		border: 0px;
		text-align: left;
		width:700px;
		/*margin-left: auto;
		margin-right: auto;*/
}
TABLE.sections {
		text-align: left;
		margin: 0px;
		width: 100%;
		border: 0px;
}
TD.sections {
		border: 0px;
		text-align: left;
		padding-left:2px;
		padding-right:2px;
		padding-top:2px;
		padding-bottom:2px;
}
TD.topLeftCorner {
}
TD.topRightCorner {
}
TD.leftSide {
}
TD.rightSide {
}
TD.bottomLeftCorner {
}
TD.bottomRightCorner {
}
/* survey header */
TABLE.header {
		width: 100%;
}
TD.header {
		text-align: left;
}
/* Login screen */
TD.login {
		padding-left: 10px;
}

/* Survey title */
td.title {
	color: #666666;
	font-size: 1.7em;
	text-align: left;
	vertical-align: middle;
}

/* Language selection */
TD.langSelector {
		font-size: 10px;
		padding: 2px;
		text-align: right;
}
SELECT.langSelector {
		font-size: 9px;
		font-family: verdana,arial;
}
/* Survey introduction */
TD.introduction {
		font-size: 12px;
		color:#5d5d5d;
		padding: 5px;
}
/* Section title */
TD.sectionText {
		font-size: 12px;
		font-weight: normal;
		padding: 2px;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: left;
}
/* Section title */
TD.sectionTitle {
		color: #000000;
		border-bottom: #999999 1px solid;
		font-weight: bold;
		padding: 0px;
		height:18px;
		padding-top:20px;
}
SPAN.sectionTitle {
		font-size: 15px;
		width:100%;
}

/* Question table */
table.questionTbl {
	margin-top: 10px;
	padding:0px;
}

td.question {
	padding-top:10px;	
}

td.questionNo {
	color:#666666;
	font-family: Arial;
	font-size: 1.1em;
	padding: 2px;
	padding-left: 3px;
	font-weight: bold;
}

td.questionText {
	font-family: Arial;
	font-size: 1.1em;
	vertical-align:middle;
	padding:2px 5px 5px 5px;
	color:#666666;
	font-weight: bold;
}
td.questionInput {}
td.questionInput table.multiple { margin-top:5px; margin-left:20px; }
td.questionInput table.multiple .multipleChoice { padding-top:3px; }

td.textBefore {
	padding: 5px;
}
td.textBefore b { padding-left:20px; background:url(http://www.swinburne.edu.au/studentoperations/_images/icons/alert.png) no-repeat top left; }
TD.textAfter {
}
.afterLastQuestion,.spaceAfterFirstSectionText,.beforeFirstQuestion,.spaceBeforeSectionText,.spaceAfterSectionText {
		margin: 0px;
		border: 0px;
		height: 0px;
}
.spaceAfterSectionText {
		padding: 3px;
}
.afterLastQuestion {
		padding: 3px;
}
.spaceBeforeFirstSectionText {
		padding: 4px;
}
.betweenQuestions {}
SELECT,TEXTAREA {
	border: #BBBBBB 1px solid;
	color:#5d5d5d;
	padding: 2px;
	margin-left:5px;
		
}
/* Essay */
INPUT.essayText {
	border: #BBBBBB 1px solid;
	color:#5d5d5d;
	padding: 2px;
	font-size: 1.2em;
	font-weight: bold;
}
/* Essay */
INPUT.questionFreeText {
		border: #BBBBBB 1px solid;
		color:#5d5d5d;
		padding: 1px;
}
SELECT.essayDropdown {
		color:#5d5d5d;
		height: 15px;
		padding: 0px;
		margin: 0px;
		font-size: 10px;
		font-weight: bold;
}
INPUT.essayCheckbox {
}
/* Rating question */
TABLE.rating {
		font-family: arial;
		color:#5d5d5d;
		font-size: 12px;
		margin-left: 5px;
}
TD.ratingMinMax {
		font-family: arial;
		color:#5d5d5d;
		font-size: 12px;
		margin-left: 5px;
}
TD.ratingNumbers {
		font-family: arial;
		color:#5d5d5d;
		font-size: 12px;
		margin-left: 5px;
}
TD.ratingNA {
		font-family: arial;
		color:#5d5d5d;
		font-size: 12px;
		margin-left: 5px;
}
TD.ratingRadio {
		font-family: arial;
		color:#5d5d5d;
		font-size: 12px;
		margin-left: 5px;
}
TD.ratingEmpty {
		font-family: arial;
		color:#5d5d5d;
		font-size: 12px;
		margin-left: 5px;
}
INPUT.ratingRadio {
		font-family: arial;
		color:#5d5d5d;
		font-size: 12px;
		margin-left: 5px;
}
/* Numeric question */
TABLE.numeric {
		margin-left: 5px;
}
TD.numericPrefix {
		font-family: arial;
		color:#5d5d5d;
		font-size: 12px;
		margin-left: 5px;
}
TD.numericPostfix {
		font-family: arial;
		color:#5d5d5d;
		font-size: 12px;
		margin-left: 5px;
}
TD.numericInput {
}
INPUT.numericInput {
		border: #BBBBBB 1px solid;
		color:#5d5d5d;
		padding: 1px;
}
/* Dropdown question */
TABLE.dropdown {
		margin-left: 5px;
}
TD.dropdown {
}
SELECT.dropdown {
}
/* question */
TABLE.Choice {
		font-family: arial;
		color: #5d5d5d;
		font-size: 12px;
		margin-left: 5px;
}
TD.Button {
		border:none;
		font-family: arial;
		color:#5d5d5d;
		font-size: 12px;
		margin-left: 5px;
}
input.Button {
/*
	border: none;
	padding-left: 5px;
	margin-left: 5px;
	color:#5d5d5d;
	font-size: 12px;
	padding:0px;
 */
}
TD.Text {
		font-family: arial;
		color:#5d5d5d;
		font-size: 12px;
		margin-left: 5px;
}
TD.Image {
		font-family: arial;
		color:#5d5d5d;
		font-size: 12px;
		margin-left: 5px;
}
input.multipleOther {
		font-family: arial;
		color:#5d5d5d;
		font-size: 12px;
		margin-left: 5px;
		border: #BBBBBB 1px solid;
		width:150px;
		padding:2px;
}
INPUT.multipleButton {
		font-family: arial;
		color:#5d5d5d;
		font-size: 12px;
		margin-left: 2px;
		margin-top: 1px;
}
td.multipleText {
		font-family: arial;
		color:#5d5d5d;
		font-size: 12px;
		vertical-align: text-top;
}
td.multipleButton {
		vertical-align: top;
}
/* Matrix question */
TABLE.matrix {
		border-collapse:collapse;
		margin: 10px;
		margin-left: 5px;
		margin-bottom: 10px;
/* border-collapse:separate; */
}
TD.matrixHeading {
		border: 0px;
		font-weight: bold;
}
td.matrixCell {
	border: #DDDDDD 1px solid;
	color:#5d5d5d;
	padding:5px;
	font-size: 12px;
}
TD.matrixEmpty {
		border: none;
}
INPUT.matrixCheckbox {
}
INPUT.matrixRadio {
}
INPUT.matrixText {
		text-align: left;
		border: #BBBBBB 1px solid;
		color:#5d5d5d;
		padding: 1px;
		width:190px;
		height:40px;
}
SELECT.matrixDropdown {
		text-align: left;
}
/* Upload files screen */
Table.uploadPage {
		border-top: #000000 1px solid;
		border-bottom: #000000 1px solid;
		padding:0px;
		margin: 10px;
}
TD.uploadTitle {
		padding: 5px;
		color: #5d5d5d;
		font-weight: bold;
		text-align: center;
}
TD.uploadHelp {
		padding:5px;
}
TD.upload {
		padding-left:5px;
		padding-right:5px;
}
SELECT.uploadSelectImage {
}
TD.uploadPreview {
}
TD.uploadButtons {
		padding:5px;
		text-align: right;
}
Input.uploadField {
		width: 100%;
		border: #BBBBBB 1px solid;
		color:#5d5d5d;
		padding: 1px;
}
/* ProgressBar */
TD.progressBar {
/*
	controls position of the progress bar, f.exp:
	TEXT-ALIGN: center;
 */
}
TABLE.progressBar {
/*
	controls width of the progress bar, f.exp:
	width: 50%;
 */
}
TD.progressBarFill {
/*
	controls the filled part of the progress bar f.exp:
	BACKGROUND-COLOR: #000000;
 */
		BACKGROUND-COLOR: #919191;
}
TD.progressBarBlank {
/*
	controls the blank part of the progress bar f.exp:
	BACKGROUND-COLOR: #FFFFFF;
 */
}
TD.progressBarText {
/*
	controls the text(percentage) of the progress bar
 */
}
TD.buttons {
/*
	controls the table cell where survey buttons are located
 */
		/*border-top: #000000 1px solid;*/
		padding: 2px;
		padding-bottom: 3px;
		padding-top: 10px;
		height: 30px;
		text-align: right;
		vertical-align: top;
}
TD.thankYouNote {
/*
	controls the table cell where survey thank-you note is displayed
 */
		padding: 5px;
		padding-top: 20px;
		padding-bottom: 20px;
}
/* survey footer */
Table.footer {
		width: 100%;
		margin: 10px;
}
TD.footer {
		text-align: center;
}
/* Save and come back */
TD.saveAndComeBack {
		padding: 10px;
}
/* Dialog */
TD.dialog {
		padding: 5px;
		padding-top: 20px;
		padding-bottom: 20px;
}


/*Custom*/

select, input, textarea {
font-size:12px !important;
font-family:Arial, Helvetica, sans-serif  !important;
font-weight: normal !important;
}

select   {
height:auto !important;
}