* {
  margin: 0;
  padding: 0; }

.clear {
  clear: both;
  height: 0; }

.wat-cf {
  display: inline-block; }
  .wat-cf:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

* html .wat-cf {
  height: 1%; }

.wat-cf {
  display: block; }

h1 {
  margin: 15px 0;
  font-size: 22px;
  font-weight: normal; }

h2 {
  font-size: 22px;
  margin: 15px 0;
  font-weight: normal; }

h3 {
  font-size: 18px;
  margin: 10px 0;
  font-weight: normal; }

h4 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal; }

hr {
  height: 1px;
  border: 0; }

p {
  margin: 15px 0; }

a img {
  border: none; }

body {
  font-size: 12px;
  font-family: sans-serif; }

#container {
  width: 960px;
  margin: auto; }

#header, #wrapper {
  padding: 0px; }

#header {
  position: relative;
  padding-top: 1px; }
  #header h1 {
    margin: 0;
    padding: 10px 0;
    font-size: 26px; }
    #header h1 a:link, #header h1 a:active, #header h1 a:hover, #header h1 a:visited {
      text-decoration: none; }

#main {
  width: 70%;
  float: left; }

.actions-bar {
  padding: 10px 1px; }
  .actions-bar .actions {
    float: left; }
  .actions-bar .pagination {
    float: right;
    padding: 1px 0; }

#sidebar {
  width: 25%;
  float: right; }
  #sidebar h3 {
    padding: 10px 15px;
    margin: 0;
    font-size: 13px; }
  #sidebar .block {
    margin-bottom: 20px;
    padding-bottom: 10px; }
    #sidebar .block .content {
      padding: 0 15px; }
  #sidebar ul.navigation li a:link, #sidebar ul.navigation li a:visited {
    display: block;
    padding: 10px 15px; }
  #sidebar .block .sidebar-block, #sidebar .notice {
    padding: 10px; }

#wrapper {
  padding-top: 20px; }

#main .block {
  margin-bottom: 20px;
  padding-top: 1px; }
  #main .block .content .inner {
    padding: 0 15px 15px; }
#main .main p.first {
  margin-top: 0; }

#user-navigation {
  position: absolute;
  top: 0px;
  right: 20px; }

#main-navigation {
  width: 100%; }

#user-navigation ul, #main-navigation ul, .secondary-navigation ul, #sidebar ul.navigation {
  margin: 0;
  padding: 0;
  list-style-type: none; }

#user-navigation ul li, #main-navigation ul li, .secondary-navigation ul li {
  float: left; }

#main-navigation ul li {
  margin-right: 5px; }

#user-navigation ul li {
  padding: 5px 10px; }

#main-navigation ul li a:link, #main-navigation ul li a:visited, #main-navigation ul li a:hover, #main-navigation ul li a:active {
  text-decoration: none; }

.secondary-navigation ul li a:link, .secondary-navigation ul li a:visited, .secondary-navigation ul li a:hover, .secondary-navigation ul li a:active {
  text-decoration: none; }

#user-navigation ul li a:link, #user-navigation ul li a:visited, #user-navigation ul li a:hover, #user-navigation ul li a:active {
  text-decoration: none; }

#main-navigation ul li a {
  font-size: 14px;
  line-height: 14px;
  display: block;
  padding: 8px 15px; }

.secondary-navigation {
  font-size: 13px;
  border-bottom-width: 10px;
  border-bottom-style: solid; }
  .secondary-navigation ul li a {
    display: block;
    padding: 10px 15px; }

#footer {
  padding-bottom: 20px; }

.pagination {
  text-align: center; }
  .pagination a {
    padding: 2px 5px;
    margin-right: 5px;
    border-style: solid;
    border-width: 1px; }
  .pagination span {
    padding: 2px 5px;
    margin-right: 5px;
    border-style: solid;
    border-width: 1px; }
    .pagination span.current {
      font-weight: bold; }
  .pagination a {
    text-decoration: none; }

