/*
Theme Name: CoDFaction
Theme URI: http://www.codfaction.com
Description: CoDFaction Design
Author: Daniel St. Jules
Author URI: http://www.gamexe.net, http://www.codfaction.com, http://www.webenuity.ca
*/
/**
*
* @package	Reputation System
* @author	Pico88 (http://www.modsteam.tk)
* @copyright (c) 2012
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

/* Highlight class - can be modified as you wish*/
.highlight {
	background-color: #d4f0cc;
}

ul.post-reputation {
	float: right;
	width: auto;
	padding: 0;
	list-style: none;
}

ul.post-reputation li {
	float: left;
	margin-right: 3px;
	background-position: 0 100%;
}

ul.post-reputation li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
}

ul.post-reputation li span { display:none; }
ul.post-reputation li a:hover { background: none; }

ul.post-reputation li.rate-good-icon { width: 20px; height: 20px; }
ul.post-reputation li.rate-bad-icon { width: 20px; height: 20px; }

ul.post-reputation li.rate-good-icon a { background-image: url("./styles/CoDFaction/imageset/icon_rate_good.gif"); }
ul.post-reputation li.rate-bad-icon a { background-image: url("./styles/CoDFaction/imageset/icon_rate_bad.gif"); }

ul.post-reputation li.rate-good-icon a:hover,
ul.post-reputation li.rate-bad-icon a:hover { background-position: center bottom }

.reputation.zero a {
	color: #6E6E6E;
	text-decoration: none;
	cursor: pointer;
}

.reputation.positive a, .reputation.negative a {
	color: white;
	text-decoration: none;
	cursor: pointer;
}

.reputation.positive {
	background: #6F8F52;
	color: white;
	text-align: center;
}

.reputation.negative {
	background: #B82929;
	color: white;
	text-align: center;
}

.reputation.zero {
	background: #FFF;
	color: #6E6E6E;
	text-align: center;
}

.reputation.span {
	color: #FFF;
}

.reputation {
	font-weight: bold;
	padding: 1px 6px;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: normal;
}

li.reputation {
	font-size: 14px;
}

.positive {
	color: #6F8F52;
}

.negative {
	color: #B82929;
}

.new-repo {
	color: red;
	font-weight: bold;
}

.rated_good .rate-good-icon a, .rated_bad .rate-bad-icon a {
	width: 100%;
	opacity: 0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	cursor: default;
	background-position: center top !important;
}

.own .rate-good-icon a, .own .rate-bad-icon a {
	display: none;
}

.rated_good .rate-bad-icon a, .rated_bad .rate-good-icon a {
	display: none;
}

#reputation-popup {
	font-size: 0.9em;
	z-index: 500;
	display: none;
	background: white;
	box-shadow: 2px 2px 4px #555555;
	border-radius: 11px;
	padding: 5px;
}

#reputation-popup div.error {
	text-align: center;
	font-size: 1.2em;
}

#reputation-popup h3 {
	font-size: 1.4em;
	padding-left: 10px;
	text-transform: none;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	border: none;
}

#reputation-popup p {
	padding: 0 10px;
}

.small-popup {
	position: absolute;
	width: 300px;
}

.normal-popup {
	position: fixed;
	width: 570px;
}

.normal-popup #post-reputation-list{
	max-height: 350px;
	overflow: auto;
}

.new-popup {
	position: fixed;
	width: 400px;
	height: 115px;
	text-align: center;
	position: fixed !important;
}

.footer-popup {
	border-top: 1px solid #CCC;
	padding: 2px 10px 0 10px;
}
.vote_status_positive, .vote_status_negative {
	text-align: center;
	font-size: 120%;
}

.vote_status_positive {
	background: #d4f0cc;
}

.vote_status_negative {
	background: #ffe6e6;
}

.hidden  .postbody, .hidden .postprofile {
	display: none;
}

div.online.hidden {
	background-image: none;
}

