body {
  padding-top: 32px !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

#universal-top-bar {
  width: 100%;
  height: 29px;
  background-color: #000;
  border-bottom: 3px #666 solid;
  padding: 0;
  box-shadow: 0 1px 6px #333;
  -webkit-box-shadow: 0 1px 6px #333;
  -moz-box-shadow: 0 1px 6px #333;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  font-size: 13px;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.5;
}

.ie6 #universal-top-bar {
  position: absolute;
}

#universal-top-bar div {
  font-size: 12px;
  line-height: 1.4em;
}

#universal-top-bar li {
  margin: 0;
  padding: 0;
}

#universal-top-bar a {
  padding: 0;
  text-decoration: none;
}

#universal-top-bar a:hover {
  background: none;
}

#utb-logo {
  float: left;
  margin-left: 10px;
}

#utb-logo img {
  border: none;
  outline: none;
}

#community-selector {
  float: left;
  min-width: 200px;
  height: 15px;
  margin-left: 18px;
}

#current-community {
  color: #ddd;
  font-size: 12px;
}

.utb-dropdown-menu {
  position: relative;
  padding: 7px 7px 7px 3px;
  border-left: solid 4px transparent;
}

.ie6 .utb-dropdown-menu {
  border-left-color: #000;
}

.utb-dropdown-menu:hover, .utb-dropdown-menu:focus, .utb-dropdown-menu.hover {
  background: #555;
  border-left-color: #555;
}

.utb-arrow {
  background: url(/unified/i/topbar-sprite.png) no-repeat -12px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *vertical-align: middle;
  *margin: 0 2px;
  width: 8px;
  height: 8px;
}

.utb-arrow-right {
  background-position: 0 0;
  height: 9px;
}

.utb-menu, .utb-menu li:last-child a {
  -moz-border-radius: 0 0 0.7em 0.7em !important;
  -webkit-border-radius: 0 0 0.7em 0.7em !important;
  -khtml-border-radius: 0 0 0.7em 0.7em !important;
  border-radius: 0 0 0.7em 0.7em !important;
}

.utb-menu {
  font-size: 12px;
  display: none;
  border: solid 2px #666;
  background: rgb(51, 51, 51);
  background: rgba(51, 51, 51, 0.9);
  position: absolute;
  top: 29px;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 100%;
  max-height: 540px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  box-shadow: 0 1px 6px #333;
  -webkit-box-shadow: 0 1px 6px #333;
  -moz-box-shadow: 0 1px 6px #333;
  *list-style-image: none;
}

.ie6 .utb-menu {
  width: 250px;
  overflow: auto;
}

#community-selector .utb-menu {
  left: -4px;
}

.ie6 .utb-menu li, .ie6 .utb-menu a {
  zoom: 1;
}

.utb-menu a, .utb-menu span {
  display: block;
  padding: 0.5em 1em !important;
  color: #fff !important;
  white-space: nowrap;
}

.utb-menu a:hover, .utb-menu a:focus {
  background: rgb(34, 34, 34) !important;
  background: rgba(34, 34, 34, 0.5) !important;
}

.utb-separator {
  border-top: solid 1px #666;
  border-bottom: solid 1px #333;
  height: 0;
  overflow: hidden;
  *line-height: 0;
  *font-size: 0;
  *width: 100%;
}

.utb-dropdown-menu:hover .utb-menu, .utb-dropdown-menu:focus .utb-menu, .utb-dropdown-menu.hover .utb-menu {
  display: block;
}

#utb-nav-right, #utb-login {
  float: right;
}

#utb-messages, #utb-new-features, #utb-support, #utb-session, #utb-pending-events {
  float: left;
}

#utb-messages {
  text-align: right;
  position: relative;
}

#utb-msg-indicator, #utb-new-features a, #utb-support a {
  color: #7FC242;
  font-size: 12px;
  min-height: 16px;
  line-height: 16px; /*For IE*/
  font-weight: bold;
  border-right: 1px solid #333;
  margin-top: 7px;
  display: block;
}

#utb-new-features a, #utb-support a {
  padding: 0 7px !important;
}

