/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		KaOsKrew
	Based on style:	ProSilver
	Modified by:	ganster
	
	Copyright 2012 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	height: 101%;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	background-color: #000000;
	color: #767676;
}

p {
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 1.5em;
}

img {
	border-width: 0;
    max-width:634px;
}

a {
	text-decoration: none;
	color: #b6b6b6;
}

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

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2em;
	color: #b6b6b6;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2em;
	color: #b6b6b6;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #989898;
}

hr {
	height: 1px;
	margin: 6px 0;
	display: block;
	clear: both;
	border: 0 none #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

hr.dashed {
	margin: 4px 0;
	border-top: 1px dashed #CCCCCC;
}

.bg0 { background-color: #474747; }
.bg1 { background-color: #212121; }
.bg2 { background-color: #292929; }
.bg3 { background-color: #131313; }

.border { border: 3px solid #474747; }

.error {
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	color: #b03b2b;
}

.panel {
	margin-bottom: 10px;
	padding: 10px 10px 6px 10px;
	color: #6b6b6b;
}

.panel p {
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.4em;
}

.center {
	text-align: center;
}

.clear {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: transparent;
}

#header {
	background-image: url("images/header_bg.png");
	background-color: #000000;
	border-bottom: 1px solid #4b4b4b;
}

#header .wrapper {
	background-image: url("images/header_bg.png");
	background-position: center top;
	position: relative;
	width: 940px;
	height: 100px;
	margin: 0px auto;
}

#header .logo {
	float: left;
	padding-top: 22px;
	margin-right: 40px;
	width: 170px;
	height: 50px;
}

#header .menuitem {
	display: block;
	position: relative;
	padding-top: 40px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	color: #b8b6b4;
}

#header .menuitem.active, #header .menuitem:hover {
	text-decoration: none;
	color: #ffffff;
}

#header .menuitem.active {
	background-image: url("images/menuitem_highlight.png");
	background-repeat: repeat-x;
}

#header .activebg {
	display: none;
}

#main {
	height: 450px;
	background-image: url("images/content_bg.png");
	background-repeat: repeat-x;
	background-color: #000000;
}

#main .wrapper {
	width: 80%;
	min-width: 940px;
	margin: 0px auto;
	padding-top: 14px;
}

#main .simple-wrapper {
	width: 97%;
	margin: 0px auto;
	padding-top: 14px;
}

#simple-footer {
	width: 97%;
	clear: both;
	color: #555555;
}

#footer {
	clear: both;
	min-width: 940px;
	color: #555555;
}

#footer .copyright,#simple-footer .copyright {
	padding: 5px;
	text-align: center;
}

#actions {
	height: 20px;
	top: 6px;
	right: 0px;
	position: absolute;
	line-height: 20px;
	font-size: 10px;
	color: #b8b6b4;
}

#actions a.actions_link {
	padding: 0px 4px;
	color: #b8b6b4;
}

#actions .actions_link:hover {
	text-decoration: none;
	color: #ffffff;
}

#actions #actions_menu {
	float: right;
}

.topic_header_left {
	background: url("images/topic_header_left.png") no-repeat top left;
	padding-left: 40px;
}

.topic_header_right {
	background: url("images/topic_header_right.png") no-repeat top right;
	padding-right: 40px;
}

.topic_header_center {
	background: url("images/topic_header_center.png") repeat-x top left;
	width: 100%;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
}

.topic_header_title {
	margin-top: 8px;
	color: #ffffff;
}

.column_left {
	float: left;
    clear: left;
	width: 49%;
}

.column_right {
	float: right;
    clear: right;
	width: 49%;
}

.hometop10 {
    background-color:#4B4B4B;
    padding: 4px 8px 4px 8px;
}
.hometop10c {
    text-align: left;
    padding: 4px 8px 4px 8px;
    border: 1px solid #4B4B4B;
}