.table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px; }
  .table th {
    padding: 10px;
    font-weight: bold;
    text-align: left; }
  .table .checkbox {
    margin-left: 10px; }
  .table td {
    padding: 10px; }
    .table td.last {
      text-align: right; }

input.checkbox {
  margin: 0;
  padding: 0; }

.form .group {
  margin-bottom: 15px; }
.form div.left {
  width: 20%;
  float: left; }
.form div.right {
  width: 75%;
  float: right; }
.form .columns .column {
  width: 48%; }
.form .columns .left {
  float: left; }
.form .columns .right {
  float: right; }
.form label.label, .form input.text_field, .form textarea.text_area {
  font-size: 1.2em;
  padding: 1px 0;
  margin: 0; }
.form label.right {
  text-align: right; }
.form input.checkbox, .form input.radio {
  margin-right: 5px; }
.form label.checkbox, .form label.radio {
  line-height: 1.5em; }
.form label.label {
  display: block;
  padding-bottom: 2px;
  font-weight: bold; }
.form div.fieldWithErrors label.label {
  display: inline; }
.form .fieldWithErrors .error {
  color: red; }
.form input.text_field, .form textarea.text_area {
  width: 100%;
  border-width: 1px;
  border-style: solid; }

ul.list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul.list li {
    clear: left;
    padding-bottom: 5px; }
    ul.list li .left {
      float: left; }
      ul.list li .left .avatar {
        width: 50px;
        height: 50px; }
    ul.list li .item {
      margin-left: 80px; }
      ul.list li .item .avatar {
        float: left;
        margin: 0 5px 5px 0;
        width: 30px;
        height: 30px; }

#box {
  margin: 0px auto;
  float: left;
  width: 70%; }
  #box .block {
    margin-bottom: 20px; }
    #box .block h2 {
      padding: 10px 15px;
      margin: 0; }
    #box .block .content {
      padding: 10px 20px; }

a.button:link, a.button:visited, a.button:hover, a.button:active {
  color: #222;
  display: block;
  float: left;
  margin: 0 7px 0 0;
  background-color: #eee;
  border: 1px solid #bfbfbf;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: bold;
  cursor: pointer;
  padding: 5px 10px 6px 7px;
  text-decoration: none; }

button.button {
  color: #222;
  display: block;
  float: left;
  margin: 0 7px 0 0;
  background-color: #eee;
  border: 1px solid #bfbfbf;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: bold;
  cursor: pointer;
  padding: 5px 10px 6px 7px;
  text-decoration: none;
  width: auto;
  overflow: visible;
  padding: 4px 10px 3px 7px; }
  button.button[type] {
    padding: 5px 10px 5px 7px;
    line-height: 17px; }

*:first-child+html button.button[type] {
  padding: 4px 10px 3px 7px; }

button.button img, a.button img {
  margin: 0 3px -3px 0 !important;
  padding: 0;
  border: none;
  width: 16px;
  height: 16px; }

