/* University of Adelaide - Healthy Development Adelaide
 */
	
/* topbar
------------------------------------------------------ */

.toplinks {
	color: #036;
}
a.toplinks, a.toplinks:link, a.toplinks:active, a.toplinks:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.toplinks:hover { 
	color: #036;
	text-decoration: underline;
}

/* headings
------------------------------------------------------ */

h1 {
	color: #7F135D;
	margin-bottom: 20px;
}
.content h1 a:link {
	color: black;
	margin-bottom: 10px;
	text-decoration: none;
}
.content h1 a:hover {
	color: black;
	text-decoration: none;
}
h2 {
	color: #C46A3C;
	margin-top: 20px;
	margin-bottom: 10px;
}
.content h2 a:link {
	color: black;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}
.content h2 a:hover {
	color: black;
	text-decoration: none;
}
h3 {
	color: #C46A3C;
	margin-top: 20px;
	margin-bottom: 10px;
}
.content h3 a:link {
	color: black;
	margin-top: 20px;
	margin-bottom: 10px;
	text-decoration: none;
}
.content h3 a:hover {
	color: black;
	text-decoration: none;
}

/* tables
------------------------------------------------------ */

th {
	color: #036;
	background-color: #CDC;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	vertical-align: top;
}
th.alternate {
	color: white;
	background-color: #660033;
	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.accent1, td.accent1 {
	background-color: #CEBB97;
}
tr.accent2, td.accent2 {
	background-color: #EEEEDD;
}
tr.accent3, td.accent3 {
	color: #036;
	background-color: #CCDDCC;
}
tr.accent4, td.accent4 {
	background-color: #D4E5F7;
}
tr.accent5, td.accent5 {
	background-color: #FFFDD2;
}
tr.accent6, td.accent6 {
	background-color: #C4CAD4;
}
tr.accent7, td.accent7 {
	background-color: #DCE2EC;
}
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 }

/* contact address
------------------------------------------------------ */

.contact, a.contact:link, a.contact:active, a.contact:visited {
	color: #456;
	}
a.contact:hover {
	color: #036;
	}
