






body {
	background: url(http://i32.tinypic.com/fvvl95.png) repeat;
	color: #000;
	text-align: center;
	line-height: 1.4;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

a:link {
	color: #5c5c5c;
	text-decoration: none;
}

a:visited {
	color: #5c5c5c;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

#container {
	background: #fff;
	width: 750px;
	color: #000000;
	border: 2px solid #00000;
	margin: auto auto;
	padding: 20px;
	text-align: left;
}

#content {
	/* FIX: Make internet explorer wrap correctly */
	width: auto !important;
}

.menu ul {
	color: #000000;
	text-align: center;
	padding: 4px;
	
	font-weight: bold;
}

.menu ul a:link {
	color: #000000;
	text-decoration: none;
}

.menu ul a:visited {
	color: #000000;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color: #4874a3;
	text-decoration: none;
}

#panel {
	background: #e4e6ee;
	color: #000000;
	padding: 8px;
	
	font-size: 11px;
}

table {
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

.tborder {
	width: 100%;
	margin: auto auto;
}

.thead {
	background: url(http://i27.tinypic.com/200p47o.png) top left repeat-x;
	color: #fff;
}

.thead a:link {
	color: #fff;
	text-decoration: none;
}

.thead a:visited {
	color: #fff;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #fff;
	text-decoration: underline;
}

.tcat {
	background: #efde82;
	color: #000000;
	font-size: 12px;
}

.tcat a:link {
	color: #000000;
}

.tcat a:visited {
	color: #000000;
}

.tcat a:hover, .tcat a:active {
	color: #000000;
}

.trow1 {
	background: #fff;
}

.trow2 {
	background: #f0f1f9;
}

.trow_shaded {
	background: #ffdde0;
}

.trow_selected td {
	background: #FFFBD9;
}

.trow_sep {
	background: #abdaff;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	background: #efde82;
	width: #000000;
	color: #000;
}

.tfoot a:link {
	width: #000000;
	color: #000000;
	text-decoration: none;
}

.tfoot a:visited {
	color: #000000;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #ffffff;
	text-decoration: underline;
}

.bottommenu {
	background: #e4e6ee;
	color: #000000;
	padding: 10px;
}

.navigation {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	text-decoration: none;
}

.navigation .active {
	color: #000000;
	font-size: small;
	font-weight: bold;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

input.textbox {
	background: #ffffff;
	color: #000000;
	border: 1px solid #0f5c8e;
	padding: 1px;
}

textarea {
	background: #ffffff;
	color: #000000;
	border: 1px solid #0f5c8e;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
}

select {
	background: #ffffff;
	border: 1px solid #0f5c8e;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #0f5c8e;
}

.autocomplete {
	background: #fff;
	border: 1px solid #000;
	color: black;
}

.autocomplete_selected {
	background: #adcee7;
	color: #000;
}

.popup_menu {
	background: #ccc;
	border: 1px solid #000;
}

.popup_menu .popup_item {
	background: #fff;
	color: #000;
}

.popup_menu .popup_item:hover {
	background: #C7DBEE;
	color: #000;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.invalid_field {
	border: 1px solid #f30;
	color: #f30;
}

.valid_field {
	border: 1px solid #0c0;
}

.validation_error {
	background: url(../../../images/invalid.gif) no-repeat center left;
	color: #f30;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_success {
	background: url(../../../images/valid.gif) no-repeat center left;
	color: #00b200;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_loading {
	background: url(../../../images/spinner.gif) no-repeat center left;
	color: #555;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

/* Additional CSS (Master) */
img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.menu ul {
	list-style: none;
	margin: 0;
}

.menu li {
	display: inline;
	padding-left: 5px;
}

.menu img {
	padding-right: 5px;
	vertical-align: top;
}

#panel .links {
	margin: 0;
	float: right;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

#copyright {
	font: 11px Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 10px 0 0 0;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
	padding: 4px;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	margin: 4px 0;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

.codeblock {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin: 4px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.subforumicon {
	border: 0;
	vertical-align: middle;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 3px;
	text-decoration: none;
	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding: 3px;
}

.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	font-size: 11px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	font-size: 11px;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #000;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(../../../images/error.gif) no-repeat 0;
}

div.error.ul {
	margin-left: 24px;
}

.online {
	color: #000;
	text-align: center;
	line-height: 1.4;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

a:link {
 	color: #5c5c5c; 	text-decoration: none;
}

a:visited {
 	color: #5c5c5c; 	text-decoration: none;
}

a:hover, a:active {
 	color: #000; 	text-decoration: underline;
}

#container {
 	background: #fff; 	width: 750px; 	color: #000000; 	border: 2px solid #00000; 	margin: auto auto; 	padding: 20px; 	text-align: left;
}

#content {
 	/* FIX: Make internet explorer wrap correctly */ 	width: auto !important;
}

.menu ul {
 	color: #000000; 	text-align: center; 	padding: 4px; 	 	font-weight: bold;
}

.menu ul a:link {
 	color: #000000; 	text-decoration: none;
}

.menu ul a:visited {
 	color: #000000; 	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
 	color: #4874a3; 	text-decoration: none;
}

#panel {
 	background: #e4e6ee; 	color: #000000; 	padding: 8px; 	 	font-size: 11px;
}

table {
 	color: #000000; 	font-family: Verdana, Arial, Sans-Serif; 	font-size: 13px;
}

.tborder {
 	width: 100%; 	margin: auto auto;
}

.thead {
 	background: url(http://i27.tinypic.com/200p47o.png) top left repeat-x; 	color: #fff;
}

.thead a:link {
 	color: #fff; 	text-decoration: none;
}

.thead a:visited {
 	color: #fff; 	text-decoration: none;
}

.thead a:hover, .thead a:active {
 	color: #fff; 	text-decoration: underline;
}

.tcat {
 	background: #efde82; 	color: #000000; 	font-size: 12px;
}

.tcat a:link {
 	color: #000000;
}

.tcat a:visited {
 	color: #000000;
}

.tcat a:hover, .tcat a:active {
 	color: #000000;
}

.trow1 {
 	background: #fff;
}

.trow2 {
 	background: #f0f1f9;
}

.trow_shaded {
 	background: #ffdde0;
}

.trow_selected td {
 	background: #FFFBD9;
}

.trow_sep {
 	background: #abdaff; 	color: #000; 	font-size: 12px; 	font-weight: bold;
}

.tfoot {
 	background: #efde82; 	width: #000000; 	color: #000;
}

.tfoot a:link {
 	width: #000000; 	color: #000000; 	text-decoration: none;
}

.tfoot a:visited {
 	color: #000000; 	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
 	color: #ffffff; 	text-decoration: underline;
}

.bottommenu {
 	background: #e4e6ee; 	color: #000000; 	padding: 10px;
}

.navigation {
 	color: #000000; 	font-size: 13px; 	font-weight: bold;
}

.navigation a:link {
 	text-decoration: none;
}

.navigation a:visited {
 	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
 	text-decoration: none;
}

.navigation .active {
 	color: #000000; 	font-size: small; 	font-weight: bold;
}

.smalltext {
 	font-size: 11px;
}

.largetext {
 	font-size: 16px; 	font-weight: bold;
}

input.textbox {
 	background: #ffffff; 	color: #000000; 	border: 1px solid #0f5c8e; 	padding: 1px;
}

textarea {
 	background: #ffffff; 	color: #000000; 	border: 1px solid #0f5c8e; 	padding: 2px; 	font-family: Verdana, Arial, Sans-Serif; 	line-height: 1.4; 	font-size: 13px;
}

select {
 	background: #ffffff; 	border: 1px solid #0f5c8e;
}

.editor {
 	background: #f1f1f1; 	border: 1px solid #ccc;
}

.editor_control_bar {
 	background: #fff; 	border: 1px solid #0f5c8e;
}

.autocomplete {
 	background: #fff; 	border: 1px solid #000; 	color: black;
}

.autocomplete_selected {
 	background: #adcee7; 	color: #000;
}

.popup_menu {
 	background: #ccc; 	border: 1px solid #000;
}

.popup_menu .popup_item {
 	background: #fff; 	color: #000;
}

.popup_menu .popup_item:hover {
 	background: #C7DBEE; 	color: #000;
}

.trow_reputation_positive {
 	background: #ccffcc;
}

.trow_reputation_negative {
 	background: #ffcccc;
}

.reputation_positive {
 	color: green;
}

.reputation_neutral {
 	color: #444;
}

.reputation_negative {
 	color: red;
}

.invalid_field {
 	border: 1px solid #f30; 	color: #f30;
}

.valid_field {
 	border: 1px solid #0c0;
}

.validation_error {
 	background: url(../../../images/invalid.gif) no-repeat center left; 	color: #f30; 	margin: 5px 0; 	padding: 5px; 	font-weight: bold; 	font-size: 11px; 	padding-left: 22px;
}

.validation_success {
 	background: url(../../../images/valid.gif) no-repeat center left; 	color: #00b200; 	margin: 5px 0; 	padding: 5px; 	font-weight: bold; 	font-size: 11px; 	padding-left: 22px;
}

.validation_loading {
 	background: url(../../../images/spinner.gif) no-repeat center left; 	color: #555; 	margin: 5px 0; 	padding: 5px; 	font-weight: bold; 	font-size: 11px; 	padding-left: 22px;
}

/* Additional CSS (Master) */
img {
 	border: none;
}

.clear {
 	clear: both;
}

.hidden {
 	display: none; 	float: none; 	width: 1%;
}

.float_left {
 	float: left;
}

.float_right {
 	float: right;
}

.menu ul {
 	list-style: none; 	margin: 0;
}

.menu li {
 	display: inline; 	padding-left: 5px;
}

.menu img {
 	padding-right: 5px; 	vertical-align: top;
}

#panel .links {
 	margin: 0; 	float: right;
}

.expcolimage {
 	float: right; 	width: auto; 	vertical-align: middle; 	margin-top: 3px;
}

img.attachment {
 	border: 1px solid #E9E5D7; 	padding: 2px;
}

hr {
 	background-color: #000000; 	color: #000000; 	height: 1px; 	border: 0px;
}

#copyright {
 	font: 11px Verdana, Arial, Sans-Serif; 	margin: 0; 	padding: 10px 0 0 0;
}

#debug {
 	float: right; 	text-align: right; 	margin-top: 0;
}

