#phpbb-content {
  /* Link Styles
---------------------------------------- */
  /* Links adjustment to correctly display an order of rtl/ltr mixed content */
  /* Coloured usernames */
  /* Links on gradient backgrounds */
  /* Notification mark read link */
  /* Links for forum/topic lists */
  /* Post body links */
  /* Profile links */
  /* Profile searchresults */
  /* Back to top of page */
  /* Arrow links  */
  /* invisible skip link, used for accessibility  */
  /* Feed icon in forumlist_body.html */
}
#phpbb-content a {
  direction: ltr;
  unicode-bidi: embed;
  text-decoration: none;
  /* we use links inline more often then not so to address several bugs with
  IE and some other browsers we render all links as inlineblock by default */
  display: inline-block;
}
#phpbb-content .username-coloured {
  font-weight: bold;
  display: inline !important;
  padding: 0 !important;
}
#phpbb-content .forumbg .header a, #phpbb-content .forabg .header a, #phpbb-content th a {
  text-decoration: none;
}
#phpbb-content .forumbg .header a:hover, #phpbb-content .forabg .header a:hover, #phpbb-content th a:hover {
  text-decoration: underline;
}
#phpbb-content .dropdown-extended a.mark_read {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 3px 0 0 3px;
  display: none;
  margin-top: -20px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#phpbb-content .dropdown-extended li:hover a.mark_read {
  display: block;
}
#phpbb-content .dropdown-extended a.mark_read:hover {
  width: 50px;
}
#phpbb-content .jumpbox-cat-link,
#phpbb-content .jumpbox-forum-link {
  font-weight: bold;
}
#phpbb-content a.forumtitle {
  font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}
#phpbb-content a.forumtitle:hover {
  text-decoration: underline;
}
#phpbb-content a.topictitle {
  font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  display: inline;
}
#phpbb-content a.topictitle:hover {
  text-decoration: underline;
}
#phpbb-content a.lastsubject {
  font-weight: bold;
  text-decoration: none;
}
#phpbb-content a.lastsubject:hover {
  text-decoration: underline;
}
#phpbb-content .row-item a:hover {
  text-decoration: none;
}
#phpbb-content .row-item .topictitle:hover,
#phpbb-content .row-item .subforum:hover,
#phpbb-content .row-item .username:hover,
#phpbb-content .row-item .username-coloured:hover {
  text-decoration: underline;
}
#phpbb-content .postlink {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 0;
}
#phpbb-content .postlink:hover {
  text-decoration: none;
}
#phpbb-content .signature a, #phpbb-content .signature a:hover {
  border: none;
  text-decoration: underline;
}
#phpbb-content .postprofile a, #phpbb-content .postprofile dt.author a {
  font-weight: bold;
  text-decoration: none;
}
#phpbb-content .postprofile a:hover, #phpbb-content .postprofile dt.author a:hover {
  text-decoration: underline;
}
#phpbb-content .search .postprofile a {
  text-decoration: none;
  font-weight: normal;
}
#phpbb-content .search .postprofile a:hover {
  text-decoration: underline;
}
#phpbb-content .top {
  font-size: 12px;
  text-decoration: none;
  margin-top: 10px;
}
#phpbb-content .back2top {
  clear: both;
}
#phpbb-content .back2top .top {
  float: right;
  margin-right: -10px;
  margin-top: 0;
}
#phpbb-content .arrow-up {
  padding-left: 10px;
  text-decoration: none;
  border-bottom-width: 0;
}
#phpbb-content .arrow-down {
  padding-right: 10px;
}
#phpbb-content .arrow-left:hover {
  text-decoration: none;
}
#phpbb-content .arrow-right:hover {
  text-decoration: none;
}
#phpbb-content .skiplink {
  position: absolute;
  left: -999px;
  width: 990px;
}
#phpbb-content a.feed-icon-forum {
  float: right;
  margin: 3px;
}
#phpbb-content a.anchor {
  display: block;
}
