/* /////////////////////////////////
	AUT postgrad CSS 
	by Benek Lisefski
	http://www.benekdesign.com
///////////////////////////////// */

/* reset whitespace */
* { 
	margin:0;
	padding:0;
}

/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

body {
	font: normal 16px palatino, georgia, 'palatino lynotype', times, serif;
	color: #2a2a2a;
	background: #333333;
	line-height: 20px;
}

#center {
	width: 960px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
}

.hidden {
	display: none;
}

.sideCol {
	width: 210px;
}

.mainCol {
	width: 660px;
	overflow: hidden;
	height: 1%;
}

.midCol {
	width: 420px;
	overflow: hidden;
}

.marginRight {
	margin-right: 30px;
}

.marginLeft {
	margin-left: 30px;
}


/* /////////////////////////////////
	BASIC TEXT
///////////////////////////////// */

h1 {
	font: bold 100px baskerville, palatino, georgia;
	font-style: italic;
	letter-spacing: -4px;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 270px;
}

h2 {
	font: normal 11px 'lucida grand', 'lucida sans unicode', 'lucida sans', arial;
	color: #828282;
	margin: 32px 0 0 0;
	text-transform: uppercase;
	line-height: 20px;
	padding-bottom: 4px;
	border-bottom: solid 1px #e6e6e6;
}

h3 {
	font: normal 36px baskerville, palatino, georgia;
	letter-spacing: -1px;
	color: #000;
	margin: 24px 0;
	line-height: 32px;
}

h4 {
	font: normal 24px baskerville, palatino, georgia;
	color: #000;
	margin: 18px 0;
}

h3.topLine {
	border-top: solid 1px #e6e6e6;
	padding-top: 24px;
	margin-top: 24px;
}

h4.topLine {
	border-top: solid 1px #e6e6e6;
	padding-top: 18px;
	margin-top: 24px;
}

p, ul, ol {
	margin: 18px 0px 18px 0px;
}

ul {
	list-style-type: none;
}

p strong {
	color: #000;
}

.small {
	font: normal 12px 'lucida grande', 'lucida sans unicode', 'lucida sans', arial;
	line-height: 18px;
}


/* /////////////////////////////////
	DEFAULT LINKS
///////////////////////////////// */

a img { border: none }

a:link,
a:visited {
	color: #bb2415;
	text-decoration: none;
}

a:hover {
	color: #900d00;
	text-decoration: underline;
}

a:focus {
	outline: 0;
}


/* /////////////////////////////////
	HEADER
///////////////////////////////// */

#header {
	height: 102px;
	padding-left: 17px;
}

#logo {
	display: block;
	float: left;
	width: 215px;
	height: 43px;
	overflow: hidden;
	background: transparent url('/i/aut.gif') no-repeat left top;
	text-indent: -5000px;
	margin: 43px 0 0 0;
}

/* /////////////////////////////////
	BANNER
///////////////////////////////// */

#banner {
	height: 133px;
	background-color: #901610;
	position: relative;
}

#bannerHome {
	height: 320px;
	background: #901610 url('/i/banner-home.jpg') no-repeat left top;
	position: relative;
}

.dashboard {
	background: #901610 url('/i/banner-dashboard.jpg') no-repeat left top;
}

.enquiries {
	background: #901610 url('/i/banner-enquiries.jpg') no-repeat left top;
}

.searchResults {
	background: #901610 url('/i/banner-searchresults.jpg') no-repeat left top;
}

.handbook {
	background: #901610 url('/i/banner-handbook.jpg') no-repeat left top;
}

.papers {
	background: #901610 url('/i/banner-papers.jpg') no-repeat left top;
}

#h1-postgrad {
	width: 611px;
	height: 157px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/h1-postgrad.gif') no-repeat left top;
}

#h1-dashboard {
	width: 454px;
	height: 81px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/h1-dashboard.gif') no-repeat left top;
}

#h1-enquiries {
	width: 425px;
	height: 103px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/h1-enquiries.gif') no-repeat left top;
}

#h1-searchResults {
	width: 578px;
	height: 81px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/h1-searchResults.gif') no-repeat left top;
}

#h1-handbook {
	width: 418px;
	height: 81px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/h1-handbook.gif') no-repeat left top;
}

#h1-papers {
	width: 310px;
	height: 103px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/h1-papers.gif') no-repeat left top;
}

#loggedIn{
	position: absolute;
	top: 14px;
	left: 12px;
	width: 182px;
	height: 67px;
	padding: 0 0 0 46px;
	overflow: hidden;
	background: #ce1f17 url('/i/bg-logged-in.gif') no-repeat left top;
	font: normal 11px 'lucida grande', 'lucida sans unicode', 'lucida sans', arial;
	color: #f56058;
	line-height: 14px;
}