.progress-bar {
	width: 100%;
	height: 10px;
	border-radius: 3px;
	border: 1px solid #a4bdcb;
	background: #a4bdcb;
	background: -moz-linear-gradient(left,  #dc4a5b 0%, #ffb489 8%, #fcfaba 18%, #54d077 70%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dc4a5b), color-stop(8%,#ffb489), color-stop(18%,#fcfaba), color-stop(70%,#54d077));
	background: -webkit-linear-gradient(left,  #dc4a5b 0%,#ffb489 8%,#fcfaba 18%,#54d077 70%);
	background: -o-linear-gradient(left,  #dc4a5b 0%,#ffb489 8%,#fcfaba 18%,#54d077 70%);
	background: -ms-linear-gradient(left,  #dc4a5b 0%,#ffb489 8%,#fcfaba 18%,#54d077 70%);
	background: linear-gradient(to right,  #dc4a5b 0%,#ffb489 8%,#fcfaba 18%,#54d077 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc4a5b', endColorstr='#54d077',GradientType=1 );
}

.empty-progress {
	background: white;
	height: 10px;
	float: right;
}

.reputation-list {
	border: 1px #dadada solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin: 5px;
	padding: 6px;
	overflow: hidden;
}

.empty {
	text-align: center;
}

.reputation-avatar {
	width: 40px;
	height: 40px;
}

.reputation-avatar-big {
	width: 60px;
	height: 60px;
}

.reputation-avatar, .reputation-avatar-big {
	float: left;
	padding: 1px;
	margin-right: 5px;
	background-color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.reputation-rating {
	display: block;
	float: right;
	font-weight: bold;
	font-size: 1.4em;
	padding-right: 10px;
}

.comment_message {
	border: 1px #dadada solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin: 5px;
	background-color: white;
	padding: 5px;
	overflow: hidden;
}

.reputation-delete {
	background-image: url("./styles/CoDFaction/theme/images/reputation_delete.png");
	background-repeat: no-repeat;
	font-size: 0px;
	width: 16px;
	height: 16px;
	padding: 0;
	float: right;
	opacity: 0.3;
}

.reputation-delete:hover {
	opacity: 1.0;
}

#post-reputation-list::-webkit-scrollbar {
	height: 10px;
	width: 10px;
}

#post-reputation-list::-webkit-scrollbar-button:start:decrement,
#post-reputation-list::-webkit-scrollbar-button:end:increment  {
	height: 5px;
	display: block;
	background-color: transparent;
}

#post-reputation-list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	border-radius: 10px;
}
 
#post-reputation-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
/* proSilver Content Styles for MOD Thanks
---------------------------------------- */

dl.thanks {
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.thanks dt {
	padding-left: 45px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
	width: 45%;
}

dd.lastpostthanks {
	width: auto;
	font-size: 1.1em;
}
dd.lastpostthanks span {
	display: block;
	padding-left: 5px;
}
/* List in forum description */
dl.thanks dt ol,
dl.thanks dt ul {
	list-style-position: inside;
	margin-left: 1em;
}

dl.thanks dt li {
	display: list-item;
	list-style-type: inherit;
}
li.header dl.thanks {
	min-height: 0;
}

li.header dl.thanks dt {
	/* Tweak for headers alignment when folder icon used */
	padding-left: 0;
	padding-right: 50px;
}

/* Forum list column styles */
dl.thanks {
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.thanks dt {
	padding-left: 45px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
}
/* Icon images
---------------------------------------- */
.icon-thanks, .icon-thanks_toplist {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}

.icon-thanks					{ background-image: url("./styles/CoDFaction/theme/images/icon_thanks.gif"); }
.icon-thanks_toplist			{ background-image: url("./styles/CoDFaction/theme/images/icon_thanks_toplist.gif"); }

/* Set profile icon dimensions */
ul.profile-icons li.thanks-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.removethanks-icon	{ width: 20px; height: 20px; }

/* Profile & navigation icons */
.thanks-icon, .thanks-icon a		{ background-image: url("./styles/CoDFaction/imageset/thankposts.gif"); }
.removethanks-icon, .removethanks-icon a	{ background-image: url("./styles/CoDFaction/imageset/removethanks.gif"); }
* {
	margin: 0;
	padding: 0;
	border: none;
}

.fl { float: left; }

.fr { float: right; }

.clear { clear: both; }

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #1b1b1b;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #8f8f8f;
	min-width: 956px;
}

#container {
	position: relative;
	width: 100%;
	background: url(./styles/CoDFaction/theme/images/bg.jpg) top center repeat-y;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	min-width: 956px;
}

#topbarwrapper {
	height: 70px;
	width: 100%;
	background: url(./styles/CoDFaction/theme/images/topbarbg.jpg) top center no-repeat;
	background-position: 50% 46px;
	min-width: 956px;
}

#topbar {
	height: 46px;
	width: 100%;
	background: url(./styles/CoDFaction/theme/images/topbar.jpg) top center no-repeat;
}

.topbarcenter {
	width: 916px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
}

.topbarcenter .fl a, .topbarcenter .fl a:active, .topbarcenter .fl a:visited, .topbarcenter .fl a:hover {
	color: #afabad;
}

.toplogin {
	float: right;
	position: relative;
	top: -2px;
}

.toppassword {
	color: #afabad;
	font-size: 11px;
	font-weight: normal;
	border: 0;
	background: url(./styles/CoDFaction/theme/images/password.jpg) top center no-repeat;
	width: 133px;
	vertical-align: top;
	height: 18px;
	padding: 4px 0 0 5px;
}

.topusername {
	color: #afabad;
	font-size: 11px;
	font-weight: normal;
	border: 0;
	background: url(./styles/CoDFaction/theme/images/username.jpg) top center no-repeat;
	width: 133px;
	vertical-align: top;
	height: 18px;
	padding: 4px 0 0 5px;
}

.topsubmit {
	color: #494849;
	font-size: 1px;
	font-weight: normal;
	padding: 0;
	border: 0;
	background: url(./styles/CoDFaction/imageset/en/topsubmit.jpg) top center no-repeat;
	width: 58px;
	height: 22px;
	vertical-align: top;
	text-align: left;
	vertical-align: top;
}

#breadc {
	width: 916px;
	margin: 0 auto;
	padding: 5px 20px 0 20px;
	color: #464646;
	font-size: 11px;
}

