/* 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 a strong alternate colour used for variety.

*/

h1, h3, h5 { color:#061F83; } /* major colour that identifies the unit - major headings. */

h2, h4, h6 { color:#264F8C; } /* accent colour - alternate headings. */

.textNormal { background-color:#FFFFFF; } /* minor colour - nav area background colour. */

#breadcrumb { background:#061F83; /* major colour - breadcrumb background. */
  color:#D5D9EA; } /* minor colour - breadcrumb text. */

#breadcrumb a, a.breadcrumb
{ color:#FFFFFF; } /* colour of hyperlinks in breadcrumb. Usually white. */

#leftNav a:hover {  background:#061F83; /* major colour - highlighted item in nav area. */
 background-image: url('/content/fragments/respagesetup/image/R_nav_hover.gif'); /*CSSHACK4SSPU */ 
 background-repeat: no-repeat; } /* do not edit. */

.tableList th { background: #F58E50;
 background-image: url('/content/fragments/respagesetup/image/tableList-th.gif'); /*CSSHACK4SSPU */
 background-repeat: no-repeat;
 background-position: top right; } /* accent colour - table headers. do not alter graphic. */
.tableList tr { background-color: #D5D9EA; } /* minor colour - table rows. */