th.top10home {
    padding: 4px 8px 4px 8px;
    border: 1px solid #4B4B4B;
}
th.top10size {
    padding: 4px 8px 4px 8px;
    border: 1px solid #4B4B4B;
    width:42px;
}
th.top10date {
    padding: 4px 8px 4px 8px;
    border: 1px solid #4B4B4B;
    width:53px;
}

.faq {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	margin-bottom: 1.2em;
	line-height: 1.1em;
}

.faq dt {
	font-weight: bold;
	color: #5e6a8b;
}

ul.linklist li.rightside, p.rightside {
	float: right;
	margin-left: 5px;
	text-align: right;
}

ul.leftside {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}

ul.rightside {
	float: right;
	margin-left: 5px;
	margin-right: -5px;
	text-align: right;
}

#login, #register, #resend, #remind, #donate {
	width: 600px;
	margin: 10px auto;
}

fieldset {
	border-width: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
}

fieldset dl {
	padding: 4px 0;
}

fieldset dt {
	float: left;
	width: 39%;
	text-align: right;
	display: block;
}

fieldset dd {
	margin-left: 40%;
	margin-top: -2px;
	margin-bottom: 3px;
}

fieldset.fields1 dt {
	width: 15em;
	border-right-width: 0;
}

fieldset.fields1 dd {
	margin-left: 16em;
	border-left-width: 0;
}

fieldset.fields2 dt {
	width: 15em;
	border-right-width: 0;
}

fieldset.fields2 dd {
	margin-left: 16em;
	border-left-width: 0;
}

fieldset.display-options {
	text-align: center;
	margin: 3px 0 5px 0;
}

fieldset.display-options label {
	white-space: nowrap;
	padding-right: 2px;
}

fieldset.display-options a {
	margin-top: 3px;
}

fieldset.display-actions {
	text-align: right;
	line-height: 2em;
	white-space: nowrap;
	padding-right: 1em;
	clear: both;
}

fieldset.display-actions label {
	white-space: nowrap;
	padding-right: 2px;
}

fieldset.submit-buttons {
	text-align: center;
	vertical-align: middle;
	margin: 4px 0;
}

fieldset.submit-buttons input {
	padding-top: 3px;
	padding-bottom: 3px;
}

fieldset.jumpbox {
	text-align: right;
	height: 2.5em;
}

fieldset.quickmod {
	width: 50%;
	float: right;
	text-align: right;
	height: 2.5em;
}

.clearfix, #tabs, ul.topiclist dl, fieldset dl, ul.linklist, div.topic-actions {
	height: 1%;
	overflow: hidden;
}

input {
	font-weight: bold;
	cursor: pointer;
	vertical-align: middle;
	padding: 0 3px;
	font-size: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.inputbox {
	background-color: #4e4e4e;
	border: 1px solid #383f5e;
	color: #d0d0d0;
	padding: 2px;
	cursor: text;
}

a.button1, a.button2, input.button1, input.button2 {
	font-size: 1em;
	border: 2px solid #666666;
	background: #000000;
	color: #666666;
}

a.button1, a.button2, input.button1, input.button2 {
	width: auto !important;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

a.button1, a.button2, input.button1, input.button2 {
	font-weight: bold;
}

dt label {
	font-weight: bold;
	text-align: left;
}

dd label {
	white-space: nowrap;
}

legend { display: none; }

#tabs {
    margin: 12px 0 0 0;
}

#tabs ul {
	text-align: center;
	margin: 6px 0 4px 0;
}

#tabs li {
	display: inline;
}

#tabs a {
	padding: 38px 0 4px 12px;
	text-decoration: none;
	font-weight: bold;
	background: url("images/tableft.png") no-repeat left top;
	color: #515151;
}

#tabs a span {
	padding: 38px 12px 4px 0;
	background: url("images/tabright.png") no-repeat right top;
}

#tabs a:hover {
	color: #9d9d9d;
	background-position: 0 34px;
}

#tabs a:hover span {
	background-position: 100% 34px;
}

#tabs .activetab a {
	color: #9d9d9d;
	background-position: 0 34px;
}