blockquote {
 	border: 1px solid #ccc; 	margin: 0; 	background: #fff; 	padding: 4px;
}

blockquote cite {
 	font-weight: bold; 	border-bottom: 1px solid #ccc; 	font-style: normal; 	display: block; 	margin: 4px 0;
}

blockquote cite span {
 	float: right; 	font-weight: normal;
}

.codeblock {
 	background: #fff; 	border: 1px solid #ccc; 	padding: 4px;
}

.codeblock .title {
 	border-bottom: 1px solid #ccc; 	font-weight: bold; 	margin: 4px 0;
}

.codeblock code {
 	overflow: auto; 	height: auto; 	max-height: 200px; 	display: block; 	font-family: Monaco, Consolas, Courier, monospace; 	font-size: 13px;
}

.subforumicon {
 	border: 0; 	vertical-align: middle;
}

.separator {
 	margin: 5px; 	padding: 0; 	height: 0px; 	font-size: 1px; 	list-style-type: none;
}

form {
 	margin: 0; 	padding: 0;
}

.popup_menu .popup_item_container {
 	margin: 1px; 	text-align: left;
}

.popup_menu .popup_item {
 	display: block; 	padding: 3px; 	text-decoration: none; 	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
 	text-decoration: none;
}

.autocomplete {
 	text-align: left;
}

.subject_new {
 	font-weight: bold;
}

.highlight {
 	background: #FFFFCC; 	padding: 3px;
}

.pm_alert {
 	background: #FFF6BF; 	border: 1px solid #FFD324; 	text-align: center; 	padding: 5px 20px; 	font-size: 11px;
}

.red_alert {
 	background: #FBE3E4; 	border: 1px solid #A5161A; 	color: #A5161A; 	text-align: center; 	padding: 5px 20px; 	font-size: 11px;
}

.high_warning {
 	color: #CC0000;
}

.moderate_warning {
 	color: #F3611B;
}

.low_warning {
 	color: #AE5700;
}

