/* University of Adelaide
 * print stylesheet (usable by N4)
 * uses pixel sizes.
 * author: ASW + DRL - version:  January 2006
 */
 
.noprint {
	width: 100%;
	display: none;
}
.editbox { 
	display: none;
}
	
/* body
------------------------------------------------------ */

body, table {
	color: #456;
}
body {
	margin: 10px;
}
tt, pre {
	font-family: Geneva,Rockwell,Courier,sans-serif;
}

/* font selection
------------------------------------------------------ */

body, .content, .megalinks, a.megalinks, .promo, a.promo, h1, h2, h3, h4, h5, h6, ul, li, ol, blockquote, li {
	font-family: Verdana,Helvetica,Geneva,sans-serif;
	font-size: 12px;
	line-height: 16px;
}
table {
	font-family: Verdana,Helvetica,Geneva,sans-serif;
	font-size: 12px;
}
.linkinfo, .contact, a.contact, .news, a.news, .caption, a.caption, .footer, a.footer, .footer-reverse, a.footer-reverse, input.btn, .editbox, .editboxtitle,
 a.secnav, a.secnav2, a.secnav3, #crumb, .crumb, a.crumb, .breadcrumb, a.breadcrumb, .toplinks, a.toplinks, table.caption li, table.crumb li {
	font-family: Verdana,Helvetica,Geneva,sans-serif;
	font-size: 10px;
	line-height: 12px;
}
h1,h2,h3 { font-family: Arial,Helvetica,Geneva,sans-serif }

/* topbar
------------------------------------------------------ */

#topbar {
	background-color: #036;
}
.toplinks, a.toplinks {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.toplinks:active, a.toplinks:hover { 
	color: #FC3;
	text-decoration: underline;
}

/* crumb
------------------------------------------------------ */

#crumb {
	color: #369;
	font-weight: normal;
	text-decoration: none;
}

#crumb a:link, #crumb a:active, #crumb a:hover { 
	color: #369;
	text-decoration: underline;
}
#crumb a:visited { 
	color: #036;
	text-decoration: underline;
}

/* old styles for breadcrumbs
------------------------------------------------------ */

.breadcrumb, a.breadcrumb {
	color: #456;
	font-weight: normal;
	text-decoration: none;
}
a.breadcrumb:active, a.breadcrumb:hover { 
	color: #369;
	text-decoration: none;
}
a.breadcrumb:visited { 
	color: #036;
	text-decoration: underline;
}

/* navigation
------------------------------------------------------ */

a.secnav {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.secnav2 {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.secnav3 {
	color: #FFC;
	font-weight: normal;
	text-decoration: none;
}
a.secnav:active, a.secnav:hover, a.secnav2:active, a.secnav2:hover, 
a.secnav3:active, a.secnav3:hover { 
	color: #FFC;
	text-decoration: underline;
}

/* anchors
------------------------------------------------------ */

.content a:link {
	color: #369;
	text-decoration: underline;
}
.content a:hover {
	color: black;
}
.content a:active {
	color: #996;
}
.content a:visited {
	color: #663;
}

/* heading 1
------------------------------------------------------ */

h1 {
	color: #603;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 135%;
	font-weight: bold;
}
.content h1 a:link {
	color: #603;
	text-decoration: none;
}
.content h1 a:hover {
	color: black;
	text-decoration: underline;
}

/* heading 2
------------------------------------------------------ */

h2 {
	color: #358;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 125%;
	font-weight: bold;
}
.content h2 a:link {
	color: #358;
	text-decoration: none;
}
.content h2 a:hover {
	color: black;
	text-decoration: underline;
}

/* heading 3
------------------------------------------------------ */

h3 {
	color: #489;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
}
.content h3 a:link {
	color: #489;
	text-decoration: none;
}
.content h3 a:hover {
	color: black;
	text-decoration: underline;
}

/* heading 4
------------------------------------------------------ */

h4 {
	color: #699;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: bold;
}
.content h4 a:link {
	color: #699;
	text-decoration: none;
}
.content h4 a:hover {
	color: black;
	text-decoration: underline;
}

/* heading 5
------------------------------------------------------ */

h5 {
	color: #996;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic
}
.content h5 a:link {
	color: #996;
	text-decoration: none;
}
.content h5 a:hover {
	color: black;
	text-decoration: underline;
}

/* heading 6
------------------------------------------------------ */

h6 {
	color: #744;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: normal;
	font-style: italic
}
.content h6 a:link {
	color: #744;
	text-decoration: none;
}
.content h6 a:hover {
	color: black;
	text-decoration: underline;
}

/* sub-headings
------------------------------------------------------ */

.subhead, a.subhead {
	color: #036;
	font-weight: bold;
	text-decoration: none;
}
a.subhead:hover { 
	color: black;
	text-decoration: underline;
}
td.megalinks, td.megalinks a:link, td.megalinks a:active, td.megalinks a:visited {
	color: #369;
	font-weight: normal;
	text-decoration: none;
}
td.megalinks a:hover { 
	color: #036;
	text-decoration: underline;
}

/* lists/blockquote
------------------------------------------------------ */

li {
	color: #456;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-left: 10px; 
}
blockquote {
	color: #456;
	margin-bottom: 20px;
}

/* associated styles
------------------------------------------------------ */

.contact, a.contact {
	color: white;
}
.footer, a.footer {
	color: #666;
}
.promo, a.promo {
	color: #744;
}
#news-container {
	padding: 15px;
	padding-top: 0px;
	background-color: white;
	border-bottom: 1px solid #789;
} 
.news {
	color: #036;
	font-weight: normal;
}
a.news {
	color: #369;
}
a.news:active, a.news:hover { 
	color: black;
}
.caption, a.caption {
	color: #405060;
}
.linkinfo {
	color: #666;
	text-decoration: none;
}
.alert, a.alert {
	color: #C00;
	font-weight: bold;
}

/* search area
------------------------------------------------------ */

input.searchinput { 
	width: 165px;
	padding: 0px;
}
input.btn {
	border: 1px solid white;
	background-color: #996;
	color: white;
	font-weight: bold;
	margin-top: 5px;
	width: 80px;
	padding: 2px;
}
#search form {
	padding: 0px;
	margin: 0px;
	display: inline;
}