#loggedIn h2 {
	color: #fff;
	margin: 22px 0 0 0;
	border: 0;
	padding: 0;
	line-height: 14px;
	text-transform: none;
	font-size: 12px;
	font-weight: bold;
}

#loggedIn a:link,
#loggedIn a:visited {
	color: #ffa0a0;
}

#loggedIn a:hover {
	color: #fff;
	text-decoration: none;
}

/* /////////////////////////////////
	NAV
///////////////////////////////// */

ul#nav {
	margin: 0 0 18px 0;
	list-style-type: none;
}

ul#nav li {
	display: block;
	border-bottom: solid 1px #e6e6e6;
}

ul#nav li a:link,
ul#nav li a:visited {
	display: block;
	width: 185px;
	height: 39px;
	font: normal 20px baskerville, palatino, georgia;
	line-height: 40px;
	color: #222;
	background: transparent url('/i/bg-nav-arrow.gif') no-repeat left 0;
	padding-left: 25px;
}

ul#nav li a:hover {
	background-position: left -39px;
	text-decoration: none;
	color: #000;
}

ul#nav li a.current:link,
ul#nav li a.current:visited {
	background-position: left -78px;
	
}

ul#nav li#navEnquiries a:link,
ul#nav li#navEnquiries a:visited,
ul#nav li#navEnquiries a.current:link,
ul#nav li#navEnquiries a.current:visited,
ul#nav li#navEnquiries a.current:hover {
	margin-left: -7px;
	padding-left: 32px;
	background: transparent url('/i/bg-nav-enquiry.gif') no-repeat  left 0;
}

ul#nav li#navEnquiries a:hover {
	background-position: left -39px;
}

/* SUB NAV */

ul#nav li ul {
	margin: 0;
	border-top: solid 1px #e6e6e6;
	padding: 10px 0 18px;
}

ul#nav li ul li {
	border: 0;
	line-height: 18px;
}

ul#nav li ul li a:link,
ul#nav li ul li a:visited {
	display: inline;
	width: auto;
	height: auto;
	font: normal 12px 'lucida grande', 'lucida sans unicode', 'lucida sans', arial;
	line-height: 18px;
	color: #bb2415;
	background: none;
	padding-left: 26px;
}

ul#nav li ul li a:hover {
	color: #900d00;
	text-decoration: underline;
}

ul#nav li#navPapers ul li.here,
ul#nav li#navPapers ul li.parent-here {
	margin-top: 8px;
	margin-bottom: 8px;
}


ul#nav li ul li a.current:link,
ul#nav li ul li a.current:visited,
ul#nav li ul li a.current:hover,
ul#nav li ul li.here a:link,
ul#nav li ul li.here a:visited,
ul#nav li ul li.here a:hover,
ul#nav li ul li.parent-here a:link,
ul#nav li ul li.parent-here a:visited,
ul#nav li ul li.parent-here a:hover {
	color: #bb2415;
	text-decoration: none;
	font-weight: bold;
}

/* SUB SUB NAV */

ul#nav li ul li ul {
	margin: 0;
	border-top: none;
	padding: 0;
	font-weight: normal;
	display: none;
}

ul#nav li ul li.here ul,
ul#nav li ul li.parent-here ul {
	display: block;
}

ul#nav li#navPapers ul li.here ul li,
ul#nav li#navPapers ul li.parent-here ul li {
	border: 0;
	line-height: 16px;
	margin: 0;
}

ul#nav li ul li.here ul li a:link,
ul#nav li ul li.here ul li a:visited,
ul#nav li ul li.parent-here ul li a:link,
ul#nav li ul li.parent-here ul li a:visited {
	display: inline;
	width: auto;
	height: auto;
	font: normal 11px 'lucida grande', 'lucida sans unicode', 'lucida sans', arial;
	line-height: 16px;
	color: #666;
	background: none;
	padding-left: 36px;
}

ul#nav li ul li.here ul li a:hover,
ul#nav li ul li.parent-here ul li a:hover {
	color: #515151;
	text-decoration: underline;
}

ul#nav li ul li.here ul li.here a:link,
ul#nav li ul li.here ul li.here a:visited,
ul#nav li ul li.here ul li.here a:hover
ul#nav li ul li.parent-here ul li.here a:link,
ul#nav li ul li.parent-here ul li.here a:visited,
ul#nav li ul li.parent-here ul li.here a:hover,
ul#nav li ul li.parent-here ul li.parent-here a:link,
ul#nav li ul li.parent-here ul li.parent-here a:visited,
ul#nav li ul li.parent-here ul li.parent-here a:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

