body, td {
  font-family: "Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;
  font-size: 12pt;
  line-height: 18pt;
  color: #353535;
  text-align: justify;
  margin: 0;
}

td {
  vertical-align: top;
}

hr {
  border: 1px #B6B6B6 dotted;
  width: 100%;
  height: 1px;
}

a:link, a:visited {
  color: #B81919;
}

a:hover {
  color: #000000;
}

img {
  border: none;
}

h1, .pageover {
  font-size: 14pt;
  color: #B81919;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}

input, textarea, select {
  width: 100%;
  font-size: 11pt;
  font-family: "Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;
}

table {
  border-spacing: 0px;
}

.fullwidth {
  width: 100%;
}

.siteblock, .widesiteblock {
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.siteblock {
  max-width: 965px;
}

.widesiteblock {
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
}

@media(max-width: 985px) {
  .siteblock {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media(max-width: 800px) {
  .main_block_bg_screen {
    padding-left: 10px;
  }
}

#sitetitle {
  padding-top: 36px;
  padding-bottom: 6px;
  margin-left: 38px;
}

#usermenu {
  text-align: right;
  float: right;
}

#topmenu {
  padding: 10px;
  padding-left: 20px;
}

.check {
  width: 20px;
}

.headcontent {
  padding-left: 26px;
  padding-right: 26px;
  height: 40px;
}

h2, .over {
  font-size: 13pt;
  font-weight: bold;
  color: #B81919;
  margin-top: 0;
}

h2.altcolor {
  color: #222;
}

h2.darkbg {
  color: #eee;
}

.menu a:link, .menu a:visited {
  color: #000000;
  text-decoration: none;
}

.menu a:hover {
  color: #B81919;
  text-decoration: underline;
}

.selectedmenu {
  color: #B81919;
  font-size: 12pt;
}

.submenu {
  float: left;
  width: 200px;
  height: 100%;
  margin-right: 16px;
}

.submenu div {
  padding-left: 16px;
}

.smalltalk {
  font-size: 10pt;
}

.smaller {
  font-size: 9pt;
}

button, .button {
  width: 65pt;
}

.indent {
  padding-left: 26pt;
}

.frontbox {
  width: 175px;
  height: 175px;
  background-color: #BF3030;
  color: #FFFFFF;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-size: 26px;
}

.warn {
  color: red;
}

.err_message {
  text-align: center;
  margin: 10px;
  color: red;
  font-size: 11pt;
}

.list {
}

.list tbody td, .list thead td {
  border-bottom: 1px solid #B6B6B6;
  padding: 4px;
}

.list thead td {
  font-weight: bold;
}

.listitemshift {
  background-color: #F2F2F2;
}

.forumthread {
  border: 1px solid #B6B6B6;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 6px;
  width: 100%;
  border-spacing: 0px;
}

.forumthread td {
  padding: 4px;
}

.forumthreadcontent {
  padding: 4px;
}

.forumthreadleft {
  background-color: #F2F2F2;
  padding: 4px;
  width: 120pt;
}

.whatsnew .img, .whatsnew .img_wide img {
  border: 1px solid black;
}

.whatsnew .img_wide {
  width: 482px;
  float: right;
  text-align: right;
}

.whatsnew .desc_narrow {
  float: left;
  width: 365px;
}

.whatsnew .img {
  width: 392px;
  float: right;
  text-align: right;
  font-size: 1px;
  line-height: 1px;
}

.whatsnew .desc {
  float: left;
  width: 505px;
  padding-bottom: 16px;
}

.user_guide_dl_preset {
  float: right;
  width: auto;
  margin-left: 30px;
  margin-top: 20px;
}

.strongred {
  color: #B81919;
  font-weight: bold;
}

.paging {
  margin-top: 6px;
  font-size: 11pt;
  text-align: center;
}

.index_download_text_container {
  width: 440px;
}

.index_download_text {
  font-size: 34px;
  line-height: 30px;
  font-style: italic;
  color: #484848;
  text-shadow: 1px 1px 2px #BBB;
}

.bullet {
  width: 8px;
  height: 8px;
  margin-right: 12px;
}

.screenshot {
  box-shadow: 3px 3px 6px #666;
}

.text-center {
  text-align: center;
}

.clear {
  clear: both;
}

.mainadbox {
  right: 20px;
  position: absolute;
}

.downloadadbox {
  margin-top: 70px;
}

.downloadrightbox {
  float: right;
  text-align: center;
}

.downloaddetails {
  border-spacing: 0px;
}

.downloaddetails tr td:first-child {
  width: 60pt;
}

.main_block_bg_screen {
  background: url(/img/background.jpg) #626821;
  color: black;
}

.main_block_screen {
  margin: auto;
  max-width: 800px;
  padding-bottom: 10px;
  padding-top: 30px;
}

.main_block_title {
  font-size: 40pt;
  font-family: 'Georgia', 'Times';
}

.main_block_subtitle {
  font-size: 14pt;
}

a.btn_download, a.btn_download_beta {
  display: block;
  text-decoration: none;
  color: white;
  background-color: #B81919;
  padding: 8px;
  width: 160px;
  border-radius: 4px;
  text-align: center;
  font-size: 12pt;
}

a.btn_download_beta {
  background-color: #1b5a73;
}

.block_bg_grey {
  background-color: #eee;
}

.block_bg_dark {
  background-color: #333;
  color: #dbdbdb;
}

.block_bg_dark a {
  color: white;
}

.halfcolumn {
  float: left;
  width: 50%;
}

.leftcolumn {
  padding-right: 40px;
}

.rightcolumn {
  padding-left: 40px;
}

.block_bg_red {
  background-color: #B81919;
  color: #ebebeb;
  background: linear-gradient(to right, #b81919 0%,#b81919 81%,#7f1111 100%);
}

.block_bg_red h2 {
  color: #eee;
}

.block_bg_red a {
  color: white;
}

.userguide_menu {
  width: 20%;
  float: left;
  padding-bottom: 250px;
  line-height: 19pt;
}

.userguide_content {
  width: 80%;
  float: left;
  padding-bottom: 250px;
}

.tag-table {
  width: 100%;
}

.tag-table tr {
  vertical-align: top;
}

.tag-table td:first-child {
  width: 195px;
}

.tag-table td {
  padding-bottom: 18px;
}

@media(max-width: 500px) {
  .userguide_menu {
    width: 30%;
  }

  .userguide_content {
    width: 70%;
  }
}

.userguide_content img {
  max-width: 60%;
  height: auto;
}

.text-right {
  text-align: right;
}

.floatright, .float-right {
  float: right;
}

.buybutton {
  font-weight: bold;
  margin-bottom: 9px;
}

.buybutton a:link, .buybutton a:hover, .buybutton a:visited,  {
  text-decoration: none;
}

.buybutton_left {
  display: inline-block;
  background-color: #6c45cf;
  font-size: 12pt;
  padding: 9px 22px;
  padding-bottom: 10px;
  border-radius: 5px 0 0 5px;
  color: #fff;
}

.buybutton_right {
  display: inline-block;
  background-color: #fff;
  font-size: 13pt;
  padding: 9px 22px;
  padding-bottom: 10px;
  border-radius: 0 5px 5px 0;
  color: #666;
  min-width: 77px;
}

.buybutton_right:empty:before {
  content: "\200b";
}
.view_site_title {
  font-size: 17pt;
  color: #B81919;
  font-family: 'Georgia', 'Times';
}

.batchphoto_img {
  float: left;
  margin-right: 20px;
}

.batchphoto_paragraph {
  max-width: 480px;
}

.batchphoto_paragraph_list {
  padding-top: 16px;
}

.batchphoto_paragraph_list ul {
  margin-top: 0;
}

.forum_col_recent_post {
  width: 80pt;
}

.forum_col_posts {
  width: 40pt;
}

@media (max-width: 800px) {
  .forum_col_author {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
  }
}

@media(max-width: 650px) {
  .forum_col_posts {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
  }
}

.main_image_screenshot {
  width: 800px;
  height: auto;
}

@media(max-width: 800px) {
  .main_image_screenshot {
    max-width: 95%;
    height: auto;
  }
}

.float-left {
  float: left;
}

.language_col1 {
  width: 130pt;
}

.payment-methods {
  width: 238px;
  opacity: 0.7;
}

.grey, .grey-box, .grey-box a:link, .grey-box a:visited {
  color: #777;
}

.page {
  page-break-after: always;
  page-break-inside: avoid;
  margin-bottom: 30px;
}

.page:last-child {
  page-break-after: avoid;
}


@media print {
  .menuitems, #usermenu {
    display: none;
  }
}

@media print {
  .userguide_content {
    width: 100%;
    float: none;
    padding-bottom: 0px;
  }
}

.betabox {
  background-color: #98d7ef;
  color: #0d3e51;
  padding: 10px;
  border-radius: 8px;
}

.betabox h2 {
  color: #1b5a73;
}

.betabox a:link, .betabox a:visited {
  color: #1b5a73;
}

.betabox a.btn_download_beta {
  color: white;
}

.warnbox {
  color: red;
}