#tabs .activetab a span {
	background-position: 100% 34px;
}

#cp-main {
	float: left;
	width: 83%;
}

#cp-menu {
	float:left;
	width: 17%;
}

#navigation {
	padding-top: 40px;
}

#navigation ul {
	list-style:none;
}

#navigation li {
	font-weight: bold;
	display: inline;
}

#navigation a {
	display: block;
	padding: 4px;
	margin: 2px 0;
	color: #585858;
	background: #3a3a3a none repeat-y 100% 0;
}

#navigation a:hover {
	color: #bcbcbc;
	background: #131313 none repeat-y 100% 0;
}

#navigation #active-subsection a {
	color: #bcbcbc;
	background: #131313 none repeat-y 100% 0;
}

#navigation #active-subsection a:hover {
	color: #bcbcbc;
}

dl.details {
	font-size: 1.1em;
}

dl.details dt {
	float: left;
	clear: left;
	width: 15%;
	text-align: right;
	color: #ffffff;
	display: block;
}

dl.details dd {
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #828282;
	float: left;
	width: 65%;
}

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span  {
	display: block;
}
span.corners-bottom {
	clear: both;
}

#format-buttons {
	margin: 15px 0 2px 0;
}

#format-buttons input, #format-buttons select {
	vertical-align: middle;
}

#smiley-box {
	width: 18%;
	float: right;
}

#smiley-box img {
	margin: 3px;
}

#information-box {
	width: 75%;
	margin: 4px auto;
	text-align: center;
}

#message-box {
	width: 80%;
	padding: 4px 0;
}

#message-box textarea {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	width: 450px;
	height: 280px;
	min-width: 100%;
	max-width: 100%;
	font-size: 1.2em;
}

#cp-main .pagination {
	float: right;
	width: auto;
	padding-top: 1px;
}

.pagination {
	height: 1%;
	width: auto;
	text-align: right;
	margin-top: 5px;
	float: right;
}

.pagination strong, .pagination b {
	font-weight: normal;
}

li.pagination {
	margin-top: 0;
}

.left-box {
	float: left;
	width: auto;
	text-align: left;
}

.right-box {
	float: right;
	width: auto;
	text-align: right;
}

ul.topiclist {
	display: block;
	list-style-type: none;
	margin: 0;
}

ul.topiclist li {
	display: block;
	position: relative;
	list-style-type: none;
	color: #4C5D77;
	margin: 0;
}

ul.topiclist dl {
	position: relative;
}

ul.topiclist dt {
	display: block;
	float: left;
	width: 54%;
	font-size: 1.1em;
	padding-left: 5px;
	padding-right: 5px;
}

ul.topiclist dd {
	float: left;
	border-left: 1px solid #4d4d4d;
	padding: 5px 0;
}

li.header dt, li.header dd {
	line-height: 1em;
	border-left-width: 0;
	margin: 4px 0 4px 0;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

li.header dt {
	font-weight: bold;
}

li.header dd {
	margin-left: 1px;
}

dl.icon dt ul {
	list-style-position: inside;
	margin-left: 1em;
}

dl.icon dt li {
	display: list-item;
	list-style-type: inherit;
}

dd.time {
	width: auto;
	line-height: 100%;
	font-size: 1.1em;
}

dd.info {
	text-align: left;
	width: 15%;
	padding: 4px 0;
	line-height: 100%;
	font-size: 1.1em;
}

dd.lastpost {
	width: 20%;
	font-size: 1.1em;
}

dd.active {
	width: 15%;
	padding: 4px 0;
	font-size: 1.1em;
}

dd.extra {
	width: 12%;
	line-height: 200%;
	text-align: center;
	font-size: 1.1em;
}

dd.mark {
	float: right !important;
	width: 9%;
	text-align: center;
	line-height: 200%;
	font-size: 1.2em;
}

dd.option {
	width: 15%;
	line-height: 200%;
	text-align: center;
	font-size: 1.1em;
}

ul.topiclist dd.lastpost span, ul.topiclist dd.info span, ul.topiclist dd.time span, ul.topiclist dd.posted span , ul.topiclist dd.active span{
	display: block;
	padding-left: 5px;
}

ul.cplist {
	margin-bottom: 5px;
	border-top: 1px solid #4d4d4d;
}

ul.topiclist li.row dl {
	padding: 2px 0;
}

li.row strong {
	font-weight: normal;
	color: #000000;
}

li.row:hover {
	background-color: #0d111a;
}

li.row:hover dd {
	border-left-color: #848484;
}

#cp-main .panel li.row {
	border-bottom: 1px solid #4d4d4d;
}

