.logo.upstream{
    background-image: url("../images/HeaderBackground_upstream.png");
    background-repeat: repeat-x;
    height: 148px;
    width: 40%;
    padding: 4px;
}

.logo.recharge{
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.0, #7fc241),
        color-stop(1.0, #5c8b2f)
        );

    background-image: -moz-linear-gradient(
        center top,
        #7fc241 0%,
        #5c8b2f 100%
        );

    background-image: -ms-linear-gradient(
        top,
        #7fc241,
        #5c8b2f
        );

    background-image: -o-linear-gradient(#7fc241, #5c8b2f);
    height: 140px;
    margin-bottom: 8px;
    padding: 4px;
    width: 40%;
}

.logo.tradewinds{
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.0, #1852a3),
        color-stop(1.0, #17305b)
        );

    background-image: -moz-linear-gradient(
        center top,
        #1852a3 0%,
        #17305b 100%
        );

    background-image: -ms-linear-gradient(
        top,
        #1852a3,
        #17305b
        );

    background-image: -o-linear-gradient(
        #1852a3,
        #17305b
        );
    height: 140px;
    margin-bottom: 8px;
    padding: 4px;
    width: 40%;
}

.logo.hydrogen{
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.0, #181822),
    color-stop(1.0, #16161f)
  );

  background-image: -moz-linear-gradient(
    center top,
    #181822 0%,
    #16161f 100%
  );

  background-image: -ms-linear-gradient(
    top,
    #181822,
    #16161f
  );

  background-image: -o-linear-gradient(
    #181822,
    #16161f
  );
  height: 100px;
  margin-bottom: 8px;
  padding: 4px;
  width: 350px;
}

table.tablesorter tbody .trial_true td{
    background-color: lightgrey
}

table.tablesorter tbody .expired_true td{
    background-color: darkgray
}