#breadc a, #breadc a:active, #breadc a:visited, #breadc a:hover {
	color: #8f8f8f;
}

#wrapper {
	margin: 0 auto;
	padding-top: 140px;
	background: url("./styles/CoDFaction/imageset/banner.jpg") top center no-repeat;
	width: 956px;
	border: 1px solid #414141;
	border-width: 0 1px 0 1px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#navigation {
	background: url("./styles/CoDFaction/theme/images/nav.jpg") top center no-repeat;
	width: 956px;
	height: 64px;
	padding: 10px 0 0 0;
	clear: both; 
	float: left; 
	overflow: hidden;
}

#nav {
	padding: 0; 
	margin: 0 auto; 
	list-style-type: none;
	float: left;
	position: relative; 
	left: 50%;
}

#nav li {
	float:left; 
	position:relative; 
	right:50%;
}

#nav a {
	width: 129px;
	display: block;
	height: 42px;
	margin: 0 10px;
}

#nav a:hover {
	background-position: 0 -42px;
}

.nav_home {
	background: url("./styles/CoDFaction/imageset/en/nav_home.png") 0 0 no-repeat;
}

.nav_ucp {
	background: url("./styles/CoDFaction/imageset/en/nav_ucp.png") 0 0 no-repeat;
}

.nav_members {
	background: url("./styles/CoDFaction/imageset/en/nav_members.png") 0 0 no-repeat;
}

.nav_search {
	background: url("./styles/CoDFaction/imageset/en/nav_search.png") 0 0 no-repeat;
}

.nav_register {
	background: url("./styles/CoDFaction/imageset/en/nav_register.png") 0 0 no-repeat;
}

.nav_home span, .nav_ucp span, .nav_members span, .nav_search span, .nav_register span{
	display: none; text-indent: -5000px;
}

#contentwrapper {
	width: 916px;
	padding: 6px 20px 20px 20px;
	clear: both;
	background: url("./styles/CoDFaction/theme/images/containerbg.jpg") top center repeat-y;
	background-position: 0 -14px;
	min-height: 587px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#menubar {
	margin: 0 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	background: url('./styles/CoDFaction/theme/images/row.png') repeat;
}

.forumrules h3 {
	color: #d65454;
}

/*  Text
 --------------------- */
h1 {
	color: black;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	line-height: 120%;
	padding-top: 2px;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	font-weight: bold;
	white-space: normal;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
	padding-top: 5px;
}

.postauthor {
	color: #8f8f8f;
}

.postdetails {
	color: #8f8f8f;
}

.postbody {
	line-height: 1.4em;
	font-size: 12px;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: #78927f;
	color: #000000;
}

