.formContainer label {
	color: rgb(102, 102, 102);
	font-size: 1em;
}

.formContainer h3.pageHeader {
	padding: 5px 5px 10px 5px;	
	color: rgb(44, 127, 163);
	font-size: 1em;
}

.formContainer h6 {
	clear: both;
	font-size: 1em;	
	margin: 10px 0 5px 0;
	color: rgb(102, 102, 102);
	font-weight: normal;
	border-bottom: solid 1px rgb(102, 102, 102);
}

h5.greenHeader {
	clear: none;
}

/* This was throwing off firefox */
*html input.checkbox {
    clear: both;
    float: left;
    margin: 2px 0 0px 4px;
    position: relative;
    left: 1px;
    top: 0px;
}

/* HTMl HACK IE  */
*html .row label.inline {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    clear: none;
    display: block;
    position: relative;
    bottom: -5px;
}

textarea.summaryField {
	height: 3.7em;
}

textarea.detailsField {
	height: 17em;
}

textarea.proceduresField {
	height: 3.7em;
}

/***** rows *****/

.row {
	width: 99%;
	padding-left: 1%;
	margin-bottom: 7px;
	clear: both;
}

.row.radio {
	padding-bottom: 6px;
}

.row .description {
	font-style: italic;	
	position: relative;
	bottom: 2px; 
	margin-right: 5px;
	color: #333;
}

.row label {
	clear: both;
	display: block;
	line-height: 1em;
	margin: 2px 5px 2px 0px;
	padding: 0;
	color: #990000;
}

.row .description {
	font-style: italic;	
	position: relative;
	bottom: 2px; 
	margin-right: 5px;
	color: #333;
}

.row label.inline {
	margin: 0 3px;
	clear: none;
	display: inline;
	position: relative;
	bottom: 3px;
}

.formBuilder .description,
.formBuilder .row label {
	background-color: #E6E6E6; 
	padding: 2px;
}

.row .list {
	margin-bottom: 4px;
	padding-bottom: 6px;
}

.row.checkbox {
	padding: 0px;
	margin: 0px 15px;
	display: block;
	float: none;
	clear: none;
}

.row.checkbox input{
	display: inline;
	position: relative;
	top: 2px;
	float: none;
	clear: none;
}

.row.checkbox label{
	display: inline;
	background: Transparent !important;
}

.formBuilder .row.checkbox .description,
.row.checkbox .description {
	background-color: Transparent; 
	display: block;
	margin-left: 28px;
	line-height: 1.3em;
}

.row.checkbox input.text {
	width:80%;	
	margin-bottom: 0px;
}
.row.checkbox div.checkBoxSpacer {
	float: left;
	width: 23px;
}

.formBuilder label.required,
label.required {
	padding-left: 15px;
	background-image: url('images/orange_star.gif');
	background-repeat: no-repeat;
}

.row.pronounced .container table {
	width: 100%;
	margin-top: 2px;
}

.row.pronounced .container table label {
	display: inline;	
}

div.row.buttons {
	text-align: right;
	padding: 5px 0;
	display: block;
	width: 98%;
}

.row input.text {
	border: 1px solid rgb(102, 102, 102);
	line-height: 1.3em;
	height: 1.3em;
	width: 96%;
	font-size: 1em;
	margin: 0 0 8px 0;
	padding-left: 1px;
}

/* This was throwing off firefox */
*html .row input.checkbox {
    clear: both;
    float: left;
    margin: 2px 0 0px 4px;
    position: relative;
    left: 1px;
    top: 0px;
}

/* HTMl HACK IE  */
*html .row label.inline {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    clear: none;
    display: block;
    position: relative;
    bottom: -5px;
}

.row select {
	width: 97%;
	line-height: 1.3em;
	/* margin: 0 0 8px 0; (this was pushing select fields out of alignment with adjacent text)  */
	padding-left: 1px;
}

