html {
    margin: 0;
    padding: 0;
}

body {
    background: #dfa8f0;
    color: #000000;
    padding-top: 40px;
    font-family: Verdana;
    font-size: 10pt;
}

/*   Layout
----------------------------------------------------------------------*/

body a:link {
    text-decoration: none;
    color: #6D2688;
    font-weight: bold;
}

body a:visited {
    text-decoration: none;
    color: #6D2688;
    font-weight: bold;
}

body a:active {
    text-decoration: underline;
    color: #6D2688;
    font-weight: bold;
}

body a:hover {
    text-decoration: underline;
    color: #6D2688;
    font-weight: bold;
}

.body_col {
    padding-top: 1em;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
}

.t_outer {
    border: none;
    border-spacing: 0px;
    background: #FFFFFF;
    margin-bottom: 5px;
}

.t_inner {
    background: #808080;
    color: #FFFFFF;
    border: none;
    padding: 0px;
}

.t_standard {
    border: 1px solid #808080;
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 0px;
}

.tdheader {
    font-size: 10pt;
    font-weight: bold;
    color: #6D2688;
    background: #f0c1ff;
    padding: 2px;
}

.alt-1 {
    background: #dedfdf !important;
    color: black;
    padding: 2px;
    font-size: 10pt !important;
}

.alt-2 {
    background: #f7f7f7 !important;
    color: black;
    padding: 2px;
    font-size: 10pt !important;
}

.breadcrumbs {
    font-size: 9pt;
    font-weight: normal;
    color: #666666;
    background: #f0c1ff;
    padding: 2px;
}

.breadcrumbs a:link {
    font-weight: normal;

}
.breadcrumbs a:visited {
    font-weight: normal;
}

.breadcrumbs a:active {
    font-weight: normal;
}

.breadcrumbs a:hover {
    font-weight: normal;
}

/*   Navigation
----------------------------------------------------------------------*/

.logindiv {
    margin: 4px 2.5%;
    width: 95%;
}

.navigation {
    font-size: 9pt;
    color: #336699;
    background: white;
    padding: 2px;
    border-top: none;
    text-align: center;
}
.navigation a:link {
    text-decoration: none;
    color: #336699;
}
.navigation a:visited {
    text-decoration: none;
    color: #336699;
}
.navigation a:active {
    text-decoration: none;
    color: #336699;
}

.navigation ul {
    margin: 0;
    padding: 0;
}

.navigation ul li {
    list-style: none;
    display: inline;
    margin: 0 0 0 20px;
    padding: 0;
}

/*   Footer
----------------------------------------------------------------------*/

.footer {
    font-size: 8pt !important;
    color: #333;
    background: #dedfdf;
    padding: 3px;
}

.footer a:link {
    font-size: 8pt !important;
    font-weight: normal;
    color: #333;
}

.footer a:visited {
    font-size: 8pt !important;
    font-weight: normal;
    color: #333;
}
.footer a:active {
    font-size: 8pt !important;
    font-weight: normal;
    color: #333;
}

.footer a:hover {
    font-size: 8pt !important;
    font-weight: normal;
    color: #333;
}

.fontfooter {
    font-size: 8pt !important;
}

/*   Table-Aligns
----------------------------------------------------------------------*/

table {
    font-size: 9pt;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}



.contact_page_content {
background: white;
color: black;
padding: 0 1em;
}
.lefttdheader {
font-size: 10pt;
font-weight: bold;
color: #333;
background: #EEEECC;
padding: 2px;
}
.leftalt-1 {
background: #F9F9F9;
color: black;
padding: 2px;
}
.leftalt-2 {
background: #F9F9F5;
color: black;
padding: 2px;
}
.righttdheader {
font-size: 10pt;
font-weight: bold;
color: #333;
background: #EEEECC;
padding: 2px;
}
.rightalt-1 {
background: #F9F9F9;
color: black;
padding: 2px;
}
.rightalt-2 {
background: #F9F9F5;
color: black;
padding: 2px;
}
.left_col {
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 0px;
}
.right_col {
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 0px;
}
.category {
font-size: 10pt;
font-weight: bold;
color: black;
background: #dedfdf;
padding: 2px;
border: 1px solid #dedfdf;
border-bottom: 1px solid #CCCCAA;
}
.newinforum {
background: #dedfdf;
color: black;
padding: 2px;
font-size: 10pt;
}

