@import url(https://secure.math.canterbury.ac.nz/css/uoc_06_secure.css);
@import url(https://secure.math.canterbury.ac.nz/css/central.css);
@import url(https://secure.math.canterbury.ac.nz/css/math/site.css);
@import url(https://secure.math.canterbury.ac.nz/css/math/noright.css);

body {
	margin:0;
	padding:0;
}
#banner, #topbartwo {
	height:250px;
}

#topbartwo { 
	height:auto;
	background:#B0B9AB;
	border-top:5px solid #333;
	border-bottom:5px solid #333;
	margin-bottom:20px;
}

#wrapcolsleft {
	background:none;
}

#leftnav li {
	margin-top:0.7em;
}

#leftnav h3 {
	background:#B0B9AB;
	color:#000;
	border-bottom:solid 5px #fff;
}

#leftnav h3.n {
	border-top:solid 5px #fff;
}

#leftnav {
	background:#eee;
	border-right:solid 3px #000;
}

a:link { 
	color:#03c; 
	text-decoration:none;
}

a:visited, a:active { 
	color:#036; 
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

dt {
	font-weight:bold;
	margin-top:1em;
}

dd {
	margin-top:0.4em;
}

#leftnav hr {
	background:#fff;
	color:#fff; 
	height:5px;
}

td {
	vertical-align:top !important;
}

tr td:first-child {
	text-align:right;
}

td {
	padding:2px 0.5em;
}

.textinput {
	width:94% !important;
}

#conf_total {
	border-bottom: 3px double #000;
	font-weight:bold;
	width:8em;
	text-align:right;
}

.abs {
	visibility:hidden;
	margin:2em 0;
}

@media print {
 .abs {page-break-after:always;}
}