div.error {
 	padding: 5px 10px; 	border-top: 2px solid #FFD324; 	border-bottom: 2px solid #FFD324; 	background: #FFF6BF; 	font-size: 12px;
}

div.error p {
 	margin: 0; 	color: #000; 	font-weight: normal;
}

div.error p em {
 	font-style: normal; 	font-weight: bold; 	padding-left: 24px; 	display: block; 	color: #C00; 	background: url(../../../images/error.gif) no-repeat 0;
}

div.error.ul {
 	margin-left: 24px;
}

.online {
 	color: #15A018;
}

.offline {
 	color: #C7C7C7;
}

.pagination {
 	font-size: 11px; 	padding-top: 10px; 	margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
 	padding-top: 0;
}

.pagination .pages {
 	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
 	padding: 2px 6px; 	margin-bottom: 3px;
}

.pagination a {
 	border: 1px solid #81A2C4;
}

.pagination .pagination_current {
 	background: #F5F5F5; 	border: 1px solid #81A2C4; 	font-weight: bold;
}

.pagination a:hover {
 	background: #F5F5F5; 	text-decoration: none;
}

.thread_legend, .thread_legend dd {
 	margin: 0; 	padding: 0;
}

.thread_legend dd {
 	padding-bottom: 4px; 	margin-right: 15px;
}

.thread_legend img {
 	margin-right: 4px; 	vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
 	margin: 0; 	padding: 0;
}

.forum_legend dd {
 	float: left; 	margin-right: 10px;
}

.forum_legend dt {
 	margin-right: 10px; 	float: left;
}

.success_message {
 	color: #00b200; 	font-weight: bold; 	font-size: 10px; 	margin-bottom: 10px;
}

.error_message {
 	color: #C00; 	font-weight: bold; 	font-size: 10px; 	margin-bottom: 10px;
}

.post_body {
 	padding: 5px;
}

.post_content {
 	padding: 5px 10px;
}

.quick_jump {
 	background: url(../../../images/jump.gif) no-repeat 0; 	width: 13px; 	height: 13px; 	padding-left: 13px; /* amount of padding needed for image to fully show */ 	vertical-align: middle; 	border: none;
}

]]>    </stylesheet> - <stylesheet name="usercp.css" attachedto="usercp.php|usercp2.php|private.php" version="1407"> - <!
[CDATA[ .usercp_nav_item {
 	display: block; 	padding: 1px 0 1px 23px;
}

.usercp_nav_composepm {
 	background: url(../../../images/usercp/composepm.gif) no-repeat left center;
}

.usercp_nav_pmfolder {
 	background: url(../../../images/usercp/pmfolder.gif) no-repeat left center;
}

.usercp_nav_sub_pmfolder {
 	padding-left: 40px; 	background: url(../../../images/usercp/sub_pmfolder.gif) no-repeat left center;
}

.usercp_nav_trash_pmfolder {
 	padding-left: 40px; 	background: url(../../../images/usercp/trash_pmfolder.gif) no-repeat left center;
}

.usercp_nav_pmtracking {
 	background: url(../../../images/usercp/pmtracking.gif) no-repeat left center;
}

.usercp_nav_pmfolders {
 	background: url(../../../images/usercp/editfolders.gif) no-repeat left center;
}

.usercp_nav_profile {
 	background: url(../../../images/usercp/profile.gif) no-repeat left center;
}

.usercp_nav_email {
 	padding-left: 40px; 	background: url(../../../images/usercp/email.gif) no-repeat left center;
}

.usercp_nav_password {
 	padding-left: 40px; 	background: url(../../../images/usercp/password.gif) no-repeat left center;
}

.usercp_nav_username {
 	padding-left: 40px; 	background: url(../../../images/usercp/username.gif) no-repeat left center;
}

.usercp_nav_editsig {
 	padding-left: 40px; 	background: url(../../../images/usercp/editsig.gif) no-repeat left center;
}

.usercp_nav_avatar {
 	padding-left: 40px; 	background: url(../../../images/usercp/avatar.gif) no-repeat left center;
}

.usercp_nav_options {
 	background: url(../../../images/usercp/options.gif) no-repeat left center;
}

.usercp_nav_usergroups {
 	background: url(../../../images/usercp/usergroups.gif) no-repeat left center;
}

.usercp_nav_editlists {
 	background: url(../../../images/usercp/editlists.gif) no-repeat left center;
}

.usercp_nav_attachments {
 	background: url(../../../images/usercp/attachments.gif) no-repeat left center;
}

.usercp_nav_drafts {
 	background: url(../../../images/usercp/drafts.gif) no-repeat left center;
}

.usercp_nav_subscriptions {
 	background: url(../../../images/usercp/subscriptions.gif) no-repeat left center;
}

.usercp_nav_fsubscriptions {
 	background: url(../../../images/usercp/fsubscriptions.gif) no-repeat left center;
}

.usercp_nav_notepad {
 	background: url(../../../images/usercp/notepad.gif) no-repeat left center;
}

.usercp_nav_viewprofile {
 	background: url(../../../images/usercp/viewprofile.gif) no-repeat left center;
}

.usercp_nav_home {
 	background: url(../../../images/usercp/home.gif) no-repeat left center;
}

]]>    </stylesheet> - <stylesheet name="modcp.css" attachedto="modcp.php" version="1407"> - <!
[CDATA[ .modcp_nav_item {
 	display: block; 	padding: 1px 0 1px 23px;
}

.modcp_nav_home {
 	background: url(../../../images/modcp/home.gif) no-repeat left center;
}

.modcp_nav_announcements {
 	background: url(../../../images/modcp/announcements.gif) no-repeat left center;
}

.modcp_nav_reports {
 	background: url(../../../images/modcp/reports.gif) no-repeat left center;
}

.modcp_nav_modqueue {
 	background: url(../../../images/modcp/modqueue.gif) no-repeat left center;
}

.modcp_nav_modlogs {
 	background: url(../../../images/modcp/modlogs.gif) no-repeat left center;
}

.modcp_nav_editprofile {
 	background: url(../../../images/modcp/editprofile.gif) no-repeat left center;
}

.modcp_nav_banning {
 	background: url(../../../images/modcp/banning.gif) no-repeat left center;
}

.modcp_nav_warninglogs {
 	background: url(../../../images/modcp/warninglogs.gif) no-repeat left center;
}

.modcp_nav_ipsearch {
 	background: url(../../../images/modcp/ipsearch.gif) no-repeat left center;
}

.modqueue_message {
 	overflow: auto; 	max-height: 250px;
}

.modqueue_controls {
 	width: 270px; 	float: right; 	text-align: center; 	border: 1px solid #ccc; 	background: #fff; 	padding: 6px; 	font-weight: bold;
}

.modqueue_controls label {
 	margin-right: 8px;
}

.label_radio_ignore, .label_radio_delete, .label_radio_approve {
 	font-weight: bold;
}

.modqueue_meta {
 	color: #444; 	font-size: 95%; 	margin-bottom: 8px;
}

.modqueue_mass {
 	list-style: none; 	margin: 0; 	width: 150px; 	padding: 0;
}

.modqueue_mass li {
 	margin-bottom: 4px; 	padding: 0;
}

.modqueue_mass li a {
 	display: block; 	padding: 4px; 	border: 1px solid transparent;
}

.modqueue_mass li a:hover {
 	background: #efefef; 	border: 1px solid #ccc; 	text-decoration: none;
}

]]>    </stylesheet> - <stylesheet name="star_ratings.css" attachedto="forumdisplay.php|showthread.php" version="1407"> - <!
[CDATA[ .star_rating, .star_rating li a:hover, .star_rating .current_rating {
 	background: url(../../../images/star_rating.gif) left -1000px repeat-x; 	vertical-align: middle;
}

.star_rating {
 	position: relative; 	width:80px; 	height:16px; 	overflow: hidden; 	list-style: none; 	margin: 0; 	padding: 0; 	background-position: left top;
}

td .star_rating {
 	margin: auto;
}

.star_rating li {
 	display: inline;
}

.star_rating li a, .star_rating .current_rating {
 	position: absolute; 	text-indent: -1000px; 	height: 16px; 	line-height: 16px; 	outline: none; 	overflow: hidden; 	border: none; 	top:0; 	left:0;
}

.star_rating_notrated li a:hover {
 	background-position: left bottom;
}

.star_rating li a.one_star {
 	width: 20%; 	z-index: 6;
}

.star_rating li a.two_stars {
 	width: 40%; 	z-index: 5;
}

.star_rating li a.three_stars {
 	width:60%; 	z-index:4;
}

.star_rating li a.four_stars {
 	width:80%; 	z-index:3;
}

.star_rating li a.five_stars {
 	width:100%; 	z-index:2;
}

.star_rating .current_rating {
 	z-index:1; 	background-position: left center;
}

.star_rating_success, .success_message {
 	color: #00b200; 	font-weight: bold; 	font-size: 10px; 	margin-bottom: 10px;
}

.inline_rating {
 	float: left; 	vertical-align: middle; 	padding-right: 5px;
}

]]>    </stylesheet> - <stylesheet name="showthread.css" attachedto="showthread.php" version="1407"> - <!
[CDATA[ ul.thread_tools, ul.thread_tools li {
 	list-style: none; 	padding: 0; 	margin: 0;
}

ul.thread_tools li {
 	padding-left: 26px; 	padding-bottom: 4px; 	margin-bottom: 3px; 	font-size: 11px;
}

ul.thread_tools li.printable {
 	background: url(../../../images/printable.gif) no-repeat 0px 0px;
}

ul.thread_tools li.sendthread {
 	background: url(../../../images/send.gif) no-repeat 0px 0px;
}

ul.thread_tools li.subscription_add {
 	background: url(../../../images/subscribe.gif) no-repeat 0px 0px;
}

ul.thread_tools li.subscription_remove {
 	background: url(../../../images/unsubscribe.gif) no-repeat 0px 0px;
}

]]>    </stylesheet>   </stylesheets> - <templates> - <template name="postbit" version="1407"> - <!
[CDATA[ {
$ignore_bit
}

<
a name="pid {
$post['pid']
}

" id="pid {
$post['pid']
}

"></a> <
table border="0" cellspacing=" {
$theme['borderwidth']
}

