.bg-transparent {
    background: transparent
}
.bg-fff {
    background: #fff
}
.bg-fafafa {
    background: #fafafa
}
.bg-f5f5f5{
    background: #f5f5f5
}
.bg-eee {
    background: #eee
}
.bg-ddd {
    background: #ddd
}
.bg-ccc {
    background: #ccc
}
.bg-bbb {
    background: #bbb
}
.bg-aaa {
    background: #aaa
}
.bg-999 {
    background: #999
}
.bg-777 {
    background: #777
}
.bg-555 {
    background: #555
}
.bg-333 {
    background: #333
}
.bg-111 {
    background: #111
}
.bg-000 {
    background: #000
}
.bg-red{
	background: red
}
.bg-buddytree-blue{
	background: #036994
}
            
.bg-lightblue {
    background: #def5ff
}

.bg-lightblue-with-border {
    background: #def5ff;
    border: 1px solid #B6CCD5;    
}

.bg-buddies-of-buddies {
    background: #D9F1FC
} 

.bg-plan-being-constructed {
    background: #f6f6f6
} 

.bg-white {
    background: #FFFFFF
} 

.bg-lightgreen {
    background: #e0f4df
}
.bg-gold {
    background: #f5d34b
}
.bg-formyellow{
    /*background: #faffbd;*/
}
/*
.bg-formyellow-textbox{
    background-color: #faffbd;
}
*/

.color-fff {
    color: #fff !important
}
.color-fafafa {
    color: #fafafa !important
}
.color-eee {
    color: #eee !important
}
.color-ddd {
    color: #ddd !important
}
.color-ccc {
    color: #ccc !important
}
.color-bbb {
    color: #bbb !important
}
.color-aaa {
    color: #aaa !important
}
.color-999 {
    color: #999 !important
}
.color-777 {
    color: #777 !important
}
.color-555 {
    color: #555 !important
}
.color-333 {
    color: #333 !important
}
.color-111 {
    color: #111 !important
}
.color-000 {
    color: #000 !important
}
.color-error{
	color: #ffa384;
}
.color-black {
    color: #000000 !important
}
.color-light-grey {
    color: #AAAAAA !important
}
.color-dark-grey {
    color: #6D6C6C !important
}
.color-red{
	color: red !important
}
.color-buddytree-red{
	color: #ec1c40 !important
}
.color-buddytree-blue{
	color: #036994 !important
}
.color-darkcyan{
	color: darkcyan !important
}
.color-green{
	color: green !important
}
.color-darkgreen{
	color: darkgreen !important
}
.color-goldenrod{
	color: goldenrod !important
}
.color-salmon{
	color: salmon !important
}




.fg-white{
	color: #FFFFFF
}


.fg-buddytree-blue{
	color: #036994
}

.fg-grey{
	color: #7b7b7b
}


.fg-buddytree-green{
	color: #008000
}

.fg-buddytree-gold{
	color: #aa8003
}

.fg-buddytree-red{
	color: #cc3420
}

.fg-buddytree-orange{
	color: #be5704
}

.fg-buddytree-purple{
	color: #aa0389
}



