﻿/* Content */
/* Header */
/* Footer */
/* Menu */
/* Grid */
/* Tooltips */
/* Tabs */
/* Progress bars */
body.notifications-displayed.modal-displayed footer {
  z-index: 12000;
  background: #4A5562;
  opacity: 0.9;
}
body.notifications-displayed.modal-displayed footer * {
  display: none;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  background: url(../Images/Misc/FooterBackground.jpg) #3C444F;
  height: 60px;
  width: 100%;
  text-align: center;
  z-index: 999;
}
footer a {
  color: #FFFFFF;
}
footer a:hover {
  text-decoration: none;
}
footer ul {
  margin: 0px;
  padding: 0px;
}
footer .taskbar,
footer .actions,
footer .quit {
  position: relative;
  text-align: right;
}
footer .taskbar li,
footer .actions li,
footer .quit li {
  list-style: none;
  text-align: center;
  display: inline-block;
}
footer .taskbar li a,
footer .actions li a,
footer .quit li a {
  display: block;
  height: 65px;
  padding: 0 10px 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  border: 0;
}
footer .taskbar li a:hover,
footer .actions li a:hover,
footer .quit li a:hover {
  background-color: #505861;
}
footer .taskbar li.disabled a,
footer .actions li.disabled a,
footer .quit li.disabled a {
  cursor: default;
  -moz-opacity: 0.35;
  opacity: 0.35;
}
footer .taskbar li.disabled a:hover,
footer .actions li.disabled a:hover,
footer .quit li.disabled a:hover {
  background: transparent;
}
footer .taskbar .icon,
footer .actions .icon,
footer .quit .icon {
  font-size: 25px;
}
footer .actions {
  float: left;
}
footer .taskbar {
  position: absolute;
  width: 700px;
  margin-left: -350px;
  left: 50%;
  top: 0;
  text-align: center;
}
footer .quit {
  float: right;
}
footer img.icon {
  border: 0;
  padding-top: 10px;
}