
a:link, a:visited {
    color: #334466;
    text-decoration: none;
}
a:hover {
    cursor: pointer;
    text-decoration: underline;
}
a.new_win:link, a.new_win:visited {
    color: #334466;
    text-decoration: none;
}
a.new_win:hover {
    text-decoration: underline;
}
table {
    empty-cells: show;
}
body {
    background: url("../images/theme/backdrop.png") repeat-x scroll 0 0 #D0B4C3;
    font: 78%/130% "Verdana","Arial","Helvetica",sans-serif;
    margin: 0 auto;
    padding: 15px 0;
}
body#help_popup {
    padding: 1em;
}
body, td, th, tr {
    color: #444444;
}
div#wrapper {
    margin: 0 auto;
    max-width: 2300px;
    min-width: 780px;
}
form {
    margin: 0;
    padding: 0;
}
input, button, select, textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #7F9DB9;
    color: #000000;
    font: 95%/115% verdana,Helvetica,sans-serif;
    padding: 2px;
}
select {
    padding: 0;
}
select option {
    padding: 1px;
}
textarea {
    font: 100%/130% verdana,Helvetica,sans-serif;
}
.button_submit, .button_reset {
    background: url("../images/theme/submit_bg.png") no-repeat scroll 0 0 #CDE7FF;
    border: 1px solid #AAAAAA;
    cursor: pointer;
    font-weight: normal;
}
input:hover, textarea:hover, button:hover, select:hover {
    border: 1px solid #454545;
}
.button_submit:hover, .button_reset:hover {
    background: url("../images/theme/submit_bg.png") no-repeat scroll 0 -140px #CDE7FF;
    border: 1px solid #AAAAAA;
}
input:focus, textarea:focus, button:focus, select:focus {
    border: 1px solid #454545;
}
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: #EEEEEE;
}
hr, .hrcolor {
    background-color: #CCCCCC;
    border: 0 none;
    color: #CCCCCC;
    height: 1px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    color: #000000;
    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;
}
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: 1em;
    line-height: 1.2em;
}
.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;
    padding: 0;
}
blockquote.bbc_standard_quote, blockquote.bbc_alternate_quote {
    background: url("../images/theme/quote.png") no-repeat scroll 0.1em 0.1em transparent;
    border-bottom: 2px solid #9999AA;
    border-top: 2px solid #9999AA;
    color: #000000;
    font-size: x-small;
    line-height: 1.4em;
    margin: 0.1em 0 0.3em;
    overflow: auto;
    padding: 1.1em 1.4em;
}
blockquote.bbc_standard_quote {
    background-color: #D7DAEC;
}
blockquote.bbc_alternate_quote {
    background-color: #E7EAFC;
}
code.bbc_code {
    background: none repeat scroll 0 0 #EEEEFF;
    border-bottom: 2px solid #999999;
    border-top: 2px solid #999999;
    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: pre;
}
.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 {
    color: #778899;
}
.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-family: arial,helvetica,sans-serif;
    font-size: 1.1em;
    font-weight: bold;
}
.catbg, .catbg2, tr.catbg td, tr.catbg2 td, tr.catbg th, tr.catbg2 th {
    background: url("../images/theme/main_block.png") no-repeat scroll -10px -280px #A7B9CD;
    color: #FFFFFF;
    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: #FFFFFF;
}
.catbg select {
    font-size: 0.85em;
    height: 1.5em;
}
.windowbg, #preview_body {
    background-color: #E7EAEF;
    color: #000000;
}
.windowbg2 {
    background-color: #F0F4F7;
    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 #E8D8CF;
}
.stickybg2 {
    background: none repeat scroll 0 0 #F2E3D9;
}
.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;
    font-size: 0.9em;
    line-height: 1.3em;
    margin: 0.2em 1px 1em;
    padding: 0.5em 1em;
}
.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: 48%;
}
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: left;
    margin: 0 0 3px;
    padding: 0;
    width: 48%;
}
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 {
}
h3.catbg2 a, h3.catbg2 {
    color: #FFEEBB;
}
h3.catbg a:hover, h4.catbg a:hover, .table_list tbody.header td a:hover {
    color: #FFDD99;
    text-decoration: none;
}
h3.catbg2 a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
h3.titlebg a, h3.titlebg, h4.titlebg, h4.titlebg a {
    color: #222222;
}
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 {
    background: url("../images/theme/main_block.png") no-repeat scroll 100% -160px transparent;
    color: #222222;
    padding-right: 9px;
}
h4.titlebg, h3.titlebg {
    background: url("../images/theme/main_block.png") no-repeat scroll 100% -200px transparent;
    padding-right: 9px;
}
h4.titlebg img.icon {
    float: left;
    margin: 5px 8px 0 0;
}
div.cat_bar {
    background: url("../images/theme/main_block.png") no-repeat scroll 0 -160px #99ABBF;
    height: 31px;
    margin-bottom: 1px;
    overflow: hidden;
    padding-left: 9px;
}
div.title_bar {
    background: url("../images/theme/main_block.png") no-repeat scroll 0 -200px #E3E9EF;
    height: 31px;
    margin-bottom: 1px;
    overflow: hidden;
    padding-left: 9px;
}
div.roundframe div.cat_bar {
    background: url("../images/theme/main_block.png") no-repeat scroll 0 -240px #99ABBF;
}
div.roundframe div.cat_bar h3.catbg {
    background: url("../images/theme/main_block.png") no-repeat scroll 100% -240px transparent;
    color: green;
}
div.title_barIC {
    background: url("../images/theme/main_block.png") no-repeat scroll 0 -120px #DADFE6;
    height: 31px;
    margin-bottom: 1px;
    overflow: hidden;
    padding-left: 9px;
}
div.title_barIC h4.titlebg {
    background: url("../images/theme/main_block.png") no-repeat scroll 100% -120px transparent;
}
#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;
}
table.table_list a.collapse {
    margin: 10px 5px 0 1em;
}
.table_grid tr.catbg, .table_grid tr.titlebg {
    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: url("../images/theme/main_block.png") no-repeat scroll 0 -280px #A7B9CD;
}
tr.catbg th.last_th {
    background: url("../images/theme/main_block.png") no-repeat scroll 100% -280px #A7B9CD;
}
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: url("../images/theme/main_block.png") no-repeat scroll 0 -30px transparent;
    display: block;
    padding-left: 20px;
}
.windowbg span.topslice span {
    background: url("../images/theme/main_block.png") no-repeat scroll 100% -30px transparent;
    display: block;
    height: 11px;
}
.windowbg span.botslice {
    background: url("../images/theme/main_block.png") no-repeat scroll 0 -40px transparent;
    display: block;
    font-size: 5px;
    line-height: 5px;
    margin-bottom: 0.2em;
    padding-left: 20px;
}
.windowbg span.botslice span {
    background: url("../images/theme/main_block.png") no-repeat scroll 100% -40px transparent;
    display: block;
    height: 11px;
}
.windowbg2 span.topslice {
    background: url("../images/theme/main_block.png") no-repeat scroll 0 -60px transparent;
    display: block;
    padding-left: 20px;
}
.windowbg2 span.topslice span {
    background: url("../images/theme/main_block.png") no-repeat scroll 100% -60px transparent;
    display: block;
    height: 11px;
}
.windowbg2 span.botslice {
    background: url("../images/theme/main_block.png") no-repeat scroll 0 -71px transparent;
    display: block;
    font-size: 5px;
    line-height: 5px;
    margin-bottom: 0.2em;
    padding-left: 20px;
}
.windowbg2 span.botslice span {
    background: url("../images/theme/main_block.png") no-repeat scroll 100% -71px transparent;
    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 #F5F5F5;
    border-left: 1px solid #C5C5C5;
    border-right: 1px solid #C5C5C5;
    padding: 0 10px;
}
.roundframe dl, .roundframe dt, .roundframe p {
    margin: 0;
}
.roundframe p {
    padding: 0.5em;
}
span.upperframe {
    background: url("../images/theme/main_block.png") no-repeat scroll 0 -90px transparent;
    display: block;
    padding: 0 0 0 20px;
}
span.upperframe span {
    background: url("../images/theme/main_block.png") no-repeat scroll 100% -90px transparent;
    display: block;
    height: 12px;
    padding: 0;
}
span.lowerframe {
    background: url("../images/theme/main_block.png") no-repeat scroll 0 -102px transparent;
    display: block;
    padding: 0 0 0 20px;
}
span.lowerframe span {
    background: url("../images/theme/main_block.png") no-repeat scroll 100% -102px transparent;
    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: #888888;
    color: #EEEEEE;
    cursor: pointer;
}
#main_menu {
    float: left;
    margin: 0;
    padding: 0 0.5em;
    width: 50%;
}
.dropmenu, .dropmenu ul {
    line-height: 1em;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.dropmenu {
    padding: 0 0.5em;
}
.dropmenu a {
    color: #000000;
    display: block;
    text-decoration: none;
}
.dropmenu a span {
    display: block;
    font-size: 0.9em;
    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;
}
.dropmenu li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}
.dropmenu li ul {
    background: url("../images/theme/menu_gfx.png") no-repeat scroll 0 -130px transparent;
    border-bottom: 1px solid #999999;
    display: none;
    font-weight: normal;
    padding: 7px 0 0;
    position: absolute;
    width: 19.2em;
    z-index: 90;
}
.dropmenu li li {
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    margin: 0;
    width: 19em;
}
.dropmenu li li a span {
    display: block;
    padding: 8px;
}
.dropmenu li ul ul {
    margin: -1.8em 0 0 13em;
}
.dropmenu li a.active {
    background: url("../images/theme/menu_gfx.png") no-repeat scroll 100% 0 transparent;
    color: #FFFFFF;
    font-weight: bold;
}
.dropmenu li a.active span.firstlevel {
    background: url("../images/theme/menu_gfx.png") no-repeat scroll 0 0 transparent;
}
.dropmenu li a.firstlevel:hover, .dropmenu li:hover a.firstlevel {
    background: url("../images/theme/menu_gfx.png") no-repeat scroll 100% -30px transparent;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}
