/* QUT template - common stylesheet (contains styles available to page editors) */
/* Should be used in conjunction with corpstyle and branch stylesheets */
/* Copyright QUT 2009 */
/* Version 4.0 */

/* Styles available via Contribute editing mechanism */

/* HEADING ELEMENTS ----------------------------------------------------------- HEADING ELEMENTS */

h2 {
	font-size: 0.95em;
	font-weight: bold;
	margin-top: 2em;
}

h3 {
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 2em;
}

h4 {
	font-size: 0.85em;
	font-weight: bold;
}

h5 {
	font-size: 0.8em;
	font-weight: bold;
}

h6 {
	font-size: 0.75em;
	font-weight: bold;
}


/* TEXT FORMATTING ------------------------------------------------------------- TEXT FORMATTING */

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

/* DEFAULT TABLE STYLE ----------------------------------------------------- DEFAULT TABLE STYLE */

table.qut-table {
	position: relative;
}

/* BASIC INCOME SPECIFIC SETTINGS ------------------------------- BASIC INCOME SPECIFIC SETTINGS */

.ubinz_box {
	border: 1px solid #cccccc;
	text-align: center;
	margin-top: 20px;
}

.ubinz_box h2 {
	margin-top: 6px;
}

.image_left_aligned {
	margin: 5px 20px 10px 0px;
	float: left;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #5a5a5a;
}

.image_left_aligned_240 {
	margin: 5px 20px 10px 0px;
	float: left;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #5a5a5a;
	width: 240px;
}

.image_left_aligned_320 {
	margin: 5px 20px 10px 0px;
	float: left;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #5a5a5a;
	width: 320px;
}

.image_right_aligned {
	margin: 5px 0px 10px 20px;
	float: right;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #5a5a5a;
}

.image_right_aligned_320 {
	margin: 5px 0px 10px 20px;
	float: right;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #5a5a5a;
	width: 320px;
}

.staff_photo {
	margin: 5px 10px 5px 0px;
	border: 1px solid #000000;
}
