/* Link Styles
---------------------------------------- */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
a {
	direction: ltr;
	unicode-bidi: embed;
}

a:link, a:visited { 
	text-decoration: none;
}

a:hover	{ 
	text-decoration: none;

}
a:active {
	text-decoration: none;
}

/* Coloured usernames */
.username-coloured {
	font-weight: bold;
	display: inline !important;
	padding: 0 !important;
}

/* Links on gradient backgrounds */
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
	text-decoration: none;
}

#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
	text-decoration: none;
}

#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	text-decoration: none;
}

#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
	text-decoration: none;
}

/* Navigation bar links */
ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
	display: inline-block;
	padding-left: 17px;
}

/* Notification mark read link */
.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%;
	width: 30px;
	height: 40px;
}

.dropdown-extended li:hover a.mark_read {
	display: block;
}

.dropdown-extended a.mark_read:hover {
	width: 40px;
}

/* Links for forum/topic lists */
a.forumtitle {
	font-family: 'PT Sans', sans-serif !important;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff !important;
}

a.forumtitle:hover {
	text-decoration: none !important;
	color: #D6D6D6 !important;
}

a.topictitle {
	font-family: 'PT Sans', sans-serif !important;
	font-size: 1.4em;
	/* font-weight: bold; */
	text-decoration: none;
	color: #ffffff !important;
}

a.topictitle:hover {
	text-decoration: none !important;
	color: #727272 !important;
}

a.lastsubject {
	font-weight: bold;
	text-decoration: none;
}

a.lastsubject:hover {
	text-decoration: none;
}

a.namco_hover_cat:hover	{ 
	text-decoration: none;
	color: #EDEDED !important;
}

/* Post body links */
.postlink {
	text-decoration: none;
	border-bottom: 1px solid transparent;
	padding-bottom: 0;
}

.postlink:hover {
	text-decoration: none;
}

.signature a, .signature a:visited, .signature a:hover, .signature a:active {
	border: none;
	text-decoration: none;
}

/* Profile links */
.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
	font-weight: bold;
	text-decoration: none;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	text-decoration: none;
}

/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
/* See http://www.phpbb.com/bugs/phpbb3/59685 */
.postprofile a:active {
	font-weight: bold;
	text-decoration: none;
}


/* Profile searchresults */	
.search .postprofile a {
	text-decoration: none; 
	font-weight: normal;
}

.search .postprofile a:hover {
	text-decoration: none; 
}

/* Back to top of page */
.back2top {
	clear: both;
	height: 11px;
	text-align: right;
}

a.top {
	background: none no-repeat top left;
	text-decoration: none;
	width: 11px;
	height: 11px;
	display: block;
	float: right;
	overflow: hidden;
	letter-spacing: 1000px;
	text-indent: 11px;
}

a.top2 {
	background: none no-repeat 0 50%;
	text-decoration: none;
	padding-left: 15px;
}

/* Arrow links  */
a.arrow-up		{ background: none no-repeat left center; }
a.arrow-down		{ background: none no-repeat right center; }
a.arrow-left		{ background: none no-repeat 3px 60%; }
a.arrow-right		{ background: none no-repeat 95% 60%; }

a.arrow-up, a.arrow-up:link, a.arrow-up:active, a.arrow-up:visited {
	padding-left: 10px;
	text-decoration: none;
	border-bottom-width: 0;
}

a.arrow-up:hover {
	background-position: left top;
}

a.arrow-down, a.arrow-down:link, a.arrow-down:active, a.arrow-down:visited {
	padding-right: 10px;
}

a.arrow-down:hover {
	background-position: right bottom;
	text-decoration: none;
}

a.arrow-left, a.arrow-left:active, a.arrow-left:visited {
	padding-left: 12px;
}

a.arrow-left:hover {
	text-decoration: none;
	background-position: 0 60%;
}

a.arrow-right, a.arrow-right:active, a.arrow-right:visited {
	padding-right: 12px;
}

a.arrow-right:hover {
	text-decoration: none;
	background-position: 100% 60%;
}

/* invisible skip link, used for accessibility  */
.skiplink {
	position: absolute;
	left: -999px;
	width: 990px;
}

/* Feed icon in forumlist_body.html */
a.feed-icon-forum {
	float: right;
	margin: 3px;
}
