/* Application specific stylesheet */

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 70px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  margin-top: 10px;
  /*background-color: #f5f5f5;*/
}

#busy {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.2em 1em 0.2em 0.2em;
  color: white;
  background-color: #0060d2;
}

.header-top {
  color: white;
  background-color: #0060d2;
}

/* makes the entire cell clickable */
table tr td a {
    display:block;
    height:100%;
    width:100%;
	text-decoration: none;
}