
/* The University of Adelaide
 * Standard Style Sheet based on percentage font sizes
 * Uses CSS2 for certain aspects of page layout
 * author: ASL + DRL July 2005 */

/* basic body
------------------------------------------------------ */

body {
	margin: 10px;
	}
body, table {
	font-size: xx-small;
	font-family: Verdana,Helvetica,Geneva,sans-serif;
	color: #456;
	}
#body-nofoot {
	border: none;
	}
tt, pre {
	font-family: Geneva,Rockwell,Courier,sans-serif;
	}	
.content, .content table td {
	font-size: 1.30em;
	}
.boxedzone {
	border: 1px solid #abc;
	}
#keyline, .keyline {
	border: 1px solid #abc;
}

/* pagehead topbar
------------------------------------------------------ */

table.toplinks {
	background-color: #369;
	}
.toplinks {
	font-size: 10px;
	color: #fa3;
	font-weight: normal;
	text-decoration: none;
	}
a.toplinks, a.toplinks:active, a.toplinks:visited  {
	color: white;
	font-weight: bold;
	text-decoration: none;
	}
a.toplinks:hover { 
	color: #ffc;
	text-decoration: underline;
	}
	
/* pagehead
------------------------------------------------------ */

#pghead {
	clear: both;
	height: 81px;
	}
.pghead-logo {
	position: absolute;
	right: 10px;
	}

/* breadcrumb
------------------------------------------------------ */

#crumbbar {
	padding: 7px 20px 8px 20px;
	border-top: 1px solid white;
	font-weight: bold;
	font-size: 10px;
	}
#crumbbar a {
	text-decoration: none;
	}
#crumbbar a:active, #crumbbar a:hover {
	text-decoration: underline;
	}
#crumb, #crumb *, #crumb a:link, #crumb a:visited {
	font-weight: bold;
	text-decoration: none;
	}
#crumb {
	display: block;
	vertical-align: middle;
	}
#crumb div {
	margin: 0px 0px 0px 0px;
	padding: 7px 20px 7px 20px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	}
#crumb a:hover {
	color: #FC6;
	text-decoration: underline;
	}
#crumb a:active {
	color: #FC6;
	text-decoration: underline;
	}
#textzoom {
	float: right;
	}

/* anchors
------------------------------------------------------ */

.content a:link {
	color: #369;
	font-weight: normal;
}
.content a:active, .content a:visited {
	color: #603;
	font-weight: normal;
}
.content a:hover {
	color: #603;
	font-weight: normal;
}	 
.linkinfo {
	font-size: 10px;
	font-weight: normal;
	margin-left: 1ex;
	color: #666;
}

/* heading 1
------------------------------------------------------ */

h1 {
	color: #503;
	margin-top: 2px;
	margin-bottom: 10px;
	font-size: 145%;
	line-height: 110%;
	font-weight: bold;
	}
.content h1 a:link, .content h1 a:active, .content h1 a:visited {
	color: #503;
	text-decoration: none;
	}
.content h1 a:hover {
	color: #036;
	text-decoration: underline;
	}

/* heading 2
------------------------------------------------------ */

h2 {
	color: #369;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 145%;
	line-height: 110%;
	font-weight: bold;
	}
.content h2 a:link, .content h2 a:visited {
	color: #369;
	text-decoration: none;
	}
.content h2 a:hover {
	color: #036;
	text-decoration: underline;
	}

/* heading 3
------------------------------------------------------ */

h3 {
	color: #047;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 145%;
	line-height: 110%;
	font-weight: bold;
	}
.content h3 a:link {
	color: #047;
	text-decoration: none;
	}
.content h3 a:hover {
	color: #036;
	text-decoration: underline;
	}

/* heading 4
------------------------------------------------------ */

h4 {
	color: #489;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 125%;
	line-height: 110%;
	font-weight: bold;
	font-style: normal;
	}
.content h4 a:link {
	color: #489;
	text-decoration: none;
	}
.content h4 a:hover {
	color: #036;
	text-decoration: underline;
	}

/* heading 5
------------------------------------------------------ */

h5 {
	color: #876;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 125%;
	line-height: 110%;				
	font-weight: bold;
	font-style: normal;
	}
.content h5 a:link {
	color: #876;
	text-decoration: none;
	}
.content h5 a:hover {
	color: #036;
	text-decoration: underline;
	}