dl.icon {
	background-position: 10px 50%;
	background-repeat: no-repeat;
}

dl.icon dt {
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: 50px 95%;
}

dd.feeds {
	width: 4%;
	text-align: center;
	line-height: 2.2em;
	font-size: 1.2em;
}

dd.posts, dd.topics, dd.views {
	width: 8%;
	text-align: center;
	line-height: 2.2em;
	font-size: 1.2em;
}

dl.pmlist dt {
	width: 69% !important;
}

dl.pmlist dt textarea {
	width: 100%;
	min-height: 60px;
}

dl.pmlist dd {
	margin-left: 72% !important;
	margin-bottom: 5px;
}

li.header dt {
	font-weight: bold;
}

li.header dd {
	margin-left: 1px;
}

li.header dl.icon {
	min-height: 0;
}

.signature {
	margin-top: 1.5em;
	padding-top: 0.2em;
	font-size: 1.1em;
	border-top: 1px solid #CCCCCC;
	clear: left;
	line-height: 140%;
	overflow: hidden;
	width: 100%;
}

table.table1 {
	width: 99%;
}

#ucp-main table.table1 {
	padding: 2px;
}

table.table1 thead th {
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 1.3em;
	font-size: 1em;
	padding: 0 0 4px 3px;
}

table.table1 thead th span {
	padding-left: 7px;
}

table.table1 tbody tr {
	border: 1px solid #cfcfcf;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #0d111a;
	color: #000000;
}

table.table1 td {
	color: #848484;
	font-size: 1.1em;
}

table.table1 tbody td {
	padding: 5px;
	border-top: 1px solid #FAFAFA;
}

table.table1 tbody th {
	padding: 5px;
	border-bottom: 1px solid #000000;
	text-align: left;
	color: #333333;
	background-color: #FFFFFF;
}

table.table1 .name		{ text-align: left; }
table.table1 .posts		{ text-align: center !important; width: 7%; }
table.table1 .joined	{ text-align: left; width: 15%; }
table.table1 .active	{ text-align: left; width: 15%; }
table.table1 .mark		{ text-align: center; width: 7%; }
table.table1 .info		{ text-align: left; width: 30%; }
table.table1 .info div	{ width: 100%; white-space: normal; overflow: hidden; }
table.table1 .autocol	{ line-height: 2em; white-space: nowrap; }
table.table1 thead .autocol { padding-left: 1em; }

table.table1 span.rank-img {
	float: right;
	width: auto;
}

table.info td {
	padding: 3px;
}

table.info tbody th {
	padding: 3px;
	text-align: right;
	vertical-align: top;
	color: #000000;
	font-weight: normal;
}

.forumbg table.table1 {
	margin: 0 -2px -1px -1px;
}

textarea {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	width: 99%;
    min-height: 100px;
	padding: 2px;
	font-size: 1em;
	line-height: 1.4em;
}

#expand {
	clear: both;
}

.forabg {
	background: #474747 none repeat-x 0 0;
	margin-bottom: 24px;
	padding: 0 5px;
	clear: both;
	border-bottom: 5px solid #474747;
}

ul.linklist {
	display: block;
	margin: 0;
}

ul.linklist li {
	display: block;
	list-style-type: none;
	margin-right: 5px;
	font-size: 1.1em;
	line-height: 2.2em;
}

select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	border: 2px solid #666666;
	padding: 1px 0 0 2px;
	background-color: #000000;
	color: #666666;
}