.subforum_moderators {
font-size: 10pt;
}

.subforum_moderators a {
font-size: 10pt;
}

.forumtitle {
background: #dedfdf;
color: #6D2688;
padding: 4px;
font-weight: bold;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
}
.forumdescript {
color: black;
font-weight: normal;
font-size: 8pt;
}
.threadtotal {
background: #dedfdf;
color: black;
padding: 2px;
font-size: 10pt;
}
.posttotal {
background: #dedfdf;
color: black;
padding: 2px;
font-size: 10pt;
}
.posttime {
background: #dedfdf;
color: black;
padding: 2px;
font-size: 10pt;
}
.posttime a:link {
font-weight: normal;
}
.posttime a:visited {
font-weight: normal;
}
.posttime a:active {
font-weight: normal;
}
.posttime a:hover {
font-weight: normal;
}
.newtotal {
font-size: 8pt;
color: red;
}
.forum_extras {
font-weight: normal;
font-size: 8pt;
color: #6D2688;
}
.forum_extras a:link {
font-weight: normal;
}
.forum_extras a:visited {
font-weight: normal;
}
.forum_extras a:active {
font-weight: normal;
}
.forum_extras a:hover {
font-weight: normal;
}
.forum_viewing {
font-size: 8px;
}
.newintopic {
background: #F9F9F9;
color: black;
padding: 2px;
}
.topicicon {
background: #F9F9F5;
color: black;
padding: 2px;
}
.topicsubject {
background: #F9F9F9;
color: black;
padding: 2px;
font-weight: normal;
font-size: 10pt !important;
}
.topicsubject a:link {
font-weight: normal;
}
.topicsubject a:visited {
font-weight: normal;
}
.topicsubject a:active {
font-weight: normal;
}
.topicsubject a:hover {
font-weight: normal;
}
.topicreplies {
background: #F9F9F5;
color: black;
padding: 2px;
}
.topicviews {
background: #F9F9F9;
color: black;
padding: 2px;
}
.topictime {
background: #F9F9F5;
color: black;
padding: 2px;
font-weight: normal;
}
.topictime a:link {
font-weight: normal;
}
.topictime a:visited {
font-weight: normal;
}
.topictime a:active {
font-weight: normal;
}
.topictime a:hover {
font-weight: normal;
}
.alt-newintopic {
background: #dedfdf;
color: black;
padding: 2px;
}
.alt-topicicon {
background: #dedfdf;
color: black;
padding: 2px;
}
.alt-topicsubject {
background: #dedfdf;
color: black;
padding: 2px;
font-weight: normal;
}
.alt-topicsubject a:link {
font-weight: normal;
}
.alt-topicsubject a:visited {
font-weight: normal;
}
.alt-topicsubject a:active {
font-weight: normal;
}
.alt-topicsubject a:hover {
font-weight: normal;
}
.alt-topicreplies {
background: #dedfdf;
color: black;
padding: 2px;
}
.alt-topicviews {
background: #dedfdf;
color: black;
padding: 2px;
}
.alt-topictime {
background: #dedfdf;
color: black;
padding: 2px;
font-weight: normal;
}
.alt-topictime a:link {
font-weight: normal;
}
.alt-topictime a:visited {
font-weight: normal;
}
.alt-topictime a:active {
font-weight: normal;
}
.alt-topictime a:hover {
font-weight: normal;
}
.new-newintopic {
background: #C2F8F7;
color: black;
padding: 2px;
font-weight: bold;
font-size: 10pt !important;
}
.new-topicicon {
background: #C2F8F7;
color: black;
padding: 2px;
font-weight: bold;
font-size: 10pt !important;
}
.new-topicsubject {
background: #C2F8F7;
color: black;
padding: 2px;
font-weight: bold;
font-size: 10pt !important;
}
.new-topicreplies {
background: #C2F8F7;
color: black;
padding: 2px;
font-weight: bold;
font-size: 10pt !important;
}
.new-topicviews {
background: #C2F8F7;
color: black;
padding: 2px;
font-weight: bold;
font-size: 10pt !important;
}
.new-topictime {
background: #C2F8F7;
color: black;
padding: 2px;
font-weight: bold;
font-size: 10pt !important;
}
.new-topictime a:link {
font-weight: bold;
}
.new-topictime a:visited {
font-weight: bold;
}
.new-topictime a:active {
font-weight: bold;
}
.new-topictime a:hover {
font-weight: bold;
}
.new-alt-newintopic {
background: #9FEBEA;
color: black;
padding: 2px;
font-weight: bold;
}
.new-alt-topicicon {
background: #9FEBEA;
color: black;
padding: 2px;
font-weight: bold;
font-size: 10pt !important;
}
.new-alt-topicsubject {
background: #9FEBEA;
color: black;
padding: 2px;
font-weight: bold;
font-size: 10pt !important;
}
.new-alt-topicreplies {
background: #9FEBEA;
color: black;
padding: 2px;
font-weight: bold;
font-size: 10pt !important;
}
.new-alt-topicviews {
background: #9FEBEA;
color: black;
padding: 2px;
font-weight: bold;
font-size: 10pt !important;
}
.new-alt-topictime {
background: #9FEBEA;
color: black;
padding: 2px;
font-weight: bold;
font-size: 10pt !important;
}
.new-alt-topictime a:link {
font-weight: bold;
}
.new-alt-topictime a:visited {
font-weight: bold;
}
.new-alt-topictime a:active {
font-weight: bold;
}
.new-alt-topictime a:hover {
font-weight: bold;
}
.inline_selected {
font-size: 10pt;
font-weight: bold;
color: #333;
background: #F1F1DB;
padding: 2px;
}
.inline_selected a:link {
font-weight: bold;
}
.inline_selected a:visited {
font-weight: bold;
}
.inline_selected a:active {
font-weight: bold;
}
.inline_selected a:hover {
font-weight: bold;
}
.inline_selector {
background: #F1F1DB;
color: black;
padding: 2px;
}
.post_inner img{

vertical-align:bottom;

}
.subjecttable {
font-size: 10pt !important;
font-weight: bold;
color: black;
background: #BC85CD;
padding: 2px;
border-top: 1px solid #808080;
border-bottom: 1px solid #808080;
border-collapse: collapse;
}
.newsubjecttable {
font-size: 10pt !important;
font-weight: bold;
color: black;
background: #9FEBEA;
padding: 2px;
border-top: 1px solid #808080;
border-bottom: 1px solid #808080;
border-collapse: collapse;
}
.author-content {
background: #EEEEDD;
color: black;
padding: 0.5em;
border-bottom: 0px;
}
.post-content {
border-left: 1px solid #DDDDBB;
background: #F9F9F9;
color: black;
padding: 0.5em;
}
.post-options {
border-left: 1px solid #DDDDBB !important;
background: #F9F9F5;
color: black;
padding: 2px;
}
.post-buttons {
border: 1px solid #886699;
font-size: 8pt;
font-weight: normal;
color: #357082;
background: #DDDDBB;
padding: 0.1em 0.5em;
font-family: Verdana,sans-serif;
float: right;
margin: 0.1em;
}
.post-buttons a:link {
font-weight: normal;
text-decoration: none;
}
.post-buttons a:visited {
font-weight: normal;
text-decoration: none;
}
.post-buttons a:active {
font-weight: normal;
text-decoration: none;
}
.post-buttons a:hover {
font-weight: normal;

}
.post_inner {
display: block;
max-width: 100%;
overflow: auto;
}
.signature {
margin-top: 10px;
margin-bottom: 5px;
}
.pollcolor {
background: #ff0000;
color: black;
border: 1px solid #000000;
}
.private_unread {
border-top: 1px solid #DDDDBB;
border-left: 1px solid #DDDDBB;
background: #EEEEDD;
color: black;
font-size: 8pt;
padding: 2px;
}
.post_top_link {
border-top: 0px;
background: #EEEEDD;
color: black;
font-size: 8pt;
padding: 2px;
font-weight: normal;
}
.post_top_link a:link {
font-weight: normal;
}
.post_top_link a:visited {
font-weight: normal;
}
.post_top_link a:active {
font-weight: normal;
}
.post_top_link a:hover {
font-weight: normal;
}
.markup_panel {
font-size: 10pt;
font-weight: bold;
color: #666666;
background: #EEEECC;
padding: 2px;
border: 1px solid #666666;
}
.markup_panel_normal_button {
background: #EEEECC;
color: #FFFFFF;
border: 1px solid #666666;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 1px;
border-collapse: collapse;
cursor: pointer;
}
.markup_panel_hover_button {
background: #FFFFDD;
color: #FFFFFF;
border: 1px solid #666666;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 1px;
border-collapse: collapse;
cursor: pointer;
}
.markup_panel_down_button {
background: #CCCCAA;
color: #FFFFFF;
border: 1px solid #666666;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 1px;
border-collapse: collapse;
cursor: pointer;
}
.markup_panel_popup {
border: 1px solid #000000;
background: #F9F9F9;
color: #333333;
padding: 2px;
}
.markup_panel_unselect_text {
background: #FFFFFF;
border: solid 1px #FFFFFF;
width: 90%;
margin: 0px;
padding: 0px;
}
.markup_panel_select_text {
background: #FFCC00;
border: solid 1px #000000;
width: 100%;
margin: 0px;
padding: 0px;
}
.active_popup,
.usercp_popup,
.options_popup,
.folder_popup,
.rating_popup{
display:block;
}