/* tables and table headers
------------------------------------------------------ */

th {
	color: #036;
	background-color: #CDC;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	vertical-align: top;
}
th.alternate {
	color: white;
	background-color: #603;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	vertical-align: top;
}
th.alternate1 {
	color: white;
	background-color: #778899;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	vertical-align: top;
}
table.tabular { 
	border-collapse: separate;
	border-spacing: 2px;
	background-color: white;
}
table.tabular td {
	background-color: #EEEEDD;
	padding: 3px;
}
table.tabular th {
	color: #036;
	background-color: #CCDDCC;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	vertical-align: top;
}
tr.bkgd1, td.bkgd1 {
	background-color: #E0E7EF;
}
tr.bkgd2, td.bkgd2 {
	background-color: #F8F8F8;
}
tr.bkgd3, td.bkgd3 {
	background-color: #C4CAD4;
}
tr.bkgd4, td.bkgd4 {
	background-color: #DCE2EC;
}
tr.accent, td.accent {
	background-color: #789;
	color: white;
	font-weight: bold;
	border: 1px solid white;
}
tr.accent1, td.accent1 {
	background-color: #CEBB97;
	border: 1px solid white;
}
tr.accent2, td.accent2 {
	background-color: #EED;
}
tr.accent3, td.accent3 {
	color: #036;
	background-color: #CDC;
}
tr.accent4, td.accent4 {
	background-color: #D4E5F7;
}
tr.accent5, td.accent5 {
	background-color: #D7D7CD;
	color: #036;
}
tr.accent6, td.accent6 {
	background-color: #C4CAD4;
}
tr.accent7, td.accent7 {
	background-color: #DCE2EC;
}

/* old styles for table colours */

td.ta1, tr.ta1 {
	text-align: center;
	color: white;
	background-color: #993333;
	font-weight: bold;
}
td.ta2, tr.ta2 {
	background-color: #1F6A9E;
	color: white;
	font-weight: bold;
}
td.ta3, tr.ta3 {
	background-color: #A0C4DD;
}
td.ta4, tr.ta4 {
	background-color: #DEEBF3;
}
td.tb1, tr.tb1 {
	background-color: #B0C4DE;
	color: black;
	font-weight: bold;
}
td.tb2, tr.tb2 {
	background-color: #F0F8FF;
	color: black;
}

tr.back1 td { background-color: #7c223c; color: white; font-weight: bold }
tr.back2 td { background-color: #dccea5 }
tr.back3 td { background-color: #6c767d; color: white }
tr.back4 td { background-color: #cccedc }
tr.back5 td { background-color: #c4cad4 }
tr.back6 td { background-color: #dce2ec }

/* border styles
------------------------------------------------------ */

.keyline, td.keyline, tr.keyline {
	border: 1px solid #789;
}
.keyline-bottom, td.keyline-bottom, tr.keyline-bottom {
	border: 0px;
	border-bottom: 1px solid #789;
}
.keyline-right, td.keyline-right, tr.keyline-right {
	border: 0px;
	border-right: 1px solid #789;
}
.keyline-left, td.keyline-left, tr.keyline-left {
	border: 0px;
	border-left: 1px solid #789;
}
/* old styles for content zone borders
------------------------------------------------------ */

#body-nofoot {
	border: 1px solid #789;
	border-bottom: none;
}
.promozone {
	border: 1px solid #789;
	border-top: none;
	border-bottom: none;
}
.boxedzone {
	border: 1px solid #789;
}
.boxedzone-notop {
	border: 1px solid #789;
	border-top: none;
}

/* horizontal rules
------------------------------------------------------ */

hr {
  	border: 0;
  	width: 100%;
	color: #789;
	background-color: #789;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* online editing
------------------------------------------------------- */

.editbox {
	color: #666;
	border: 0px solid #999;
	background-color: #EED;
	padding: 10px;
	margin: 1px;
	float: none;
}
.editboxtitle {
	font-weight: bold;
	display: block;
}
.editboxlock {
	color: red;
	}
.tms-meta {
	display: none;
	margin-top: 1em;
	text-align: right;
	color: #AAA;
}

/* other styles
------------------------------------------------------ */

.searchurl {
	color: #036;
}
.searchterm {
	background-color: #CCFFFF;
	font-weight: bold;
}
.mceVisualAid {
        border: 1px dashed #BBBBBB;
}