#cp-main ul.linklist {
	margin: 0;
}

.post-icon span		{ background: transparent none 0 0 no-repeat; }
/* Big button images */
.reply-icon span	       { background-image: url("../imageset/en/button_topic_reply.gif"); }
.post-icon span		{ background-image: url("../imageset/en/button_topic_new.gif"); }
.locked-icon span	{ background-image: url("../imageset/en/button_topic_locked.gif"); }
.pmreply-icon span	{ background-image: url("../imageset/en/button_pm_reply.gif") ;}
.newpm-icon span 	{ background-image: url("../imageset/en/button_pm_new.gif") ;}
.forwardpm-icon span	{ background-image: url("../imageset/en/button_pm_forward.gif") ;}

.buttons div.post-icon		{ width: 96px; height: 25px; }

.topic-actions {
	font-size: 1.1em;
	height: 24px;
	min-height: 24px;
}

.post {
	border: 2px solid #474747;
	margin-bottom: 12px;
}

.postprofile {
	float:left;
	width: 18%;
	padding: 4px;
	display: inline;
	border-right: 1px solid #474747;
}

.postbody {
	width: 80.6%;
	font-size: 1.1em;
	line-height: 1.48em;
	float: right;
	clear: both;
	padding: 8px 0;
}

.mcp-main .postbody {
	width: 100%;
}

#topicreview .postbody {
	width: auto;
	float: none;
	padding: 4px;
	height: auto;
}

#topicreview {
	padding-right: 4px;
	overflow: auto;
	height: 400px;
}

/* Profile & navigation icons */
.email-icon, .email-icon a		{ background: none top left no-repeat; }
.aim-icon, .aim-icon a			{ background: none top left no-repeat; }
.yahoo-icon, .yahoo-icon a		{ background: none top left no-repeat; }
.web-icon, .web-icon a			{ background: none top left no-repeat; }
.msnm-icon, .msnm-icon a			{ background: none top left no-repeat; }
.icq-icon, .icq-icon a			{ background: none top left no-repeat; }
.jabber-icon, .jabber-icon a		{ background: none top left no-repeat; }
.pm-icon, .pm-icon a				{ background: none top left no-repeat; }
.quote-icon, .quote-icon a		{ background: none top left no-repeat; }

/* Moderator icons */
.report-icon, .report-icon a		{ background: none top left no-repeat; }
.warn-icon, .warn-icon a			{ background: none top left no-repeat; }
.edit-icon, .edit-icon a			{ background: none top left no-repeat; }
.delete-icon, .delete-icon a		{ background: none top left no-repeat; }
.info-icon, .info-icon a			{ background: none top left no-repeat; }

/* Set profile icon dimensions */
ul.profile-icons li.email-icon		{ width: 20px; height: 20px; }
ul.profile-icons li.aim-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.yahoo-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.web-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.msnm-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.icq-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.jabber-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.pm-icon		{ width: 28px; height: 20px; }
ul.profile-icons li.quote-icon	{ width: 54px; height: 20px; }
ul.profile-icons li.report-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.edit-icon	{ width: 42px; height: 20px; }
ul.profile-icons li.delete-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.info-icon	{ width: 20px; height: 20px; }
ul.profile-icons li.warn-icon	{ width: 20px; height: 20px; }

/* Fix profile icon default margins */
ul.profile-icons li.edit-icon	{ margin: 0 0 0 3px; }
ul.profile-icons li.quote-icon	{ margin: 0 0 0 10px; }
ul.profile-icons li.info-icon, ul.profile-icons li.report-icon	{ margin: 0 3px 0 0; }

