@charset "utf-8";
/* CSS Document */

#skip-links, #top-links ul, #dev, #site-nav, #breadcrumb p, #breadcrumb ul, #section-nav, .try-search, .department, .lost, #footer ul, .page-top, #myvic img, #enrol img, .hidden {
display: none;
}

body {
margin: 0;
padding: 0;
font-family: "Lucida Grande", Verdana, Arial;
font-size: 10pt;
}

a {
color: #333;
}


img {
border: 0;
}

table {
margin-bottom: 2em;
}

ul, ol {
margin-bottom: 20px;
}

h2 {
border-bottom: 1px solid #333;
font-family: Georgia, "Times New Roman", Times, serif;
}

h3, h4, h5 h6 {
margin: 20px 0 5px;
border-bottom: 1px dashed #999;
font-family: Georgia, "Times New Roman", Times, serif;
}

h4, h5 h6 {
border-bottom: none;
}


th {
text-align: left;
}


#content a[href]:after {
content: " (" attr(href) ") ";
}

#content a[href^="/"]:after {
content: " (http://vuw.ac.nz" attr(href) ") ";
}








/* ### sIFR - This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}