" cellpadding=" {
$theme['tablespace']
}

" class="tborder" style=" {
$post_extra_style
}

{
$post_visibility
}

" id="post_ {
$post['pid']
}

"> 	<tbody> 		<tr> 			<td class="tcat"> 				<
div class="float_left smalltext"> {
$post['postdate']
}

, {
$post['posttime']
}

<
span id="edited_by_ {
$post['pid']
}

"> {
$post['editedmsg']
}

</span> 				</
div> {
$post['posturl']
}

</td> 		</tr>  		<tr> 			<
td class="trow1 {
$unapproved_shade
}

"> 				<table cellspacing="0" cellpadding="0" border="0" style="width: 100%;"> 					<tr> 						<
td class="post_avatar" width="1" style=" {
$post['avatar_padding']
}

"> {
$post['useravatar']
}

</td> 						<td class="post_author"> 							<strong><
span class="largetext"> {
$post['profilelink']
}

</span></
strong> {
$post['onlinestatus']
}

<br /> 							<
span class="smalltext"> {
$post['usertitle']
}

<br /
> {
$post['userstars']
}

{
$post['groupimage']
}

</span>						</td> 						<
td class="smalltext post_author_info" width="165"> {
$post['user_details']
}

<br /> <span class="smalltext"><
a href=" {
$mybb->settings['bburl']
}

/
plaza.php"> {
$lang->money
}

</a>: <
span id="postmoney_ {
$post['pid']
}

"> {
$post[MYPLAZA_MONEY_COLUMN]
}

{
$post['donate_postbit']
}

</span></span><br /><br /></td> 					    <
td class="smalltext post_author_info" width="165"> {
$post['myrpg_postbit']
}

</td> 				    </tr> 				</table> 			</td> 		</tr>  		<tr> 			<
td class="trow2 post_content {
$unapproved_shade
}

"> 				<span class="smalltext"><
strong> {
$post['icon']
}

{
$post['subject']
}

{
$post['subject_extra']
}

</strong></span>  				<
div class="post_body" id="pid_ {
$post['pid']
}

"> {
$post['message']
}

</
div> {
$post['attachments']
}

{
$post['signature']
}