/* heading 6
------------------------------------------------------ */

h6 {
	color: #678;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 125%;
	line-height: 110%;
	font-weight: bold;
	font-style: italic;
	}
.content h6 a:link {
	color: #678;
	text-decoration: none;
	}
.content h6 a:hover {
	color: black;
	text-decoration: underline;
	}

/* text styles
------------------------------------------------------ */

.caption {
	color: #456;
	font-size: .8em;
	}
.contact {
	color: #456;
	font-size: .8em;
	}
.note {
	color: #456;
	font-size: .8em;
	}

/* lists
------------------------------------------------------ */

ul {
	list-style-type: square;
	}
.content ul li {
	margin-bottom: .2em;
	}

/* content tables
------------------------------------------------------ */

.content table {
	border-collapse: collapse;
	border: none;
	}
.content table th {
	font-weight: bold;
	text-align: left;
	}
table.tabular { 
	border-collapse: separate;
	border-spacing: 1px;
	background-color: white;
	}
table.tabular td {
	background-color: #EED;
	padding: 3px;
	}
table.tabular tr.accent1 > td, table.tabular td.accent1 {
	background-color: #789;
	color: white;
	}
table.tabular tr.accent2 > td, table.tabular td.accent2 {
	background-color: #CEBB97;
	}
table.tabular tr.accent3 > td, table.tabular td.accent3 {
	background-color: #C4CAD4;
	}
table.tabular tr.accent4 > td, table.tabular td.accent4 {
	background-color: #DCE2EC;
	}
table.tabular tr.accent5 > td, table.tabular td.accent5 {
	background-color: white;
	}
table.tabular tr.accent6 > td, table.tabular td.accent6 {
	background-color: #D7D7CD;
	color: #036;
	font-weight: bold;
	}
table.tabular tr.accent7 > td, table.tabular td.accent7 {
	background-color: #FFFDD2;
	}
table.tabular th,
table.tabular thead td {
	color: #036;
	background-color: #CDC;
	font-weight: bold;
	font-size: 1.25em;
	text-align: left;
	padding: 5px;
	vertical-align: middle;
	}
table.tabular th.alternate,
table.tabular thead td.alternate {
	color: white;
	background-color: #603;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	}
table.tabular .accent1 a, table.tabular .accent2 a {
	color: white;
	}

/* search area
------------------------------------------------------ */

#search {
	padding: 10px;
	border-bottom: 1px solid #999;
	margin-bottom: 0px;
	}
input.searchinput { 
	width: 200px;
	}
input.btn {
	color: white;
	font-weight: bold;
	margin-top: 5px;
	width: 100px;
	padding: 3px;
	background-color: #789;
	border: 1px solid #036;
	}
#search form {
	padding: 0px;
	margin: 0px;
	display: inline;
	}

/* horizontal rules
------------------------------------------------------ */

hr {
  	border: 0;
  	width: 100%;
	color: #789;
	background-color: #789;
	height: 1px;
	}

/* footer
--------------------------------------- */

#footer-clear { clear: both; }
#footer {
	color: #456;
	font-size: 10px;
	line-height: 12px;
	padding: 10px 0px 40px 0px;
	border-top: 1px solid #999;
	margin-top:10px;
	}
#footer .footer-one {
	float: left;
	font-size: 10px;
	line-height: 12px;
	}
#footer .footer-two {
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	}
#footer a {
	color: #666;
	text-decoration: underline;
	}
#footer a:hover {
	color: black;
	text-decoration: underline;
	}
table.footer, tr.footer, td.footer, span.footer, .footer { color: #456; font-size: 10px; line-height: 12px;}
a.footer, a.footer:link, a.footer:active, a.footer:visited { color: #369; }
a.footer:hover { color: #036; }


/* netscape 4
------------------------------------------------------ */

.ahem {
	display: none;
	}

/* online editing
------------------------------------------------------ */

.editbox {
	color: #333;
	border: 1px solid #CCC;
	background-color: #FFE;
	padding: 1ex;
	margin: 2ex;
	float: right;
	}
#column-one .editbox {
	float: none;
	width: auto;
	}
.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: #060;
	}
.searchterm {
	background-color: #CCFFFF;
	font-weight: bold;
	}
.mceVisualAid {
	border: 1px dashed #BBBBBB;
	}

