/* Colors */
/* Forum overview */
#forum-area .forum-subliner {
  padding: 6px;
}
#forum-area .create-topic-button-container {
  padding-top: 10px;
}
#forum-area #loading-forum-posts-wait {
  margin-top: 15px;
  padding-left: 10px;
}
#forum-area #loading-forum-posts-wait {
  color: #5b5854;
  text-shadow: 1px 1px white;
}
H2.forum-right {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 14pt;
  letter-spacing: 0px;
  font-weight: bold;
}
.forum-overview-left {
  background: transparent url('/content/img/mote/backgrounds/bg_forum_overview.png') repeat-y center right;
  width: 770px;
  float: left;
  margin-top: -7px;
  padding-top: 15px;
}
#forum-overview-end-fade {
  background: transparent url('/content/img/mote/backgrounds/bg_forum_overview_end.png') no-repeat center right;
  overflow: hidden:width:770px;
  height: 151px;
  margin-bottom: -16px;
}
#forum-overview-sidebar {
  width: 220px;
  padding-top: 10px;
  overflow: hidden;
}
#forum-overview-sidebar h3 {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 14pt;
  letter-spacing: 0px;
  font-weight: bold;
}
H1#topic_sort_header {
  font-size: 32pt;
}
H1#topic_sort_header .smallgrey {
  display: none;
}
.forum-overview-content-modifier LI {
  padding: 0px;
  border: 0px;
  margin: 0px;
}
#forum-area #forum-overview-content-modifier-placeholder {
  height: 270px;
  width: 200px;
  overflow: hidden;
}
#forum-area UL.forum-overview-content-modifier {
  margin-top: -10px;
  width: 250px;
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  z-index: 3;
  margin-left: -38px;
}
#forum-area UL.forum-overview-content-modifier LI {
  padding: 6px;
  padding-left: 40px;
  color: #ca2489;
  font-weight: bold;
  background: transparent url('/content/img/mote/backgrounds/bg_sidebar_border.gif') no-repeat 40px 27px;
}
#forum-area UL.forum-overview-content-modifier LI A {
  color: #ca2489;
}
#forum-area UL.forum-overview-content-modifier LI .smallgrey {
  color: #999999;
}
#forum-area UL.forum-overview-content-modifier LI.active {
  margin-top: -1px;
  padding: 8px;
  padding-left: 40px;
  color: white;
  background: transparent url('/content/img/mote/backgrounds/bg_sidebar_activemenu.png') no-repeat;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#forum-area UL.forum-overview-content-modifier LI.active A {
  color: white;
  background: transparent url('/content/img/mote/backgrounds/bg_sidebar_activemenu.png') no-repeat;
  text-shadow: 1px 1px #64626a;
}
#forum-area UL.forum-overview-content-modifier LI.active .smallgrey {
  color: white;
}
#forum-area UL.forum-overview-content-modifier LI.active A:hover {
  text-decoration: none;
}
#forum-area UL.forum-overview-content-modifier LI A:hover {
  text-decoration: underline;
}
#forum-area #no-forum-results {
  text-align: center;
  padding: 40px;
  font-size: 14pt;
  font-weight: bold;
  color: #5b5854;
  text-shadow: 1px 1px white;
}
#forum-area DIV.forumsearch-button {
  padding: 0px;
  cursor: pointer;
  position: absolute;
  z-index: 4;
  margin-left: 194px;
  margin-top: -25px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background: transparent url('/content/img/mote/icons/icon_searchmenu.png') no-repeat 0px 0px;
}
#forum-area INPUT.forumsearch {
  width: 205px;
  vertical-align: top;
  margin-top: 0px;
}
#forum-area SPAN.forum-overview-answer-count {
  float: right;
  margin-right: 8px;
  margin-top: -5px;
  height: 32px;
  text-decoration: none;
  display: inline-block;
  padding-left: 4px;
  color: #b9b5c0;
  font-size: 12pt;
  font-weight: bold;
  background-image: url('/Content/Img/mote/backgrounds/bg_forumcount_left.png');
  background-repeat: no-repeat;
}
#forum-area SPAN.forum-overview-answer-count span {
  display: inline-block;
  height: 32px;
  background-image: url('/Content/Img/mote/backgrounds/bg_forumcount_right.png');
  padding-right: 4px;
  background-repeat: no-repeat;
  background-position: right top;
}
#forum-area SPAN.forum-overview-answer-count span span {
  display: inline-block;
  padding: 0px;
  padding-top: 8px;
  padding-right: 6px;
  padding-left: 6px;
  height: 32px;
  padding-bottom: 4px;
  background-image: url('/Content/Img/mote/backgrounds/bg_forumcount.png');
  background-repeat: repeat-x;
}
/* Wait */
#forum-area .results-wait {
  padding: 70px;
  padding-left: 200px;
}
#forum-area .results-wait IMG {
  float: left;
  margin-right: 10px;
}
#forum-area .results-wait .wait-text {
  font-size: 12pt;
  font-weight: bold;
  text-shadow: 1px 1px white;
  color: #5b5854;
  padding-top: 3px;
}
#forum-area .reply-button-wait .results-wait {
  padding: 0px;
}
/* Paging */
#forum-area .paging_item {
  margin-right: 0px;
}
#forum-area A.active-paging {
  text-shadow: -1px -1px #7e7c83;
  height: 31px;
  text-decoration: none;
  display: inline-block;
  padding-left: 4px;
  color: white;
  font-size: 15pt;
  font-weight: bold;
  background-image: url('/Content/Img/mote/buttons/activepaging_left.png');
  background-repeat: no-repeat;
}
#forum-area A.active-paging span {
  display: inline-block;
  height: 31px;
  background-image: url('/Content/Img/mote/buttons/activepaging_right.png');
  padding-right: 4px;
  background-repeat: no-repeat;
  background-position: right top;
}
#forum-area A.active-paging span span {
  display: inline-block;
  padding: 0px;
  padding-top: 3px;
  padding-right: 5px;
  padding-left: 5px;
  height: 31px;
  padding-bottom: 4px;
  background-image: url('/Content/Img/mote/buttons/activepaging.png');
  background-repeat: repeat-x;
}
#forum-area A.paging {
  text-shadow: 1px 1px white;
  cursor: pointer;
  height: 31px;
  text-decoration: none;
  display: inline-block;
  padding-left: 4px;
  color: #ca2489;
  font-size: 15pt;
  font-weight: bold;
  background-image: url('/Content/Img/mote/buttons/paging_left.png');
  background-repeat: no-repeat;
}
#forum-area A.paging span {
  display: inline-block;
  height: 31px;
  background-image: url('/Content/Img/mote/buttons/paging_right.png');
  padding-right: 4px;
  background-repeat: no-repeat;
  background-position: right top;
}
#forum-area A.paging span span {
  display: inline-block;
  padding: 0px;
  padding-top: 3px;
  padding-right: 6px;
  padding-left: 6px;
  height: 31px;
  padding-bottom: 4px;
  background-image: url('/Content/Img/mote/buttons/paging.png');
  background-repeat: repeat-x;
}
/* Tags */
#tagcloud .tag_cloud_item {
  font-weight: normal;
}
#forum-area DIV.tag-cloud {
  line-height: 23px;
}
#forum-area DIV.tag-cloud A {
  font-weight: normal;
  vertical-align: middle;
}
#forum-area DIV.tag-cloud A.tagbig {
  font-size: 13pt;
  color: #ca2489;
}
#forum-area DIV.tag-cloud A.tagmedium {
  font-size: 11pt;
  color: #a166ac;
}
#forum-area DIV.tag-cloud A.tagsmall {
  font-size: 9pt;
  color: #c099c7;
}
#forum-area A.selected-tag {
  vertical-align: middle;
  height: 26px;
  text-decoration: none;
  display: inline-block;
  padding-left: 12px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) !important;
  color: white !important;
  font-size: 11pt !important;
  font-weight: bold !important;
  background-image: url('/Content/Img/mote/backgrounds/bg_selectedtag_left.png');
  background-repeat: no-repeat;
}
#forum-area A.selected-tag span {
  display: inline-block;
  height: 26px;
  background-image: url('/Content/Img/mote/backgrounds/bg_selectedtag_right.png');
  padding-right: 12px;
  background-repeat: no-repeat;
  background-position: right top;
}
#forum-area A.selected-tag span span {
  display: inline-block;
  padding: 0px;
  padding-top: 1px;
  padding-right: 0px;
  padding-left: 0px;
  height: 26px;
  padding-bottom: 4px;
  background-image: url('/Content/Img/mote/backgrounds/bg_selectedtag.png');
  background-repeat: repeat-x;
}
/*#forum-area .tag_cloud_item { padding-left:4px;padding-right:4px; }*/
/* Forum overview list template */
.forum-overview-list {
  text-shadow: 1px 1px white;
}
.forum-overview-list-row {
  width: 690px;
  padding: 0px;
}
.forum-overview-list-row HR {
  width: 690px;
}
.forum-overview-list-row .overview-list-thumb {
  width: 50px;
}
.forum-overview-list-row .overview-list-topic {
  width: 340px;
  padding-left: 15px;
  overflow: hidden;
}
.forum-overview-list-row .overview-list-answers {
  width: 175px;
  font-size: 9pt;
  color: #555555;
  overflow: hidden;
}
.forum-overview-list-row .overview-list-answers A {
  font-weight: normal;
}
.forum-overview-list-row .list-category-link, .forum-overview-list-row .list-nick-link {
  font-weight: normal;
}
.forum-overview-list-row .list-topic-link {
  color: #555555;
  font-size: 13pt;
}
.forum-overview-list-row .list-topic-link:hover {
  color: #ca2489;
}
.forum-overview-list-row .overview-list-thumb-img {
  border: 1px solid #cccccc;
  padding: 3px;
  background: white;
  width: 40px;
  height: 40px;
}
.forum-overview-list-row .overview-list-thumb-img-shadow {
  background: transparent url('/content/img/mote/backgrounds/bg_forum_thumb_shadow.png') no-repeat;
  width: 51px;
  height: 9px;
  overflow: hidden;
  margin-top: -4px;
  margin-left: 0px;
}
/* Create topic */
#forum-area #add_title {
  font-weight: bold;
  width: 400px;
  font-size: 14pt;
}
#forum-area #add_desc {
  width: 600px;
  height: 200px;
  font-size: 12pt;
}
#forum-area #add_category {
  padding: 4px;
}
#forum-area .side-column-create-topic {
  width: 100px;
}
#forum-area .create-topic-wait-icon {
  vertical-align: middle;
  margin-right: 10px;
}
#forum-area SPAN#create-topic-save-wait {
  color: #5b5854;
}
#forum-area .topic-preview {
  margin-left: 47px;
  margin-top: -12px;
  display: none;
  position: absolute;
  z-index: 32;
  background: transparent url('/content/img/mote/backgrounds/bg_topic_preview.png') no-repeat;
  width: 454px;
  height: 148px;
  overflow: hidden;
}
#forum-area .topic-preview A {
  color: #ca2489;
  font-size: 13pt;
}
#forum-area .topic-preview A:hover {
  color: #ca2489;
  text-decoration: none;
}
#forum-area .topic-preview-inner {
  padding: 25px;
}
#forum-area .topic-preview-static {
  margin-top: -12px;
}
/* Show discussion */
#forum-area .t2 {
  font-size: 32pt;
  margin-top: 10px;
}
#forum-area .forum-thumb {
  float: left;
  margin-right: 27px;
  margin-top: 4px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
}
#forum-area .forum-thumb IMG {
  width: 70px;
  height: 70px;
}
#forum-area .forum-thumb-arrow {
  background: transparent url('/content/img/mote/backgrounds/bg_forumtopic_arrow.png') no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 30;
  margin-top: 25px;
  margin-left: 81px;
}
#forum-area .post-content {
  width: 666px;
  overflow: hidden;
  float: left;
}
#forum-area .post-content .message-text {
  font-size: 12pt;
}
#forum-area .post-content .post-middle {
  width: 650px;
  overflow: hidden;
  background: transparent url('/content/img/mote/backgrounds/bg_forumtopic.png') repeat-y;
}
#forum-area .post-content .post-middle-inner {
  padding: 25px;
}
#forum-area .post-content .post-top {
  width: 666px;
  height: 4px;
  background: transparent url('/content/img/mote/backgrounds/bg_forumtopic_top.png') no-repeat;
}
#forum-area .post-content .post-bottom {
  width: 666px;
  height: 4px;
  background: transparent url('/content/img/mote/backgrounds/bg_forumtopic_bottom.png') no-repeat;
}
#forum-area .reply-header {
  color: #5b5854;
  margin-top: -10px;
}
#forum-area #reply-topic-area .post-middle {
  background: transparent url('/content/img/mote/backgrounds/bg_replytopic.png');
}
#forum-area #reply-topic-area .post-content .post-top {
  width: 650px;
  height: 4px;
  background: transparent url('/content/img/mote/backgrounds/bg_replytopic_top.png') no-repeat;
}
#forum-area #reply-topic-area .post-content .post-bottom {
  width: 650px;
  height: 83px;
  background: transparent url('/content/img/mote/backgrounds/bg_replytopic_bottom.png') no-repeat;
}
#forum-area  #reply-topic-area .forum-thumb-arrow {
  background: transparent url('/content/img/mote/backgrounds/bg_replytopic_arrow.png') no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 30;
  margin-top: 25px;
  margin-left: 81px;
}
#forum-area #editor_bbcode {
  font-size: 12pt;
  height: 30px;
}
#forum-area .reply-success-text {
  color: #5b5854;
  font-size: 12pt;
  font-weight: bold;
  padding-top: 10px;
  text-shadow: 1px 1px white;
}
#forum-area .modify-text {
  width: 515px;
  font-size: 12pt;
  margin-bottom: 10px;
}
#forum-area .input-modify-wait {
  display: none;
}
#forum-area .input-modify-wait .wait-text {
  color: #5b5854;
  font-size: 12pt;
  font-weight: bold;
  padding-top: 2px;
  text-shadow: 1px 1px white;
  float: left;
}
#forum-area .input-delete-wait {
  display: none;
}
#forum-area .input-delete-wait .wait-text {
  color: #5b5854;
  font-size: 12pt;
  font-weight: bold;
  padding-top: 2px;
  text-shadow: 1px 1px white;
  float: left;
}
#forum-area .confirm-delete-message {
  padding: 15px;
  display: none;
}
/* Dropdown menu */
#forum-area .topic-dropdown {
  position: absolute;
  z-index: 40;
  margin-left: 485px;
  margin-top: -15px;
}
#forum-area .topic-dropdown .menu-label {
  display: none;
  padding: 11px;
  cursor: pointer;
  color: #999999;
  text-shadow: 1px 1px white;
}
#forum-area .topic-dropdown .topic-icon {
  margin-right: 60px;
  margin-top: 9px;
  cursor: pointer;
}
#forum-area .topic-dropdown .topic-dropdown-menu UL {
  list-style: none;
  margin: 0px;
  padding: 4px;
}
#forum-area .topic-dropdown .topic-dropdown-menu UL LI {
  text-shadow: 1px 1px white;
  cursor: pointer;
  padding: 5px;
  padding-left: 8px;
  border-bottom: 1px solid #cccccc;
  font-size: 11pt;
}
#forum-area .topic-dropdown .topic-dropdown-menu UL LI:hover {
  background: #f5f4f1;
  color: #ca2489;
}
#forum-area .topic-dropdown .topic-dropdown-inner {
  width: 173px;
  height: 34px;
  overflow: hidden;
}
#forum-area .topic-dropdown .topic-dropdown-menu {
  display: none;
  width: 173px;
  overflow: hidden;
  background: transparent url('/content/img/mote/backgrounds/bg_topic_dropdown.png') repeat-y;
}
#forum-area .topic-dropdown .topic-dropdown-bottom {
  display: none;
  width: 173px;
  height: 6px;
  overflow: hidden;
  background: transparent url('/content/img/mote/backgrounds/bg_topic_dropdown_bottom.png') no-repeat;
}
#forum-area .topic-dropdown-active .menu-label {
  display: block;
}
#forum-area .topic-dropdown-active .topic-dropdown-inner {
  background: transparent url('/content/img/mote/backgrounds/bg_topic_dropdown_top.png') no-repeat;
}
#forum-area .topic-dropdown-active .topic-dropdown-menu {
  display: block;
}
#forum-area .topic-dropdown-active .topic-dropdown-bottom {
  display: block;
}
#forum-area div.authorsuggest {
  display: none;
  position: absolute;
  z-index: 100;
  width: 250px;
  border: 1px solid #cccccc;
  background: white;
}
#forum-area div.authorsuggest UL {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#forum-area div.authorsuggest UL LI {
  padding: 7px;
  border-bottom: 1px solid #cccccc;
}
#forum-area LI.selectedauthorsuggestion {
  padding: 7px;
  border-bottom: 1px solid #cccccc;
  color: black;
  cursor: pointer;
  background: #f5f4f1;
}
#forum-area div.authorsuggest UL LI:hover {
  padding: 7px;
  border-bottom: 1px solid #cccccc;
  color: black;
  cursor: pointer;
  background: #f5f4f1;
}
/* Widgets */
#forum-area .ad-forum-widget-box {
  margin: 10px 0px 10px 0px;
  width: 535px;
}
#forum-area .ad-forum-widget-box .iboxblue {
  padding: 10px;
}
#forum-area .ad-forum-widget-box .thumb {
  width: 500px;
}
#forum-area .ad-forum-widget-box .ad-widget-description {
  width: 480px;
  overflow: hidden;
  text-shadow: 1px 1px white;
  padding-left: 15px;
  padding-bottom: 10px;
}
#forum-area .ad-forum-widget-box h2 A {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 17pt;
  font-weight: bold;
  letter-spacing: 0px;
}
#forum-area .ad-forum-widget-box .ad-forum-widget-image-box {
  width: 500px;
  height: 280px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
}
#forum-area .ad-forum-widget-box A IMG {
  position: absolute;
  width: 500px;
}
#forum-area .ad-forum-widget-box .ad-forum-widget-image-box {
  overflow: hidden;
  position: relative;
}
#forum-area .ad-forum-widget-box .PriceField {
  margin-top: 5px;
  margin-bottom: 5px;
}
#forum-area .related-ads-box {
  padding-bottom: 15px;
}
#forum-area .related-ads-box IMG {
  width: 200px;
}
#forum-area .related-ads-box .description {
  padding: 3px;
  padding-left: 10px;
}
.forum-widget .list-topic-link {
  font-size: 13pt;
}
/* Frontpage widget */
.forum-widget-frontpage-container .forum-overview-list-row {
  padding: 0px;
  margin: 0px;
}
.forum-widget-frontpage-container .list-topic-link {
  font-size: 11pt;
}
.forum-widget-frontpage-container .forum-overview-list-row TD {
  padding-bottom: 0px;
}
.forum-widget-frontpage-container HR {
  margin-top: -3px;
  margin-bottom: 4px;
}
.forum-widget-frontpage-container .overview-list-topic {
  padding-bottom: 3px;
  padding-left: 10px;
}
.forum-widget-frontpage-container .overview-list-topic > DIV {
  margin-top: -4px;
}
.forum-widget-frontpage-container .topic-preview-widget {
  margin-left: 42px !important;
  margin-top: -13px !important;
}
.forum-widget-frontpage-container .topic-preview-inner-widget A {
  font-size: 11pt !important;
}
.bbcode-image {
  max-width: 520px;
}
.insert-into-forum-bar {
  width: 626px;
  height: 40px;
  margin-bottom: -1px;
  overflow: hidden;
  background: transparent url('/content/img/mote/backgrounds/bg_insertintoforum.png') no-repeat;
}
.insert-into-forum-bar-reply {
  margin-left: -1px;
  width: 596px;
  height: 40px;
  margin-bottom: -1px;
  overflow: hidden;
  background: transparent url('/content/img/mote/backgrounds/bg_insertintoforumtopic.png') no-repeat;
}
.insert-into-forum-bar > DIV {
  padding: 8px;
  text-shadow: 1px 1px white;
}
.insert-into-forum-bar > DIV A {
  color: #555555;
}
.insert-into-forum-bar > DIV A:Hover {
  text-decoration: none;
  color: #ca2489;
}
.insert-into-forum-bar > DIV IMG {
  vertical-align: middle;
  margin-right: 4px;
  border: 0px;
}
.insert-popup {
  display: none;
  width: 620px;
  position: absolute;
  z-index: 5;
}
.insert-popup-reply {
  width: 590px;
}
.insert-popup INPUT {
  width: 240px;
}
.insert-popup-reply INPUT {
  width: 220px;
}
.insert-popup > DIV {
  padding: 15px;
}