.nav {
	margin: 0;
	color: #8f8f8f;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: #8f8f8f;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	font-size: 11px;
	margin: 1px 1px;
}

.genmed {
	font-size: 11px;
	margin: 1px 1px;
}

.gensmall {
	font-size: 11px;
	margin: 1px 1px;
}

.copyright {
	color: #444;
	font-weight: normal;
	font-size: 11px;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	background: url('./styles/CoDFaction/theme/images/cell1.jpg') no-repeat;
	text-align: left;
	height: 36px;
	padding: 2px 0 0 10px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
}

.listsecond {
	width: 71px;
	font-size: 10px;
}

.listlast {
	width: 200px;
	font-size: 10px;
}

.catdiv {
	margin: 0;
	border: 0;
	background: url('./styles/CoDFaction/theme/images/cell1.jpg') no-repeat;
	height: 36px;
	padding: 2px 0 0 10px;
}
.rtl .catdiv {
	background: url('./styles/CoDFaction/theme/images/cell1.jpg') no-repeat;
}

.cat {
	height: 34px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url('./styles/CoDFaction/theme/images/cell2.jpg') no-repeat;
	text-indent: 4px;
}

.row1 {
	background: url('./styles/CoDFaction/theme/images/row.png') repeat;
	padding: 4px;
}

.row2 {
	background: url('./styles/CoDFaction/theme/images/row.png') repeat;
	padding: 4px;
}

.row3 {
	background: url('./styles/CoDFaction/theme/images/row.png') repeat;
	padding: 4px;
}

.spacer {
	background: url('./styles/CoDFaction/theme/images/spacer.jpg') repeat;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #252525;
	color: #252525;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
 
/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}
 
a:link {
	color: #54695a;
	text-decoration: none;
}

a:active,
a:visited {
	color: #54695a;
	text-decoration: none;
}

a:hover {
	color: #78927f;
	text-decoration: none;
}

a.forumlink {

	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #6a6a6a;
	text-decoration: none;
}

th a,
th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #afabad;
	font-weight: normal;
	background: #272626 url(./styles/CoDFaction/theme/images/input.jpg) top left no-repeat;
	height: 18px;
	padding: 4px 0 0 5px;
	font-size: 11px;
	vertical-align: middle;
}

textarea {
	color: #afabad;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 12px; 
	line-height: 1.4em;
	font-weight: normal;
	padding: 2px;
	background: #272626 url(./styles/CoDFaction/theme/images/textarea.jpg) top left no-repeat;
}

select {
	color: #afabad;
	font-weight: normal;
	border: 1px solid #272828;
	vertical-align: middle;
	background: #1e1e1e;
	height: 21px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
	vertical-align: middle;
}

.btnbbcode {
	font-weight: normal;
	height: 21px;
	padding: 1px 5px 3px 5px;
	font-size: 11px;
	background: #272626 url(./styles/CoDFaction/theme/images/submit.jpg) top left no-repeat;
	vertical-align: middle;
}

.btnmain {
	font-weight: bold;
	cursor: pointer;
	height: 21px;
	padding: 1px 5px 3px 5px;
	font-size: 11px;
	background: #272626 url(./styles/CoDFaction/theme/images/submit.jpg) top left no-repeat;
	vertical-align: middle;
}

.btnlite {
	font-weight: normal;
	cursor: pointer;
	height: 21px;
	padding: 1px 5px 3px 5px;
	font-size: 11px;
	background: #272626 url(./styles/CoDFaction/theme/images/submit.jpg) top left no-repeat;
	vertical-align: middle;
}

.btnfile {
	font-weight: normal;
	height: 21px;
	padding: 1px 5px 3px 5px;
	font-size: 11px;
	background: #272626 url(./styles/CoDFaction/theme/images/submit.jpg) top left no-repeat;
	border: 0px;
	vertical-align: middle;
}

.helpline {
	background: transparent;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #110f10;
	color: #d0d0d0;
	background-color: #262425;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #110f10;
	border-width: 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	background-color: #343233;
	color: #8f8f8f;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #110f10;
	color: #d0d0d0;
	background-color: #262425;
	font-size: 0.85em;
	font-weight: bold;
}

.codecontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #110f10;
	border-width: 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	background-color: #343233;
	color: #8f8f8f;
	font-family: Monaco, 'Courier New', monospace;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}