button.button:hover, a.button:hover {
  background-color: #dedede; }

button.button:active, a.button:active {
  background-color: #e5e5e5; }

.clear {
  clear: both; }

a {
  color: #4096EE;
  text-decoration: none; }
  a img {
    border: 0px; }

p {
  text-align: justify;
  line-height: 1.5em; }

.center {
  text-align: center; }

.width {
  width: 100%;
  overflow: hidden; }

.spacer {
  padding: 20px; }

th.checkbox {
  width: 20px; }

.pre-wrap {
  white-space: pre-wrap; }

.yellow {
  color: #FF7400; }

.red {
  color: red; }

.green {
  color: green; }

.block {
  display: block; }

samp {
  color: #669;
  font-size: .8em; }

.progress {
  background: green none repeat scroll 0%;
  height: 25px; }

.progress_bar {
  background: #cdcdcd none repeat scroll 0%;
  border: 1px solid black;
  height: 25px; }

.buttons {
  margin-top: .5em;
  min-height: 2em; }

a.button, .buttons a {
  color: #000;
  background-color: #eee;
  font-weight: bold;
  display: block;
  float: left;
  font: normal 13px arial, sans-serif;
  margin-right: 6px;
  text-decoration: none;
  padding: 3px 10px;
  border: 1px solid #999;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }
  a.button:active, .buttons a:active {
    background-color: #ccc; }
  a.button:hover, .buttons a:hover {
    background-color: #ffe; }

#flash_error, #errorExplanation {
  border: 1px solid #FFD324;
  margin: 10px auto;
  padding: 5px 70px;
  background: url(/images/icons/48/delete2.png) top left no-repeat #FFF6BF;
  min-height: 60px;
  color: black;
  top: 20px;
  right: 20px;
  z-index: 5000;
  -moz-border-radius: 20px; }

#flash_empty {
  border: 1px solid #FFD324;
  margin: 10px auto;
  padding: 5px 70px;
  background: url(/images/icons/48/about.png) top left no-repeat #FFF6BF;
  min-height: 60px;
  color: black;
  top: 20px;
  right: 20px;
  z-index: 5000;
  -moz-border-radius: 20px; }

#flash_notice, #flash_message {
  border: 1px solid #FFD324;
  margin: 10px auto;
  padding: 5px 70px;
  background: url(/images/icons/48/check.png) top left no-repeat #FFF6BF;
  min-height: 60px;
  color: black;
  top: 20px;
  right: 20px;
  z-index: 5000;
  -moz-border-radius: 20px; }

.search_icon {
  background: url(/images/icons/48/view.png) top left no-repeat;
  padding: 20px 60px; }

.fieldWithErrors * {
  border: 1px solid red; }

#header #logo {
  height: 131px;
  float: left;
  width: 480px;
  overflow: hidden; }
#header #login {
  float: right;
  padding: 10px;
  width: 300px;
  height: 100px;
  background: white;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd; }
  #header #login a {
    color: #1F84A8;
    text-decoration: none; }
  #header #login .spacing {
    height: 5px;
    line-height: 1px;
    overflow: hidden; }
#header #navigation {
  background: transparent url(/images/topmenu-bg.gif) repeat-x scroll 0 bottom;
  height: 40px;
  margin: 0 0 26px;
  overflow: hidden;
  width: 100%; }
  #header #navigation .nav {
    margin: 0;
    padding: 0;
    position: relative; }
    #header #navigation .nav .nav_left {
      background: transparent url(/images/topmenu-left.gif) no-repeat scroll 0 0;
      height: 40px;
      left: 0;
      position: absolute;
      width: 3px;
      z-index: 99; }
    #header #navigation .nav .nav_right {
      background: transparent url(/images/topmenu-right.jpg) no-repeat scroll right 0;
      height: 40px;
      position: absolute;
      right: 0;
      width: 3px;
      z-index: 99; }
    #header #navigation .nav #nav {
      list-style-image: none;
      list-style-position: outside;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      #header #navigation .nav #nav li {
        border: medium none;
        float: left;
        margin: 0;
        padding: 0; }
        #header #navigation .nav #nav li a {
          color: #FFFFFF;
          display: block;
          font-size: 11px;
          font-weight: bold;
          line-height: 14px;
          text-decoration: none; }
          #header #navigation .nav #nav li a span {
            background: transparent url(/images/topmenu-separator.gif) no-repeat scroll right 0;
            display: block;
            padding: 13px 32px; }
      #header #navigation .nav #nav li.active a {
        background: transparent url(/images/topmenu-active.gif) repeat-x scroll 0 0; }

td.iconlinks {
  padding: .5em !important;
  white-space: nowrap; }

