
/**  Gradient http://www.colorzilla.com/gradient-editor/ */


.black_grad
{
    background: rgb(69,72,77);
    background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
}
.wine_grad
{
    background: rgb(151,3,37);
    background: -moz-linear-gradient(top, rgba(151,3,37,1) 0%, rgba(130,2,32,1) 44%, rgba(100,0,23,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(151,3,37,1)), color-stop(44%,rgba(130,2,32,1)), color-stop(100%,rgba(100,0,23,1)));
    background: -webkit-linear-gradient(top, rgba(151,3,37,1) 0%,rgba(130,2,32,1) 44%,rgba(100,0,23,1) 100%);
    background: -o-linear-gradient(top, rgba(151,3,37,1) 0%,rgba(130,2,32,1) 44%,rgba(100,0,23,1) 100%);
    background: -ms-linear-gradient(top, rgba(151,3,37,1) 0%,rgba(130,2,32,1) 44%,rgba(100,0,23,1) 100%);
    background: linear-gradient(to bottom, rgba(151,3,37,1) 0%,rgba(130,2,32,1) 44%,rgba(100,0,23,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#970325', endColorstr='#640017',GradientType=0 );
}

.blue_grad
{
    background: rgb(20,57,100);
    background: -moz-linear-gradient(top, rgba(20,57,100,1) 0%, rgba(26,90,142,1) 50%, rgba(21,80,131,1) 95%, rgba(35,127,197,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,57,100,1)), color-stop(50%,rgba(26,90,142,1)), color-stop(95%,rgba(21,80,131,1)), color-stop(100%,rgba(35,127,197,1)));
    background: -webkit-linear-gradient(top, rgba(20,57,100,1) 0%,rgba(26,90,142,1) 50%,rgba(21,80,131,1) 95%,rgba(35,127,197,1) 100%);
    background: -o-linear-gradient(top, rgba(20,57,100,1) 0%,rgba(26,90,142,1) 50%,rgba(21,80,131,1) 95%,rgba(35,127,197,1) 100%);
    background: -ms-linear-gradient(top, rgba(20,57,100,1) 0%,rgba(26,90,142,1) 50%,rgba(21,80,131,1) 95%,rgba(35,127,197,1) 100%);
    background: linear-gradient(to bottom, rgba(20,57,100,1) 0%,rgba(26,90,142,1) 50%,rgba(21,80,131,1) 95%,rgba(35,127,197,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#143964', endColorstr='#237fc5',GradientType=0 );
}


.dark_blue2_grad 
{
    background: -moz-linear-gradient(top, rgba(39,47,81,1) 0%, rgba(39,47,81,1) 20%, rgba(54,70,114,1) 50%, rgba(39,47,81,1) 97%, rgba(39,47,81,1) 98%, rgba(39,47,81,0.8) 99%, rgba(39,47,81,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(39,47,81,1)), color-stop(20%,rgba(39,47,81,1)), color-stop(50%,rgba(54,70,114,1)), color-stop(97%,rgba(39,47,81,1)), color-stop(98%,rgba(39,47,81,1)), color-stop(99%,rgba(39,47,81,0.8)), color-stop(100%,rgba(39,47,81,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(39,47,81,1) 0%,rgba(39,47,81,1) 20%,rgba(54,70,114,1) 50%,rgba(39,47,81,1) 97%,rgba(39,47,81,1) 98%,rgba(39,47,81,0.8) 99%,rgba(39,47,81,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(39,47,81,1) 0%,rgba(39,47,81,1) 20%,rgba(54,70,114,1) 50%,rgba(39,47,81,1) 97%,rgba(39,47,81,1) 98%,rgba(39,47,81,0.8) 99%,rgba(39,47,81,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(39,47,81,1) 0%,rgba(39,47,81,1) 20%,rgba(54,70,114,1) 50%,rgba(39,47,81,1) 97%,rgba(39,47,81,1) 98%,rgba(39,47,81,0.8) 99%,rgba(39,47,81,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(39,47,81,1) 0%,rgba(39,47,81,1) 20%,rgba(54,70,114,1) 50%,rgba(39,47,81,1) 97%,rgba(39,47,81,1) 98%,rgba(39,47,81,0.8) 99%,rgba(39,47,81,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272f51', endColorstr='#00272f51',GradientType=0 ); /* IE6-9 */
}
.light_blue_grad
{
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
    background-color: #208bbd;
}

.red_grad /* diff grad*/
{
    background: rgb(174,0,20); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(174,0,20,1) 0%, rgba(114,0,13,1) 50%, rgba(90,0,11,1) 51%, rgba(154,0,18,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,0,20,1)), color-stop(50%,rgba(114,0,13,1)), color-stop(51%,rgba(90,0,11,1)), color-stop(100%,rgba(154,0,18,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(174,0,20,1) 0%,rgba(114,0,13,1) 50%,rgba(90,0,11,1) 51%,rgba(154,0,18,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(174,0,20,1) 0%,rgba(114,0,13,1) 50%,rgba(90,0,11,1) 51%,rgba(154,0,18,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(174,0,20,1) 0%,rgba(114,0,13,1) 50%,rgba(90,0,11,1) 51%,rgba(154,0,18,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(174,0,20,1) 0%,rgba(114,0,13,1) 50%,rgba(90,0,11,1) 51%,rgba(154,0,18,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae0014', endColorstr='#9a0012',GradientType=0 ); /* IE6-9 */
}

.blue_bootstrap_grad /* this is btn_primary from bootstrap*/
{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    *background-color: #0044cc;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    border-left-color: #0044cc;
    border-right-color: #0044cc;
    border-top-color: #0044cc;
    border-bottom-color: #002a80;
}

.orange_bootstrap_grad {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    border-left-color: #f89406;
    border-right-color: #f89406;
    border-top-color: #f89406;
    border-bottom-color: #ad6704;
}

.red_bootstrap_grad {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    border-left-color: #bd362f;
    border-right-color: #bd362f;
    border-top-color: #bd362f;
    border-bottom-color: #802420;
}


.green_bootstrap_grad
{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    border-left-color: #51a351;
    border-right-color: #51a351;
    border-top-color: #51a351;
    border-bottom-color: #387038;
}
.orange_grad
{
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
    background-color: #dd8500;
}

.green_grad
{
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
    background-color: #749a00;
}

.bluish_gray_grad
{
    background: rgb(89,106,114); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(89,106,114,1) 100%, rgba(206,220,231,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,rgba(89,106,114,1)), color-stop(100%,rgba(206,220,231,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(89,106,114,1) 100%,rgba(206,220,231,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(89,106,114,1) 100%,rgba(206,220,231,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(89,106,114,1) 100%,rgba(206,220,231,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(89,106,114,1) 100%,rgba(206,220,231,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#596a72', endColorstr='#cedce7',GradientType=0 ); /* IE6-9 */
}

.gray_grad
{
    background: rgb(181,189,200); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 100%, rgba(40,52,59,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(100%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 100%,rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 100%,rgba(40,52,59,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 100%,rgba(40,52,59,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 100%,rgba(40,52,59,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
}

.dark_gray_grad
{
    background: rgb(181,189,200); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 0%, rgba(40,52,59,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(0%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 0%,rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 0%,rgba(40,52,59,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 0%,rgba(40,52,59,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 0%,rgba(40,52,59,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
}

.cupper_grad
{
    background: rgb(240,183,161); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(240,183,161,1) 0%, rgba(117,34,1,1) 4%, rgba(140,51,16,1) 13%, rgba(191,110,78,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,183,161,1)), color-stop(4%,rgba(117,34,1,1)), color-stop(13%,rgba(140,51,16,1)), color-stop(100%,rgba(191,110,78,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(240,183,161,1) 0%,rgba(117,34,1,1) 4%,rgba(140,51,16,1) 13%,rgba(191,110,78,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(240,183,161,1) 0%,rgba(117,34,1,1) 4%,rgba(140,51,16,1) 13%,rgba(191,110,78,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(240,183,161,1) 0%,rgba(117,34,1,1) 4%,rgba(140,51,16,1) 13%,rgba(191,110,78,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(240,183,161,1) 0%,rgba(117,34,1,1) 4%,rgba(140,51,16,1) 13%,rgba(191,110,78,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */
}
.muster_grad
{
    background: rgb(234,185,45); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(234,185,45,1) 0%, rgba(199,152,16,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,185,45,1)), color-stop(100%,rgba(199,152,16,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=0 ); /* IE6-9 */
}

.olive_grad
{
    background: rgb(122,122,56); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(122,122,56,1) 1%, rgba(181,176,119,1) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(122,122,56,1)), color-stop(99%,rgba(181,176,119,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(122,122,56,1) 1%,rgba(181,176,119,1) 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(122,122,56,1) 1%,rgba(181,176,119,1) 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(122,122,56,1) 1%,rgba(181,176,119,1) 99%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(122,122,56,1) 1%,rgba(181,176,119,1) 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7a38', endColorstr='#b5b077',GradientType=0 ); /* IE6-9 */
}

.search_patient_grad, .add_patient_grad
{
    background: rgb(63,76,107); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(63,76,107,1) 0%, rgba(63,76,107,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,76,107,1)), color-stop(100%,rgba(63,76,107,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(63,76,107,1) 0%,rgba(63,76,107,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(63,76,107,1) 0%,rgba(63,76,107,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(63,76,107,1) 0%,rgba(63,76,107,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(63,76,107,1) 0%,rgba(63,76,107,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4c6b', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
}

.purple_grad
{
    background: rgb(137,137,186); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(137,137,186,1) 0%, rgba(137,137,186,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,137,186,1)), color-stop(100%,rgba(137,137,186,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(137,137,186,1) 0%,rgba(137,137,186,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(137,137,186,1) 0%,rgba(137,137,186,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(137,137,186,1) 0%,rgba(137,137,186,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(137,137,186,1) 0%,rgba(137,137,186,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8989ba', endColorstr='#8989ba',GradientType=0 ); /* IE6-9 */
}

.dark_purple_grad
{
    text-shadow: 0px -1px 0px #521145;
    color: #ffffff;
    background-color: #702F63;
    background-image: -moz-linear-gradient(top, #8e4d81, #521145);
    background-image: -ms-linear-gradient(top, #8e4d81, #521145);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8e4d81), to(#521145));
    background-image: -webkit-linear-gradient(top, #8e4d81, #521145);
    background: -o-linear-gradient(top, #8e4d81, #521145);
    background-image: linear-gradient(top, #8e4d81, #521145);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e4d81', endColorstr='#521145', GradientType=0); this crashes the Design Mode */
    border-color: #702F63 #521145 #521145 #702F63;
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
}
.dark_purple_grad
{
    /* This must be here -- It locks the Design View -- Visual Studio hangs - Crashes */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e4d81', endColorstr='#521145', GradientType=0); /*this crashes the Design Mode. Thats why it needs to have another tag-- Don't ask me why */
}

.master_header_grad
{
    background: rgb(206,220,231); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(206,220,231,1) 0%, rgba(89,106,114,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,220,231,1)), color-stop(100%,rgba(89,106,114,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
}
