﻿body { background-color: #303030; }

body.home .footer{ display: none;}

body.scoreboard { background-color: #eee; }

body.scoreboard .footer{display: block; }

/*sticky footer - start*/html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

.link {
    cursor: pointer;
}

.footer {
    min-height: 250px;
    background-color: #303030;
    width: 100%;
    padding-top: 5px;
    text-align: center;
}

.footer h1 {
    color: white;
}

.broadcastUnknown{
    content:url("/images/Icons/broadcasting_amber.png");
}

.broadcastOnline{
    content:url("/images/Icons/broadcasting_green.png");
}

.broadcastOffline{
    content:url("/images/Icons/broadcasting_red.png");
}

#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -250px;
  /* Pad bottom by footer height */
  padding: 0 0 250px;
}
/*sticky footer - end*/