#utb-msg-indicator > strong {
  background: url(/unified/i/messages.png) no-repeat 6px 1px;
  padding: 0 6px 0 25px !important;
  display: block;
  height: 14px;
  text-indent: 4px;
}

/* overwrite the .badge rule for the community badges */
#utb-msg-indicator > strong > .badge {
  margin: 0;
  width: auto;
  height: auto;
  float: none;
}

#utb-msg-indicator > strong:hover, #utb-msg-indicator > strong.with-unread {
  background-image: url(/unified/i/messages-active.png) !important;
}

.expanded #utb-msg-indicator {
  border-bottom: none;
  margin-top: 3px !important;
}

.expanded #utb-msg-indicator > strong {
  background: #fff url(/unified/i/messages-active.png) no-repeat 6px 4px !important;
  padding-top: 3px !important;
  padding-bottom: 20px !important;
}

.expanded #utb-msg-indicator, #utb-msg-menu {
  border: solid 1px #818386;
}

#utb-msg-loading {
  background: url(/unified/i/search-spinner.gif) no-repeat 50% 50%;
  height: 29px;
}

#utb-msg-menu, #utb-msg-all {
  -moz-border-radius: 0 0 0.7em 0.7em;
  -webkit-border-radius: 0 0 0.7em 0.7em;
  -khtml-border-radius: 0 0 0.7em 0.7em;
  border-radius: 0 0 0.7em 0.7em;
}

#utb-msg-menu {
  display: none;
  font-size: 12px;
  border-top: none;
  background: #fff;
  position: absolute;
  top: 32px;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 332px;
  text-align: left;
}

.expanded #utb-msg-menu {
  display: block;
}

#utb-msg-heading, #utb-msg-new {
  line-height: 2em !important;
  font-size: 13px !important;
}

#utb-msg-heading, #utb-msg-new, #utb-msg-all a {
  font-weight: bold;
}

#utb-msg-heading {
  padding: 0 0 0 1em;
  margin: 0;
}

#utb-msg-new {
  position: absolute;
  right: 0.5em;
  top: 0;
}

#utb-msg-new a, #utb-msg-all a {
  color: #3e8e32 !important;
}

#utb-msg-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #666;
}

#utb-msg-list li, #utb-msg-all, #utb-msg-no-new {
  border-top: solid 1px #cecece;
  padding: 0.5em 1em;
}

#utb-msg-no-new {
  text-align: center;
  font-weight: bold;
  color: #666;
}

#utb-msg-list li:hover {
  background: #7ec242;
  color: #fff;
}

#utb-msg-list li:hover a {
  color: #fff;
}

#utb-msg-list div + div {
  font-size: 12px !important;
  margin: 0.5em 0 0;
}

#utb-msg-list a {
  color: #444;
}

#utb-msg-list div:first-child a {
  font-size: 13px;
  display: block;
  font-weight: bold;
}

#utb-msg-menu a:hover, #utb-msg-list li:hover a {
  text-decoration: underline !important;
}

.utb-msg-ts {
  float: left;
}

.utb-msg-community {
  text-align: right;
}

#utb-msg-all {
  background: #f0f7e8;
  text-align: center;
}

#utb-msg-all span {
  font-size: .8em;
}

#utb-session {
  text-align: right;
  width: auto;
  height: 15px;
  margin-right: 15px;
  white-space: nowrap;
}

#utb-session .utb-menu {
  right: 0;
}

.ie7 #utb-session > .utb-menu {
  min-width: 150px;
}

#utb-sudoerpic, #utb-userpic {
  vertical-align: top;
}

#utb-sudoerpic {
  height: 15px;
  width: 15px;
  margin: 0 5px 0 0;
  padding: 0;
}

#utb-sudoer {
  color: #ddd;
  font-size: 12px;
}

#utb-userpic {
  height: 15px;
  width: 15px;
  margin: 0 5px 0 0;
  padding: 0;
}

#utb-user {
  color: #ddd;
  font-size: 12px;
}

#utb-login {
  margin-right: 8px;
  line-height: 29px !important;
  color: #666;
}

#utb-login a {
  color: #fff;
  padding: 0 8px;
}

#utb-login a:hover {
  text-decoration: underline;
}

#menu-item-new-community {
  color: #7FC242 !important;
  font-weight: bold;
}