<
div class="post_meta" id="post_meta_ {
$post['pid']
}

"> {
$post['iplogged']
}

</div> 			</td> 		</tr>  		<tr> 			<
td class="trow1 post_buttons {
$unapproved_shade
}

"> 				<
div class="author_buttons float_left"> {
$post['button_email']
}

{
$post['button_pm']
}

{
$post['button_www']
}

{
$post['button_find']
}

</div> 				<
div class="post_management_buttons float_right"> {
$post['button_spam']
}

{
$post['button_edit']
}

{
$post['button_quickdelete']
}

{
$post['button_quote']
}

{
$post['button_multiquote']
}

{
$post['button_report']
}

{
$post['button_warn']
}

{
$post['button_reply_pm']
}

{
$post['button_replyall_pm']
}

{
$post['button_forward_pm']
}

{
$post['button_delete_pm']
}

</div> 			</td> 		</tr> 	</tbody> </table>   ]]>    </template> - <template name="postbit_classic" version="0"> - <!
[CDATA[ {
$ignore_bit
}

<
table border="0" cellspacing=" {
$theme['borderwidth']
}

" cellpadding=" {
$theme['tablespace']
}

" class="tborder" style=" {
$post_extra_style
}

{
$post_visibility
}

" id="post_ {
$post['pid']
}

"> 	<tr> 		<
td class=" {
$altbg
}

" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><
a name="pid {
$post['pid']
}

" id="pid {
$post['pid']
}

"></a> 		<strong><
span class="largetext"> {
$post['profilelink']
}

</span></
strong> {
$post['onlinestatus']
}

<br /> 		<
span class="smalltext"> {
$post['usertitle']
}

<br /
> {
$post['userstars']
}

{
$post['groupimage']
}

{
$post['useravatar']
}

<br /
> {
$post['user_details']
}

</span> 	</td> 	<
td class=" {
$altbg
}

" valign="top"> 		<table width="100%"> 			<tr><
td> {
$post['posturl']
}

<span class="smalltext"><
strong> {
$post['icon']
}

{
$post['subject']
}

{
$post['subject_extra']
}

</strong></span> 			<br /> 			<
div id="pid_ {
$post['pid']
}

" style="padding: 5px 0 5px 0;
"> {
$post['message']
}

</
div> {
$post['attachments']
}

{
$post['signature']
}

<div style="text-align: right; vertical-align: bottom;
" id="post_meta_ {
$post['pid']
}

"> 				<
div id="edited_by_ {
$post['pid']
}

"> {
$post['editedmsg']
}

</
div> {
$post['iplogged']
}

</div> 		</td></tr> 	</table> </td> </tr> <tr> 	<
td class=" {
$altbg
}

" style="white-space: nowrap; text-align: center; vertical-align: middle;"><
span class="smalltext"> {
$post['postdate']
}

{
$post['posttime']
}

</span></td> 	<
td class=" {
$altbg
}

" style="vertical-align: middle;"> 		<table width="100%" border="0" cellpadding="0" cellspacing="0"> 			<tr valign="bottom"> 				<td align="left" ><
span class="smalltext"> {
$post['button_email']
}

{
$post['button_pm']
}

{
$post['button_www']
}

{
$post['button_find']
}

</span></td> 				<
td align="right"> {
$post['button_spam']
}

{
$post['button_edit']
}

{
$post['button_quickdelete']
}

{
$post['button_quote']
}

{
$post['button_multiquote']
}

{
$post['button_report']
}

{
$post['button_warn']
}

{
$post['button_reply_pm']
}

{
$post['button_replyall_pm']
}

{
$post['button_forward_pm']
}

{
$post['button_delete_pm']
}

</td> 			</tr> 		</table> 	</td> </tr> </table>   ]]>    </template> - <template name="footer" version="1407"> - <![CDATA[ <br /> 			<div class="bottommenu"> 				<
div class="float_right"> {
$lang_select
}

</div> 				<div> 					<span class="smalltext"><
a href=" {
$mybb->settings['contactlink']
}

"> {
$lang->bottomlinks_contactus
}

</a> | <
a href=" {
$mybb->settings['homeurl']
}

"> {
$mybb->settings['homename']
}

</a> | <
a href="#top"> {
$lang->bottomlinks_returntop
}

</a> | <
a href="#content"> {
$lang->bottomlinks_returncontent
}

</a> | <a href="<
archive_url>"> {
$lang->bottomlinks_litemode
}

</a> | <
a href=" {
$mybb->settings['bburl']
}

/misc.php?
action=syndication"> {
$lang->bottomlinks_syndication
}

</a></span> 				</div> 			</div> 			</div> 		<hr class="hidden" /> 			<div id="copyright"> 				<div id="debug"><debugstuff></div> 				<!-- MyBB is free software developed and maintained by a volunteer community.  					 It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,  					 to show your support for MyBB.  If you choose to remove or modify the copyright below,  					 you may be refused support on the MyBB Community Forums. 					  					 This is free software, support us and we'
ll support you. --> {
$lang->powered_by
}

<a href="http://
www.mybboard.net" target="_blank">MyBB {
$mybbversion
}

</a>, &copy;
2002- {
$copy_year
}

<a href="http://www.mybboard.net" target="_blank">MyBB Group</a>.<br /> 				<!-- End powered by --> 				<br /> <br class="clear" /> <!
-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE --> {
$task_image
}

<!
-- End task image code --> {
$auto_dst_detection
}

