/**
 * @SMF theme RedClique
 * @copyright 2012  @ Ricky. ,  see included license.txt for details
 * @author Ricky.
 * @URL http://mgcvisuals.com
 * @work derived from SMF
 * @license http://www.simplemachines.org/about/smf/license.php BSD
 *
 * @version 2.0.4
 */
a:link, a:visited {
	 color: #666;
	 text-decoration: none;
}
a:hover {
	 cursor: pointer;
	 color: darkred;
	 
}
a.new_win:link, a.new_win:visited {
	 color: #aaa;
	 text-decoration: none;
}
a.new_win:hover {
	 text-decoration: underline;
}
table {
	 empty-cells: show;
}
body {
	 background: #000;
	 background-image: url("../images/theme/dungeonbg.png");
	 background-attachment: fixed;
	 font: 78%/130% "Verdana","Arial","Helvetica",sans-serif;
	 margin: 0 auto;
}
button.btn1 {
	 position: absolute;
	 width: 100px;
}
body#help_popup {
	 padding: 1em;
}
body, td, th, tr {
	 color: #444;
}
div#wrapper {
	 margin: 0 auto;
}
form {
	 margin: 0;
	 padding: 0;
}
#main_content_section #search_form {
	 float: right;
}
input, button, select, textarea {
	 background: #f8f8f8;
	 border: 1px solid #510A13;
	 border-radius: 3px;
	 color: #555;
	 font: 95%/115% verdana,Helvetica,sans-serif;
	 padding: 5px;
	 
}
select {
	 padding: 0;
}
select option {
	 padding: 1px;
}
textarea {
	 font: 100%/130% verdana,Helvetica,sans-serif;
}
.button_submit, .button_reset {
	 background: #eee;
	 border: 1px solid #4B0911;
	 cursor: pointer;
	 font-weight: normal;
}
input:hover, textarea:hover, button:hover, select:hover {
	 border: 1px solid #6C0617;
}
.button_submit:hover, .button_reset:hover {
	 color: #8B0000;
	 
}
input:focus, textarea:focus, button:focus, select:focus {
	 border: 1px solid #6C0617;
}
input.input_check, input.input_radio {
	 background: none repeat scroll 0 0 transparent;
	 border: medium none;
}
h3.catbg input.input_check {
	 margin: 9px 7px 0;
}
input.input_text[disabled] {
	 background-color: #eee;
}
hr, .hrcolor {
	 background-color: #CCc;
	 border: 0 none;
	 color: #ccc;
	 height: 1px;
}
h1, h2, h3, h4, h5, h6 {
	 font-size: 1em;
	 margin: 0;
	 padding: 0;
}
fieldset {
	 border: 1px solid #C4C4C4;
	 margin: 0 0 0.5em;
	 padding: 1em;
}
fieldset legend {
	 color: #444444;
	 font-weight: bold;
}
a img {
	 border: 0 none;
	 margin:0
}
strong {
	 font-weight: bold;
}
em {
	 font-style: italic;
}
.underline {
	 text-decoration: underline;
}
.floatright {
	 float: right;
}
.floatleft {
	 float: left;
}
.flow_auto {
	 overflow: auto;
}
.flow_hidden {
	 overflow: hidden;
}
.flow_hidden .windowbg, .flow_hidden .windowbg2 {
	 margin-top: 2px;
}
.clear {
	 clear: both;
}
.clear_left {
	 clear: left;
}
.clear_right {
	 clear: right;
}
.smalltext, tr.smalltext th {
	 font-family: verdana,sans-serif;
	 font-size: 0.85em;
}
.middletext {
	 font-family: verdana,sans-serif;
	 font-size: 0.9em;
	 line-height: 1em;
}
.normaltext {
	 font-size: 10px;
	 line-height: 0.8em;
	 float: right;
	 
}
.news.normaltext > p {
	 color: #FFFFFF;
	 text-shadow: 1px 1px 1px #000000;
}
.largetext {
	 font-size: 1.4em;
}
.centertext {
	 margin: 0 auto;
	 text-align: center;
}
.righttext {
	 margin-left: auto;
	 margin-right: 0;
	 text-align: right;
}
.lefttext {
	 margin-left: 0;
	 margin-right: auto;
	 text-align: left;
}
.double_height {
	 line-height: 2em;
}
.padding {
	 padding: 0.7em;
}
.main_section, .lower_padding {
	 padding-bottom: 0.5em;
}
ul.reset, ul.reset li {
	 list-style: none outside none;
	 margin: 0 3px;
	 padding: 0;
}
.down_img > p {
	 margin: 0 auto;
}

/* A quote, perhaps from another post. */
blockquote.bbc_standard_quote, blockquote.bbc_alternate_quote
{
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	 border-radius: 5px;
	 -webkit-box-shodow: 0 0 5px #585858 inset;
	 box-shadow: 0 0 5px #585858 inset;
	 -moz-box-shadow: 0 0 5px #585858 inset;
	 background: url("../images/theme/quote.png") no-repeat scroll 0.1em 0.1em transparent;
	 color: #000000;
	 font-size: x-small;
	 line-height: 1.4em;
	 margin: 0.1em 0 0.3em;
	 overflow: auto;
	 padding: 1.1em 3.2em;
}

/* Alterate blockquote stylings */
blockquote.bbc_standard_quote
{
	 background-color: #FFF;
}
blockquote.bbc_alternate_quote
{
	 background-color: #e7eafc;
}

/* A code block - maybe PHP ;). */
code.bbc_code
{
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	 border-radius: 5px;
	 -webkit-box-shadow: 0 0 5px #585858 inset;
	 box-shadow: 0 0 5px #585858 inset;
	 -moz-box-shadow: 0 0 5px #585858 inset;
	 background: #EEE;
	 display: block;
	 font-family: "dejavu sans mono","monaco","lucida console","courier new",monospace;
	 font-size: x-small;
	 line-height: 1.5em;
	 max-height: 24em;
	 overflow: auto;
	 padding: 3px 1em;
	 white-space: nowrap;
}