.sudo-action a, .sudo-action span {
  color: orange !important;
  font-weight: bold;
}

.utb-menu .locked a {
  padding-right: 20px;
  background-image: url(/unified/i/lock.png) !important;
  background-repeat: no-repeat !important;
  background-position: 99% 50% !important;
}

.ie7 #utb-logout {
  zoom: 1;
}

#utb-visitor-join {
  float: left;
}

#utb-visitor-join a {
  line-height: 29px;
  color: #7FC242;
  font-weight: bold;
  font-size: 16px;
  margin-left: 1em;
}

#utb-visitor-join a:hover {
  color: #9ff252;
}

#utb-pending-events {
  position: relative;
  display: block;
  text-decoration: none;
  width: 22px;
  height: 30px;
  padding: 4px 5px 0px 5px;
  margin: 2px 15px 0 0;
}

#utb-pending-events a {
  color: #fff;
  padding: 3px;
}

#utb-pending-events-menu {
  -moz-border-radius: 0 0 0.7em 0.7em;
  -webkit-border-radius: 0 0 0.7em 0.7em;
  -khtml-border-radius: 0 0 0.7em 0.7em;
  border-radius: 0 0 0.7em 0.7em;
  display: none;
  font-size: 12px;
  border-top: none;
  background: #f0f7e8;
  position: absolute;
  top: 32px;
  right: -1px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 250px;
  text-align: left;
}

#utb-pending-events-menu ul {
  padding: 0px;
  margin: 0px;
}

#utb-pending-events-menu li {
  list-style: none;
  padding: 6px 10px;
  border-bottom: solid 1px #cecece;
}
#utb-pending-events-menu li:last-child {
  border-bottom: 0;
}

#utb-pending-events-menu li a {
  color: #3e8e32;
  font-weight: bolder;
}

#utb-pending-events-indicator {
  background-color: #95B93E;
  background-image: -moz-linear-gradient(50% 0% -90deg, rgb(162, 193, 86) 0%, rgb(137, 177, 42) 100%);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(162, 193, 86)), color-stop(1, rgb(137, 177, 42)));
  background-image: -webkit-linear-gradient(-90deg, rgb(162, 193, 86) 0%, rgb(137, 177, 42) 100%);
  background-image: -o-linear-gradient(-90deg, rgb(162, 193, 86) 0%, rgb(137, 177, 42) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(162, 193, 86) 0%, rgb(137, 177, 42) 100%);
  background-image: linear-gradient(-90deg, rgb(162, 193, 86) 0%, rgb(137, 177, 42) 100%);

  /*Text*/
  text-align: center;
  color: white;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.35);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#40ffffff,Positive=true)";
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX = 0, OffY = 1, Color = #40ffffff, Positive = true);

  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75), inset 0px 1px 0px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75), inset 0px 1px 0px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75), inset 0px 1px 0px rgba(255, 255, 255, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffa2c156,endColorstr=#ff89b12a,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #ffa2c156, endColorstr = #ff89b12a, GradientType = 0);

  border-right: 1px solid #818386;
}

#utb-pending-events.expanded {
  background-color: #FFF;
  background-image: none;
  border: 1px solid #818386;
}

.expanded #utb-pending-events-menu {
  display: block;
  border: solid 1px #818386;;
  border-top: 0px;
  padding: 0 0 0 5px;
}

.expanded #utb-pending-events-indicator {
  border-right: 1px solid #818386;
  background-color: #ffffff;
}

.expanded #utb-pending-events-indicator a {
  color: #666;
}

#universal-announcement {
  font-size: 13px;
  line-height: 1.5em;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 30px 30px;
  z-index: 9999;
  width: 400px;
  color: #000 !important;
  box-shadow: 0 2px 2px 0 rgba(50, 50, 50, 0.75);
}
.ua-priority-high {
   background: #99daca !important;
   border: 1px solid #29b693;
}

.ua-priority-medium {
   background: #c3e9df !important;
   border: 1px solid #29b693;
}

.ua-priority-low {
   background: #e2f5ef !important;
   border: 1px solid #29b693;
 }

#universal-announcement-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

#universal-announcement a {
  color: #000 !important;
}