.popup_menu {
border-collapse: collapse;
}
.popup_menu_header {
font-size: 10pt;
font-weight: bold;
color: #333;
background: #EEEECC;
padding: 2px;
border: 1px solid #666666;
}
.popup_menu_content {
background: #E6E6E6;
font-size: 9pt;
color: #6D2688;
font-weight: bold;
border: 1px solid #666666;
padding: 0px;
white-space: nowrap;
}
.popup_menu_highlight {
background: #F9F9F9;
font-size: 9pt;
color: #6D2688;
font-weight: bold;
border: 1px solid #666666;
padding: 0px;
white-space: nowrap;
}
.ubbcode-block {
margin: 5px 2em;
background: inherit;
border: 1px solid #E6E6E6;
padding: 0px;
border-spacing: 0px;
}
.ubbcode-header {
display: block;
font-weight: normal;
padding: 4px;
color: black;
background: #E6E6E6;
border-bottom: 1px solid #E6E6E6;
font-size: 8pt;
}
.ubbcode-body {
margin: 4px;
overflow: auto;
font-size: 10pt;
display: block;
}
.bbcodecomment {
color: green;
}
.bbcodedefault {
color: #000000;
}
.bbcodekeyword {
color: maroon;
}
.bbcodestring {
color: goldenrod;
}
.bbcodehtml {
color: dodgerblue;
}
.tab_grippy {
background: #FFFFFF;
border: 1px solid #666666;
border-bottom: 0px;
color: black;

}
.tab_grippy_sel {
background: #EEEECC;
border: 1px solid #666666;
border-bottom: 0px;
color: #666;
}
form {
display: inline;
margin-bottom: 0;
}
.form-input {
background-color: #ffffff;
color: #000000;
font-size: 10pt;
}
.form-select {
background-color: #ffffff;
color: #000000;
font-size: 10pt;
}
.form-button {
background-color: #dedfdf;
color: #000000;
font-size: 10pt;
}
.date {
color: #8800AA;
}
.time {
font-size: 9pt;
}
.small {
font-size: 8pt !important;
font-weight: normal !important;
}
.standouttext {
color: #ff0000;
background: none;
}
.adminname,
.adminname a:link,
.adminname a:hover,
.adminname a:visited,
.adminname a:active {
color: #FF0000;
}