/* Icon images
---------------------------------------- */
.sitehome						{ background-image: url("images/icon_home.gif"); }
.icon-faq						{ background-image: url("images/icon_faq.gif"); }
.icon-members					{ background-image: url("images/icon_members.gif"); }
.icon-home						{ background-image: url("images/icon_home.gif"); }
.icon-ucp						{ background-image: url("images/icon_ucp.gif"); }
.icon-register					{ background-image: url("images/icon_register.gif"); }
.icon-logout					{ background-image: url("images/icon_logout.gif"); }
.icon-bookmark					{ background-image: url("images/icon_bookmark.gif"); }
.icon-bump						{ background-image: url("images/icon_bump.gif"); }
.icon-subscribe					{ background-image: url("images/icon_subscribe.gif"); }
.icon-unsubscribe				{ background-image: url("images/icon_unsubscribe.gif"); }
.icon-pages						{ background-image: url("images/icon_pages.gif"); }
.icon-search					{ background-image: url("images/icon_search.gif"); }

/* Profile & navigation icons */
.email-icon, .email-icon a		{ background-image: url("../imageset/icon_contact_email.gif"); }
.aim-icon, .aim-icon a			{ background-image: url("../imageset/icon_contact_aim.gif"); }
.yahoo-icon, .yahoo-icon a		{ background-image: url("../imageset/icon_contact_yahoo.gif"); }
.web-icon, .web-icon a			{ background-image: url("../imageset/icon_contact_www.gif"); }
.msnm-icon, .msnm-icon a			{ background-image: url("../imageset/icon_contact_msnm.gif"); }
.icq-icon, .icq-icon a			{ background-image: url("../imageset/icon_contact_icq.gif"); }
.jabber-icon, .jabber-icon a		{ background-image: url("../imageset/icon_contact_jabber.gif"); }
.pm-icon, .pm-icon a				{ background-image: url("../imageset/en/icon_contact_pm.gif"); }
.quote-icon, .quote-icon a		{ background-image: url("../imageset/en/icon_post_quote.gif"); }

/* Moderator icons */
.report-icon, .report-icon a		{ background-image: url("../imageset/icon_post_report.gif"); }
.edit-icon, .edit-icon a			{ background-image: url("../imageset/en/icon_post_edit.gif"); }
.delete-icon, .delete-icon a		{ background-image: url("../imageset/icon_post_delete.gif"); }
.info-icon, .info-icon a			{ background-image: url("../imageset/icon_post_info.gif"); }
.warn-icon, .warn-icon a			{ background-image: url("../imageset/icon_user_warn.gif"); } /* Need updated warn icon */

/* Icon images
---------------------------------------- */
.sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,
.icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}

/* Poster profile icons
----------------------------------------*/
ul.profile-icons {
	padding-top: 10px;
	list-style: none;
}

/* Rollover state */
ul.profile-icons li {
	float: left;
	margin: 0 6px 3px 0;
	background-position: 0 100%;
}

/* Rolloff state */
ul.profile-icons li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
ul.profile-icons li span { display:none; }
ul.profile-icons li a:hover { background: none; }

/* Positioning of moderator icons */
.postbody ul.profile-icons {
	float: right;
	width: auto;
	padding: 0;
}

.postbody ul.profile-icons li {
	margin: 0 3px;
}

ol.def-rules {
	padding-left: 0;
}

ol.def-rules li {
	line-height: 180%;
	padding: 1px;
}

#cp-main .panel ol {
	margin-left: 2em;
	font-size: 1.1em;
}

.back2top {
	clear: both;
	height: 11px;
	text-align: right;
}

#minitabs {
	line-height: normal;
	margin: -4px 7px 18px 0;
}

#minitabs ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#minitabs li {
	display: block;
	float: right;
	padding: 0 10px 4px 10px;
	font-size: 1em;
	font-weight: bold;
	background-color: #353535;
	margin-left: 2px;
}

#minitabs a {
	text-decoration: none;
}

#minitabs a:hover {
	text-decoration: none;
    color: #ffffff;
}

#minitabs li.activetab {
	background-color: #131313;
}

#minitabs li.activetab a, #minitabs li.activetab a:hover {
	color: #515151;
}

#ads {
	padding-bottom: 8px;
	text-align: center;
}

