
/* gradients */
.-gradient, .brown .gradient{/*done*/ /* generic as a fallback when no color is specified*/
    background: #ec8038;
    background: -moz-linear-gradient(top,  #ec8038 0%, #dd6b22 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec8038), color-stop(100%,#dd6b22));
    background: -webkit-linear-gradient(top,  #ec8038 0%,#dd6b22 100%);
    background: -o-linear-gradient(top,  #ec8038 0%,#dd6b22 100%);
    background: -ms-linear-gradient(top,  #ec8038 0%,#dd6b22 100%);
    background: linear-gradient(to bottom,  #ec8038 0%,#dd6b22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec8038', endColorstr='#dd6b22',GradientType=0 );
}
.blue .gradient, .blue-gradient {/*done*/
    /* background: #807e7f;
    background: -moz-linear-gradient(top,  #807e7f 0%, #606060 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#807e7f), color-stop(100%,#606060));
    background: -webkit-linear-gradient(top,  #807e7f 0%,#606060 100%);
    background: -o-linear-gradient(top,  #807e7f 0%,#606060 100%);
    background: -ms-linear-gradient(top,  #807e7f 0%,#606060 100%);
    background: linear-gradient(to bottom,  #807e7f 0%,#606060 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#807e7f', endColorstr='#606060',GradientType=0 ); */
    background: #b55e88;
    background: -moz-linear-gradient(top,  #b55e88 0%, #561639 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b55e88), color-stop(100%,#561639));
    background: -webkit-linear-gradient(top,  #b55e88 0%,#561639 100%);
    background: -o-linear-gradient(top,  #b55e88 0%,#561639 100%);
    background: -ms-linear-gradient(top,  #b55e88 0%,#561639 100%);
    background: linear-gradient(to bottom,  #b55e88 0%,#561639 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b55e88', endColorstr='#561639',GradientType=0 );

}
.red .gradient, .red-gradient {/*done*/
    background: #c81010 ;
    background: -moz-linear-gradient(top,  #c81010  0%, #730b00  100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c81010 ), color-stop(100%,#730b00 ));
    background: -webkit-linear-gradient(top,  #c81010  0%,#730b00  100%);
    background: -o-linear-gradient(top,  #c81010  0%,#730b00  100%);
    background: -ms-linear-gradient(top,  #c81010  0%,#730b00  100%);
    background: linear-gradient(to bottom,  #c81010  0%,#730b00  100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c81010', endColorstr='#730b00',GradientType=0 );
}
.yellow-bar, .yellow .gradient, .yellow-gradient {/*done*/
    background: #eb8038;
    background: -moz-linear-gradient(top,  #eb8038 0%, #cf5806 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb8038), color-stop(100%,#cf5806));
    background: -webkit-linear-gradient(top,  #eb8038 0%,#cf5806 100%);
    background: -o-linear-gradient(top,  #eb8038 0%,#cf5806 100%);
    background: -ms-linear-gradient(top,  #eb8038 0%,#cf5806 100%);
    background: linear-gradient(to bottom,  #eb8038 0%,#cf5806 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb8038', endColorstr='#cf5806',GradientType=0 );
}
.green .gradient, .green-gradient {
    background: #4aba76;
    background: -moz-linear-gradient(top,  #4aba76 0%, #208c48 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4aba76), color-stop(100%,#208c48));
    background: -webkit-linear-gradient(top,  #4aba76 0%,#208c48 100%);
    background: -o-linear-gradient(top,  #4aba76 0%,#208c48 100%);
    background: -ms-linear-gradient(top,  #4aba76 0%,#208c48 100%);
    background: linear-gradient(to bottom,  #4aba76 0%,#208c48 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4aba76', endColorstr='#208c48',GradientType=0 );
}
.orange .gradient, .orange-gradient {/*done*/
    background: #e9813a;
    background: -moz-linear-gradient(top,  #e9813a 0%, #d9681a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9813a), color-stop(100%,#d9681a));
    background: -webkit-linear-gradient(top,  #e9813a 0%,#d9681a 100%);
    background: -o-linear-gradient(top,  #e9813a 0%,#d9681a 100%);
    background: -ms-linear-gradient(top,  #e9813a 0%,#d9681a 100%);
    background: linear-gradient(to bottom,  #e9813a 0%,#d9681a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9813a', endColorstr='#d9681a',GradientType=0 );
}
.cyan .gradient, .cyan-gradient, .fbbox.htab {/*done*/
    background: #46757d ;
    background: -moz-linear-gradient(top,  #46757d  0%, #2a3d4c  100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46757d ), color-stop(100%,#2a3d4c ));
    background: -webkit-linear-gradient(top,  #46757d  0%,#2a3d4c  100%);
    background: -o-linear-gradient(top,  #46757d  0%,#2a3d4c  100%);
    background: -ms-linear-gradient(top,  #46757d  0%,#2a3d4c  100%);
    background: linear-gradient(to bottom,  #46757d  0%,#2a3d4c  100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46757d', endColorstr='#2a3d4c',GradientType=0 );
}
.teal .gradient, .teal-gradient{/*done*/
    background: #497a81;
    background: -moz-linear-gradient(top,  #497a81 0%, #395e67 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#497a81), color-stop(100%,#395e67));
    background: -webkit-linear-gradient(top,  #497a81 0%,#395e67 100%);
    background: -o-linear-gradient(top,  #497a81 0%,#395e67 100%);
    background: -ms-linear-gradient(top,  #497a81 0%,#395e67 100%);
    background: linear-gradient(to bottom,  #497a81 0%,#395e67 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#497a81', endColorstr='#395e67',GradientType=0 );
}
.pink .gradient, .pink-gradient{/*done*/
    background: #fd7f80;
    background: -moz-linear-gradient(top,  #fd7f80 0%, #c81010 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd7f80), color-stop(100%,#c81010));
    background: -webkit-linear-gradient(top,  #fd7f80 0%,#c81010 100%);
    background: -o-linear-gradient(top,  #fd7f80 0%,#c81010 100%);
    background: -ms-linear-gradient(top,  #fd7f80 0%,#c81010 100%);
    background: linear-gradient(to bottom,  #fd7f80 0%,#c81010 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7f80', endColorstr='#c81010',GradientType=0 );
}
.dark-green .gradient, .dark-green-gradient{
    background: #2da774;
    background: -moz-linear-gradient(top,  #2da774 0%, #0f7f4f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2da774), color-stop(100%,#0f7f4f));
    background: -webkit-linear-gradient(top,  #2da774 0%,#0f7f4f 100%);
    background: -o-linear-gradient(top,  #2da774 0%,#0f7f4f 100%);
    background: -ms-linear-gradient(top,  #2da774 0%,#0f7f4f 100%);
    background: linear-gradient(to bottom,  #2da774 0%,#0f7f4f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2da774', endColorstr='#0f7f4f',GradientType=0 );
}
.dark-orange .gradient, .dark-orange-gradient{
    background: #ec3c00;
    background: -moz-linear-gradient(top,  #ec3c00 0%, #ec3c00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec3c00), color-stop(100%,#ec3c00));
    background: -webkit-linear-gradient(top,  #ec3c00 0%,#ec3c00 100%);
    background: -o-linear-gradient(top,  #ec3c00 0%,#ec3c00 100%);
    background: -ms-linear-gradient(top,  #ec3c00 0%,#ec3c00 100%);
    background: linear-gradient(to bottom,  #ec3c00 0%,#ec3c00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec3c00', endColorstr='#ec3c00',GradientType=0 );
}
.light-green .gradient, .light-green-gradient{/*done*/
    background: #b55e88;
    background: -moz-linear-gradient(top,  #b55e88 0%, #561639 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b55e88), color-stop(100%,#561639));
    background: -webkit-linear-gradient(top,  #b55e88 0%,#561639 100%);
    background: -o-linear-gradient(top,  #b55e88 0%,#561639 100%);
    background: -ms-linear-gradient(top,  #b55e88 0%,#561639 100%);
    background: linear-gradient(to bottom,  #b55e88 0%,#561639 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b55e88', endColorstr='#561639',GradientType=0 );
}
.light-blue .gradient, .light-blue-gradient {
    background: #2c8bdb;
    background: -moz-linear-gradient(top,  #2c8bdb 0%, #1163b5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c8bdb), color-stop(100%,#1163b5));
    background: -webkit-linear-gradient(top,  #2c8bdb 0%,#1163b5 100%);
    background: -o-linear-gradient(top,  #2c8bdb 0%,#1163b5 100%);
    background: -ms-linear-gradient(top,  #2c8bdb 0%,#1163b5 100%);
    background: linear-gradient(to bottom,  #2c8bdb 0%,#1163b5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c8bdb', endColorstr='#1163b5',GradientType=0 );

}
.white .gradient, .white-gradient{
    background: #f8f8f8;
    background: -moz-linear-gradient(top,  #f8f8f8 0%, #dadada 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dadada));
    background: -webkit-linear-gradient(top,  #f8f8f8 0%,#dadada 100%);
    background: -o-linear-gradient(top,  #f8f8f8 0%,#dadada 100%);
    background: -ms-linear-gradient(top,  #f8f8f8 0%,#dadada 100%);
    background: linear-gradient(to bottom,  #f8f8f8 0%,#dadada 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#dadada',GradientType=0 );
}
.dark .gradient, .dark-gradient{
    background: #545253;
    background: -moz-linear-gradient(top,  #545253 0%, #2c2c2c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#545253), color-stop(100%,#2c2c2c));
    background: -webkit-linear-gradient(top,  #545253 0%,#2c2c2c 100%);
    background: -o-linear-gradient(top,  #545253 0%,#2c2c2c 100%);
    background: -ms-linear-gradient(top,  #545253 0%,#2c2c2c 100%);
    background: linear-gradient(to bottom,  #545253 0%,#2c2c2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545253', endColorstr='#2c2c2c',GradientType=0 );
}