.modname,
.modname a:link,
.modname a:hover,
.modname a:visited,
.modname a:active {
color: #00AA00;
}
.globalmodname {
color: #00AAFF;
}
.shout_border {
border: 1px solid #EEEEDD;
margin: 0px;
}
.shout_delete {
font-size: 7pt;
}
.popup_content_header {
width: 502px;
display: block;
font-weight: bold;
padding: 4px;
color: #333;
background: #EEEECC;
border: 1px solid #AAAAAA;
border-bottom: 1px solid #AAAA11;
font-size: 8pt;
}
.popup_content {
width: 502px;
overflow: auto;
font-size: 10pt;
display: block;
background: white;
border: 1px solid #AAAAAA;
padding: 4px;
color: black;

}
.search_highlight {
background: #C77;
color: white;
}
.email-body {
background: #FFF;
border: 1px solid #000;
padding: 4px;
border-collapse: collapse;
border: 1px solid #0F0F0F;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.email-header {
background: dodgerblue;
color: #000;
font-size: 10pt;
padding:4px;
border-bottom: 1px solid #224988;
text-align:center;
}
.email-tdheader {
padding: 4px 6px;
color: #E0E0E0;
background: #2E669A;
border: 1px solid #224988;
border-bottom: 0px;
font-size: 10pt;
}
.email-tdbody {
background: #DFE6EF;
color: #000;
padding: 4px 6px;
border: 1px solid #224988;
font-size: 10pt;
}
.email-footer {
background: dodgerblue;
color: #000;
font-size: 10pt;
padding:4px;
border-top: 1px solid navy;
text-align:center;
}
.pagination,
.pagination th,
.pagination td,
.pagination td a,
.pagination td a:link,
.pagination td a:visited,
.pagination td a:focus,
.pagination td a:hover,
.pagination td a:active {
  font-weight: bold !important;
  font-size: 10pt !important;
}

