body {
	background: #333 url(../../../images/Simpl/bg2.png);
	background-repeat-x: initial;
	background-repeat-y: initial;
	color: #ffffff;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	text-align: center; /* IE 5 fix */
	line-height: 1.4;
}

a:link {
	color: #006ABD;
	text-decoration: none;
        word-wrap: break-word;
}

a:visited {
	color: #006ABD;
	text-decoration: none;
}

a:hover, a:active {
	color: #E73942;
	text-decoration: none;
}

div.post_body a:link {
	color: #008FFF;
	text-decoration: none;
}

div.post_body a:visited {
	color: #006ABD;
	text-decoration: none;
}

#container {
	background: #FFF;
	width: 90%;
	color: #262626;
	border: 1px solid #e4e4e4;
	margin: 60px auto;
	padding: 20px;
	text-align: left;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

#content {
	/* FIX: Make internet explorer wrap correctly */
	width: auto !important;
}

.menu ul {
	color: #000000;
	font-weight: bold;
	text-align: right;
	padding: 4px;
}

.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 {
	color: #FFF;
	font-size: 11px;
	border: 0px solid #D7D7D7;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	height: 20px;
	padding: 10px;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	z-index: 2;
}

#panel a {
	color: #FFF;
}

#panel a:hover {
	color: #D7D7D7;
}

#panel .remember_me input {
	vertical-align: middle;
	margin-top: -1px;
}

#message {
	width: 100%;
	height: 100%;
}

table {
	color: #000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

.tborder {
	background: #fff;
	background-color: #fff;
	width: 100%;
	margin: auto auto;
	border: 1px solid #d7d7d7;
	padding: 6px;
	border-width: 1px;
	border-spacing: 0px;
}

.tfixed { table-layout: fixed; }

.thead {
	background: #3D3D3D;
	color: #ffffff;
}

.thead th, td {
	padding: 6px;
}

.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;
}

.post_date {
	background: #000 url(../../../images/Simpl/tcat.png) top left repeat-x;
	color: #ffffff;
	font-size: 11px;
        padding: 6px;
}

.t_centered {
	text-align: center;
}

.t_lastpost {
	text-align: right;
}

.post_date a:link {
	color: #fff;
}

.post_date a:visited {
	color: #fff;
}

.post_date a:hover, .post_date a:active {
	color: #fff;
}

.post_author {
	vertical-align: top;
	background: #ffffff;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #ffffff;
}

.trow_deleted,
.post.deleted_post,
.post.deleted_post .post_content,
.post.deleted_post .post_author,
.post.deleted_post .post_controls {
	opacity: 0.5;
}

.post_content {
	vertical-align: top;
	background: #F3F3F3;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #ffffff;
}

.post_content .signature {
	margin-top: 8px;
	border-top: 1px dotted #333;
	padding: 10px 0 4px 0;
        max-height: 100px;
        overflow: hidden;
}

.trow_picture {
	vertical-align: middle;
	width: 1px;
}

.trow_shaded {
	background: #ffdde0;
}

.trow_selected td {
	background: #999;
}

.trow_sep {
	background: #e5e5e5;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

.tfoot {
	background: #3D3D3D;
	color: #ffffff;
	border: 1px solid #3D3D3D;
}

.tfoot a:link {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:visited {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #ffffff;
	text-decoration: underline;
}

.bottommenu {
	background: #FAFAFA;
	color: #666!important;
	font-size: 11px;
	border: 1px solid #D7D7D7;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 8px;
}

.bottommenu a {
	color: #666!important;
}

.navigation {
	color: #000000;
	font-size: 11px;
	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: 13px;
	font-weight: bold;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 11px;
	font-weight: bold;
}

input.textbox {
	background: #FAFAFA;
	color: #666;
	border: 1px solid #E7E7E7;
	padding: 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

textarea {
	background: #FAFAFA;
	color: #262626;
	border: 1px solid #D7D7D7;
	padding: 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 11px;
}

select {
	background: #ffffff;
	border: 1px solid #D7D7D7;
}

.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: #FFF;
	margin-top: 7px;
	padding: 3px 20px 3px 3px;
	font-size: 12px;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.9);
}

.popup_menu .popup_item {
	background: #FFF;
	color: #262626!important;
}

.popup_menu .popup_item:hover {
	color: #888!important;
}

.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/Simpl/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/Simpl/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/Simpl/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 {
        max-width: 100%;
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background-color: #FFFBD9;
	font-weight: bold;
	text-align: center;
}

.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;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.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: 11px;
}