a.iconlinks, .iconlinks a {
  font-weight: bold;
  font: normal 13px arial, sans-serif;
  margin-right: 3px;
  text-decoration: none;
  display: inline-block;
  padding: 3px 8px;
  background-color: #fff;
  border: 1px solid #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6; }
  a.iconlinks:active, .iconlinks a:active {
    background-color: #ccc; }
  a.iconlinks:hover, .iconlinks a:hover {
    border-color: #999;
    background-color: #ffe;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1; }

.border_b {
  background: #FFFFFF url(/images/border-bottom.gif) repeat-x scroll 0 bottom;
  width: 100%; }
  .border_b .corner_bl {
    background: transparent url(/images/corner-bottom-left.gif) no-repeat scroll 0 bottom; }
    .border_b .corner_bl .corner_br {
      background: transparent url(/images/corner-bottom-right.gif) no-repeat scroll right bottom; }
      .border_b .corner_bl .corner_br .corner_tl {
        background: transparent url(/images/corner-top-left.gif) no-repeat scroll 0 0; }
        .border_b .corner_bl .corner_br .corner_tl .corner_tr {
          background: transparent url(/images/corner-top-right.gif) no-repeat scroll right 0; }
          .border_b .corner_bl .corner_br .corner_tl .corner_tr .shadow {
            padding: 0 0 23px; }

.newsletterboy {
  color: #33CCFF; }

.half_box {
  width: 42%;
  float: left;
  background: transparent url(/images/vline.gif) repeat-y scroll right 0;
  overflow: hidden; }

.half_box_right {
  margin-left: 20px;
  float: left; }

#path {
  margin: 0 0 5px 0; }

.leftColumn,
.rightColumn {
  width: 445px;
  float: left; }

.leftColumn {
  margin: 0 10px 0 0; }

.clear {
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  clear: both; }

.information {
  font-size: 12px;
  line-height: 15px;
  border: 1px solid #1F84A8;
  background: url(/images/icons/16/help2.png) top left no-repeat #E9F1F5;
  padding: 10px 20px;
  margin: 10px; }

.empty {
  color: #666;
  font-style: italic; }

ul {
  margin: 0;
  padding: 0 0 0 5px; }
  ul li {
    list-style-type: none; }

dl ul.subsection_tabs {
  margin: 20px 0 0 0; }

.editor {
  width: 700px;
  margin: 10px 15px 0 0;
  float: left; }

.variable {
  margin: 10px 0 0 0; }

.sortable li {
  border-bottom: 1px solid #cdcdcd;
  padding: 5px; }

#screens {
  background: url(/images/screen.png) top right no-repeat;
  height: 320px;
  padding-right: 560px; }
  #screens h1 {
    text-shadow: 0 1px 1px #EEEEEE;
    font-size: 20px; }
  #screens .features li {
    text-shadow: 0 1px 1px #EEEEEE;
    margin: 5px;
    padding: 3px;
    font-size: 14px;
    line-height: 17px; }

.homebutton {
  background: #53B829;
  padding: 15px;
  color: white;
  font-size: 22px;
  -moz-border-radius: 15px; }