.small a,
.small a:link,
.small a:visited,
.small a:focus,
.small a:hover,
.small a:active {
  font-weight: normal;
  font-size: 8pt;
}

.controlcontainer .t_standard,
.controlcontainer .t_standard td,
.controlcontainerbottom .t_standard,
.controlcontainerbottom .t_standard td {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid gray;
  margin-left: 4px;
  font-weight: normal;
}

.controlcontainer .t_standard,
.controlcontainer .t_standard td {
  border-bottom: 0px none transparent !important;
}

.controlcontainerbottom .t_standard,
.controlcontainerbottom .t_standard td {
  border-top: 0px none transparent !important;
}

.controlcontainerbottom div .pagination {
  margin-top: 1px;
}

.controlcontainer .t_standard a,
.controlcontainerbottom .t_standard a {
  font-weight: normal;
}

.welcomecontainer {
  border:  1px solid gray !important;
  padding: 2px;
  background-color: white;
}

.noymargins {
  margin-bottom:        0px;
  margin-top:        0px;
}

.t_outer .noymargins {
  border:  1px solid #808080;
  border-bottom: none;
}

.t_outer .noymargins {
  border-top: none;
}

#prev-next-links {
  border-top: 1px solid #808080;
}

table.mypreftable {
  border-collapse: collapse;
  border:       1px solid gray;
  padding: 0;
  margin: 0;
}

table.mypreftable th,
table.mypreftable td {
  border:       1px solid gray;
  padding:      0.2em 0.5em;
  font-weight:  normal;
}

table.mypreftable th {
  background-color: #EEEEDD;
  width:            30%;
  text-align:       right;
}

table.mypreftable td {
  background-color: #f7f7f7;
}

table.mypreftable tr.avatar-optionrow td.nobottomline {
  border-bottom: hidden;
}

table.mypreftable tr.avatar-optionrow td.middle {
  border-left: hidden;
  border-right: hidden;
  width:  1em;
}

table.profile tr {
  vertical-align:    top;
}

table.profile th {
  font-weight:       bold;
  text-align:        left;
}

table.profile td {
  padding-left: 1em;
}
