/* $Footer-Fragments
/******************************/
.footer-fragments { display: block; position: relative; padding: 10px; margin: 0 auto; }
.footer-fragments-header { border-top: solid 1px #c5c5c5; display: block; margin: 38px auto 0px auto; }
.footer-fragments-footer { border-top: solid 1px #c5c5c5; display: block; margin: 0px auto 38px auto; }

/* $User Info Popup
/******************************/
.user-info-popup-content { background-color: Transparent; border-width: 0; color: #000; position: relative; margin: 0; padding: 12px 0 0 0; font-size: 13px; white-space: nowrap; }

	.user-info-popup-content .message { margin: 0; }
	.user-info-popup-content .post-summary { margin: 0; }

	.user-info-popup-content .fiji-arrow { position: absolute; left: 12px; top: 0; width: 30px; height: 29px; background: url('../images/core/bubble-arrows.png') no-repeat left top; z-index: 2; }
	.user-info-popup-content .abbreviated-post-header { position: relative; height: 17px; margin: 0 17px; background: url('../images/core/bubble-top.png') repeat-x left top; }
	.user-info-popup-content .abbreviated-post-header .fiji-l { position: absolute; left: -17px; top: 0; width: 17px; height: 17px; background: url('../images/core/bubble-corners.png') no-repeat left top; }
	.user-info-popup-content .abbreviated-post-header .fiji-r { position: absolute; right: -17px; top: 0; width: 17px; height: 17px; background: url('../images/core/bubble-corners.png') no-repeat right top; }

	.user-info-popup-content .fiji-outer-wrapper { padding: 0 17px 0 0; background: url('../images/core/bubble-right.png') repeat-y right top; }
	.user-info-popup-content .fiji-inner-wrapper { padding: 0 0 0 17px; background: url('../images/core/bubble-left.png') repeat-y left top; }
	.user-info-popup-content .abbreviated-post { padding: 0; background-color: #fff; }
		.user-info-popup-content .abbreviated-post h4.post-name { font-weight: bold; margin: 0; padding: 0; font-size: 13px; color: #005AE1; }
	.user-info-popup-content .post-attributes .attribute-item { display: block; padding: 2px 0; }		
	.user-info-popup-content .post-attributes .attribute-item.role-icons .attribute-name,
		.user-info-popup-content .post-attributes .attribute-item.post-rank .attribute-name,
		.user-info-popup-content .post-attributes .attribute-item.user-rank .attribute-name { display: none; }
	.user-info-popup-content .post-attributes .attribute-item.role-icons .attribute-value img,
		.user-info-popup-content .post-attributes .attribute-item.user-rank .attribute-value img { display: block; max-width: 120px; padding: 2px 0; }

	.user-info-popup-content .abbreviated-post-footer { position: relative; height: 17px; margin: 0 17px; background: url('../images/core/bubble-bottom.png') repeat-x left bottom; }
	.user-info-popup-content .abbreviated-post-footer .fiji-l { position: absolute; left: -17px; top: 0; width: 17px; height: 17px; background: url('../images/core/bubble-corners.png') no-repeat left -17px; }
	.user-info-popup-content .abbreviated-post-footer .fiji-r { position: absolute; right: -17px; top: 0; width: 17px; height: 17px; background: url('../images/core/bubble-corners.png') no-repeat right -17px; }
	

/* $Copyright Info
/******************************/
.copyright-info { text-align: center; }
	.copyright-info .message.copyright { margin: 0px 0px 5px 0px; }

/* $Powered By Info
/******************************/
.poweredby {  height: 19px; text-align: center; }
	.poweredby a { display: block; width: 161px; padding: 19px 0 0 0; height:0; overflow: hidden; margin: 0 auto; background: url('../images/fiji-footer.gif') no-repeat left top; }