.codeheader, .quoteheader {
	 color: #666666;
	 font-size: x-small;
	 font-weight: bold;
	 padding: 0 0.3em;
}
.codeoperation {
	 font-weight: normal;
}
.bbc_link:link, .bbc_link:visited {
	 border-bottom: 1px solid #A8B6CF;
}
.bbc_link:hover {
	 border-bottom: 1px solid #334466;
	 text-decoration: none;
}
.bbc_size {
	 line-height: 1.4em;
}
.bbc_color a {
	 color: inherit;
}
.bbc_img {
	 border: 0 none;
}
.bbc_table {
	 color: inherit;
	 font: inherit;
}
.bbc_table td {
	 color: inherit;
	 font: inherit;
	 vertical-align: top;
}
.bbc_u {
	 text-decoration: underline;
}
.bbc_list {
	 text-align: left;
}
.bbc_tt {
	 font-family: "dejavu sans mono","monaco","lucida console","courier new",monospace;
}
.help {
	 cursor: help;
}
.meaction {
	 color: red;
}
.highlight {
	 color: #FF7200 !important;
	 font-size: 1.1em;
	 font-weight: bold;
}
.highlight2 {
	 background-color: #D1E1EF;
	 color: #000000 !important;
}
.titlebg, .titlebg2, tr.titlebg th, tr.titlebg td, tr.titlebg2 td {
	 background: url("../images/theme/main_block.png") no-repeat scroll -10px -380px #E3E9EF;
	 color: #222222;
	 font-size: 1.1em;
	 font-weight: bold;
}
.catbg, .catbg2, tr.catbg td, tr.catbg2 td, tr.catbg th, tr.catbg2 th {
	 color: #555;
	 font-family: arial,helvetica,sans-serif;
	 font-size: 1.1em;
	 font-weight: bold;
}
tr.titlebg th, tr.titlebg2 th, td.titlebg, td.titlebg2, tr.catbg th, tr.catbg2 th, td.catbg, td.catbg2 {
	 padding: 0 6px;
}
tr.titlebg th a:link, tr.titlebg th a:visited, tr.titlebg2 td a:link, tr.titlebg2 td a:visited {
	 color: #222222;
}
tr.catbg th a:link, tr.catbg th a:visited, tr.catbg2 td a:link, tr.catbg2 td a:visited {
	 color: #555;
}
.catbg select {
	 font-size: 0.85em;
	 height: 2em;
}
.windowbg, #preview_body {
	 background-color: #EEEEEE;
	 color: #000000;
}
.windowbg2 {
	 background-color: #EEEEEE;
	 color: #000000;
}
.windowbg3 {
	 background-color: #CACDD3;
	 color: #000000;
}
.pagesection {
	 font-size: 0.9em;
	 margin-bottom: 1px;
	 overflow: hidden;
	 padding: 0.2em;
}
div.pagesection div.floatright input {
	 margin-top: 3px;
}
.pagelinks {
	 padding: 0.6em 0 0.4em;
}
.approvebg {
	 background-color: #FFEAEA;
	 color: #000000;
}
.approvebg2 {
	 background-color: #FFF2F2;
	 color: #000000;
}
.approvetbg {
	 background-color: #E4A17C;
	 color: #000000;
}
.approvetbg2 {
	 background-color: #F3BD9F;
	 color: #000000;
}
.stickybg {
	 background: none repeat scroll 0 0 #ccc;
}
.stickybg2 {
	 background: none repeat scroll 0 0 #ddd;
}
.lockedbg {
	 background: none repeat scroll 0 0 #D4DCE2;
	 font-style: italic;
}
.lockedbg2 {
	 background: none repeat scroll 0 0 #D8E1E7;
	 font-style: italic;
}
.post, .personalmessage {
	 line-height: 1.4em;
	 overflow: auto;
	 padding: 0.1em 0;
}
.signature, .attachments {
	 border-top: 1px solid #AAAAAA;
	 clear: right;
	 font-size: 0.85em;
	 line-height: 1.4em;
	 overflow: auto;
	 padding: 1em 0 3px;
	 width: 98%;
}
.custom_fields_above_signature {
	 border-top: 1px solid #AAAAAA;
	 clear: right;
	 font-size: 0.85em;
	 line-height: 1.4em;
	 padding: 1em 0 3px;
	 width: 98%;
}
.error {
	 color: red;
}
.alert {
	 color: red;
}
.birthday {
	 color: #920AC4;
}
.event {
	 color: #078907;
}
.holiday {
	 color: #000080;
}
.warn_mute {
	 color: red;
}
.warn_moderate {
	 color: #FFA500;
}
.warn_watch, .success {
	 color: green;
}
a.moderation_link, a.moderation_link:visited {
	 color: red;
	 font-weight: bold;
}
.openid_login {
	 background: url("../images/openid.gif") no-repeat scroll 0 0 white;
	 padding-left: 18px;
}
.description, .description_board, .plainbox {
	 background: none repeat scroll 0 0 #F5F5F0;
	 border: 1px solid #BBBBBB;
	 font-size: 0.9em;
	 line-height: 1.4em;
	 margin: 0.2em 1px 1em;
	 padding: 0.5em 1em;
}
.description_board {
	 margin: 1em 1px 0;
}
.information {
	 background: none repeat scroll 0 0 #F0F6F0;
	 border: 1px solid #BBBBBB;
	 border-radius: 5px 5px 5px 5px;
	 color: #3C0916;
	 font-size: 0.9em;
	 line-height: 1.3em;
	 margin: 0.2em 1px 1em;
	 padding: 4px 10px;
}
.information p {
	 margin: 0;
	 padding: 1em;
}
p.para2 {
	 margin: 0;
	 padding: 1em 0 3.5em;
}
#ajax_in_progress {
	 background: url("../images/theme/loadingbar.png") repeat-x scroll 0 0 transparent;
	 color: #F96F00;
	 font-size: 16pt;
	 height: 66px;
	 left: 0;
	 line-height: 25px;
	 padding: 8px;
	 position: fixed;
	 text-align: center;
	 top: 0;
	 width: 100%;
}
#ajax_in_progress a {
	 color: orange;
	 float: right;
	 font-size: smaller;
	 margin-right: 20px;
	 text-decoration: underline;
}
dl.settings {
	 clear: right;
	 margin: 0 0 10px;
	 overflow: auto;
	 padding: 0;
}
dl.settings dt {
	 clear: both;
	 float: left;
	 margin: 0 0 10px;
	 padding: 0;
	 width: 40%;
}
dl.settings dt.settings_title {
	 clear: both;
	 float: none;
	 font-weight: bold;
	 margin: 0 0 10px;
	 padding: 5px 0 0;
	 width: 100%;
}
dl.settings dt.windowbg {
	 clear: both;
	 float: left;
	 margin: 0 0 3px;
	 padding: 0 0 5px;
	 width: 98%;
}
dl.settings dd {
	 float: right;
	 margin: 0 0 3px;
	 overflow: auto;
	 padding: 0;
	 width: 56%;
}
dl.settings img {
	 margin: 0 10px 0 0;
}
dl.settings dt a img {
	 position: relative;
	 top: 2px;
}
h3.catbg, h3.catbg2, h3.titlebg, h4.titlebg, h4.catbg {
	 font-size: 1.2em;
	 font-weight: bold;
	 height: 31px;
	 line-height: 31px;
	 overflow: hidden;
}
h3.catbg a:link, h3.catbg a:visited, h4.catbg a:link, h4.catbg a:visited, h3.catbg, .table_list tbody.header td, .table_list tbody.header td a {
	 color: #777777;
	 font-size: 12px;
	 text-shadow: 1px 1px 1px #FFFFFF;
}
h3.catbg2 a, h3.catbg2 {
	 color: #500A13;
	 text-decoration: none;
}
h3.catbg a:hover, h4.catbg a:hover, .table_list tbody.header td a:hover {
	 color: #500A13;
	 text-decoration: none;
}
h3.catbg2 a:hover {
	 color: #FFFFFF;
	 text-decoration: none;
}
h3.titlebg a, h3.titlebg, h4.titlebg, h4.titlebg a {
	 color: #777;
}
h3.titlebg a:hover, h4.titlebg a:hover {
	 color: #53616F;
	 text-decoration: none;
}
h3.catbg img.icon, h4.titlebg img.icon {
	 margin: -2px 5px 0 0;
	 vertical-align: middle;
}
h4.catbg a.toggle img {
	 margin: -2px 5px 0;
	 vertical-align: middle;
}
h4.catbg, h4.catbg2, h3.catbg, h3.catbg2, .table_list tbody.header td.catbg {
	 padding-right: 9px;
}
h4.titlebg, h3.titlebg {
	 background: #ddd;
	 padding-right: 9px;
}
h4.titlebg img.icon {
	 float: left;
	 margin: 5px 8px 0 0;
}
div.cat_bar {
	 background: none repeat scroll 0 0 #EEEEEE;
	 border-radius: 3px 3px 0 0;
	 height: 35px;
	 overflow: hidden;
	 padding-left: 9px;
	 border-bottom: 1px solid #CCCCCC;
}
div.title_bar {
	 background: #ddd;
	 border-top: 3px double #CCCCCC;
	 height: 31px;
	 margin-bottom: 1px;
	 overflow: hidden;
	 padding-left: 9px;
}
div.roundframe div.cat_bar {
	 background: none repeat scroll 0 0 #DDDDDD;
	 border: medium none;
	 border-radius: 5px 5px 0 0;
	 margin-bottom: 0;
}
div.roundframe div.cat_bar h3.catbg {
	 background: none repeat scroll 0 0 #DDDDDD;
	 border-radius: 5px 5px 0 0;
}
div.title_barIC {
	 background: none repeat scroll 0 0 #ddd;
	 border-radius: 3px 3px 0 0;
	 height: 31px;
	 margin-bottom: 1px;
	 overflow: hidden;
	 padding-left: 9px;
}
div.title_barIC h4.titlebg {
	 background: none repeat scroll 0 0 #ddd;
	 border-radius: 3px 3px 0 0;
}
#upshrinkHeaderIC p.pminfo {
	 margin: 0;
	 padding: 0.5em;
}
img#upshrink_ic, img#newsupshrink {
	 float: right;
	 margin: 10px 5px 0 0;
}
table.table_list a.unreadlink, table.table_list a.collapse {
	 float: right;
}
td.icon, td.stats, td.info, td.children, td.lastpost {
	 border-bottom: 1px solid #CCCCCC;
	 border-top: 1px solid #FFFFFF;
}
table.table_list a.collapse {
	 height: 31px;
	 line-height: 31px;
	 margin: 10px 5px 0 1em;
}
.table_grid tr.catbg, .table_grid tr.titlebg {
	 background: none repeat scroll 0 0 #DDDDDD;
	 border-bottom: 1px solid #FFFFFF;
	 font-size: 0.95em;
}
.table_grid tr.catbg th, .table_grid tr.titlebg th {
	 height: 28px;
	 line-height: 28px;
}
tr.catbg th.first_th {
	 background: #ddd;
}
tr.catbg th.last_th {
	 background: #ddd;
}
tr.titlebg th.first_th {
	 background: url("../images/theme/main_block.png") no-repeat scroll 0 -380px #E3E9EF;
}
tr.titlebg th.last_th {
	 background: url("../images/theme/main_block.png") no-repeat scroll 100% -380px #E3E9EF;
}
.table_grid th.last_th input {
	 margin: 0 2px;
}
.table_grid th.lefttext {
	 padding: 0 0.7em;
}
table.table_grid {
	 border-collapse: collapse;
	 margin-top: 0.1em;
}
table.table_grid td {
	 border-bottom: 1px solid #FFFFFF;
	 border-right: 1px solid #FFFFFF;
	 padding: 3px;
}
.additional_row {
	 padding: 0.5em 0;
}
table.table_grid thead tr.catbg th {
	 white-space: nowrap;
}
#permissions table.table_grid td {
	 cursor: default;
	 padding: 0.4em 0.8em;
}
.windowbg span.topslice {
	 background: #eee;
	 display: block;
	 padding-left: 20px;
}
.windowbg span.topslice span {
	 background: #eee;
	 display: block;
	 height: 11px;
}
.windowbg span.botslice {
	 background: #eee;
	 display: block;
	 font-size: 5px;
	 line-height: 5px;
	 margin-bottom: 0.2em;
	 padding-left: 20px;
}
.windowbg span.botslice span {
	 background: #eee;
	 display: block;
	 height: 11px;
}
.windowbg2 span.topslice {
	 background: #EEEEEE;
	 display: block;
	 padding-left: 20px;
}
.windowbg2 span.topslice span {
	 background: #EEEEEE;
	 display: block;
	 height: 11px;
}
.windowbg2 span.botslice {
	 background: #EEEEEE;
	 display: block;
	 font-size: 5px;
	 line-height: 5px;
	 margin-bottom: 0.2em;
	 padding-left: 20px;
}
.windowbg2 span.botslice span {
	 background: #EEEEEE;
	 display: block;
	 height: 11px;
}
.approvebg span.topslice {
	 background: url("../images/theme/main_block.png") no-repeat scroll 0 0 transparent;
	 display: block;
	 padding-left: 20px;
}
.approvebg span.topslice span {
	 background: url("../images/theme/main_block.png") no-repeat scroll 100% 0 transparent;
	 display: block;
	 height: 11px;
}
.approvebg span.botslice {
	 background: url("../images/theme/main_block.png") no-repeat scroll 0 -11px transparent;
	 display: block;
	 margin-bottom: 0.2em;
	 padding-left: 20px;
}
.approvebg span.botslice span {
	 background: url("../images/theme/main_block.png") no-repeat scroll 100% -11px transparent;
	 display: block;
	 height: 11px;
}
.postbg {
	 border-left: 1px solid #7F7F7F;
	 border-right: 1px solid #7F7F7F;
}
.roundframe {
	 background: none repeat scroll 0 0 #EEEEEE;
	 border: 1px solid #ccc;
	 border-radius: 5px 5px 5px 5px;
	 padding: 10px;
}