.dropmenu li a.firstlevel:hover span.firstlevel, .dropmenu li:hover a.firstlevel span.firstlevel {
    background: url("../images/theme/menu_gfx.png") no-repeat scroll 0 -30px transparent;
}
.dropmenu li li a:hover, .dropmenu li li:hover > a {
    background: none repeat scroll 0 0 #D4DBE4;
    color: #000000;
    text-decoration: none;
}
.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 {
    background-color: #FFFFFF;
}
#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 {
    padding-left: 2em;
}
#adm_submenus, #adm_submenus ul {
    height: 3em;
}
#header {
    background: url("../images/theme/main_block.png") no-repeat scroll 0 -480px #FEFEFE;
    border-radius: 10px 10px 10px 10px;
    padding-left: 20px;
}
#header div.frame {
    background: url("../images/theme/main_block.png") no-repeat scroll 100% -480px transparent;
    display: block;
    padding: 5px 20px 1em 0;
}
#content_section {
    background: url("../images/theme/frame_repeat.png") repeat-y scroll left top #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding-left: 20px;
}
#content_section div.frame {
    background: url("../images/theme/frame_repeat.png") repeat-y scroll right top transparent;
    border-radius: 10px 10px 10px 10px;
    display: block;
    padding: 0 20px 0 0;
}
#main_content_section {
/*    min-height: 200px;*/
    min-height: 50px;
    width: 100%;
}
h1.forumtitle {
    float: left;
    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#upshrink {
    float: right;
    margin: 1em;
}
img#smflogo {
    margin-left: 1em;
	float:left;
}
#upper_section {
    margin-bottom: 1.5em;
    padding: 5px;
}
#upper_section ul li.greeting {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.5em;
}
#upper_section div.news {
    float: right;
    text-align: right;
    width: 50%;
}
#guest_form {
    overflow: hidden;
}
#guest_form .info {
    padding: 4px 0;
}
div#upper_section div.user {
    float: left;
    overflow: auto;
    width: 50%;
}
div#upper_section div.user p {
    float: left;
    margin: 0 1em 1em 0;
    padding: 0;
}
div#upper_section div.user ul {
    margin: 0;
    padding-left: 10px;
}
div#upper_section div.user ul li {
    margin-bottom: 2px;
}
div#upper_section div.news p {
    display: inline;
}
div#upper_section div.news form {
    padding-bottom: 10px;
}
#top_section {
    margin-bottom: 3px;
    min-height: 65px;
    overflow: hidden;
}
#upper_section {
    overflow: hidden;
}
.navigate_section {
    margin: 0;
    padding: 0.5em;
}
.navigate_section ul {
    border-top: 1px solid #CCCCCC;
    clear: both;
    display: block;
    font-size: 0.9em;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 1em 0 0.5em;
    width: 100%;
}
.navigate_section ul li {
    float: left;
    font-size: 0.95em;
    padding: 0 0.5em 0 0;
}
#footer_section {
    background: url("../images/theme/main_block.png") no-repeat scroll 0 -820px transparent;
    padding-left: 20px;
    text-align: center;
}
#footer_section span.smalltext {
    font-size: 100%;
}
#footer_section div.frame {
    background: url("../images/theme/main_block.png") no-repeat scroll 100% -820px transparent;
    display: block;
    padding: 60px 0 0;
}
#footer_section ul li, #footer_section p {
    font-size: 0.8em;
}
#footer_section ul li {
    display: inline;
    padding-right: 5px;
}
#footer_section ul li.copyright {
    display: block;
}
select.qaction, input.qaction {
    font-size: 0.85em;
    padding: 0;
}
#mlist table tbody td.windowbg2 {
    text-align: center;
}
table.table_list {
    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: #D97B33;
    font-size: 110%;
    font-weight: bold;
}
.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 dotted #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 {
    color: green;
    margin-bottom: 3px;
}
p#whoisviewing {
    margin: 0;
    padding: 0.5em;
}
.post_wrapper {
    float: left;
    width: 100%;
}
.poster {
    float: left;
    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: 0.2em 0 0.4em 1.1em;
}
.poster h4, .poster h4 a {
    color: #C06002;
}
.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: 8px 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: #AA7700;
}
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 0 0;
}
.inner 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;
}
#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: -1px;
    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;
}
.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;
}
#adm_container {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 5px;
}
.left_admmenu li {
    padding: 0 0 0 0.5em;
}
.left_admmenu {
    margin-bottom: 0.5em;
}
#main_admsection {
    margin-left: 172px;
}
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;
}
#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: left;
    margin: 0 0 10px 2px;
    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 .help_sample {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #9999AA;
    margin-bottom: 1em;
    overflow: auto;
    padding: 1em;
}
#helpmain .help_sample .navigate_section {
    margin: 0;
}
#helpmain .help_sample .navigate_section ul {
    border: medium none;
    padding-top: 0;
}
#helpmain p {
    line-height: 1.5em;
    margin: 0 0 1.5em;
}
#helpmain ol {
    font-weight: bold;
    line-height: 1.5em;
    list-style-type: disc;
    margin-bottom: 1em;
    margin-top: 1em;
}
#helpmain ol.la {
    font-weight: normal;
    list-style-type: circle;
    margin: 0.5em 0 1em;
    padding-left: 1.5em;
}
ul.basic_helplist {
    line-height: 1.5em;
    padding: 0.8em 1.5em;
}
#helpmain #messageindex {
    clear: right;
}
#headerarea {
    display: none;
}
.tborder {
    border: medium none;
}
.new_win {
    height: 400px;
    width: 400px;
}
.sitemenu {
    background: url("../images/fmenubg.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 77px;
    margin: 0 auto 30px;
    overflow: auto;
    width: 852px;
}
.sitemenu ul {
    list-style: none outside none;
    margin: 15px 0 0;
    padding: 0;
}
.sitemenu ul li {
    display: block;
    float: left;
    padding: 0 14px;
}
.sitemenu ul li a, .sitemenu ul li a:link, .sitemenu ul li a:visited {
    color: #FFFFFF;
    font-family: Tahoma,sans-serif;
    font-size: 15px;
}
.sitemenu ul li:last-child {
    border-right: 0 none;
}
div#upper_section div.news .lastnews p {
    display: block;
}
#upper_section {
    margin-bottom: 0;
}