</div> 		</div> <center> <a href="http://www.animetoplist.org/"><img src="http://www.animetoplist.org/button.php?u=foburro" border="0" /></a><a href="http://animerequiem.itopsites.com/"><img src="http://animerequiem.itopsites.com/button.php?id=114487" alt="Best Anime Sites" border="0" /></a><a href="http://www.anime-links.com/toplist/vote.php?id=1189975525"><img src="http://www.keroroworld.com/gallery/anime-links-topsites.gif" width="88" height="31" border=0 alt="Vote at Anime-Links!"></a><a href="http://topsites.animeark.com/"><img src="http://topsites.animeark.com/button.php?u=foburro" alt="AnimeArk Topsites" border="0" /></a><a href="http://acidpixels.com/top/"><img src="http://i199.photobucket.com/albums/aa271/aetopsite/ae.gif" alt="Anime Extra Topsites" border="0" /></a><a href="http://www.deimonhigh.com/topsites/"><img src="http://www.deimonhigh.com/topsites/button.php?u=foburro" alt="Deimon High Topsites" border="0" /></a><a href="http://www.animerankings.com/"><img src="http://www.animerankings.com/button.php?u=bzhou" border="0" /></a><a href="http://www.say-anime.com/topsite/index.php?a=in&u=foburro"><img src="http://www.say-anime.com/topsite/button.php?u=foburro" border="0" /></a> </center> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-504835-2"); pageTracker._initData(); pageTracker._trackPageview(); </script>   ]]>    </template> - <template name="header" version="1407"> - <![CDATA[ <div id="container"> 		<a name="top" id="top"></a> 		<div id="header"> 			<div class="logo"><
a href=" {
$mybb->settings['bburl']
}

/index.php"><
img src=" {
$theme['logo']
}

" alt=" {
$mybb->settings['bbname']
}

" title=" {
$mybb->settings['bbname']
}

" /></a></div> 			<div class="menu"> 				<ul> 					<li><
a href=" {
$mybb->settings['bburl']
}

/search.php"><
img src=" {
$mybb->settings['bburl']
}

/{
$theme['imgdir']
}

/toplinks/search.gif" alt="" title="" /
> {
$lang->toplinks_search
}

</a></li> 					<li><
a href=" {
$mybb->settings['bburl']
}

/memberlist.php"><
img src=" {
$mybb->settings['bburl']
}

/{
$theme['imgdir']
}

/toplinks/memberlist.gif" alt="" title="" /
> {
$lang->toplinks_memberlist
}

</a></li> 					<li><
a href=" {
$mybb->settings['bburl']
}

/calendar.php"><
img src=" {
$mybb->settings['bburl']
}

/{
$theme['imgdir']
}

/toplinks/calendar.gif" alt="" title="" /
> {
$lang->toplinks_calendar
}

</a></li> 					<li><
a href=" {
$mybb->settings['bburl']
}

/misc.php?action=help"><
img src=" {
$mybb->settings['bburl']
}

/{
$theme['imgdir']
}

/toplinks/help.gif" alt="" title="" /
> {
$lang->toplinks_help
}

</a></li> 				</ul> 			</div> 			<hr class="hidden" /> 			<
div id="panel"> {
$welcomeblock
}

</div> 		</div> 		<hr class="hidden" /> 		<br class="clear" /> 		<
div id="content"> {
$pm_notice
}

{
$bannedwarning
}

{
$bbclosedwarning
}

{
$unreadreports
}

<!
-- ProfileComments --> {
$commentalert
}

<!-- /ProfileComments --> 			<navigation> 			<br />   ]]>    </template> - <template name="forumdisplay_newthread" version="1407"> - <![CDATA[ <a href="newthread.php?
fid= {
$fid
}

"><
img src=" {
$theme['imglangdir']
}

/
newthread.gif" alt=" {
$lang->post_thread
}

" title=" {
$lang->post_thread
}

" /></a>   ]]>    </template> - <template name="index" version="1407"> - <![CDATA[ <html> <head> <
title> {
$mybb->settings['bbname']
}

</
title> {
$headerinclude
}

<script type="text/javascript"> <!
-- 	lang.no_new_posts = " {
$lang->no_new_posts
}

";
lang.click_mark_read = " {
$lang->click_mark_read
}

"; // --> </script> </head> <
body> {
$header
}

{
$forums
}

{
$boardstats
}

<dl class="forum_legend smalltext"> 	<dt><
img src=" {
$theme['imgdir']
}

/
on.gif" alt=" {
$lang->new_posts
}

" title=" {
$lang->new_posts
}

" style="vertical-align: middle; padding-bottom: 4px;" /></dt> 	<
dd> {
$lang->new_posts
}

</dd>  	<dt><
img src=" {
$theme['imgdir']
}

/
off.gif" alt=" {
$lang->no_new_posts
}

" title=" {
$lang->no_new_posts
}

" style="vertical-align: middle; padding-bottom: 4px;" /></dt> 	<
dd> {
$lang->no_new_posts
}

</dd>  	<dt><
img src=" {
$theme['imgdir']
}

/
offlock.gif" alt=" {
$lang->forum_locked
}

" title=" {
$lang->forum_locked
}

" style="vertical-align: middle;" /></dt> 	<
dd> {
$lang->forum_locked
}

</dd> </dl> <br style="clear: both" /
> {
$footer
}

</body> </html>   ]]>    </template> - <template name="header_welcomeblock_member" version="1407"> - <![CDATA[ <span style="float:right;
"> {
$lang->welcome_current_time
}

</
span> {
$lang->welcome_back
}

(<
a href=" {
$mybb->settings['bburl']
}

/usercp.php"><
strong> {
$lang->welcome_usercp
}

</strong></
a> {
$modcplink
}

{
$admincplink
}

&mdash; <
a href=" {
$mybb->settings['bburl']
}

/member.php?action=logout&amp;
logoutkey= {
$mybb->user['logoutkey']
}

"> {
$lang->welcome_logout
}

</a>)<br /> 				<span class="links"> 					<strong><
a href=" {
$mybb->settings['bburl']
}

/
plaza.php"> {
$lang->myplaza
}

</a></strong> |  					<a href="#" onclick="MyBB.popupWindow('{
$mybb->settings['bburl']
}

/misc.php?action=buddypopup', 'buddyList', 350, 350);
"> {
$lang->welcome_open_buddy_list
}

</a> 				</span> 				<
a href=" {
$mybb->settings['bburl']
}

/search.php?
action=getnew"> {
$lang->welcome_newposts
}

</a> | <
a href=" {
$mybb->settings['bburl']
}

/search.php?
action=getdaily"> {
$lang->welcome_todaysposts
}

</a> | <
a href=" {
$mybb->settings['bburl']
}

/
private.php"> {
$lang->welcome_pms
}

</
a> {
$lang->welcome_pms_usage
}

<!-- ProfileComments --> | <
a href=" {
$mybb->settings['bburl']
}

/member.php?action=profile&
uid= {
$mybb->user['uid']
}

" title=" {
$lang->profile_comments
}