#welcome a {
	 color: darkred;
}
.roundframe dl, .roundframe dt, .roundframe p {
	 margin: 0;
}
.roundframe p {
	 padding: 0.5em;
}
span.upperframe {
	 display: block;
	 padding: 0 0 0 20px;
}
span.upperframe span {
	 display: block;
	 height: 12px;
	 padding: 0;
}
span.lowerframe {
	 display: block;
	 padding: 0 0 0 20px;
}
span.lowerframe span {
	 display: block;
	 height: 12px;
	 padding: 0;
}
.content {
	 border: medium none;
	 margin: 0;
	 padding: 0.5em 1.2em;
}
.content p {
	 margin: 0 0 0.5em;
}
.auto_suggest_div {
	 border: 1px solid #000000;
	 position: absolute;
	 visibility: hidden;
}
.auto_suggest_item {
	 background-color: #DDDDDD;
}
.auto_suggest_item_hover {
	 background-color: red;
	 color: #EEEEEE;
	 cursor: pointer;
}
#main_menu {
	  padding: 7px 20px;
}
.dropmenu, .dropmenu ul {
	 line-height: 1em;
	 list-style: none outside none;
	 margin: 0;
	 padding: 0;
}
.dropmenu {
	 padding: 0 0.5em;
}
.dropmenu a {
	 color: #888;
	 display: block;
	 text-decoration: none;
}
.dropmenu a span {
	 display: block;
	 font-family: arial;
	 font-size: 14px;
	 padding: 0 0 0 5px;
}
.dropmenu li a.firstlevel {
	 margin-right: 8px;
}
.dropmenu li a.firstlevel span.firstlevel {
	 display: block;
	 height: 22px;
	 left: -5px;
	 line-height: 19px;
	 padding-left: 5px;
	 position: relative;
	 white-space: pre;
}
#adm_submenus ul li a {
	 color: #8B0000;
}
.dropmenu li {
	 float: left;
	 margin: 0;
	 padding: 0;
	 position: relative;
}
.dropmenu li ul {
	 background: url("../images/theme/menu_gfx.png") no-repeat  0 -136px #861121;
	 display: none;
	 font-weight: normal;
	 padding: 7px 0 0;
	 position: absolute;
	 width: 15.2em;
	 z-index: 90;
}
.dropmenu li li {
	 border-bottom: 1px solid #4B0912;
	 margin: 0;
	 width: 15em;
}
.dropmenu li li a span {
	 border-bottom: 3px double #42070F;
	 display: block;
	 padding: 7px;
}


.dropmenu li ul ul {
	 margin: -1.8em 0 0 13em;
}
.dropmenu li a.active {
	 color: #777;
	 font-weight: bold;
}
.dropmenu li a.active span.firstlevel {
}
.dropmenu li a.firstlevel:hover, .dropmenu li:hover a.firstlevel {
	 color: #333;
	 cursor: pointer;
	 text-decoration: none;
}
.dropmenu li a.firstlevel:hover span.firstlevel, .dropmenu li:hover a.firstlevel span.firstlevel {
}
.dropmenu li li a:hover, .dropmenu li li:hover > a {
	 background: none repeat scroll 0 0 #4B0912;
	 color: #eee;
	 text-decoration: none;
	 width: 15.2em;
}
.dropmenu li:hover ul ul, .dropmenu li:hover ul ul ul {
	 top: -999em;
}
.dropmenu li li:hover ul {
	 top: auto;
}
.dropmenu li:hover ul {
	 display: block;
}
.dropmenu li li.additional_items {
}
#menu_toggle {
	 float: right;
	 margin-right: 10px;
	 padding-top: 3px;
}
#menu_toggle span {
	 position: relative;
	 right: 5000px;
}
.buttonlist ul {
	 margin: 0 0.2em 5px 0;
	 padding: 5px;
	 z-index: 100;
}
.buttonlist ul li {
	 float: left;
	 list-style: none outside none;
	 margin: 0;
	 padding: 0;
}
.buttonlist ul li a {
	 background: url("../images/theme/menu_gfx.png") no-repeat scroll 0 -60px #E8E8E8;
	 color: #000000;
	 cursor: pointer;
	 display: block;
	 font-size: 0.8em;
	 margin-left: 12px;
	 padding: 0 0 0 8px;
	 text-transform: uppercase;
}
.buttonlist ul li a:hover {
	 background: url("../images/theme/menu_gfx.png") no-repeat scroll 0 0 transparent;
	 color: #FFFFFF;
	 text-decoration: none;
}
.buttonlist ul li a span {
	 background: url("../images/theme/menu_gfx.png") no-repeat scroll 100% -60px transparent;
	 display: block;
	 height: 19px;
	 line-height: 19px;
	 padding: 0 8px 0 0;
}
.buttonlist ul li a:hover span {
	 background: url("../images/theme/menu_gfx.png") no-repeat scroll 100% 0 #FFFFFF;
}
.buttonlist ul li a.active {
	 background: url("../images/theme/menu_gfx.png") no-repeat scroll 0 -90px #5A6C85;
	 color: #FFFFFF;
	 font-weight: bold;
}
.buttonlist ul li a.active span {
	 background: url("../images/theme/menu_gfx.png") no-repeat scroll 100% -90px transparent;
}
.buttonlist ul li a.active {
	 font-weight: bold;
}
.buttonlist ul li a.active:hover {
	 color: #DDDDFF;
}
.align_top ul li a, .align_bottom ul li a {
	 margin: 0 12px 0 0;
}
ul#navigation {
	 font-size: 0.9em;
	 margin: 0;
	 padding: 1em 0.4em;
}
ul#navigation li {
	 display: inline;
	 float: none;
	 font-size: 0.95em;
}
#adm_submenus {
	 overflow: hidden;
	 padding-left: 2em;
}
#header {
	 z-index: 2;
}