td.stats.windowbg.logo img{
	width: 100px;
}
td.stats.windowbg2.logo img{
	width: 200px;
}
li.karma_allow {
    list-style: none outside none;
	margin-left: 10px;
}
ul.quickbuttons.samopis{
	margin: 0;
}

td.children.windowbg.info a.subject{
    cursor: default;
    font-size: 14px !important;
    margin-left: 5px;
}
td.children.windowbg.info a.subject:hover{
	text-decoration: none;
}

div#image_machine_div img{
	height: auto !important;
	max-width: 471px;
}
/* Styles for TopFirstPost mod.
------------------------------------------------- */

ul.quickbuttons li.sticky_button {
	background: url(../images/buttons/sticky.gif) no-repeat;
}

#forumposts .stiky_post_separator
{
	display: block;
	background-color: transparent;
}
fieldset.spoiler 
{
	border: 1px dashed gray;
}

fieldset.spoiler > legend
{
	font-size: 1.2em;
}

div.spoilerheader a
{
	font-family: sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

div.spoilerheader input 
{
	background-color: #cececc;
	color: #3e3e33;
	font: 0.95em sans-serif;
	width: 100%;
	text-align: left;
}

div.spoilerbody 
{
	color: #0f0f0f;
	border: 1px dotted gray;
	padding: 1em;
	margin: 1em;
}

fieldset.spoiler div.spoilerbody 
{
	border: 0px;
	padding: 0em;
}


/* This is for search form in main menu styling */
#main_menu  #search_form
{
	text-align: right !important;
	margin: -1px 0 0;
}
#main_menu  #search_form .input_text
{
	background: url(../images/filter.gif) no-repeat 2px 2px #fff;
	padding-left: 1.6em;
	border: 1px solid #7f9db9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-box-radius: 3px;
	margin-left: 96%;
}
#main_menu  #search_form .input_text:hover
{
	border: 1px solid #454545;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-box-radius: 3px;
}
/* This is to hide / remove submit button */
#main_menu  #search_form .button_submit
{
	position: absolute;
	left: -9999px
}