input[type=text],
input[type=password],
textarea {
  border: 1px solid #33CCFF; }

.fieldWithErrors input {
  border: 1px solid #f00; }

span.asterisk {
  color: #f00;
  font-weight: bold; }

ul.features {
  margin: 0px 0px 0px 30px; }
  ul.features li {
    list-style-image: url(/images/check.png);
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px; }

.preview {
  border: 1em solid #ddd;
  height: 415px;
  overflow-y: scroll;
  width: 600px;
  padding: 15px 0 0 15px;
  margin: 0px; }

iframe.preview {
  width: 600px;
  height: 415px;
  padding: 0; }

table {
  border: 0 none;
  border-collapse: collapse; }
  table.sum {
    width: 350px;
    margin: 20px;
    float: right; }
    table.sum th {
      background: url(/images/bgth.gif) top left repeat-x #4B4B4B;
      color: white;
      padding: 5px;
      text-align: left; }
    table.sum td {
      text-align: left;
      padding: 3px;
      border-bottom: 1px solid #cdcdcd;
      border-left: 1px solid #cdcdcd; }
  table.beauty {
    width: 100%;
    border-spacing: 0px;
    background: white; }
    table.beauty th {
      background: url(/images/bgth.gif) top left repeat-x #4B4B4B;
      color: white;
      padding: 10px; }
      table.beauty th a {
        color: white; }
    table.beauty td {
      padding: 10px;
      border-bottom: 1px solid #cdcdcd;
      border-left: 1px solid #cdcdcd;
      vertical-align: top; }
  table.beauty2 {
    width: 100%;
    border-spacing: 0px;
    background: white; }
    table.beauty2 th {
      background: url(/images/bgth.gif) top left repeat-x #4B4B4B;
      color: white;
      padding: 5px; }
      table.beauty2 th a {
        color: white; }
    table.beauty2 td {
      padding: 10px;
      border-bottom: 1px solid #cdcdcd;
      border-left: 1px solid #cdcdcd;
      vertical-align: middle; }

td {
  padding: 0;
  vertical-align: top; }
  td.board_title {
    width: 50%; }
  td.topic_count, td.post_count {
    text-align: center;
    width: 60px; }
  td.last_post {
    font-size: 11px;
    line-height: 1.2em;
    color: #AAAAAA; }
  td.post {
    font-size: 11px;
    line-height: 1.2em; }

tbody {
  border: medium none; }

table#payment {
  border: 1px solid #aaa; }
  table#payment td {
    border: 1px solid #aaa;
    padding: 4px 7px; }
  table#payment .t2 {
    width: 130px;
    text-align: right; }
  table#payment .t3 {
    width: 60px;
    text-align: right; }

table.prices {
  width: auto!important; }
  table.prices .t2 {
    width: 70px;
    padding-right: 35px;
    text-align: right; }
  table.prices .t3 {
    width: 60px;
    padding-right: 30px;
    text-align: right; }

table.mailing {
  width: auto!important; }
  table.mailing .t1 {
    width: 150px;
    text-align: center; }
  table.mailing .t2 {
    width: 270px;
    padding-right: 35px;
    text-align: center; }

table tr.colorize:hover td {
  background: #f1f1f1; }

#articles h3 {
  margin: 0;
  margin-bottom: 1em; }
#articles #articles_ol {
  min-height: 50px; }
  #articles #articles_ol li {
    border: 1px solid #33ccff;
    background-color: #ccf2ff;
    min-height: 27px;
    padding: 3px;
    padding-left: 1em;
    margin: 1px; }
  #articles #articles_ol a {
    float: right; }

#mailing_articles {
  width: 350px;
  float: left; }
  #mailing_articles h3 {
    margin: 0;
    margin-bottom: 1em; }
  #mailing_articles #mailing_articles_ol {
    min-height: 50px; }
    #mailing_articles #mailing_articles_ol li {
      border: 1px solid #33ccff;
      background-color: #ccf2ff;
      min-height: 27px;
      padding: 3px;
      padding-left: 1em;
      margin: 1px; }
    #mailing_articles #mailing_articles_ol a {
      float: right; }

.hidden {
  visibility: hidden; }

li:hover .hidden {
  visibility: visible; }

#articles_ol, #mailing_articles_ol {
  border: 1px dashed #cdcdcd; }

#mailing_html_tab .variables, #mailing_text_tab .variables {
  position: absolute;
  margin-left: 710px;
  margin-top: -70px; }

#mailing_templates_html_tab .variables, #mailing_templates_text_tab .variables {
  position: absolute;
  margin-left: 710px;
  margin-top: 100px; }

#letter_variables {
  height: 420px; }

body {
  background: url(/images/tail.gif) 0px -155px repeat-x #DDEEF6;
  margin: 0px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px; }

#footer {
  height: 57px;
  text-align: center;
  color: white;
  padding: 23px 0 0 0;
  background: url(/images/footer-bg.gif) top left repeat-x; }
  #footer a {
    color: white;
    font-weight: bold;
    margin: 0 5px 0 0;
    text-decoration: none; }
  #footer .small {
    margin: 5px 0 0 0;
    font-size: 11px;
    color: #888; }
    #footer .small a {
      text-decoration: none;
      color: inherit;
      font-weight: bold; }
