/* Font colours */
.black, a.black { color:#000; }
.white, a.white { color:#fff; }
.dark-grey, a.dark-grey { color:#333333; }
.grey, a.grey { color:#949494; }
.light-grey, a.light-grey { color:#F0F0F0; }

.uq-purple, a.uq-purple { color:#49075E; }
.uq-green, a.uq-green { color:#8CB800; }
.uq-gold, a.uq-gold { color:#BDA14E; }
.uq-red, a.uq-red { color:#AA0041; }
.uq-yellow, a.uq-yellow { color:#FFC82E; }
.uq-aqua, a.uq-aqua { color:#0091B5; }
.uq-blue, a.uq-blue { color:#3A7DDA; }
.uq-emerald, a.uq-emerald { color:#39892F; }
.uq-warm-red, a.uq-warm-red { color:#D6492A; }

/* Background colours */
.purple-bg, .uq-purple-bg { background-color:#49075E !important; }
.green-bg, .uq-green-bg { background-color:#8CB800 !important; }
.gold-bg, .uq-gold-bg { background-color:#BDA14E !important; }
.red-bg, .uq-red-bg { background-color:#AA0041 !important; }
.yellow-bg, .uq-yellow-bg { background-color:#FFC82E !important; }
.aqua-bg, .uq-aqua-bg { background-color:#0091B5 !important; }
.blue-bg, .uq-blue-bg { background-color:#3A7DDA !important; }
.emerald-bg, .uq-emerald-bg { background-color:#39892F !important; }
.warm-red-bg, .uq-warm-red-bg { background-color:#D6492A !important; }

.black-bg, th .black-bg, td .black-bg { background:#000 !important; }
.white-bg, th .white-bg, td .white-bg { background:#fff !important; }
.dark-grey-bg, th .dark-grey-bg, td .dark-grey-bg { background:#333333 !important; }
.grey-bg, th .dark-grey-bg, td .dark-grey-bg { background:#999999 !important; }
.light-grey-bg, th .light-grey-bg, td .light-grey-bg { background:#F0F0F0 !important; }

.highlight { background:#FFFFBF; }

.sand { background: #EFECE5 url('../images/background/bg-sand.png') !important; }

.grey-gradient { background-image: -webkit-linear-gradient(top, #F4F4F4, #D2D2D2); background-image: -moz-linear-gradient(top, #F4F4F4, #D2D2D2);  background-image: -ms-linear-gradient(top, #F4F4F4, #D2D2D2);  background-image: -o-linear-gradient(top, #F4F4F4, #D2D2D2); background-image: linear-gradient(top, #F4F4F4, #D2D2D2); }