/* Quote block */
blockquote {
	background: #191919 none 6px 6px no-repeat;
	border: 2px solid #474747;
	width: 96%;
	margin: 0.5em 1px 0px 20px;
	padding: 4px 2px 2px 6px;
	background-image: url("./images/quote.gif");
}

blockquote cite {
	font-style: normal;
	border-bottom: 4px solid #474747;
	font-weight: bold;
	margin-left: 20px;
	display: block;
	font-size: 0.9em;
}

blockquote cite cite {
	font-size: 1em;
}

.notice {
    text-align: right;
	clear: left;
	line-height: 130%;
}

/* Paypal Donation
-------------------- */
#header_donate-stats {
    width: 222px;
	float: right;
	margin-top: 40px;
	margin-right: 22px;
	text-align: center;
	line-height: 130%;
}

/* Progress bar */
div.prog_grey {
	background-color: #4B4B4B;
	border: 1px solid #000000;
	width: 100%;
}

div.prog_red {
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	max-width: 100%;
	height: 14px;
}

div.prog_green {
	background-color: #008040;
	color: #FFFFFF;
	font-weight: bold;
	max-width: 100%;
	height: 14px;
}

span.progress {
    padding-top: 14px;
    margin-left: -56px;
	position:absolute;
	color: #FFFFFF;
}

/* image loader */
fieldset.loader {
	display: none;
}

img.loader {
	margin-bottom: -5px;
	padding-right: 10px;
	height: 16px;
	width: 16px;
}

.homepanel{
    border-left: 2px solid #474747;
    border-right: 2px solid #474747;
    border-bottom: 6px solid #474747;
    margin-bottom: 24px;
}
.homepanelslim{
    margin-bottom: 24px;
}

.imagepanel{
    margin-bottom: 24px;
}

.news_text{
    padding: 24px;
}

/* ImageFlow Settings
==================================== */
.imageflow {
    overflow:hidden;
    position:relative; 
    visibility:hidden;
    max-width: 676px;
    margin:0 auto;
}
.imageflow img {
    border:none;
    position:absolute;
    top:0px;
    visibility:hidden;
    -ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */
}
.imageflow p {
    margin:0 auto;
    text-align:center;
}
.imageflow .loading {
    border:1px solid white;
    height:15px;
    left:50%;
    margin-left:-106px;
    padding:5px;
    position:relative;
    visibility:visible;
    width:200px;
}
.imageflow .loading_bar {
    background:#fff;
    height:15px;
    visibility:visible;
    width:1%;
}
.imageflow .navigation{
    z-index:10000;
}
.imageflow .caption {
    font-weight:bold;
    position:relative; 
    text-align:center;
    margin-top:-124px;
    margin-bottom:134px;
    color:#A5FF7F;
    z-index:10001;
}
.imageflow .scrollbar {
    border-bottom:1px solid #3C5D96;
    position:relative; 
    visibility:hidden;
    z-index:10002;
    height:1px;
}
.imageflow .slider {
    background:url("images/imageflow/slider.png") no-repeat;
    height:14px;
    margin:-6px 0 0 -7px;
    position:absolute;
    width:104px;
    z-index:10003;
}
.imageflow .slideshow {
    cursor:pointer;
    height:14px;
    margin:20px 0 0 20px;
    position:absolute;
    width:14px;
    z-index:10004;
}
.imageflow .slideshow.pause {
    background:url("images/imageflow/button_pause.png") no-repeat;
}
.imageflow .slideshow.play {
    background:url("images/imageflow/button_play.png") no-repeat;
}
.imageflow .images {
    overflow:hidden;
    white-space:nowrap;
}
.imageflow .button {
    cursor:pointer;
    height:17px;
    position:relative;
    width:17px;
}
.imageflow .previous {
    background: url("images/imageflow/button_left.png") top left no-repeat;
    float:left;
    margin: -7px 0 0 -30px;
}
.imageflow .next {
    background: url("images/imageflow/button_right.png") top left no-repeat;
    float:right;	
    margin:-7px -30px 0 30px;
}