/* UOW Stylesheet for Research Unit Websites

Customise the colour codes in this stylesheet to suit your unit.

A Major colour is the identifiyng colour of the unit.
A Minor colour is a lighter version.
An Accent colour is an alternate colour.

*/

h1, h4, h5
{ color:#660000; } /* major colour that identifies the unit */

h2, h3, h6
{ color:#4026AZ; } /* accent colour */

.textNormal
{ background:#FCEFEF; } /* minor colour */

#breadcrumb
{ 
  background:#000000; /* major colour */
  color:#FFFFFF; /* minor colour */
}

#breadcrumb a, a.breadcrumb
{ color:#FFFFFF; } /* colour of hyperlinks in breadcrumb. Usually white. */

#leftNav a:hover { 
  background:#000000 url(/images/R_nav_hover.gif) no-repeat; /* do not edit */
}

.tableList th
 { background: #D98F90 url('/images/tableList-th.gif') no-repeat top right; } /* accent colour */
.tableList tr
 { background: #FCEFEF; } /* minor colour */
.line {
	hr: thin dotted #333333;
	border-top-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
}