"> {
$lang->profile_comments_new_inmenu
}

</
a> {
$lang->profile_comments_new_inmenu_count
}

<!-- /ProfileComments -->   ]]>    </template> - <template name="member_profile" version="1407"> - <![CDATA[ <html> <head> <
title> {
$mybb->settings['bbname']
}

- {
$lang->profile
}

</
title> {
$headerinclude
}

</head> <
body> {
$header
}

<
table border="0" cellspacing=" {
$theme['borderwidth']
}

" cellpadding=" {
$theme['tablespace']
}

" class="tborder"> <tr> <td class="trow1"> <table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="trow1" width="75%"> <span class="largetext"><
strong> {
$formattedname
}

</strong></span><br /> <
span class="smalltext"> ( {
$usertitle
}

)<br /
> {
$groupimage
}

{
$userstars
}

<br /> <br /> <
strong> {
$lang->registration_date
}

</
strong> {
$memregdate
}

<br /> <
strong> {
$lang->date_of_birth
}

</
strong> {
$membday
}

{
$membdayage
}

<br /> <
strong> {
$lang->local_time
}

</
strong> {
$localtime
}

<br /> <
strong> {
$lang->postbit_status
}

</
strong> {
$online_status
}

</span> </td><td width="25%
" align="right" valign="middle"> {
$avatar
}

</td></tr></table> </td> </
tr> {
$awaybit
}

</table> <br /> <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> <tr> <td width="50%" valign="top"> <
table border="0" cellspacing=" {
$theme['borderwidth']
}

" cellpadding=" {
$theme['tablespace']
}

" class="tborder"> <tr> <td colspan="2" class="thead"><
strong> {
$lang->users_forum_info
}

</strong></td> </tr> <tr> <td class="trow1"><
strong> {
$lang->joined
}

</strong></td> <
td class="trow1"> {
$memregdate
}

</td> </tr> <tr> <td class="trow2"><
strong> {
$lang->lastvisit
}

</strong></td> <
td class="trow2"> {
$memlastvisitdate
}

{
$memlastvisittime
}

</td> </tr> <tr> <td class="trow1"><
strong> {
$lang->total_posts
}

</strong></td> <
td class="trow1"> {
$memprofile['postnum']
}

( {
$lang->ppd_percent_total
}

)<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&amp;
uid= {
$uid
}

"> {
$lang->find_threads
}

</a> &mdash; <a href="search.php?action=finduser&amp;
uid= {
$uid
}

"> {
$lang->find_posts
}

</a>)</span></td> </tr> <tr> <td class="trow2"><
strong> {
$lang->timeonline
}

</strong></td> <
td class="trow2"> {
$timeonline
}

</td> </
tr> {
$reputation
}

<tr> <td class="trow2" width="50%
"> {
$hp
}

</td><td class="trow2" width="50%"><
img src=" {
$mybb->settings['bburl']
}

/myrpg_image.php?
ak= {
$memprofile['myrpg_attack']
}

" alt=" {
$lang->myrpg_attack
}

{
$memprofile['myrpg_attack']
}

" title=" {
$lang->myrpg_attack_full
}

{
$memprofile['myrpg_attack']
}

/{
$mybb->settings['myrpg_attack_max']
}

" /></td> </tr>  <tr> <td class="trow2" width="50%"><
img src=" {
$mybb->settings['bburl']
}

/myrpg_image.php?
df= {
$memprofile['myrpg_defense']
}

" alt=" {
$lang->myrpg_defense
}

{
$memprofile['myrpg_defense']
}

" title=" {
$lang->myrpg_defense_full
}

{
$memprofile['myrpg_defense']
}

/{
$mybb->settings['myrpg_defense_max']
}

" /></td><td class="trow2" width="50%"><
img src=" {
$mybb->settings['bburl']
}

/myrpg_image.php?
lvl= {
$memprofile['myrpg_level']
}

" alt=" {
$lang->myrpg_level
}

{
$memprofile['myrpg_level']
}

" title=" {
$lang->myrpg_level_full
}

{
$memprofile['myrpg_level']
}

/{
$mybb->settings['myrpg_level_max']
}

" /></td> </tr> <tr> <td class="trow2" width="50%"><strong><
a href=" {
$mybb->settings['bburl']
}

/
plaza.php"> {
$lang->money
}

</a>:</strong></td> <td class="trow2" width="50%
"> {
$mymoney
}

<small>[<a href="plaza.php?action=page&amp;p=donate&amp;
uid= {
$uid
}

"> {
$lang->donate
}

</a>]</
small> ( {
$itemsbought
}

{
$lang->items_purchased
}

)</td> </
tr> {
$warning_level
}

</table> <br /> <
table border="0" cellspacing=" {
$theme['borderwidth']
}

" cellpadding=" {
$theme['tablespace']
}

" class="tborder"> <tr> <td colspan="2" class="thead"><
strong> {
$lang->users_contact_details
}

</strong></td> </tr> <tr> <td class="trow1"><
strong> {
$lang->homepage
}

</strong></td> <
td class="trow1"> {
$website
}

</td> </
tr> {
$sendemail
}

<tr> <td class="trow2"><
strong> {
$lang->pm
}

</strong></td> <td class="trow2"><a href="private.php?action=send&amp;
uid= {
$memprofile['uid']
}

"> {
$lang->send_pm
}

</a></td> </tr> <tr> <td class="trow1"><
strong> {
$lang->icq_number
}

</strong></td> <td class="trow1"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=icq&amp;
uid= {
$uid
}

', 'imcenter', 450, 300);
"> {
$memprofile['icq']
}

</a></td> </tr> <tr> <td class="trow2"><
strong> {
$lang->aim_screenname
}

</strong></td> <td class="trow2"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=aim&amp;
uid= {
$uid
}

', 'imcenter', 450, 300);
"> {
$memprofile['aim']
}

</a></td> </tr> <tr> <td class="trow1"><
strong> {
$lang->yahoo_id
}

</strong></td> <td class="trow1"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=yahoo&amp;
uid= {
$uid
}

', 'imcenter', 450, 300);
"> {
$memprofile['yahoo']
}

</a></td> </tr> <tr> <td class="trow2"><
strong> {
$lang->msn
}