.forum_status {
	height: 30px;
	width: 30px;
	background: url(../../../images/forum_icon_sprite.png) no-repeat 0 0;
	display: inline-block;
}

.forum_on {
	background-position: 0 0;
}

.forum_off {
	background-position: 0 -30px;
}

.forum_offlock {
	background-position: 0 -60px;
}

.forum_offlink {
	background-position: 0 -90px;
}

.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-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #f1f1f1;
	border: 1px solid #d7d7d7;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	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: 11px;
}

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/Simpl/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;
	color: #000;
}

.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: 3px;
}
.post .post_author {
	background: #ffffff;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #ffffff;
	padding: 5px;
	overflow: hidden;
}

.post .post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px;
}

.post .post_author div.author_avatar {
	float: left;
	margin-right: 3px;
}

.post_author div.author_avatar {
	float: none;
	text-align: center;
	margin-bottom: 8px;
}

.post .post_author div.author_avatar img {
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff;
}

.post .post_author div.author_information {
	float: left;
	padding: 6px 8px;
}

.post .post_author div.author_statistics {
        vertical-align: center;
	float: right;
	font-size: 11px;
	padding: 12px 10px 3px 5px;
}

.post_content {
	padding: 5px 10px;
	background: #F3F3F3;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #ffffff;
}

.post_controls {
	clear: both;
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	overflow: hidden;
}

.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
	display: inline-block;
	padding: 2px 5px;
	margin: 2px;
	font-size: 11px;
	background: #eee url(../../../images/buttons_bg.png) repeat-x;
	border: 1px solid #ccc;
	color: #555;
}

.postbit_buttons > a:hover {
	border-color: #bbb;
}

.postbit_buttons a span {
	padding-left: 20px;
	display: inline-block;
	height: 16px;
	background-image: url(../../../images/buttons_sprite.png);
	background-repeat: no-repeat;
}

.postbit_buttons a.postbit_find span {
	background-position: 0 0;
}

.postbit_buttons a.postbit_reputation_add span {
	background-position: 0 -20px;
}

.postbit_buttons a.postbit_email span {
	background-position: 0 -40px;
}

.postbit_buttons a.postbit_website span {
	background-position: 0 -60px;
}

.postbit_buttons a.postbit_pm span {
	background-position: 0 -80px;
}

.postbit_buttons a.postbit_quote span {
	background-position: 0 -100px;
}

.postbit_buttons a.postbit_multiquote span {
	background-position: 0 -120px;
}

.postbit_buttons a.postbit_multiquote_on span {
	background-position: 0 -140px;
}

.postbit_buttons a.postbit_edit span {
	background-position: 0 -160px;
}

.postbit_buttons a.postbit_qdelete span {
	background-position: 0 -180px;
}

.postbit_buttons a.postbit_qrestore span {
	background-position: 0 -200px;
}

.postbit_buttons a.postbit_report span {
	background-position: 0 -220px;
}

.postbit_buttons a.postbit_warn span {
	background-position: 0 -240px;
}

.postbit_buttons a.postbit_purgespammer span {
	background-position: 0 -540px;
}

.postbit_buttons a.postbit_reply_pm span {
	background-position: 0 -260px;
}

.postbit_buttons a.postbit_reply_all span {
	background-position: 0 -280px;
}

.postbit_buttons a.postbit_forward_pm span {
	background-position: 0 -300px;
}

.postbit_buttons a.postbit_delete_pm span {
	background-position: 0 -320px;
}

.quick_jump {
	background: url(../../../images/Simpl/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;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#FAFAFA;
	color: #999999;
	border:1px solid #CCCCCC;
}

._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201;
}

._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #008800;
}

