/*
** Colour definitions for UOW Creative Arts website.
** Please do not modify.
*/

.textNormal
 { color: #02303F; background: #FEF5EF; }

a:active, a:hover
 { color: #F36D1D; }

.breadcrumb
 { color: #FBCDB2; background: #F36D1D; }

.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited
 { color: #FFFFFF; }

.breadcrumb a:active, .breadcrumb a:hover
 { color: #02303F; }

h1, h3, h5, hr
 { color: #F36D1D; }
 
h2, h4, h6
 { color: #21738B; }

.inputbox, select, option
 { background:#E9F1F4; color:#214A59; }

.tableList th
 { background:#F9B68E; }

.tableList td
 { background:#FEF5EF; }

td.featuretitle {border: #F36D1D 1px solid; padding:2px; background:#F36D1D; }

td.featuretitle h4 { color:#FFFFFF; line-height:16px; padding-bottom:0; margin-bottom:0; padding-left:10px; }

td.featurebody 
 { background:white; border:1px solid #F36D1D; padding:5px; }