</strong></td> <td class="trow2"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=msn&amp;
uid= {
$uid
}

', 'imcenter', 450, 300);
"> {
$memprofile['msn']
}

</a></td> </tr> </table> </td> <td><
img src=" {
$theme['imgdir']
}

/pixel.gif" height="1" width="8" alt=""/></td> <td width="50%
" valign="top"> {
$profilefields
}

{
$signature
}

{
$modoptions
}

</td> </tr> </table> <!
-- ProfileComments --> {
$comments_index
}

<!-- /
ProfileComments --> {
$footer
}

</body> </html>   ]]>    </template> - <template name="usercp_currentavatar" version="1407"> - <![CDATA[ <td class="trow1" rowspan="7" valign="middle" align="center" width="1"><
img src=" {
$mybb->user['avatar']
}

" alt=" {
$mybb->user['username']
}

" title=" {
$mybb->user['username']
}

" {
$avatar_width_height
}

/></td>   ]]>    </template> - <template name="headerinclude" version="1407"> - <![CDATA[ <link rel="alternate" type="application/
rss+xml" title=" {
$lang->latest_threads
}

(RSS 2.0)" href=" {
$mybb->settings['bburl']
}

/syndication.php" /> <link rel="alternate" type="application/
atom+xml" title=" {
$lang->latest_threads
}

(Atom 1.0)" href=" {
$mybb->settings['bburl']
}

/syndication.php?type=atom1.0" /> <meta http-equiv="Content-Type" content="text/html;
charset= {
$charset
}

" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <script type="text/
javascript" src=" {
$mybb->settings['bburl']
}

/jscripts/prototype.js?ver=1400"></script> <script type="text/
javascript" src=" {
$mybb->settings['bburl']
}

/jscripts/general.js?ver=1400"></script> <script type="text/
javascript" src=" {
$mybb->settings['bburl']
}

/jscripts/popup_menu.js?ver=1400"></
script> {
$stylesheets
}

<script type="text/javascript"> <!
-- 	var cookieDomain = " {
$mybb->settings['cookiedomain']
}

";
var cookiePath = " {
$mybb->settings['cookiepath']
}

";
var cookiePrefix = " {
$mybb->settings['cookieprefix']
}

";
var deleteevent_confirm = " {
$lang->deleteevent_confirm
}

";
var removeattach_confirm = " {
$lang->removeattach_confirm
}

"; 	var loading_text = '{
$lang->ajax_loading
}

'; 	var saving_changes = '{
$lang->saving_changes
}

';
var use_xmlhttprequest = " {
$mybb->settings['use_xmlhttprequest']
}

";
var my_post_key = " {
$mybb->post_code
}

";
var imagepath = " {
$theme['imgdir']
}

"; // --> </
script> {
$newpmmsg
}

<script language="javascript" type="text/
javascript" src=" {
$mybb->settings['bburl']
}

/jscripts/myplaza_global.js"></script> <script language="javascript" type="text/
javascript">var plaza_ajax_err_msg = " {
$lang->plaza_error_ajax
}

";</script>   ]]>    </template> - <template name="index_whosonline" version="1407"> - <![CDATA[ <tr> <td class="tcat"><span class="smalltext"><
strong> {
$lang->whos_online
}

</strong> [<
a href="online.php"> {
$lang->complete_list
}

</a>]</span></td> </tr> <tr> <td class="trow1"><
span class="smalltext"> {
$lang->online_note
}

<br /
> {
$onlinemembers
}

</span></td> </tr> <td class=\"tcat\" colspan=\"\"><center><font size="1">[<font color="#D3643B"><b><i>Founder</i></b></font>] [<font color="#138808"><b><i>Administrator</i></b></font>] [<font color="#CF1020"><b>Global Moderators</b></font>] [<font color="#8601AF"><b>Moderators</b></font>] [<font color="#4d67ba"><b>Supporters</b></font>] [<font color="#5c5c5c">Members</font>]</font></center> </td>   ]]>    </template> - <template name="index_stats" version="1407"> - <![CDATA[ <tr><td class="tcat"><span class="smalltext"><
strong> {
$lang->boardstats
}

</strong></span></td></tr> <tr> <td class="trow1"><
span class="smalltext"> {
$lang->stats_posts_threads
}

<br /
> {
$lang->stats_numusers
}

<br /
> {
$lang->stats_newestuser
}

<br /
> {
$lang->stats_mostonline
}

</span> </td> </tr>   ]]>    </template> - <template name="index_whosonline_memberbit" version="1407"> - <!
[CDATA[ {
$comma
}

{
$user['profilelink']
}

{
$invisiblemark
}

]]>    </template> - <template name="index_boardstats" version="1407"> - <![CDATA[ <
table border="0" cellspacing=" {
$theme['borderwidth']
}

" cellpadding=" {
$theme['tablespace']
}

" class="tborder"> <thead> <tr> <td class="thead"> <div class="expcolimage"><
img src=" {
$theme['imgdir']
}

/
collapse {
$collapsedimg['boardstats']
}

.gif" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div> <div><
strong> {
$lang->boardstats
}

</strong></div> </td> </tr> </thead> <
tbody style=" {
$collapsed['boardstats_e']
}

" id="boardstats_e"> {
$whosonline
}

{
$birthdays
}

{
$forumstats
}

<tr> 	<td class="tfoot" style="text-align: right"> 		<
span class="smalltext"> {
$logoutlink
}

<a href="misc.php?
action=markread"> {
$lang->markread
}

</a> | 			<
a href="showteam.php"> {
$lang->forumteam
}

</a> | 			<
a href="stats.php"> {
$lang->forumstats
}

</a> 		</span> 	</td> </tr> </tbody> </table> <br />   ]]>    </template>   </templates>   </theme>;
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}

.pagination a {
	border: 1px solid #81A2C4;
}

.pagination .pagination_current {
	background: #F5F5F5;
	border: 1px solid #81A2C4;
	font-weight: bold;
}

.pagination a:hover {
	background: #F5F5F5;
	text-decoration: none;
}

.thread_legend, .thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.post_body {
	padding: 5px;
}

.post_content {
	padding: 5px 10px;
}

.quick_jump {
	background: url(../../../images/jump.gif) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	vertical-align: middle;
	border: none;
}







      