#top_section a:link, top_section a:visited ,#search_link a:link, #search_link a:visited{
	 color: #aaa;
	 text-decoration: none;
}
#top_section a:hover, #search_link a:hover {
	 color: #fff;
}
#header div.frame {
	 background-color:rgba(0, 0, 0, 0.7);
	 display: block;
	 margin: 0 auto;
}
#content_section {
	
	 margin: 0 auto;
}
#content_section div.frame {
	 background: none repeat scroll 0 0 #FFFFFF;
	 display: block;
	 padding: 0 20px;
	 min-height: 500px;
	 
}
#main_content_section {
}
h1.forumtitle {
	 font-family: Geneva,verdana,sans-serif;
	 font-size: 1.8em;
	 line-height: 45px;
	 margin: 0;
	 padding: 0;
}
#siteslogan, img#smflogo {
	 float: right;
	 line-height: 3em;
	 margin: 0;
	 padding: 0;
}
h3, h4 {
	 padding-bottom: 3px;
}
img#smflogo {
	 margin-left: 1em;
}

#extra_notifications {
	 position: absolute;
	 right:-2px;
	 bottom: 4px;
	 text-align: right;
	 font-size: 85%;
	 color: #aaa;
}
#extra_notifications li.time{
	 background: url("../images/theme/clock.png") no-repeat 100% 1px;
	 padding: 2px 21px 2px 0;
	 
}
#upper_section {
	 position: relative;
}
#upper_section ul li.greeting {
	 font-size: 1.3em;
	 font-weight: bold;
	 line-height: 1.5em;

}

#guest_form {
	 overflow: hidden;
}
#guest_form .info {
	 line-height: 1.3em;
	 padding: 4px 0;
}
div#upper_section div.user {
	 background: none repeat scroll 0 0 #eee;
	 border-radius: 8px 8px 8px 8px;
	 display: none;
	 display: block;
	 float: right;
	 max-width: 50%;
	 min-width: 30%;
	 padding: 5px 10px;
}
div#upper_section div.user p {
	 margin: 0;
	 padding: 0;
}
div#upper_section div.user ul {
	 margin: 0;
	 padding-left: 10px;
}
div#upper_section div.user ul li {
	 margin-bottom: 2px;
}

/**** upper area **/
#top_section {
	 overflow: hidden;
	 padding: 5px;
}

#top_section h2 {
	 color: #AAAAAA;
	 font-weight: bold;
	 line-height: 2em;
	 font-size: 12px;
}
.news {
	 float:left;
	 width: 50%;
}
#user_box > form {
	 margin-bottom: 10px;
}
#user_logged {
	 overflow: hidden;
}
#user_logged img.avatar {
	 float: left;
	 height: 50px;
}
#user_logged ul {
	 width: 80%;
}
#user_box li {
	 color: #FFFFFF;
	 float: left;
	 line-height: 25px;
	 margin: 2px;
}
#user_box li.greeting {
	 background: #aaa;
	 color: #4B0912;;
	 font-weight: bold;
	 padding: 0 8px;
}
#user_box li {
	 float: left;
	 line-height: 25px;
	 margin: 2px;
}
#user_logged img.avatar {
	 border: 1px solid #aaa;
	 height: 24px;
}
#upper_section {
	 overflow: hidden;
	 min-height: 84px;
	 text-align: center;
	 padding-top: 5px;
}
.navigate_section {
	 background: url("../images/home.png") no-repeat scroll 2px 10px transparent;
	 color: #EEEEEE;
	 cursor: pointer;
	 margin: 0;
	 padding: 0 1.6em 0.5em;
	 text-transform: uppercase;
}

#search_box {
}

#search_link div.navigate_section {
	 float: left;
}
.navigate_section ul {
	 clear: both;
	 display: block;
	 font-size: 9px;
	 font-weight: bold;
	 list-style: none outside none;
	 margin: 0;
	 overflow: hidden;
	 padding: 10px 0 0;
	 width: 100%;
}
.navigate_section .last span {
	 font-style:  italic;
}
.navigate_section ul li {
	 float: left;
	 padding: 0 0.5em 0 0;
}
.navigate_section ul li a {
	 
	 white-space: pre;
}
#main_footer {
	 background: #000;
	 color: #aaa;
	 min-height: 200px;
}

.white_img {
	 background: none repeat scroll 0 0 #FFFFFF;
	 height: 35px;
}
#down_img {
	 height: 200px;
	 margin: 0 auto;
	 width: 60%;
}
#down_img p {
	 color: #FFFFFF;
	 
}
#main_footer div.frame {
	 margin: 0 auto;
}
#footer_img {
	 background: none repeat scroll 0 0 #FFFFFF;
	 height: 30px;
}
#main_footer span.smalltext {
	 font-size: 100%;
}
#main_footer div.frame {
 /*	background: url("../images/theme/RC-img.png") no-repeat scroll 100% 100% transparent; */
	 display: block;
	 min-height: 135px;
	 overflow: hidden;
	 padding: 15px 0 0;
}
#main_footer ul li, #footer_section p {
	 font-size: 0.8em;
}
#main_footer ul li {
	 display: inline;
	 padding-right: 5px;
}
#main_footer ul li.copyright {
	 display: block;
}
select.qaction, input.qaction {
	 font-size: 0.85em;
	 padding: 0;
}
#mlist table tbody td.windowbg2 {
	 text-align: center;
}
#last_footer {
	 background: #333;
	 height: 10px;
}
table.table_list {
	 border-spacing: 0;
	 width: 100%;
}
table.table_list p {
	 margin: 0;
	 padding: 0;
}
table.table_list td, table.table_list th {
	 padding: 5px;
}
table.table_list tbody.header td {
	 padding: 0;
}
table.table_list tbody.content td.stats {
	 font-size: 90%;
	 text-align: center;
	 width: 15%;
}
table.table_list tbody.content td.lastpost {
	 font-size: 85%;
	 line-height: 1.3em;
	 width: 24%;
}
table.table_list tbody.content td.icon {
	 text-align: center;
	 width: 6%;
}
.table_list tbody.content td.info a.subject {
	 color: #555555;
	 font-weight: bold;
	 font-size: 1.2em;
}

