/*
 * Last updated: 30/05/2014
 * by Widhi Rachmanto
 */

form#standard h4 {
	font-weight:bold;
	font-size: 1.1em;
    padding: 8px 10px;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-o-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	margin:15px 0 15px;
}

form#standard h4:first-child {
	margin-top:0;
}

form#standard fieldset {
	margin-bottom:15px;
}

form#standard p {
    margin-left: 18px;
    margin-right: 15px;
}

form#standard ul {
	margin-left:25px;
}

form#standard fieldset p {
	margin-left:0;
}

form#standard div.field label.error {
	display:none;
	clear:both;
	font-weight:bold;
	color: #990000;
	/*color: #0066CC;*/
}

form#standard div.field .error {
	clear:both;
    font-weight:normal;
	color:#666666;

}

form#standard fieldset.field-full-width {
    margin-left: 205px;
    margin-right: 15px;
}

form fieldset label {
	width:14em;
	padding-right:1em;
}
form fieldset label.squish {
	width:14em;
	padding-right:0em;
	margin: 0 0.5em 0 0;
}
.noSquish {
	margin: 10em 0 0 0;
	padding-left: 16em;
}
.inputSquish {
	margin: 0 2em 0 0;
}

form fieldset label.full-width {
	width:auto;
    float: left;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 1em 5px 0;
}

form fieldset label span {
	font-weight:normal;
	font-style:italic;
}

select, textarea {
	padding: 3px 3px 3px 8px;
	border: 1px solid #CCCCCC;
    color: #646870;
    font-family: Arial,sans-serif;
    font-size: 1em;
    padding: 2px;
}

/* apply a rounded border to input fields */
.input-text, textarea, select {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}

.field-wider {
	width:250px;
}

.field-studentID {
	width:80px;
}


fieldset input[type="text"].other {
	width:120px;
}

textarea.area {
    height: 100px;
    padding: 2px;
    width: 450px;
}

/* I agree to the terms stated above */
form fieldset label.iAgree {
	width: 16em;
}

fieldset input[type="submit"], .submit input#submit_button {
	background-image:url('https://www.swinburne.edu.au/images/buttons/submit.gif');
	width:62px;
	background-position:top left;
	height:25px;
	margin:0;
	padding:0;
	border:0;
	cursor:pointer;
}

.submit input#cancel_button {
	background-image:url(../../../images/buttons/cancel.gif);
	width:62px;
	background-position:top left;
	height:25px;
	margin:0;
	padding:0;
	border:0;
	cursor:pointer;
}

.submit input#print_button {
	background-image:url(../../../images/buttons/print.gif);
	width:56px;
	background-position:top left;
	height:25px;
	margin:0;
	padding:0;
	border:0;
	cursor:pointer;
}

.submit input#reset_button {
	background-image:url(../../../images/buttons/reset.gif);
	width:56px;
	background-position:top left;
	height:25px;
	margin:0;
	padding:0;
	border:0;
	cursor:pointer;
}

.submit input#continue_button {
	background-image:url(../../../images/buttons/continue.gif);
	width:74px;
	background-position:top left;
	height:25px;
	margin:0;
	padding:0;
	border:0;
	cursor:pointer;
}

.submit input#next_button {
	background-image:url(../../../images/buttons/next.gif);
	width:49px;
	background-position:top left;
	height:25px;
	margin:0;
	padding:0;
	border:0;
	cursor:pointer;
}

form fieldset:last-child {
    margin-top: 30px;
}

form div fieldset:last-child {
	margin-top:0;
}

/* Minimum left padding for the Submit button box */
form div.submitMinPadding {
	padding-left:20px;
}

.note {
	text-align:right;
	font-style:italic;
}

/* TABLE */
table .main_table {
    border-collapse: collapse;
    border-right: 1px solid #FFFFFF;
    padding: 0;
}
.main_results_table th {
    background-color: #CCCCCC;
    font-weight: bold;
    padding: 2px 10px 2px 5px;
    text-align: left;
}
.main_results_table td {
    padding: 2px 10px 2px 5px;
    vertical-align: top;
}
.main_results_table tr.dark {
    background-color: #EFEFEF;
}
.main_results_table tr.light {
    background-color: #FFFFFF;
}
.main_results_table tr.darker {
    background-color: #CCCCCC;
    font-weight: bold;
}


/* NOTICE BOX */
#student-type {
	background-color: #fff; text-align: center; padding: 10px; border-radius: 9px 9px 9px 9px;
}
#notice-box-span {
background-color: #fff;
padding: 10px;
border-radius: 9px 9px 9px 9px;
}
div#notice-box {
	background: none repeat scroll 0 0 #EFEFEF;
	border: 1px solid #999999;
	padding: 10px 15px;
	border-radius: 9px 9px 9px 9px;
	width:95%;
}
div#notice-box p strong {
	color: #000000;
}

.unitTitle{
	width: 100%;
}
