﻿/* this file should have implementation-specific styles in it. Eg for Coles only. */
#header {
    background: none repeat scroll 0 0 transparent;
    background-color: transparent;
}
body {    
    background-color: #aaa;
}
.menu-NewActivities {
    background-color: #f06a6b;
}
.menu-bar > ul > li.active > a > span.menu-text {
    color: #3d3d3d;
}
.my-activities-table .data-header .data-row > td {
    background-color: #e9b81e;
}
button.nextData, button.nextData-bottom, button.newStory {
    background: #a5cd39;
}
.DailyDigestMessage {
    background: none repeat scroll 0 0 #59c4be;
    color: #fff;
    padding: 15px;
}
.DailyDigestTitle > span {
    color: #59c4be;
}
.my-rewards a.my-rewards-link {
    background: none repeat scroll 0 0 #95748f;
}
.ModeratorPinTitle > label {
    border-top: 4px solid #e9b81e;
    padding-top: 15px;
}
.ModeratorPinTitle > span {
    border-bottom: 4px solid #e9b81e;
    padding-bottom: 10px;
}
.points-to-reach .gauge .gauge-area {
    bottom: -1px;
}
a.Like {
	background:#a5cd39;
}
a.Comment {
	background:#95748f;
}
a.Pin {
	background:#59c4be;
}
a.Report {
	background:#ff6766;
}
.DiscussionBoardsHeader {
    background: #59c4be;
}
.DiscussionBoardHeader {
    background: #59c4be;
}
.DiscussionboardDescription {
    background: url("/img/star182.png") no-repeat scroll 10px center #a5cd39;
}
.DiscussionBoardThreadDescription {
    background: url("/img/star182.png") no-repeat scroll 10px center #a5cd39;
}
.PostItem .PostHeader .Cell1 {
    background: none repeat scroll 0 0 #95748f;
}
.Cell1 {
    background: none repeat scroll 0 0 #bea3b9;
}
.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
    background: none repeat scroll 0 0 #fff;
}
.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
    background: none repeat scroll 0 0 #59c4be;
    border-radius: 0;
    font-family: arial;
    font-weight: bold;
}
.ui-state-default.ui-corner-top {
    background: none repeat scroll 0 0 #adadad;
    border-radius: 0;
    font-family: arial;
    font-weight: bold;
}
.ui-widget-content {
	border:none;
}
.rangeslider__fill {
	background:#a5cd39;
}
.CommunityPinHeader {
    background: #a5cd39;
    color: #fff;
}
.MemberStoryHeader {
    background: #e9b81e;
    color: #fff;
}
.TopPostItemHeader {
    background: #e9b81e;
    color: #fff;
}
.my-surveys-table .data-header .data-row > td {
    background-color: #f3686b;
    border-top: medium none;
    color: #fff;
    font-weight: bold;
	padding:3px;
}
.my-surveys-table .data-row > td:first-child {
    border-left: medium none;
}
.my-surveys-table .data-row > td {
    border-bottom: medium none;
    border-right: medium none;
}