.row textarea {
	border: 1px solid rgb(102, 102, 102);
	width: 96%;
	margin: 0px 0px 8px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

label.invalid {
	color: Red;
	font-weight: bold;
	cursor: pointer;
}

span.symbol {
	color: #666;
	padding: 2px;
	float: left;
}

/********** cols *************/
.col {
	width: 49.9%;
	float: left;
}
.col select { width: 93%; }
.col input.text { width: 94%; }
.col textarea { width: 94%; }

div.row.three-cols .col {width: 33%;}
div.row.four-cols .col {width: 24.5%;}

/********* dates ***********/
select.day, select.month, select.year {
	float: left;
	margin-right: 3px;
}
select.day { width: 25%; }
select.month { width: 33%; }
select.year { width: 33%; }

/********* Dates and Times **********/

.datePicker {
	float: left;
	width: 100px;
	margin-right: 3px;
	margin-bottom: 5px;
}
img.ui-datepicker-trigger {
	margin-right: 6px;
	position: relative;
	top: 1px;
	float: left;
}

.timeCol {
	float: left;
}

.time {
	width: 90px;	
}

/* example (watermark) */
input.example {
	color: rgb(200, 200, 200) ! important;
	font-weight: normal ! important;
}

/********* wizard ***********/
div.wizard .formContainer{
    border: none;
    padding: 0;
}

div.wizard div.buttons {
	text-align: right;
}

.wizard h3.stepTitle {
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
	padding: 4px 5px 4px 24px;
	background: transparent url(images/arrow_right.gif) no-repeat left;
	margin: 0.5em 0 1em 0;
	color: #2B7FA3;	
}

.wizard span.stepCount {
	color: #F90;
}


/********** Messages ********/
* html div.message { height: 1%; }

div.message, div.message.validation {
	border: 1px solid rgb(224, 224, 232);
	background: #FFF;
    padding: 7px 7px 5px 30px;
    margin: 10px 0;
}

div.message h3, div.message.validation h3 {
	color: #0E6D96;
	margin: 0px;
	padding: 0 0 10px 7px;
}

div.message p {
	margin: 2px 0 6px 0;
	padding: 0;
}

div.message .form-row {
	margin-bottom: 0px;	
}

div.message.info {
	background: #FFF url(images/info.gif) no-repeat 5px 5px;
}

div.message.alert, div.message.validation {
	border-color: #900;
	background: #FFD url(images/alert.gif) no-repeat 5px 5px;
}

div.message.validation h3 {
	color: #900;
	font: Bold 1.1em Arial, Helvetica, sans-serif;
}

.message.validation ul li, .message.validation p {
	color: red;
	padding-left: 0px;
	list-style:  none outside none;
	background: url('images/red_pointer.gif') no-repeat 0px 5px !important;
}

/********** Errors **********/

ul.results {
	padding: 0;
	padding-top: 5px;
	margin: 0;
}

ul.results ul{
	clear: both;
	border-bottom: 1px dashed #CED9EC;
	padding: 2px 0 15px 0;
	margin: 0 2px 5px 2px;
}

ul.results ul li, ul.results ul li ul{
	border-bottom: none;
}

ul.results a {
	padding: 0 0 0 13px !important;
	margin: 0;
	margin-left: 5px;
	background: url('images/red_pointer.gif') no-repeat 0px 5px;
}


/******************* Cleaned up styles **************************/

.formContainer {
	padding: 0;
}

.form-buttons,
.form-row.buttons {
	/*width: 550px; Why was this needed? Looks horrible */
}

/* This might not be correct. Get carlos to check whether these styles need to be in student or employer */
#loginContainer .form-buttons, #login .form-buttons, div.boxedContent.login .form-row.buttons, .formContainer.login.login-box .form-buttons
#login .form-buttons, 
div.boxedContent.login .form-row.buttons
{
	width: 270px;
}

.radioList.vertical .radioList-item {
	display: block;
	padding: 1px 0;
}

.radioList input {
	vertical-align: middle;
}

fieldset.fieldGroup {
	border: solid 1px #BCCFD6;
	margin: 0 0 15px;
	padding: 0px;
}

.fieldGroup .fieldGroup-header {
	background-color: #D3DFE4;
	padding: 0 0 0 5px;
}

.fieldGroup .fieldGroup-header input,
.fieldGroup .fieldGroup-header .read-only-field { 
	margin: 0 5px 0 0;
	float: left;
	position: relative;
	top: 3px; 
}

.fieldGroup .fieldGroup-header label {
	font-weight: bold;
	color: rgb(44, 127, 163);
	padding: 0;
	margin: 0;
	cursor: pointer;
	line-height: 1.9em;
	display: block;
}

.fieldGroup .fieldGroup-header.basic {
	background-color: Transparent;	
}

.fieldGroup .fieldGroup-header.basic label {
	font-weight: normal;
	color: rgb(102, 102, 102);
}

fieldset.fieldGroup .fieldGroup-body {
	padding: 5px;
}

/* Captcha Styles */

div.captcha-container label {
	margin-bottom: 5px;
}

div.captcha-container img {
	display: block;
}

div.captcha-container input.text {
	width: 200px;
}

a.captcha-refresh {
	background: url(images/icons/refresh.gif) no-repeat;
	padding: 2px 0 2px 20px;
	cursor: pointer;
	margin: 0 0 0 10px;
	line-height: 1.5em;
	display: inline;
}

h5.section-header {
	font-weight: bold;
	color: rgb(44, 127, 163);
	font-size: 1em;
	margin: 0.5em 0 0.9em 0;
	background-color: #D3DFE4;
	padding: 3px 5px;
	border: none;
}

.read-only-field {
	border: 1px solid rgb(102, 102, 102);
	line-height: 1.3em;
	height: auto;
	min-height: 1.2em;
	margin: 2px 0 0 0;
	padding: 1px 0 0 2px;
	font-size: 1.2em;
	color: Black;
}

.read-only-field.checkbox {
	display: inline;
	width: auto;
	margin: 0 15px 0 0;
}
.read-only-field.category {
	height: auto;
}

.meta-info-container table {
	background: white;
}

input.text{
	font-size: 1em;
}