.pagination_breadcrumb {
	background-color: #f5f5f5;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

.bigbutton {
	background: #444 url(../../../images/Simpl/thead.png) repeat-x;
	color: #ffffff;
	border: solid 1px #444;
	padding: 3px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.bigbutton:link, a.bigbutton:visited {
	color: #ffffff;
}

a.bigbutton:hover, a.bigbutton:active {
	color: #d7d7d7;
	text-decoration: none;
}

.smallbutton {
	background: url(../../../images/Simpl/button.png);
	color: #262626;
	padding: 1px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #c8c9d0;
	font-style: normal;
}

.smallbutton_pressed {
	background: url(../../../images/Simpl/button_pressed.png);
	color: #888!important;
	text-decoration: none!important;
	padding: 1px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #c8c9d0;
	font-style: normal;
}

a.smallbutton:link, a.smallbutton:visited {
	color: #262626!important;
}

a.smallbutton:hover, a.smallbutton:active {
	background: url(../../../images/Simpl/button_pressed.png);
	color: #888!important;
	text-decoration: none!important;
}

.button {
	background: url(../../../images/Simpl/button.png);
	color: #262626!important;
	padding: 1px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #c8c9d0;
	font-style: normal;
}

.button:hover {
	background: url(../../../images/Simpl/button_pressed.png);
	color: #888!important;
	cursor: pointer!important;
}

.button a:link,
.button a:visited {
	color: #262626!important;
}

.button a:hover,
.button a:active {
	background: url(../../../images/Simpl/button_pressed.png);
	color: #888;
	cursor: pointer!important;
}

/* look like bootstrap header background */
.navGradient {
	background-color:#2c2c2c;
	background-image:-moz-linear-gradient(top, #333333, #222222);
	background-image:-ms-linear-gradient(top, #333333, #222222);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
	background-image:-webkit-linear-gradient(top, #333333, #222222);
	background-image:-o-linear-gradient(top, #333333, #222222);
	background-image:linear-gradient(top, #333333, #222222);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
	border-color:#222222 #222222 #000000;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color:#222222;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}

.navMain {
	margin-top: -10px;
}

ul.navMain {
	padding:0 5px;
	font-size:13px;
	color:#e7e7e7;
	overflow: hidden;
}

ul.navMain input {
	margin-top:10px;
}

ul.navMain li {
	list-style-type: none;
	float: left;
}

ul.navMain li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding:9px 10px 11px 10px;
}

ul.navMain li:hover {
	list-style-type: none;
}

ul.navMain li.brand {
	list-style-type: none;
	float: left;
	margin-left: 15px;
	margin-right: 20px;
	background-size: 44px 26px;
	background-position: 0px center;
	background-repeat: no-repeat;
	padding-left: 50px;
	font-weight:bold;
	font-size: 110%;
}

ul.navMain li.brand:hover {
	color: white;
}

#panel a.brand:hover {
	color: white;
}

.search {
	padding-right: 30px;
	margin-top: -2px;
}

.arrow {
	position: relative;
	top: -1px;
	border-style: solid dashed dashed;
	border-color: transparent;
	border-top-color: silver;
	display: -moz-inline-box;
	display: inline-block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 0;
	border-width: 4px 4px 0;
	padding-top: 1px;
	left: 4px;
}

.navMain hr {
	background-color: #EEE;
}

.logo {
	float: right;
}

iframe.wikiembed {
	width: 100%;
	height: 1200px;
	border: 0;
	overflow-y: hidden;
}

.navMain li.brand {
background: url(/logo.png) no-repeat;
background-size: 53px;
}

tr.forumnamehdr {
    background-color: #e3e3e3;
}

table.tborder tr:nth-child(odd) {
    background-color: #f3f3f3;
}

.pollbar {
	background: url(../../../images/pollbar.png) top left repeat-x;
	border: 1px solid #3f3f3f;
	height: 10px;
}

.pollbar .percent {
	display: none;
}

tr.newreply_threadreview_post_title td {
        border-top: 2px solid black;
}

tr.newreply_threadreview_post_title td:last-child {
        border-bottom: 0px solid black;
}