.table_list tbody.content td.info a.subject:hover {
	 color: darkred;
	 -moz-transition: color 1s ease 0s;
}
#boardindex_table td a:hover {
}
.table_list tbody.content td.children {
	 color: #555555;
	 font-size: 85%;
}
p.moderators {
	 font-family: verdana,sans-serif;
	 font-size: 0.8em;
}
#boardindex_table .table_list thead, #boardindex_table .table_list tfoot {
	 display: none;
}
#posting_icons {
	 line-height: 1em;
	 margin: 0 0 1em;
	 padding: 0 1em 0.5em;
}
#posting_icons ul {
	 font-size: 0.8em;
}
#posting_icons img {
	 margin: 0 0 0 4ex;
	 vertical-align: middle;
}
#postbuttons_upper ul li a span {
	 line-height: 19px;
	 padding: 0 0 0 6px;
}
.nextlinks {
	 margin-top: -1px;
	 text-align: right;
}
.nextlinks_bottom {
	 clear: right;
	 text-align: right;
}
.mark_read {
	 padding: 0 0.5em;
}
#newsfader {
	 margin: 0 2px;
}
#smfFadeScroller {
	 color: #575757;
	 margin: 1em 0;
	 overflow: auto;
	 padding: 0 2em;
	 text-align: center;
}
#upshrinkHeaderIC {
	 margin-top: 4px;
}
dl#ic_recentposts {
	 line-height: 1.3em;
	 margin: 0 0 0.5em;
	 padding: 0.5em;
}
dl#ic_recentposts dt {
	 float: left;
}
dl#ic_recentposts dd {
	 text-align: right;
}
#upshrinkHeaderIC p {
	 margin: 0 0 0.5em;
	 padding: 0.5em;
}
#upshrinkHeaderIC p.last {
	 border-top: 2px dashed #BBBBBB;
	 margin: 0;
	 padding: 0.5em;
}
#upshrinkHeaderIC p.inline {
	 border: medium none;
	 margin: 0;
	 padding: 0.2em 0.5em;
}
#upshrinkHeaderIC p.stats {
	 font-size: 1.1em;
	 padding-top: 8px;
}
form#ic_login {
	 height: 2em;
	 padding: 0.5em;
}
form#ic_login ul li {
	 float: left;
	 margin: 0;
	 padding: 0;
	 text-align: center;
	 width: 20%;
}
form#ic_login ul li label {
	 display: block;
}
#index_common_stats {
	 display: block;
	 font-size: 0.9em;
	 line-height: 1px;
	 margin: 0 0 0.5em;
	 position: relative;
	 text-align: right;
	 top: -20px;
}
img.new_posts {
	 padding: 0 0.1em;
}
div.table_frame .table_list {
	 border-collapse: collapse;
	 margin: 2px 0;
}
.table_frame .table_list td.icon, .table_frame .table_list td.info, .table_frame .table_list td.stats {
	 border-right: 2px solid white;
}
#messageindex {
	 clear: both;
}
.childboards {
	 margin-bottom: 0.2em;
}
#childboards h3 {
	 padding-bottom: 0;
}
#childboards .table_list thead {
	 display: none;
}
#childboards .table_list {
	 margin-bottom: 1em;
}
.lastpost img {
	 float: right;
	 padding: 4px;
}
#postbuttons div.buttons {
	 float: right;
	 padding: 0.5em;
	 width: 40%;
}
#postbuttons div.middletext {
	 width: 60%;
}
#postbuttons span {
	 display: block;
	 text-align: right;
}
#postbuttons span.lower {
	 clear: right;
}
#postbuttons .buttonlist {
	 float: right;
}
#postbuttons #pagelinks {
	 padding-top: 1em;
}
#moderationbuttons {
	 overflow: hidden;
}
.linked_events {
	 padding: 1em 0;
}
.edit_event {
	 margin: 0 1em;
	 vertical-align: middle;
}
#poll {
	 overflow: hidden;
}
#poll .content {
	 padding: 0 1em;
}
h4#pollquestion {
	 padding: 0 0 0.5em 2em;
}
#poll_options ul.options {
	 border-top: 1px solid #9999AA;
	 margin: 0 0 1em;
	 padding: 1em 2.5em 0 2em;
}
#poll_options div.submitbutton {
	 border-bottom: 1px solid #9999AA;
	 clear: both;
	 margin: 0 0 1em;
	 padding: 0 0 1em 2em;
}
#poll_options dl.options {
	 -moz-border-bottom-colors: none;
	 -moz-border-left-colors: none;
	 -moz-border-right-colors: none;
	 -moz-border-top-colors: none;
	 border-color: #9999AA;
	 border-image: none;
	 border-style: solid;
	 border-width: 1px 0;
	 line-height: 1.1em !important;
	 margin: 0 1em 1em 0;
	 padding: 1em 2.5em 1em 2em;
}
#poll_options dl.options dt {
	 clear: left;
	 float: left;
	 margin: 0;
	 padding: 0.3em 0;
	 width: 30%;
}
#poll_options dl.options .voted {
	 font-weight: bold;
}
#poll_options dl.options dd {
	 float: left;
	 margin: 0 0 0 2em;
	 max-width: 450px;
	 padding: 0.1em 0 0;
	 width: 60%;
}
#poll_options dl.options .percentage {
	 display: block;
	 float: right;
	 padding: 0.2em 0 0.3em;
}
#poll_options p {
	 margin: 0 1.5em 0.2em;
	 padding: 0 0.5em 0.5em;
}
div#pollmoderation {
	 margin: 0;
	 overflow: auto;
	 padding: 0;
}
#forumposts {
	 clear: both;
}
#forumposts .cat_bar {
	 margin: 0 0 2px;
}
#forumposts h3 span#author {
	 margin: 0 7.7em 0 0;
}
#forumposts h3 img {
	 float: left;
	 margin: 4px 0.5em 0 0;
}
#forumposts h3.catbg {
	 margin-bottom: 3px;
}
p#whoisviewing {
	 margin: 0;
	 padding: 0.5em;
}
.post_wrapper {
	 float: left;
	 width: 100%;
}
.poster {
	 float: left;
	 text-align: center;
	 width: 15em;
}
.postarea, .moderatorbar {
	 margin: 0 0 0 16em;
}
.postarea div.flow_hidden {
	 width: 100%;
}
.moderatorbar {
	 clear: right;
}
.poster h4, .poster ul {
	 margin: 0 1em 0 1.5em;
	 padding: 0;
}
.poster h4 {
	 font-size: 120%;
	 margin: 2px;
	 padding: 4px;
}
.poster h4, .poster h4 a {
	 color: #555;
	 text-align: center;
}
.poster ul ul {
	 margin: 0.3em 1em 0 0;
	 padding: 0;
}
.poster ul ul li {
	 display: inline;
}
.poster li.stars, .poster li.avatar, .poster li.blurb, li.postcount, li.im_icons ul {
	 margin-top: 0.5em;
}
.poster li.avatar {
	 overflow: hidden;
}
.poster li.warning {
	 line-height: 1.2em;
	 padding-top: 1em;
}
.poster li.warning a img {
	 padding: 0 0.2em;
	 vertical-align: bottom;
}
.messageicon {
	 float: left;
	 margin: 0 0.5em 0 0;
}
.messageicon img {
	 padding: 6px 3px;
}
.keyinfo {
	 float: left;
	 width: 50%;
}
.modifybutton {
	 clear: right;
	 color: #334466;
	 float: right;
	 font: bold 0.85em arial,sans-serif;
	 margin: 6px 20px 10px 0;
	 text-align: right;
}
div.quickbuttons_wrap {
	 float: left;
	 padding: 0.2em 0;
	 width: 100%;
}
ul.quickbuttons {
	 clear: right;
	 float: right;
	 font: bold 0.85em arial,sans-serif;
	 margin: 0.9em 11px 0 0;
	 text-align: right;
}
ul.quickbuttons li {
	 display: inline;
	 float: left;
	 margin: 0 0 0 11px;
}
ul.quickbuttons li a {
	 display: block;
	 float: left;
	 height: 20px;
	 line-height: 18px;
	 padding: 0 0 0 20px;
}
ul.quickbuttons a:hover {
	 color: #8b0000;
}
ul.quickbuttons li.quote_button {
	 background: url("../images/theme/quickbuttons.png") no-repeat scroll 0 0 transparent;
}
ul.quickbuttons li.remove_button {
	 background: url("../images/theme/quickbuttons.png") no-repeat scroll 0 -30px transparent;
}
ul.quickbuttons li.modify_button {
	 background: url("../images/theme/quickbuttons.png") no-repeat scroll 0 -60px transparent;
}
ul.quickbuttons li.approve_button {
	 background: url("../images/theme/quickbuttons.png") no-repeat scroll 0 -90px transparent;
}
ul.quickbuttons li.restore_button {
	 background: url("../images/theme/quickbuttons.png") no-repeat scroll 0 -120px transparent;
}
ul.quickbuttons li.split_button {
	 background: url("../images/theme/quickbuttons.png") no-repeat scroll 0 -150px transparent;
}
ul.quickbuttons li.reply_button {
	 background: url("../images/theme/quickbuttons.png") no-repeat scroll 0 -180px transparent;
}
ul.quickbuttons li.reply_all_button {
	 background: url("../images/theme/quickbuttons.png") no-repeat scroll 0 -180px transparent;
}
ul.quickbuttons li.notify_button {
	 background: url("../images/theme/quickbuttons.png") no-repeat scroll 0 -210px transparent;
}
ul.quickbuttons li.inline_mod_check {
	 margin: 0 0 0 5px;
}
.post {
	 clear: right;
	 margin-top: 0.5em;
}
.inner {
	 border-top: 1px solid #9999AA;
	 margin: 0 1em 0 0;
	 padding: 1em 1em 2px 0;
}
img.smiley {
	 vertical-align: bottom;
}
#forumposts .modified {
	 float: left;
}
#forumposts .reportlinks {
	 clear: right;
	 margin-right: 1.5em;
	 text-align: right;
}
#forumposts .signature, .post .signature {
	 margin: 1em 0 0;
}
#forumposts span.botslice {
	 clear: both;
}
.attachments hr {
	 clear: both;
	 margin: 1em 0;
}
.attachments {
	 padding: 1em 0 2em;
}
.attachments div {
	 padding: 0 0.5em;
}
#quickreplybox {
	 padding-bottom: 1px;
}
#quickReplyOptions .roundframe {
	 padding: 0 10%;
}
#quickReplyOptions form textarea {
	 height: 100px;
	 margin: 0.25em 0 1em;
	 max-width: 100%;
	 min-width: 100%;
	 width: 635px;
}
#display_jump_to {
	 clear: both;
	 margin-top: 6px;
	 padding: 5px;
	 text-align: right;
}
#forumposts .post_separator {
	 display: none;
}
form#postmodify .roundframe {
	 padding: 0 12%;
}
#post_header, .postbox {
	 overflow: hidden;
	 padding: 0.5em;
}
#post_header dt, .postbox dt {
	 float: left;
	 font-weight: bold;
	 margin: 0.5em 0 0;
	 padding: 0;
	 width: 15%;
}
#post_header dd, .postbox dd {
	 float: left;
	 margin: 0.3em 0;
	 padding: 0;
	 width: 83%;
}
#post_header img {
	 vertical-align: middle;
}
ul.post_options {
	 list-style: none outside none;
	 margin: 0 0 0 1em;
	 overflow: hidden;
	 padding: 0;
}
ul.post_options li {
	 float: left;
	 margin: 0.2em 0;
	 width: 49%;
}
#postAdditionalOptionsHeader {
	 margin-top: 1em;
}
#postMoreOptions {
	 border-bottom: 1px solid #CACDD3;
	 padding: 0.5em;
}
#postAttachment, #postAttachment2 {
	 border-bottom: 1px solid #CACDD3;
	 margin: 0.5em 0;
	 overflow: hidden;
	 padding: 0.5em;
}
#postAttachment dd, #postAttachment2 dd {
	 margin: 0.3em 0 0.3em 1em;
}
#postAttachment dt, #postAttachment2 dt {
	 font-weight: bold;
}
#postAttachment3 {
	 margin-left: 1em;
}
#post_confirm_strip, #shortcuts {
	 padding: 1em 0 0;
}
.post_verification {
	 margin-top: 0.5em;
}
.post_verification #verification_control {
	 margin: 0.3em 0 0.3em 1em;
}
#bbcBox_message {
	 margin: 0.75em 0.5em;
}
#bbcBox_message div {
	 margin: 0.2em 0;
	 vertical-align: top;
}
#bbcBox_message div img {
	 margin: 0 1px 0 0;
	 vertical-align: top;
}
#bbcBox_message select {
	 margin: 0 2px;
}
#smileyBox_message {
	 margin: 0.5em;
}
#post_event .roundframe {
	 padding: 0 12%;
}
#post_event fieldset {
	 clear: both;
	 padding: 0.5em;
}
#post_event #event_main input {
	 float: left;
	 margin: 0 0 1em;
}
#post_event #event_main div.smalltext {
	 float: right;
	 width: 33em;
}
#post_event div.event_options {
	 float: right;
}
#post_event ul.event_main, ul.event_options {
	 overflow: hidden;
	 padding: 0;
}
#post_event ul.event_main li {
	 float: left;
	 list-style-type: none;
	 margin: 0.2em 0;
	 width: 49%;
}
#post_event ul.event_options {
	 margin: 0;
	 padding: 0 0 0.7em 0.7em;
}
#post_event ul.event_options li {
	 float: left;
	 list-style-type: none;
	 margin: 0;
}
#post_event #event_main select, #post_event ul.event_options li select, #post_event ul.event_options li .input_check {
	 margin: 0 1em 0 0;
}
#edit_poll {
	 overflow: hidden;
}
#edit_poll fieldset {
	 clear: both;
	 overflow: hidden;
	 padding: 0.5em;
}
#edit_poll fieldset input {
	 margin-left: 8.1em;
}
#edit_poll ul.poll_main li {
	 padding-left: 1em;
}
#edit_poll ul.poll_main input {
	 margin-left: 1em;
}
#edit_poll ul.poll_main, dl.poll_options {
	 list-style: none outside none;
	 overflow: hidden;
	 padding: 0 0 0.7em 0.7em;
}
#edit_poll ul.poll_main li {
	 margin: 0.2em 0;
}
#edit_poll dl.poll_options dt {
	 padding: 0 0 0 1em;
	 width: 33%;
}
#edit_poll dl.poll_options dd {
	 width: 65%;
}
#edit_poll dl.poll_options dd input {
	 margin-left: 0;
}
#readbuttons_top .pagelinks, #readbuttons .pagelinks {
	 padding-bottom: 1em;
	 width: 60%;
}
#readbuttons .pagelinks {
	 padding-top: 1em;
}
#recent {
	 clear: both;
}
#move_topic dl {
	 margin-bottom: 0;
}
#move_topic dl.settings dt {
	 width: 40%;
}
#move_topic dl.settings dd {
	 width: 59%;
}
.move_topic {
	 margin: auto;
	 text-align: left;
	 width: 710px;
}
div.move_topic fieldset {
	 padding: 0.5em;
}
fieldset.send_topic {
	 border: medium none;
	 padding: 0.5em;
}
dl.send_topic {
	 margin-bottom: 0;
}
dl.send_mail dt {
	 width: 35%;
}
dl.send_mail dd {
	 width: 64%;
}
#report_topic dl {
	 margin-bottom: 0;
}
#report_topic dl.settings dt {
	 width: 20%;
}
#report_topic dl.settings dd {
	 width: 79%;
}
div#selected, div#not_selected {
	 width: 49%;
}
ul.split_messages li.windowbg, ul.split_messages li.windowbg2 {
	 margin: 1px;
}
ul.split_messages li a.split_icon {
	 padding: 0 0.5em;
}
ul.split_messages div.post {
	 border-top: 1px solid #FFFFFF;
	 padding: 1em 0 0;
}
ul.merge_topics li {
	 list-style-type: none;
}
dl.merge_topic dt {
	 width: 25%;
}
dl.merge_topic dd {
	 width: 74%;
}
fieldset.merge_options {
	 clear: both;
}
.custom_subject {
	 margin: 0.5em 0;
}
.login {
	 margin: 0 auto;
	 width: 540px;
}
.login dl {
	 clear: right;
	 overflow: auto;
}
.login dt, .login dd {
	 margin: 0 0 0.4em;
	 padding: 0.1em;
	 width: 44%;
}
.login dt {
	 clear: both;
	 float: left;
	 font-weight: bold;
	 text-align: right;
}
.login dd {
	 float: right;
	 text-align: left;
	 width: 54%;
}
.login p {
	 text-align: center;
}
.register_error {
	 border: 1px dashed red;
	 margin: 0 1ex 1ex;
	 padding: 5px;
}
.register_error span {
	 text-decoration: underline;
}
dl.register_form {
	 clear: right;
	 margin: 0;
}
dl.register_form dt {
	 clear: both;
	 float: left;
	 font-weight: normal;
	 margin: 0.5em 0 0;
	 width: 50%;
}
dl.register_form dt strong {
	 font-weight: bold;
}
dl.register_form dt span {
	 display: block;
}
dl.register_form dd {
	 float: left;
	 margin: 0.5em 0 0;
	 width: 49%;
}
#confirm_buttons {
	 padding: 1em 0;
	 text-align: center;
}
.coppa_contact {
	 background-color: #FFFFFF;
	 border: 1px solid #000000;
	 color: #000000;
	 margin-left: 5ex;
	 padding: 4px;
	 width: 32ex;
}
.valid_input {
	 background-color: #F5FFF0;
}
.invalid_input {
	 background-color: #FFF0F0;
}
#maintenance_mode {
	 min-width: 520px;
	 text-align: left;
	 width: 75%;
}
#maintenance_mode img.floatleft {
	 margin-right: 1em;
}
h3.titlebg img {
	 margin-right: 0.5em;
	 margin-top: 4px;
	 vertical-align: middle;
}
tr.titlebg td {
	 padding-left: 0.7em;
}
#admin_menu {
	 min-height: 2em;
	 padding-left: 0;
}
#admin_content {
	 clear: left;
	 padding-top: 0.5em;
}
#admin_content .custom_field {
	 margin-bottom: 15px;
}
#admin_login .centertext {
	 padding: 1em;
}
#admin_login .centertext .error {
	 padding: 0 0 1em;
}
#admin_menu .dropmenu li a.firstlevel span.firstlevel {
	 color: darkred;
}
.left_admmenu, .left_admmenu ul, .left_admmenu li {
	 list-style: none outside none;
	 margin: 0;
	 padding: 0;
}
#left_admsection {
	 float: left;
	 padding-right: 10px;
	 width: 160px;
}
.adm_section h4.titlebg {
	 font-size: 95%;
	 margin-bottom: 5px;
}
#main_container {
	 position: relative;
}
.left_admmenu li {
	 padding: 0 0 0 0.5em;
}
.left_admmenu {
	 margin-bottom: 0.5em;
}
#main_admsection {
	 left: 0;
	 overflow: hidden;
	 position: relative;
	 right: 0;
}
tr.windowbg td, tr.windowbg2 td, tr.approvebg td, tr.highlight2 td {
	 padding: 0.3em 0.7em;
}
#credits p {
	 font-style: italic;
	 margin: 0;
	 padding: 0;
}
.topic_table table {
	 width: 100%;
}
.topic_table .icon1, .topic_table .icon2, .topic_table .stats {
	 text-align: center;
}
#topic_icons {
	 margin: 1em 0 0;
}
#topic_icons .description {
	 margin: 0;
}
.topic_table table thead {
	 border-bottom: 1px solid #FFFFFF;
}
.topic_table td {
	 font-size: 1em;
}
.topic_table td.subject p, .topic_table td.stats {
	 font-size: 0.85em;
	 margin: 0;
	 padding: 0;
}
.topic_table td.lastpost {
	 font-size: 0.85em;
	 line-height: 1.3em;
	 padding: 4px;
}
.topic_table td.stickybg2 {
	 background-image: url("../images/icons/quick_sticky.gif");
	 background-position: 98% 4px;
	 background-repeat: no-repeat;
}
.topic_table td.lockedbg2 {
	 background-image: url("../images/icons/quick_lock.gif");
	 background-position: 98% 4px;
	 background-repeat: no-repeat;
}
.topic_table td.locked_sticky2 {
	 background-image: url("../images/icons/quick_sticky_lock.gif");
	 background-position: 98% 4px;
	 background-repeat: no-repeat;
}
.topic_table td.lastpost {
	 background-image: none;
}
#fatal_error {
	 margin: auto;
	 width: 80%;
}
.errorbox {
	 background-color: #FFE4E9;
	 border: 1px solid #CC3344;
	 color: #000000;
	 margin-bottom: 1em;
	 padding: 1em;
}
.errorbox h3 {
	 font-size: 1.1em;
	 margin: 0;
	 padding: 0;
	 text-decoration: underline;
}
.errorbox p {
	 margin: 1em 0 0;
}
.errorbox p.alert {
	 float: left;
	 font-size: 1.5em;
	 margin: 0;
	 padding: 0;
	 width: 1em;
}
dl {
	 margin: 0;
	 overflow: auto;
	 padding: 0;
}
#basicinfo {
	 float: left;
	 width: 20%;
}
#basicinfo .windowbg .content {
	 padding-left: 20px;
}
#detailedinfo {
	 float: right;
	 width: 79.5%;
}
#basicinfo h4 {
	 font-size: 135%;
	 font-weight: 100;
	 line-height: 105%;
	 overflow: hidden;
	 white-space: pre-wrap;
}
#basicinfo h4 span.position {
	 display: block;
	 font-size: 80%;
	 font-weight: 100;
}
#basicinfo img.avatar {
	 display: block;
	 margin: 10px 0 0;
}
#basicinfo ul {
	 list-style-type: none;
	 margin: 10px 0 0;
}
#basicinfo ul li {
	 display: block;
	 float: left;
	 height: 20px;
	 margin-right: 5px;
}
#basicinfo span#userstatus {
	 clear: both;
	 display: block;
}
#basicinfo span#userstatus img {
	 vertical-align: middle;
}
#detailedinfo div.content dl, #tracking div.content dl {
	 border-bottom: 1px solid #CCCCCC;
	 clear: right;
	 margin: 0 0 18px;
	 overflow: auto;
	 padding: 0 0 15px;
}
#detailedinfo div.content dt, #tracking div.content dt {
	 clear: both;
	 float: left;
	 font-weight: bold;
	 margin: 0 0 3px;
	 padding: 0;
	 width: 35%;
}
#detailedinfo div.content dd, #tracking div.content dd {
	 float: left;
	 margin: 0 0 3px;
	 padding: 0;
	 width: 65%;
}
#detailedinfo div.content dl.noborder {
	 border-bottom: 0 none;
}
#detailedinfo div.content dt.clear {
	 width: 100%;
}
.signature, .custom_fields_above_signature {
	 border-top: 1px solid #CCCCCC;
}
.signature h5 {
	 font-size: 0.85em;
	 margin-bottom: 10px;
}
#personal_picture {
	 display: block;
	 margin-bottom: 0.3em;
}
#avatar_server_stored div {
	 float: left;
}
#avatar_upload {
	 overflow: auto;
}
#main_admsection #basicinfo, #main_admsection #detailedinfo {
	 width: 100%;
}
#main_admsection #basicinfo h4 {
	 float: left;
	 width: 35%;
}
#main_admsection #basicinfo img.avatar {
	 float: right;
	 vertical-align: top;
}
#main_admsection #basicinfo ul {
	 clear: left;
}
#main_admsection #basicinfo span#userstatus {
	 clear: left;
}
#main_admsection #basicinfo p#infolinks {
	 clear: both;
	 display: none;
}
#main_admsection #basicinfo .botslice {
	 clear: both;
}
div#profile_error, div#profile_success {
	 border: 1px solid;
	 margin: 0 0 1em;
	 padding: 1em 2em;
}
div#profile_error {
	 background: none repeat scroll 0 0 #FFEEEE;
	 border-color: red;
	 color: red;
}
div#profile_error span {
	 text-decoration: underline;
}
div#profile_success {
	 background: none repeat scroll 0 0 #EEFFEE;
	 border-color: green;
	 color: green;
}
#generalstats div.content dt {
	 clear: both;
	 float: left;
	 font-weight: bold;
	 margin: 0 0 3px;
	 padding: 0;
	 width: 50%;
}
#generalstats div.content dd {
	 float: left;
	 margin: 0 0 3px;
	 padding: 0;
	 width: 50%;
}
#activitytime {
	 margin: 6px 0;
}
.activity_stats {
	 list-style: none outside none;
	 margin: 0;
	 padding: 0;
}
.activity_stats li {
	 float: left;
	 margin: 0;
	 padding: 0;
	 width: 4.16%;
}
.activity_stats li span {
	 -moz-border-bottom-colors: none;
	 -moz-border-left-colors: none;
	 -moz-border-right-colors: none;
	 -moz-border-top-colors: none;
	 border-color: #000000;
	 border-image: none;
	 border-style: solid;
	 border-width: 1px 1px 0 0;
	 display: block;
	 text-align: center;
}
.activity_stats li.last span {
	 border-right: medium none;
}
.activity_stats li div.bar {
	 margin: 0 auto;
	 width: 15px;
}
.activity_stats li div.bar div {
	 background: none repeat scroll 0 0 #6294CE;
}
.activity_stats li div.bar span {
	 left: -1000em;
	 position: absolute;
	 top: -1000em;
}
#popularposts {
	 float: left;
	 width: 49.5%;
}
#popularactivity {
	 float: right;
	 width: 49.5%;
}
#popularposts div.content dt, #popularactivity div.content dt {
	 clear: both;
	 float: left;
	 font-weight: bold;
	 margin: 0 0 3px;
	 padding: 0;
	 width: 65%;
}
#popularposts div.content dd, #popularactivity div.content dd {
	 float: left;
	 margin: 0 0 3px;
	 padding: 0;
	 width: 35%;
}
.profile_pie {
	 background-image: url("../images/stats_pie.png");
	 float: left;
	 height: 20px;
	 margin: 0 1em 0 0;
	 padding: 0;
	 text-indent: -1000em;
	 width: 20px;
}
.topic .time {
	 float: right;
}
.counter {
	 color: #3F3F3F;
	 float: left;
	 font-size: 2.2em;
	 font-weight: bold;
	 margin: 0;
	 padding: 0.2em 0.5em 0.1em 0.2em;
}
.list_posts {
	 border-top: 2px solid #B3B3BF;
	 margin-top: 6px;
	 overflow: auto;
	 padding-top: 12px;
}
.core_posts {
	 margin-bottom: 3px;
}
.topic h4 {
	 margin: 3px 0;
}
.topic .post {
	 height: auto !important;
	 margin: 0 1em;
	 min-height: 80px;
}
.topic .mod_icons {
	 margin-right: 1em;
	 text-align: right;
}
#tracking div.content dl {
	 border-bottom: 0 none;
	 margin: 0;
	 padding: 0;
}
#creator dl {
	 margin: 0;
}
#creator dt {
	 clear: both;
	 float: left;
	 margin: 0 0 10px;
	 width: 40%;
}
#creator dd {
	 float: right;
	 margin: 0 0 10px 2px;
	 overflow: auto;
	 width: 55%;
}
.ignoreboards {
	 margin: 0 2%;
	 padding: 0;
	 width: 45%;
}
.ignoreboards a {
	 border-bottom: 1px solid #C4C4C4;
	 font-weight: bold;
	 padding: 0.1em 0;
}
.ignoreboards a:hover {
	 border-bottom: 1px solid #334466;
	 text-decoration: none;
}
.ignoreboards ul {
	 margin: 0;
	 padding: 0;
}
.ignoreboards li {
	 clear: both;
	 float: left;
	 list-style: none outside none;
}
.ignoreboards li.category {
	 margin: 0.7em 0 0;
	 width: 100%;
}
.ignoreboards li ul {
	 margin: 0.2em 0 0;
}
.ignoreboards li.category ul li.board {
	 width: 93%;
}
#theme_settings {
	 margin: 0;
	 overflow: auto;
	 padding: 0;
}
#theme_settings li {
	 list-style: none outside none;
	 margin: 10px 0;
	 padding: 0;
}
#paid_subscription {
	 width: 100%;
}
#paid_subscription dl.settings {
	 margin-bottom: 0;
}
#paid_subscription dl.settings dd, #paid_subscription dl.settings dt {
	 margin-bottom: 4px;
}
#pick_theme {
	 float: left;
	 width: 100%;
}
#warn_body {
	 font-size: 0.9em;
	 width: 80%;
}
#statistics {
	 padding: 0.5em 0;
}
#statistics div.title_bar {
	 margin: 4px 0 -2px;
}
#statistics h3.catbg {
	 text-align: center;
}
#statistics div.content {
	 min-height: 210px;
}
#statistics div.top_row {
	 min-height: 150px;
}
#stats_left, #top_posters, #top_topics_replies, #top_topics_starter {
	 float: left;
	 width: 49.5%;
}
#stats_right, #top_boards, #top_topics_views, #most_online {
	 float: right;
	 width: 49.5%;
}
dl.stats {
	 clear: both;
	 margin: 0;
	 overflow: hidden;
	 padding: 0;
}
dl.stats dt {
	 clear: both;
	 float: left;
	 font-size: 1em;
	 line-height: 16px;
	 margin: 0 0 4px;
	 padding: 0;
	 width: 49%;
}
dl.stats dd {
	 float: right;
	 font-size: 1em;
	 line-height: 16px;
	 margin: 0 0 4px;
	 padding: 0;
	 text-align: right;
	 width: 50%;
}
.statsbar div.bar {
	 background: url("../images/bar_stats.png") no-repeat scroll 0 0 transparent;
	 display: block;
	 float: left;
	 height: 16px;
	 margin: 0 4px;
}
.statsbar div.bar div {
	 background: url("../images/bar_stats.png") no-repeat scroll 100% center transparent;
	 height: 16px;
	 padding: 0 4px 0 0;
	 position: relative;
	 right: -4px;
}
tr.windowbg2 th.stats_month {
	 padding: 0 2em;
	 text-align: left;
	 width: 25%;
}
tr.windowbg2 td.stats_day {
	 padding: 0 3.5em;
	 text-align: left;
}
#personal_messages h3 span#author, #personal_messages h3 span#topic_title {
	 float: left;
}
#personal_messages h3 span#author {
	 margin: 0 0 0 0.5em;
}
#personal_messages h3 span#topic_title {
	 margin: 0 0 0 9em;
}
#personal_messages div.labels {
	 padding: 0 1em 0 0;
}
#personal_messages .capacity_bar {
	 background: none repeat scroll 0 0 #F0F4F7;
	 border: 1px solid #ADADAD;
	 display: block;
	 height: 1em;
	 margin: 0.5em 0 0 1em;
	 width: 10em;
}
#personal_messages .capacity_bar span {
	 border-right: 1px solid #ADADAD;
	 display: block;
	 height: 1em;
}
#personal_messages .capacity_bar span.empty {
	 background: none repeat scroll 0 0 #A6D69D;
}
#personal_messages .capacity_bar span.filled {
	 background: none repeat scroll 0 0 #EEA800;
}
#personal_messages .capacity_bar span.full {
	 background: none repeat scroll 0 0 #F10909;
}
#personal_messages .reportlinks {
	 padding: 0.5em 1.3em;
}
#searchLabelsExpand li {
	 padding: 0.3em 0.5em;
}
#manrules div.righttext {
	 padding: 0.3em 0.1em;
}
dl.addrules dt.floatleft {
	 color: #333333;
	 padding: 0 1.25em 0.5em;
	 width: 15em;
}
#addrule fieldset {
	 clear: both;
}
.calendar_table {
	 margin-bottom: 0.7em;
}
.calendar_today {
	 background-color: #FFFFFF;
}
#month_grid {
	 float: left;
	 text-align: center;
	 width: 200px;
}
#month_grid div.cat_bar {
	 height: 25px;
}
#month_grid h3.catbg {
	 height: 25px;
	 line-height: 27px;
}
#month_grid table {
	 width: 200px;
}
#main_grid table {
	 padding-bottom: 4px;
	 width: 100%;
}
#main_grid table h3.catbg {
	 border-bottom: medium none;
	 border-top: 2px solid #FFFFFF;
	 height: 29px;
	 text-align: center;
}
#main_grid table.weeklist td.windowbg {
	 border-bottom: 2px solid #FFFFFF;
	 font-size: large;
	 height: 49px;
	 padding: 0 7px;
	 text-align: center;
	 width: 25px;
}
#main_grid table.weeklist td.weekdays {
	 border-bottom: 2px solid #FFFFFF;
	 height: 49px;
	 padding: 4px;
	 text-align: left;
	 vertical-align: middle;
	 width: 100%;
}
#main_grid h3.weekly {
	 font-size: large;
	 height: 29px;
	 padding-left: 0;
	 text-align: center;
}
#main_grid h3 span.floatleft, #main_grid h3 span.floatright {
	 display: block;
	 font-weight: bold;
}
#main_grid table th.days {
	 padding: 4px 0;
	 width: 14%;
}
#main_grid table.weeklist h4.titlebg {
	 height: 23px;
	 line-height: 27px;
	 margin: 0;
}
#main_grid table td.weeks {
	 font-size: large;
	 font-weight: bold;
	 text-align: center;
	 vertical-align: middle;
}
#main_grid table td.days {
	 text-align: center;
	 vertical-align: top;
}
a.modify_event {
	 color: red;
}
span.hidelink {
	 font-style: italic;
}
#calendar_navigation {
	 text-align: center;
}
#mlist_search {
	 margin: auto;
	 width: 500px;
}
#searchform, #simple_search p {
	 margin: 0;
	 padding: 0.5em;
}
#simple_search, #simple_search p, #advanced_search {
	 margin: 0;
	 text-align: center !important;
}
#search_error {
	 font-style: italic;
	 padding: 0.3em 1em;
}
#search_term_input {
	 font-size: 115%;
	 margin: 0 0 1em;
}
#searchform fieldset {
	 border: medium none;
	 padding: 0;
	 text-align: left;
}
#advanced_search dl#search_options {
	 margin: 0 auto;
	 overflow: hidden;
	 padding-top: 1em;
	 width: 600px;
}
#advanced_search dt {
	 clear: both;
	 float: left;
	 padding: 0.2em;
	 text-align: right;
	 width: 20%;
}
#advanced_search dd {
	 float: left;
	 margin: 0 0 0 0.5em;
	 padding: 0.2em;
	 text-align: left;
	 width: 75%;
}
#searchform p.clear {
	 clear: both;
}
.topic_table td blockquote, .topic_table td .quoteheader {
	 margin: 0.5em;
}
.search_results_posts {
	 overflow: hidden;
}
.search_results_posts .buttons {
	 padding: 5px 1em 0 0;
}
#help_container {
	 margin: 4px 0 0;
	 padding: 0 0 8px;
}
#helpmain {
	 padding: 0 1em;
}
#helpmain p {
	 line-height: 1.5em;
	 margin: 0 0 1.5em;
}
#helpmain ul {
	 line-height: 1.5em;
}
#top_img {
	 background: url("../images/theme/elbow.png") no-repeat scroll center center transparent;
	 margin: 0 auto;
	 width: 75%;
}
#headerarea {
	 display: none;
}
.tborder {
	 border: medium none;
}