/* /////////////////////////////////
	CONTENT 
///////////////////////////////// */

#usrMsg {
	margin: 14px 0 0 0;
	background: #fff;
	border-top: solid 6px #ce1f17;
	padding: 12px 30px 24px;
}

#content {
	overflow: hidden;
	height: 1%;
	padding: 1px 30px 24px;
	background: #fff;
}

.mainCol ul li,
.midCol ul li,
#usrMsg ul li {
	list-style-type: none;
	margin-bottom: 6px;
	padding-left: 16px;
	background: transparent url(/i/bullet.gif) no-repeat left 5px;
}

p.note {
	background: #f7f7f7;
	border-top: solid 1px #e6e6e6;
	padding: 12px 20px;
	margin: 18px 0;
	font: normal 12px 'lucida grande', 'lucida sans unicode', 'lucida sans', arial;
	line-height: 18px;
}

.mainCol .profiles {
	margin: 0 0 20px 0;
}

.mainCol .profiles li {
	border-bottom: solid 1px #e6e6e6;
	height: 1%;
	overflow: hidden;
	padding: 0 0 18px 0;
	margin: 0;
	background: none;
}

.mainCol .profiles li.last {
	border: 0;
}

.mainCol .profiles li .padTop {
	padding-top: 8px;
}

.mainCol .profiles img.staffPhoto {
	display: block;
	margin: 24px 0;
}

.mainCol .contacts {
	margin: 24px 0 0 0;
}

.mainCol .contacts li {
	border-bottom: 0;
}

.mainCol .contacts h2 {
	margin: 0;
}

.mainCol .lecturers li {
	border-bottom: 0;
	border-top: solid 1px #e6e6e6;
}

.tab {
	display: block;
	float: left;
	width: 40px;
}

.mainCol ol,
.mainCol ul li ol {
	margin-left: 24px;
	list-style-type: lower-alpha;
}

.mainCol ol li,
.mainCol ul li ol li {
	margin-bottom: 6px;
	padding: 0;
	background: 0;
	list-style-type: lower-alpha;
}

.mainCol ul li ol {
	margin: 9px 0 9px 42px;
}

.mainCol ul.ref {
	margin: 18px 0 24px 0;
	border-top: solid 1px #e6e6e6;
	font: normal 12px 'lucida grande', 'lucida sans unicode', 'lucida sans', arial;
	line-height: 18px;
}

.mainCol ul.ref li {
	padding: 5px 0;
	background: none;
	border-bottom: solid 1px #e6e6e6; 
	overflow: hidden;
	height: 1%;
}

.mainCol ul.ref li .left {
	width: 210px;
}

.mainCol ul.ref li .right {
	width: 420px;
}

.mainCol ul.results li {
	padding: 0;
	background: none;
	border-bottom: solid 1px #e6e6e6; 
	background: none;
}

.results h4 {
	margin: 18px 0 -10px 0;
}

.mainCol ul.papersList li {
	padding: 0;
	background: none;
	border-top: solid 1px #e6e6e6; 
	background: none;
}

.papersList h4 {
	margin: 13px 0 11px;
}

.mainCol ul.outlineList li {
	padding: 0;
	background: none;
	border-top: solid 1px #e6e6e6; 
	background: none;
}

.mainCol h2 ul {
	margin: 0;
	display: inline;
}

.mainCol h2 ul li {
	margin: 0 0 0 10px;
	padding: 0;
	background: none;
	display: inline;
}

.mainCol h2 ul li.here a:link,
.mainCol h2 ul li.here a:visited {
	color: #000;
	font-weight: bold;
}

.mainCol ul.readings {
	font-size: 14px;
}

.mainCol ul.readings li {
	padding: 10px 0;
	background: none;
	border-top: solid 1px #e6e6e6; 
	background: none;
	margin: 0;
}

.readings .num {
	color: #fff;
	background: #000;
	padding: 2px 6px;
	font-weight: bold;
	margin-right: 12px;
}

.readings a.file:link,
.readings a.file:visited {
	font: normal 10px 'lucida grande', 'lucida sans unicode', 'lucida sans', arial;
	color: #fff;
	background: #bb2415;
	padding: 2px 6px;
	margin-left: 18px;
	white-space: nowrap;
}

.readings a.file:hover {
	background: #900d00;
	text-decoration: none;
}

.news {
	background: #f7f7f7;
	border-top: solid 1px #e6e6e6;
	padding: 4px 20px;
	margin: 18px 0;
}

.news li {
	font: normal 12px 'lucida grande', 'lucida sans unicode', 'lucida sans', arial;
	line-height: 18px;
}

.news h4,
.news ul {
	margin: 12px 0;
}


/* /////////////////////////////////
	TABLES
///////////////////////////////// */

table {
	width: 100%;
	border: 0;
	font: normal 12px 'lucida grande', 'lucida sans unicode', 'lucida sans', arial;
	line-height: 18px;
	border-top: solid 1px #e6e6e6;
}

table th {
	padding: 5px 20px 5px 0;
	background: #f7f7f7;
	border-bottom: solid 1px #e6e6e6;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}

table td {
	padding: 5px 20px 5px 0;
	border-bottom: solid 1px #e6e6e6;
	vertical-align: top;
}

table.programme {
	margin-bottom: 12px;
}

table.programme td.time { width: 25%; }
table.programme td.desc { width: 45%; }
table.programme td.extra { width: 30%; }

table.timetable th,
table.timetable td {
	padding: 5px 10px;
}

table.timetable tr.even td {
	background: #f7f7f7;
}


/* /////////////////////////////////
	FORMS 
///////////////////////////////// */

fieldset {
	border: 0;
}

fieldset.padLeft {
	padding-left: 20px;
}

label {
	font: normal 11px 'lucida grand', 'lucida sans unicode', 'lucida sans', arial;
	color: #828282;
	text-transform: uppercase;
	display: block;
	margin: 14px 0 3px 0
}

.btn {
	background: #fff url(/i/bg-button.gif) repeat-x 0 bottom;
	margin: 12px 0 12px 0;
	padding: 4px 6px;
	font: normal 12px 'lucida grande', arial;
	text-decoration: none;
	color: #333;
	border: 1px solid #bbb;
}

.btn:hover {
	border-color: #999;
	cursor: pointer;
	color: #000;
}

input.input {
	font: normal 12px 'lucida grande', 'lucida sans unicode', 'lucida sans', arial;
	background: #fff url(/i/bg-input.gif) no-repeat left top;
	border: solid 1px #e6e6e6;
	color: #000;
	padding: 6px 4px;
	margin: 0;
	width: 390px;
}

textarea.input {
	font: normal 12px 'lucida grande', 'lucida sans unicode', 'lucida sans', arial;
	background: #fff url(/i/bg-input.gif) no-repeat left top;
	border: solid 1px #e6e6e6;
	color: #000;
	padding: 6px 4px;
	margin: 0;
	width: 610px;
	height: 180px
}

.input:focus {
	outline: none;
	border-color: #ccc;
}

fieldset.sideCol .input {
	width: 180px;
}

#searchForm {
	float: right;
	width: 240px;
	height: 30px;
	margin: 52px 0 0 0;
	overflow: hidden;
}

#searchForm .input {
	border: 0;
	width: 210px;
	padding: 9px 2px 7px 28px;
	background: #252525 url('/i/bg-search.gif') no-repeat left top;
	font: normal 12px 'lucida grande', 'lucida sans unicode', 'lucida sans', arial;
	color: #fff;
}

.loginLower {
	margin-top: 60px;
}

#loginForm {
	position: absolute;
	top: 14px;
	left: 12px;
	width: 210px;
	height: 178px;
	padding: 0 0 0 18px;
	overflow: hidden;
	background: #ce1f17 url('/i/bg-login.gif') no-repeat left top;
}

#loginForm h2 {
	color: #fff;
	margin: 21px 0 11px 0;
	border: 0;
	padding: 0;
}

#loginForm .input {
	background: #9a150f url('/i/bg-login-field.gif') no-repeat left top;
	border: 0;
	width: 183px;
	padding: 8px 5px 7px 5px;
	font: normal 12px 'lucida grande', 'lucida sans unicode', 'lucida sans', arial;
	color: #fff;
	margin: 0 0 7px 0;
}

#loginForm .btn {
	margin: 5px 0 0 0;
	border-color: #791107;
}

#loginForm .btn:hover {
	border-color: #000;
}

#password-clear {
    display: none;
}

#enquiryForm {
	background: #f7f7f7;
	border-top: solid 1px #e6e6e6;
	padding: 4px 0 8px 0;
	margin: 8px 0 8px 0;
}

.required {
	display: block;
	float: right;
	font: normal 12px 'lucida grande', 'lucida sans unicode', 'lucida sans', arial;
	color: #828282;
	padding-right: 20px;
	margin: 12px 0;
}

/* /////////////////////////////////
	FOOTER
///////////////////////////////// */

#footer {
	height: 48px;
	font: normal 11px 'lucida grande', 'lucida sans unicode', 'lucida sans', arial;
	background: #2a2a2a;
	color: #666;
	line-height: 14px;
	padding: 0px 30px;
	margin-bottom: 48px;
}

#footer a:link,
#footer a:visited {
	color: #999;
	margin-left: 12px;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}



