* {
  margin: 0;
  padding: 0; }

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

.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; }

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

a img {
  border: none; }

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

#container {
  width: 1200px;
  margin: auto;
  display: block;
  background: url(/images/i/back_container.png); }
  #container #header {
    position: relative;
    left: 50px;
    top: 0px;
    width: 1100px;
    height: 205px;
    float: left;
    background: url(/images/i/left2.png) repeat-y white; }

#homebutton {
  position: relative;
  left: -11px;
  top: 45px;
  width: 51px;
  height: 50px;
  z-index: 100;
  display: block; }

#navigation_shadow {
  position: relative;
  left: 0px;
  top: 36px;
  width: 1100px;
  height: 38px; }

#logo {
  position: relative;
  left: 40px;
  top: 20px;
  z-index: 1000;
  width: 250px;
  height: 80px;
  display: block; }

#wrapper {
  position: relative;
  left: 90px;
  top: 0px;
  width: 1040px;
  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; }

#sidebar {
  width: 25%;
  float: right; }
  #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 5px;
    background: white; }
  #sidebar ul.navigation li a:hover {
    color: black;
    background: #e3e3e3;
    background-image: -moz-linear-gradient(white, #e3e3e3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e3e3e3)); }
  #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; }

.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: 13px;
  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 .content {
      padding: 10px 20px; }

a.button:link, a.button:visited, a.button:hover, a.button:active {
  color: #222222;
  display: block;
  float: left;
  margin: 0 7px 0 0;
  background-color: #eeeeee;
  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: #222222;
  display: block;
  float: left;
  margin: 0 7px 0 0;
  background-color: #eeeeee;
  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 {
  text-decoration: none; }
  a img {
    border: 0px; }

a:hover {
  text-decoration: underline; }

p {
  line-height: 1.5em; }

h1 {
  font-size: 24px;
  font-weight: normal;
  color: #666666;
  margin-bottom: 15px;
  position: relative;
  z-index: 1000; }

h2 {
  width: 100%;
  height: 30px;
  border-style: solid;
  border-color: #cccccc;
  border-width: 0px 0px 1px 0px;
  font-size: 18px;
  font-weight: normal;
  color: #666666;
  margin-bottom: 15px; }

h3 {
  color: #666666;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px; }

h4 {
  color: #666666;
  font-size: 15px;
  margin-bottom: 10px; }

.center {
  text-align: center; }

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

.spacer {
  padding: 20px; }

.spacer_small {
  padding: 10px; }

th.checkbox {
  width: 20px; }

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

.yellow {
  color: #ff7400; }

.yellow_big {
  color: #ff7400;
  font-size: 15px;
  position: relative;
  top: 10px;
  left: 10px; }

.red {
  color: red; }

.green {
  color: green; }

.green_big {
  color: #009900;
  font-size: 15px;
  position: relative;
  top: 10px;
  left: 10px; }

.grey {
  color: #999999; }

.right {
  text-align: right; }

.float_left {
  float: left; }

.pic_thumb {
  float: left;
  border: 1px solid #999999;
  margin-right: 20px; }

.float_right {
  float: right; }

.float_right_10 {
  float: right;
  position: relative;
  top: -10px; }

.block {
  display: block; }

.greydot {
  float: left;
  width: 15px;
  height: 14px;
  padding-top: 1px;
  background: url(/images/i/dot_grey.png);
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  color: white; }

.greydot_right {
  float: right;
  width: 15px;
  height: 14px;
  padding-top: 1px;
  margin-top: 8px;
  background: url(/images/i/dot_grey.png);
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  color: white; }
  .greydot_right a {
    color: white; }
  .greydot_right a:hover {
    color: white; }

.check_points_start li {
  width: 660px;
  height: 35px;
  border-top: 1px solid #999999;
  padding-top: 10px;
  padding-left: 40px;
  font-size: 15px;
  color: #666666;
  background: url(/images/icons/24/check.png) no-repeat 0px 10px; }

.check_points li {
  width: 97%;
  height: 30px;
  border-top: 1px solid #cccccc;
  padding-top: 10px;
  padding-left: 40px;
  font-size: 15px;
  color: #666666;
  background: url(/images/icons/24/check.png) no-repeat 0px 10px; }

.leftspace {
  padding-left: 20px; }

.topspace {
  padding-top: 10px; }

.hrspace {
  padding-top: 10px;
  padding-bottom: 10px; }

.question_smallpoint {
  height: 21px;
  border-bottom: 1px solid #999999; }

.icon {
  float: left;
  margin-right: 5px; }

.pic_left {
  float: left;
  border-right: 10px solid white;
  border-bottom: 10px solid white; }

samp {
  color: #666699;
  font-size: 0.8em; }
  samp.block {
    display: block;
    margin-bottom: 10px !important; }

.obfuscated .obfuscation {
  display: none; }

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

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

form.live_search .buttonset label {
  border-bottom: 1px blue dotted; }

abbr[title=required] {
  color: red; }

ol {
  padding-left: 20px; }

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

a.button, .buttons a {
  background: white;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border: 1px solid #289cc2;
  padding: 1px 6px;
  color: #666666;
  font-size: 13px; }
  a.button:hover, .buttons a:hover {
    background: #ddeeff;
    background-image: -moz-linear-gradient(white, #ddeeff);
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#ddeeff));
    text-decoration: none; }
  a.button.active, .buttons a.active {
    background: #ddeeff;
    background-image: -moz-linear-gradient(white, #ddeeff);
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#ddeeff));
    text-decoration: none; }

a.button_green_big, .buttons_green_big a {
  background: #00cc00;
  background-image: -moz-linear-gradient(#00cc00, #009900);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00cc00), to(#009900));
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 1px solid #009900;
  -moz-box-shadow: 2px 2px 4px #333333;
  -webkit-box-shadow: 2px 2px 2px #333333;
  padding: 1px 6px;
  font-size: 15px;
  color: white; }
  a.button_green_big:hover, .buttons_green_big a:hover {
    background: #009900;
    background-image: -moz-linear-gradient(#009900, #00cc00);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009900), to(#00cc00));
    -moz-box-shadow: -2px -2px 4px #cccccc;
    -webkit-box-shadow: 2px 2px 2px #333333;
    text-decoration: none; }
  a.button_green_big.active, .buttons_green_big a.active {
    background: #009900;
    background-image: -moz-linear-gradient(#dddddd, white);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(white));
    -moz-box-shadow: -2px -2px 4px #cccccc;
    -webkit-box-shadow: 2px 2px 2px #333333;
    text-decoration: none; }

a.button_green_small, .buttons_green_small a {
  background: #ccffcc;
  background-image: -moz-linear-gradient(white, #ccffcc);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#ccffcc));
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #009900;
  padding: 1px 6px;
  font-size: 11px;
  color: #666666; }
  a.button_green_small:hover, .buttons_green_small a:hover {
    background: white;
    background-image: -moz-linear-gradient(#ccffcc, white);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccffcc), to(white));
    color: black;
    text-decoration: none; }
  a.button_green_small.active, .buttons_green_small a.active {
    background: white;
    background-image: -moz-linear-gradient(#ccffcc, white);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccffcc), to(white));
    color: black;
    text-decoration: none; }

dl.table img {
  vertical-align: middle; }
dl.table dt {
  float: left;
  clear: left;
  text-align: right;
  color: #666666;
  padding: 0.3em 0em;
  width: 10em; }
dl.table dd {
  margin: 0em 0em 0em 11em;
  padding: 0.3em 0em; }
  dl.table dd .editor {
    width: 560px;
    float: left;
    margin: 0 0 10px 0; }
  dl.table dd .variable {
    padding: 0 0 0 10px;
    width: 130px;
    float: left; }
    dl.table dd .variable ul {
      padding: 0; }

.flash_error, .errorExplanation, .error {
  width: 605px;
  height: 100px;
  border: 1px solid #ffd324;
  padding: 5px 70px;
  margin-bottom: 10px;
  background: url(/images/icons/48/delete2.png) top left no-repeat #fff6bf;
  min-height: 60px;
  color: black;
  z-index: 5000;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px; }

#errorExplanation {
  width: 565px;
  border: 1px solid #ffd324;
  padding: 5px 70px;
  margin-bottom: 10px;
  background: url(/images/icons/48/delete2.png) top left no-repeat #fff6bf;
  min-height: 60px;
  color: black;
  z-index: 5000;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px; }

.flash.empty {
  width: 605px;
  height: 100px;
  border: 1px solid #ffd324;
  padding: 5px 70px;
  margin-bottom: 10px;
  background: url(/images/icons/48/about.png) top left no-repeat #fff6bf;
  min-height: 60px;
  color: black;
  z-index: 5000;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px; }

.flash.notice, .flash.message {
  width: 605px;
  margin-bottom: 10px;
  border: 1px solid #ffd324;
  padding: 5px 70px;
  margin-bottom: 10px;
  background: url(/images/icons/48/check.png) top left no-repeat #fff6bf;
  min-height: 60px;
  color: black;
  z-index: 5000;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px; }

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

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

input[data-label] {
  color: #bbbbbb; }
  input[data-label].focused {
    color: black; }

#contact_request_nickname_input {
  display: none; }

/* -------------------------------------------------------------------------------------------------
 *
 *It's *strongly* suggested that you don't modify this file.  Instead, load a new stylesheet after
 *this one in your layouts (eg formtastic_changes.css) and override the styles to suit your needs.
 *This will allow you to update formtastic.css with new releases without clobbering your own changes.
 *
 *This stylesheet forms part of the Formtastic Rails Plugin
 *(c) 2008 Justin French
 *
 *-------------------------------------------------------------------------------------------------- */
/* NORMALIZE AND RESET - obviously inspired by Yahoo's reset.css, but scoped to just form.formtastic
 *-------------------------------------------------------------------------------------------------- */
form.formtastic {
  margin: 0;
  padding: 0; }
  form.formtastic ul, form.formtastic ol, form.formtastic li, form.formtastic fieldset, form.formtastic legend, form.formtastic input, form.formtastic textarea, form.formtastic select, form.formtastic p {
    margin: 0;
    padding: 0; }
  form.formtastic fieldset {
    border: 0; }
  form.formtastic em, form.formtastic strong {
    font-style: normal;
    font-weight: normal; }
  form.formtastic ol, form.formtastic ul {
    list-style: none; }
    form.formtastic ol .error, form.formtastic ul .error {
      width: 100%;
      height: 90px;
      border: 0px solid #ffd324;
      padding: 0;
      margin: 0;
      background: white;
      min-height: 0px;
      color: black; }
  form.formtastic abbr, form.formtastic acronym {
    border: 0;
    font-variant: normal; }
  form.formtastic input, form.formtastic textarea, form.formtastic select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit; }
  form.formtastic input, form.formtastic textarea, form.formtastic select {
    font-size: 100%; }
  form.formtastic legend {
    white-space: normal;
    color: black; }
  form.formtastic ul.errors {
    color: #cc0000;
    margin: 0.5em 0 1.5em 25%;
    list-style: square; }
    form.formtastic ul.errors li {
      padding: 0;
      border: none;
      display: list-item; }
  form.formtastic fieldset {
    overflow: auto; }
    form.formtastic fieldset.buttons {
      padding-left: 25%; }
    form.formtastic fieldset.buttons li {
      float: left;
      padding-right: 0.5em; }
    form.formtastic fieldset > ol > li {
      padding: 0.5em 0;
      margin-top: -0.5em;
      margin-bottom: 1em;
      overflow: auto; }
      form.formtastic fieldset > ol > li label {
        display: block;
        width: 25%;
        float: left;
        padding-top: 0.2em; }
      form.formtastic fieldset > ol > li > li label {
        line-height: 100%;
        padding-top: 0; }
        form.formtastic fieldset > ol > li > li label input {
          line-height: 100%;
          vertical-align: middle;
          margin-top: -0.1em; }
      form.formtastic fieldset > ol > li fieldset {
        position: relative; }
        form.formtastic fieldset > ol > li fieldset legend {
          position: absolute;
          width: 95%;
          padding-top: 0.1em;
          left: 0px; }
          form.formtastic fieldset > ol > li fieldset legend span, form.formtastic fieldset > ol > li fieldset legend.label label {
            position: absolute; }
        form.formtastic fieldset > ol > li fieldset ol {
          float: left;
          width: 74%;
          margin: 0;
          padding: 0 0 0 25%; }
          form.formtastic fieldset > ol > li fieldset ol li {
            padding: 0;
            border: 0; }
      form.formtastic fieldset > ol > li p.inline-hints {
        color: #666666;
        margin: 0.5em 0 0 25%; }
      form.formtastic fieldset > ol > li p.inline-errors {
        color: #cc0000;
        margin: 0.5em 0 0 25%; }
      form.formtastic fieldset > ol > li ul.errors {
        color: #cc0000;
        margin: 0.5em 0 0 25%;
        list-style: square; }
        form.formtastic fieldset > ol > li ul.errors li {
          padding: 0;
          border: none;
          display: list-item; }
      form.formtastic fieldset > ol > li.string input, form.formtastic fieldset > ol > li.password input, form.formtastic fieldset > ol > li.numeric input, form.formtastic fieldset > ol > li.email input, form.formtastic fieldset > ol > li.url input, form.formtastic fieldset > ol > li.phone input, form.formtastic fieldset > ol > li.search input {
        width: 72%; }
      form.formtastic fieldset > ol > li.string input[size], form.formtastic fieldset > ol > li.password input[size], form.formtastic fieldset > ol > li.numeric input[size], form.formtastic fieldset > ol > li.email input[size], form.formtastic fieldset > ol > li.url input[size], form.formtastic fieldset > ol > li.phone input[size], form.formtastic fieldset > ol > li.search input[size] {
        width: auto;
        max-width: 72%; }
      form.formtastic fieldset > ol > li.text textarea {
        width: 72%; }
        form.formtastic fieldset > ol > li.text textarea[cols] {
          width: auto;
          max-width: 72%; }
    form.formtastic fieldset ol li.hidden {
      display: none; }
    form.formtastic fieldset > ol > li.boolean label {
      padding-left: 25%;
      width: auto; }
      form.formtastic fieldset > ol > li.boolean label input {
        margin: 0 0.5em 0 0.2em; }
    form.formtastic fieldset > ol > li.radio fieldset, form.formtastic fieldset > ol > li.check_boxes fieldset {
      overflow: visible; }
      form.formtastic fieldset > ol > li.radio fieldset ol, form.formtastic fieldset > ol > li.check_boxes fieldset ol {
        margin-bottom: -0.5em; }
        form.formtastic fieldset > ol > li.radio fieldset ol li, form.formtastic fieldset > ol > li.check_boxes fieldset ol li {
          margin: 0.1em 0 0.5em 0;
          overflow: visible; }
          form.formtastic fieldset > ol > li.radio fieldset ol li label, form.formtastic fieldset > ol > li.check_boxes fieldset ol li label {
            float: none;
            width: 100%; }
            form.formtastic fieldset > ol > li.radio fieldset ol li label input, form.formtastic fieldset > ol > li.check_boxes fieldset ol li label input {
              margin-right: 0.2em; }
    form.formtastic fieldset > ol > li.date fieldset ol li, form.formtastic fieldset > ol > li.time fieldset ol li, form.formtastic fieldset > ol > li.datetime fieldset ol li {
      float: left;
      width: auto;
      margin: 0 0.3em 0 0; }
    form.formtastic fieldset > ol > li.date fieldset ol li label, form.formtastic fieldset > ol > li.time fieldset ol li label, form.formtastic fieldset > ol > li.datetime fieldset ol li label {
      display: none; }
    form.formtastic fieldset > ol > li.date fieldset ol li label input, form.formtastic fieldset > ol > li.time fieldset ol li label input, form.formtastic fieldset > ol > li.datetime fieldset ol li label input {
      display: inline;
      margin: 0;
      padding: 0; }

form.formtastic fieldset > ol > li.boolean .inline-hints {
  clear: both; }
  form.formtastic fieldset > ol > li.boolean .inline-hints a {
    text-decoration: underline; }

form.formtastic li.error {
  height: auto;
  margin-bottom: 1.7em; }
  form.formtastic li.error input {
    background-color: #ffeeee; }
form.formtastic dl.inline-hints {
  color: #666666;
  margin: 0.5em 0 0 25%; }
  form.formtastic dl.inline-hints dt {
    float: left;
    clear: left; }
  form.formtastic dl.inline-hints dd {
    margin: 0em 0em 0em 1em; }
form.formtastic input.half-size {
  width: 36% !important; }
form.formtastic fieldset legend {
  font-weight: bold; }
  form.formtastic fieldset legend label {
    font-weight: normal; }

#header {
  position: relative;
  left: 50px;
  top: 0px;
  width: 1100px;
  height: 130px;
  background-color: white; }
  #header #login {
    position: relative;
    left: 0px;
    top: 27px;
    width: 228px;
    height: 82px;
    z-index: 40;
    float: left;
    padding: 10px;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999; }
    #header #login #box_header {
      position: relative;
      left: -11px;
      top: -10px;
      z-index: 50; }
      #header #login #box_header .box_headline {
        position: relative;
        right: -21px;
        top: -23px;
        height: 18px;
        padding-left: 16px;
        padding-right: 10px;
        padding-top: 2px;
        background: url(/images/i/box_top_text_left.png) no-repeat;
        text-transform: uppercase;
        font-size: 12px;
        color: white;
        float: right;
        z-index: 60; }
    #header #login #box_header_logged {
      position: relative;
      left: -11px;
      top: -31px;
      z-index: 50; }
      #header #login #box_header_logged .box_headline {
        position: relative;
        right: -21px;
        top: -23px;
        height: 18px;
        padding-left: 16px;
        padding-right: 10px;
        padding-top: 2px;
        background: url(/images/i/box_top_text_left.png) no-repeat;
        font-size: 12px;
        color: white;
        float: right;
        z-index: 60; }
    #header #login #loginform_header {
      position: relative;
      top: -28px; }
    #header #login a {
      color: #1f84a8;
      text-decoration: none; }
    #header #login .spacing {
      height: 5px;
      line-height: 1px;
      overflow: hidden; }
  #header #navigation {
    position: absolute;
    top: 130px;
    background: url(/images/i/nav_back.png) repeat-x scroll 0 bottom;
    height: 37px;
    margin: 0px;
    padding-left: 40px;
    width: 1059px;
    z-index: 10; }
    #header #navigation .nav {
      margin: 0;
      padding: 0;
      position: relative; }
      #header #navigation .nav .nav_left {
        height: 20px;
        left: 0;
        position: absolute;
        width: 3px;
        z-index: 99; }
      #header #navigation .nav .nav_right {
        height: 20px;
        position: absolute;
        right: 0;
        width: 3px;
        z-index: 99; }
      #header #navigation .nav ul.navigation_level_1 {
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        margin: 0;
        padding: 0;
        z-index: 100; }
        #header #navigation .nav ul.navigation_level_1 li {
          border: medium none;
          float: left;
          margin: 0;
          padding: 0; }
          #header #navigation .nav ul.navigation_level_1 li a {
            color: white;
            height: 24px;
            width: 150px;
            background: url(/images/i/nav_main.png) no-repeat;
            display: block;
            padding-top: 13px;
            font-size: 11px;
            text-align: center;
            font-weight: bold;
            text-decoration: none;
            text-transform: uppercase; }
          #header #navigation .nav ul.navigation_level_1 li.selected > a {
            background: url(/images/i/nav_main.png) 0px -37px no-repeat; }
            #header #navigation .nav ul.navigation_level_1 li.selected > a span {
              display: block; }
          #header #navigation .nav ul.navigation_level_1 li ul.navigation_level_2 {
            display: none;
            position: absolute;
            left: 0px;
            top: 37px;
            border-top: 1px solid white;
            z-index: 101; }
            #header #navigation .nav ul.navigation_level_1 li ul.navigation_level_2 .first {
              width: 25px;
              height: 35px;
              background: url(/images/i/secondnav_first.png); }
            #header #navigation .nav ul.navigation_level_1 li ul.navigation_level_2 .last {
              width: 25px;
              height: 35px;
              background: url(/images/i/secondnav_last.png); }
            #header #navigation .nav ul.navigation_level_1 li ul.navigation_level_2 li a {
              width: auto;
              height: 25px;
              padding: 10px 20px 0px 20px;
              color: #666666;
              background: url(/images/i/secondnav.png) repeat-x;
              font-weight: bold; }
              #header #navigation .nav ul.navigation_level_1 li ul.navigation_level_2 li a.selected {
                background: url(/images/i/secondnav.png) 0px -35px repeat-x; }
          #header #navigation .nav ul.navigation_level_1 li.selected > ul {
            display: block; }

.logged_in {
  position: relative;
  top: -50px;
  width: 100%; }
  .logged_in .loginright {
    width: 100%;
    text-align: right; }
  .logged_in .spacer_loginfield {
    padding-top: 4px;
    padding-bottom: 4px; }

td.iconlinks {
  white-space: nowrap;
  text-align: right; }

a.iconlinks, .iconlinks a {
  position: relative;
  top: 5px;
  background: white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #289cc2;
  padding: 9px 6px 3px 6px;
  color: #666666;
  font-size: 13px;
  z-index: 1000; }
  a.iconlinks:hover, .iconlinks a:hover {
    background: #ddeeff;
    background-image: -moz-linear-gradient(white, #ddeeff);
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#ddeeff));
    text-decoration: none; }
  a.iconlinks.active, .iconlinks a.active {
    background: #ddeeff;
    background-image: -moz-linear-gradient(#ddeeff, white);
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#ddeeff));
    text-decoration: none; }

.border_b {
  background: white 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; }

#centerfield {
  position: relative;
  left: 0px;
  top: 0px;
  width: 750px;
  height: 375px;
  z-index: 10; }
  #centerfield #text {
    position: relative;
    left: 417px;
    top: -360px;
    width: 307px;
    height: 270px;
    z-index: 20;
    display: block; }
    #centerfield #text h1 {
      font-size: 18px;
      color: #0088bb;
      font-weight: bold; }
  #centerfield #button {
    position: relative;
    left: 413px;
    top: -330px;
    width: 315px;
    height: 38px;
    z-index: 30;
    display: block; }
  #centerfield #start_tease {
    position: relative;
    left: -80px;
    top: -700px;
    width: 250px;
    z-index: 100;
    display: block; }

#start_check_points {
  width: 710px;
  z-index: 100;
  display: block;
  padding: 20px;
  background: #ddeeff url(/images/starters/back_checkpoints.png) no-repeat 405px 0px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px; }

.spacer_250 {
  width: 1px;
  height: 300px;
  display: block; }

.tabstyle_nav {
  width: 750px;
  height: 29px; }

.tabnav {
  position: relative;
  left: -5px; }
  .tabnav .active a {
    height: 17px;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 11px;
    margin-right: 1px;
    border-style: solid;
    border-color: #229cc4;
    border-width: 1px 1px 0px 1px;
    color: #666666;
    text-transform: uppercase;
    font-style: bold;
    background: white;
    background-image: -moz-linear-gradient(white, #c9e6ef);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c9e6ef), to(white));
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
    float: left; }
  .tabnav .active a:hover {
    border-style: solid;
    border-color: #229cc4;
    border-width: 1px 1px 0px 1px;
    color: #666666;
    text-transform: uppercase;
    font-style: bold;
    background: #c9e6ef;
    background-image: -moz-linear-gradient(white, #c9e6ef);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c9e6ef), to(white));
    display: block; }
  .tabnav .active a:active {
    border-style: solid;
    border-color: #229cc4;
    border-width: 1px 1px 0px 1px;
    color: #666666;
    text-transform: uppercase;
    font-style: bold;
    background: #c9e6ef;
    background-image: -moz-linear-gradient(white, #c9e6ef);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c9e6ef), to(white));
    display: block; }
  .tabnav .active a:focus {
    border-style: solid;
    border-color: #229cc4;
    border-width: 1px 1px 0px 1px;
    color: #666666;
    text-transform: uppercase;
    font-style: bold;
    background: #c9e6ef;
    background-image: -moz-linear-gradient(white, #c9e6ef);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c9e6ef), to(white));
    display: block; }
  .tabnav .inactive {
    float: left; }
    .tabnav .inactive a {
      height: 17px;
      list-style: none;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 11px;
      margin-right: 1px;
      border-style: solid;
      border-color: #cccccc;
      border-width: 1px 1px 0px 1px;
      color: #666666;
      text-transform: uppercase;
      font-style: bold;
      background: white;
      background-image: -moz-linear-gradient(white, #dddddd);
      background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#dddddd));
      -moz-border-radius-topright: 15px;
      -webkit-border-top-right-radius: 15px;
      display: block; }
    .tabnav .inactive a:hover {
      border-style: solid;
      border-color: #229cc4;
      border-width: 1px 1px 0px 1px;
      color: #666666;
      text-transform: uppercase;
      font-style: bold;
      background: #c9e6ef;
      background-image: -moz-linear-gradient(white, #c9e6ef);
      background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#c9e6ef));
      display: block; }
    .tabnav .inactive a:active {
      border-style: solid;
      border-color: #229cc4;
      border-width: 1px 1px 0px 1px;
      color: #666666;
      text-transform: uppercase;
      font-style: bold;
      background: #c9e6ef;
      background-image: -moz-linear-gradient(white, #c9e6ef);
      background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#c9e6ef));
      display: block; }
    .tabnav .inactive a:focus {
      border-style: solid;
      border-color: #229cc4;
      border-width: 1px 1px 0px 1px;
      color: #666666;
      text-transform: uppercase;
      font-style: bold;
      background: #c9e6ef;
      background-image: -moz-linear-gradient(white, #c9e6ef);
      background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#c9e6ef));
      display: block; }

.tabnav_small {
  position: relative;
  left: -5px;
  top: -15px; }
  .tabnav_small .active {
    float: left;
    list-style: none; }
    .tabnav_small .active a {
      width: 120px;
      height: 23px;
      padding-top: 8px;
      background: url(/images/i/tab_small_inactive.png) no-repeat;
      color: black;
      text-transform: uppercase;
      font-style: bold;
      text-align: center;
      display: block; }
    .tabnav_small .active a:hover {
      background: url(/images/i/tab_small_active.png) no-repeat;
      color: #666666; }
    .tabnav_small .active a:active {
      background: url(/images/i/tab_small_active.png) no-repeat;
      color: #666666; }
    .tabnav_small .active a:focus {
      background: url(/images/i/tab_small_active.png) no-repeat;
      color: #666666; }

.hint {
  width: 710px;
  border: 1px solid #cccccc;
  padding: 20px;
  background: #cccccc;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background: #dddddd;
  background-image: -moz-linear-gradient(white, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#dddddd)); }

.hint_small {
  width: 690px;
  border: 1px solid #cccccc;
  padding: 10px;
  background: #cccccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #dddddd;
  background-image: -moz-linear-gradient(white, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#dddddd)); }

.error_hint_small {
  width: 690px;
  border: 1px solid #cc0000;
  padding: 10px;
  background: #cccccc;
  font-weight: bold;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #ffcccc;
  background-image: -moz-linear-gradient(white, #ffcccc);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#ffcccc));
  margin-bottom: 1em; }

.hint_micro {
  width: 690px;
  padding: 10px;
  background: #eeeeee;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }

.success {
  width: 730px;
  border: 1px solid #00cc00;
  padding: 10px;
  background: #ccffcc;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background: #ccffcc;
  background-image: -moz-linear-gradient(white, #ccffcc);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#ccffcc)); }

.status_active {
  width: 730px;
  border: 1px solid #ffcc00;
  padding: 10px;
  background: #ffffcc;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  backgrond: #ffffcc;
  background-image: -moz-linear-gradient(white, #ffffcc);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#ffffcc)); }

.tab_head {
  width: 750px;
  height: 19px;
  background: url(/images/i/tab_big_top.png); }

.tab_inner {
  width: 710px;
  padding: 0px 19px 0px 19px;
  border-style: solid;
  border-color: #cccccc;
  border-width: 0px 1px 0px 1px; }
  .tab_inner .choicebox_left {
    width: 700px;
    height: 25px;
    padding: 10px 0px 0px 10px;
    border: 1px solid #cccccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: white;
    float: left; }
  .tab_inner .choicebox_left:hover {
    background: #f1f1f1; }
  .tab_inner .roundbox {
    width: 710px;
    height: 20px;
    padding: 7px 0px 2px 0px;
    border: 0px solid #cccccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #eeeeee;
    float: left; }
  .tab_inner .roundbox_blue {
    width: 692px;
    padding: 10px;
    border: 0px solid #def0f6;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #def0f6;
    float: left; }
  .tab_inner .choicebox_right {
    width: 446px;
    height: 35px;
    padding: 5px 0px 0px 10px;
    border: 1px solid #cccccc;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    float: right; }
  .tab_inner .tab_inner_left {
    width: 355px;
    float: left; }
  .tab_inner .tab_inner_right {
    float: right;
    width: 340px;
    padding-left: 10px;
    border-style: solid;
    border-color: #cccccc;
    border-width: 0px 0px 0px 1px; }
    .tab_inner .tab_inner_right .icon {
      float: left; }

.tab_spacer {
  height: 300px; }

.tab_bottom {
  width: 750px;
  height: 30px;
  background: url(/images/i/tab_big_bottom.png);
  margin-bottom: 20px; }

.tab_content {
  width: 750px;
  margin-bottom: 20px; }
  .tab_content .tab_head {
    position: relative;
    left: -21px;
    top: 0px;
    width: 750px;
    height: 19px;
    background: url(/images/i/tab_big_top.png); }
  .tab_content .tab_inner {
    position: relative;
    top: 30px;
    padding: 0px 20px 10px 20px;
    border-style: solid;
    border-color: #cccccc;
    border-width: 0px 1px 0px 1px; }
    .tab_content .tab_inner .tab_inner_left {
      width: 355px;
      float: left; }
    .tab_content .tab_inner .tab_inner_right {
      float: right;
      width: 340px;
      padding-left: 10px;
      border-style: solid;
      border-color: #cccccc;
      border-width: 0px 0px 0px 1px; }
      .tab_content .tab_inner .tab_inner_right .icon {
        float: left; }
  .tab_content .tab_spacer {
    height: 300px; }
  .tab_content .tab_bottom {
    position: relative;
    left: 0px;
    bottom: -20px;
    width: 750px;
    height: 30px;
    height: 30;
    background: url(/images/i/tab_big_bottom.png); }

.tab_big_head {
  width: 1040px;
  height: 19px;
  background: url(/images/i/tab_verybig_top.png); }
  .tab_big_head .question {
    text-align: right; }

.tab_big_inner {
  width: 1000px;
  padding: 0px 19px 0px 19px;
  border-style: solid;
  border-color: #cccccc;
  border-width: 0px 1px 0px 1px; }
  .tab_big_inner .space300 {
    position: relative;
    left: 480px;
    top: -480px;
    width: 100px;
    height: 100px; }
  .tab_big_inner .tab_big_inner_left {
    position: relative;
    top: 0px;
    width: 0px;
    float: none; }
  .tab_big_inner .tab_big_inner_right {
    position: relative;
    left: -15px;
    top: -250px;
    float: right;
    width: 340px; }
    .tab_big_inner .tab_big_inner_right .icon {
      float: left; }
  .tab_big_inner .tab_big_spacer {
    height: 150px; }

.tab_big_inner_final {
  width: 1000px;
  padding: 0px 19px 0px 19px;
  border-style: solid;
  border-color: #cccccc;
  border-width: 0px 1px 0px 1px; }
  .tab_big_inner_final .space300 {
    position: relative;
    left: 480px;
    top: -220px;
    width: 100px;
    height: 100px; }
  .tab_big_inner_final .tab_big_inner_left {
    position: relative;
    top: 0px;
    width: 0px;
    float: none; }
  .tab_big_inner_final .tab_big_inner_right {
    position: relative;
    left: -15px;
    top: -294px;
    float: right;
    width: 340px;
    height: 10px; }
    .tab_big_inner_final .tab_big_inner_right .icon {
      float: left; }
  .tab_big_inner_final .tab_big_spacer {
    height: 150px; }

.tab_big_bottom {
  width: 1040px;
  height: 30px;
  background: url(/images/i/tab_verybig_bottom.png); }

.table_register_top {
  float: right;
  position: relative;
  padding: 1em 1em 0em 1em;
  background: white;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  border-bottom: 0px;
  right: 1px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-topleft: 15px;
  -webkit-border-radius-topright: 15px;
  -webkit-border-radius-topleft: 15px; }
  .table_register_top.table_register_top a {
    margin: 0em 0.2em; }

.box_editor {
  position: relative;
  top: -22px;
  width: 695px;
  padding: 10px;
  border: 1px solid #999999; }

.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; }

.notice_box {
  font-size: 12px;
  line-height: 15px;
  padding: 10px 30px;
  margin: 10px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px; }
  .notice_box.information {
    border: 1px solid #1f84a8;
    background: url(/images/icons/16/help2.png) 10px 10px no-repeat #e9f1f5; }
  .notice_box.warning {
    border: 1px solid red;
    background: url(/images/icons/16/help2.png) 10px 10px no-repeat red; }

.empty {
  color: #666666;
  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: 0; }

.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; }

.start_bigbutton {
  background: url(/images/buttons/button_big.png) no-repeat;
  width: 315px;
  height: 38px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: #333333 1px 1px 2px;
  border-style: solid;
  border-width: 0px; }

.start_bigbutton:hover {
  background: url(/images/buttons/button_big.png) 0px -38px no-repeat;
  text-shadow: #333333 -1px -1px 2px; }

a.start_bigbutton {
  background: url(/images/buttons/button_big.png) no-repeat;
  width: 315px;
  height: 28px;
  display: block;
  padding-top: 10px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-shadow: #333333 1px 1px 2px;
  border-style: solid;
  border-width: 0px; }

a.start_bigbutton:hover {
  background: url(/images/buttons/button_big.png) 0px -38px no-repeat;
  text-shadow: #333333 -1px -1px 2px;
  text-decoration: none; }

.start_ok_points {
  width: 720px;
  height: 32px;
  padding-left: 30px;
  padding-top: 13px;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px 0px 0px 0px;
  font-size: 14px;
  background: url(/images/icons/ok_small.png) no-repeat 0px 10px; }

.inner_ok_points {
  width: 680px;
  height: 32px;
  padding-left: 30px;
  padding-top: 13px;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px 0px 0px 0px;
  font-size: 14px;
  background: url(/images/icons/ok_small.png) no-repeat 0px 10px; }

.right_bigbutton, .update, .create {
  background: url(/images/buttons/button_right.png) no-repeat;
  width: 250px;
  height: 37px;
  color: white;
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  text-shadow: #333333 1px 1px 2px;
  border-style: solid;
  border-width: 0px; }

.right_bigbutton:hover, .update:hover, .create:hover {
  background: url(/images/buttons/button_right.png) 0px -38px no-repeat;
  text-shadow: #333333 -1px -1px 2px; }

a.right_bigbutton {
  background: url(/images/buttons/button_right.png) no-repeat;
  width: 250px;
  height: 27px;
  display: block;
  padding-top: 10px;
  color: white;
  font-size: 14px;
  font-weight: bold !important;
  text-align: center;
  text-transform: uppercase;
  text-shadow: #333333 1px 1px 2px;
  border-style: solid;
  border-width: 0px; }

a.right_bigbutton:hover {
  background: url(/images/buttons/button_right.png) 0px -38px no-repeat;
  text-shadow: #333333 -1px -1px 2px;
  text-decoration: none; }

.button_variable {
  background: white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #289cc2;
  padding: 1px 6px;
  color: #666666;
  font-size: 13px;
  text-transform: uppercase; }

.button_variable:hover {
  background: white;
  background-image: -moz-linear-gradient(white, #ddeeff);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#ddeeff)); }

.button_variable_right {
  background: #c9e6ef;
  background-image: -moz-linear-gradient(white, #c9e6ef);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c9e6ef), to(#ddeeff));
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 1px solid #289cc2;
  -moz-box-shadow: 2px 2px 4px #333333;
  -webkit-box-shadow: 2px 2px 4px #333333;
  padding: 1px 6px;
  color: #666666;
  font-size: 13px;
  text-transform: uppercase;
  float: right; }

.button_variable_right:hover {
  background: white;
  background-image: -moz-linear-gradient(#dddddd, white);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(white));
  -moz-box-shadow: -2px -2px 4px #cccccc;
  -webkit-box-shadow: -2px -2px 4px #cccccc; }

.button_standard {
  background: url(/images/i/button_standard.png);
  width: 80px;
  height: 23px;
  color: #666666;
  font-size: 13px;
  text-transform: uppercase;
  border-style: solid;
  border-width: 0px; }

.button_standard:hover {
  background: url(/images/i/button_standard_act.png); }

.button_small {
  background: url(/images/i/button_small_52.png);
  width: 52px;
  height: 19px;
  color: #666666;
  font-size: 13px;
  text-transform: uppercase;
  border-style: solid;
  border-width: 0px;
  float: right; }

.button_small:hover {
  background: url(/images/i/button_small_52_act.png); }

input[type=text],
input[type=password],
textarea {
  border: 1px solid #999999;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 3px; }
  input[type=text].input_mostly,
  input[type=password].input_mostly,
  textarea.input_mostly {
    width: 605px; }

.textfield_small {
  border: 1px solid #999999;
  width: 530px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 3px; }

.fieldWithErrors input {
  border: 1px solid red;
  width: 228px;
  height: 19px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 3px; }

.input_small {
  border: 1px solid #999999;
  width: 130px;
  height: 19px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-top: 3px;
  margin-bottom: 5px; }

span.asterisk {
  color: red;
  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: 1px solid #cccccc;
  height: 415px;
  overflow-y: scroll;
  width: 670px;
  padding: 15px 0 0 15px;
  margin: 0px; }

.preview_inner {
  border: 1px solid #cccccc;
  height: 415px;
  overflow-y: scroll;
  width: 670px;
  padding: 15px 0 0 15px;
  margin: 0px; }

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

table th {
  background: black;
  background-image: -moz-linear-gradient(#666666, black);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(black));
  color: white;
  padding: 10px;
  text-align: left;
  text-transform: uppercase; }
  table th .th_right {
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px; }
table td {
  border-bottom: 1px solid #7f7f7f; }
table.table_light {
  width: 100%; }
  table.table_light td {
    padding-bottom: 2px;
    border-bottom: 1px solid #cccccc; }
table.sum {
  width: 350px;
  margin: 20px;
  float: right; }
  table.sum th {
    background: black;
    background-image: -moz-linear-gradient(#7cc3da, #2d9ec3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7cc3da), to(#2d9ec3));
    color: white;
    padding: 5px;
    text-align: left; }
  table.sum td {
    text-align: left;
    padding: 3px;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc; }
    table.sum td .noborder {
      border-bottom: 1px solid #cccccc;
      border-left: 1px solid white; }
table.beauty {
  width: 100%;
  border-spacing: 0px;
  background: white; }
  table.beauty tr.inactive_row td {
    background: #eeeeee;
    color: #999999; }
  table.beauty th {
    background: url(/images/bgth.gif) top left repeat-x #4b4b4b;
    color: #cccccc;
    padding: 10px;
    text-transform: uppercase; }
  table.beauty th > img[height="24"] {
    margin-left: -8px;
    margin-right: -8px; }
  table.beauty .th_right {
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px; }
    table.beauty .th_right a {
      color: white; }
  table.beauty .first {
    text-align: left; }
  table.beauty .second {
    text-align: left; }
  table.beauty .last {
    text-align: right; }
  table.beauty td {
    padding: 10px;
    margin: 1px;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    vertical-align: top; }
  table.beauty td > img[height="24"] {
    margin: -8px; }
  table.beauty .noborder {
    border-bottom: 1px solid #cccccc;
    border-left: 0px solid white; }
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; }
table.article {
  width: 350px; }
  table.article th {
    height: 23px;
    padding-left: 10px;
    background: #999999;
    background-image: -moz-linear-gradient(#7cc3da, #2d9ec3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7cc3da), to(#2d9ec3));
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    text-align: left;
    color: white; }
  table.article td {
    height: 200px;
    border: 1px solid #2d9ec3;
    margin: 0px !important;
    padding-left: 0px !important; }
table.small {
  width: 100%;
  border-spacing: 0px;
  background: white; }
  table.small th {
    height: 20px;
    background: #cccccc;
    background-image: -moz-linear-gradient(#eeeeee, #cccccc);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
    color: black;
    padding: 5px;
    text-transform: uppercase; }
  table.small .th_right {
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px; }
    table.small .th_right a {
      color: white; }
  table.small .first {
    text-align: left; }
  table.small .second {
    text-align: left; }
  table.small .last {
    text-align: right; }
  table.small td {
    padding: 5px;
    margin: 1px;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    vertical-align: top; }
  table.small .noborder {
    border-bottom: 1px solid #cccccc;
    border-left: 0px solid white; }

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 #aaaaaa; }
  table#payment td {
    border: 1px solid #aaaaaa;
    padding: 4px 7px; }
  table#payment .t2 {
    width: 130px;
    text-align: right; }
  table#payment .t3 {
    width: 60px;
    text-align: right; }

table.prices {
  width: 347px; }
  table.prices th {
    background: black;
    background-image: -moz-linear-gradient(#666666, black);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(black));
    color: #cccccc;
    padding: 10px;
    text-transform: uppercase;
    text-align: left; }
  table.prices .content {
    background: #ededed;
    padding: 10px; }
  table.prices td {
    padding: 10px;
    margin: 1px;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    vertical-align: top; }
  table.prices .noborder {
    border-bottom: 1px solid #cccccc;
    border-left: 0px solid white; }

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; }

.tipsy {
  padding: 5px;
  font-size: 13px;
  background: url(/images/tipsy.gif) no-repeat; }
  .tipsy .tipsy-inner {
    padding: 5px 8px 4px 8px;
    background: #289cc2;
    color: white;
    max-width: 200px;
    text-align: center; }
  .tipsy .tipsy-inner {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }
  .tipsy .tipsy-north {
    background-position: top center; }
  .tipsy .tipsy-south {
    background-position: bottom center; }
  .tipsy .tipsy-east {
    background-position: right center; }
  .tipsy .tipsy-west {
    background-position: left center; }

#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 {
  padding-left: 0px; }

.article_li {
  height: 37px;
  padding-left: 10px;
  padding-top: 3px;
  background: #dddddd;
  border-bottom: 1px solid white;
  background-image: -moz-linear-gradient(white, #cccccc);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#cccccc)); }

#mailing_html_tab .variables, #mailing_text_tab .variables {
  position: absolute;
  left: 720px;
  top: 30px; }

#mailing_templates_html_tab .variables, #mailing_templates_text_tab .variables {
  position: absolute;
  margin-left: 550px;
  margin-top: 0px;
  z-index: 200; }
  #mailing_templates_html_tab .variables ul li, #mailing_templates_text_tab .variables ul li {
    float: right; }

#letter_variables {
  height: 420px; }

#sidebar {
  position: relative;
  left: 10px;
  z-index: 50; }
  #sidebar .box_headline {
    position: relative;
    right: 11px;
    top: -23px;
    height: 18px;
    padding-left: 16px;
    padding-right: 10px;
    padding-top: 2px;
    background: url(/images/i/box_top_text_left.png) no-repeat;
    text-transform: uppercase;
    color: white;
    float: right;
    z-index: 60; }
  #sidebar .box_blank {
    position: relative;
    top: -3px;
    width: 228px;
    background: white url(/images/i/box_verlauf.png) repeat-x bottom;
    padding: 10px 10px 30px 10px;
    border-style: solid;
    border-color: #999999;
    border-width: 0px 1px 1px 1px; }
    #sidebar .box_blank .infoheadline {
      height: 35px;
      padding: 5px 0px 0px 40px;
      background: url(/images/buttons/q_info1.png) no-repeat; }
    #sidebar .box_blank .list1 {
      position: relative;
      left: -15px;
      width: 238px;
      height: 21px;
      padding: 10px 0px 0px 10px;
      background: #cccccc;
      background-image: -moz-linear-gradient(white, #cccccc);
      background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#cccccc));
      display: block; }
    #sidebar .box_blank .list1:hover {
      color: black; }
    #sidebar .box_blank .list2 {
      position: relative;
      left: -10px;
      width: 228px;
      height: 21px;
      margin-top: 5px;
      background: white;
      border-bottom: 1px solid #cccccc;
      font-weight: bold;
      display: block; }
    #sidebar .box_blank .list2:hover {
      color: black; }
    #sidebar .box_blank .list3 {
      margin-top: 3px;
      display: block; }
    #sidebar .box_blank .active {
      background: #ddeeff;
      background-image: -moz-linear-gradient(white, #ddeeff);
      background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#ddeeff));
      color: black; }
    #sidebar .box_blank .list3:hover {
      color: black;
      background: white; }
    #sidebar .box_blank .box_blank_subparts {
      padding-left: 15px;
      padding-top: 8px; }
    #sidebar .box_blank .box_rechner {
      padding-left: 95px;
      background: url(/images/icons/back_rechner.png) no-repeat 0px 10px;
      margin-bottom: 10px; }
    #sidebar .box_blank #rechner_ergebnis {
      width: 205px;
      height: 20px;
      padding: 10px;
      background: white;
      border: 1px solid #999999;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      font-size: 24px;
      font-weight: bold;
      color: #999999; }
  #sidebar .box_grey {
    position: relative;
    top: -3px;
    width: 228px;
    background: white;
    padding: 10px;
    border-style: solid;
    border-color: #999999;
    border-width: 0px 1px 0px 1px;
    background-image: -moz-linear-gradient(white, #cccccc);
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#cccccc)); }
  #sidebar .box_grey_final_final {
    position: relative;
    top: -3px;
    width: 228px;
    background: white;
    padding: 10px;
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
    background-image: -moz-linear-gradient(white, #cccccc);
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#cccccc)); }
  #sidebar .box_grey_final {
    position: relative;
    top: -3px;
    width: 228px;
    background: white;
    padding: 10px;
    border-style: solid;
    border-color: #999999;
    border-width: 0px 1px 1px 1px;
    background-image: -moz-linear-gradient(white, #cccccc);
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#cccccc)); }
  #sidebar .box_help a {
    width: 233px;
    height: 28px;
    border: 1px solid #cccccc;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    padding: 12px 0px 0px 15px;
    margin-bottom: 15px;
    background: url(/images/buttons/q_help.png) no-repeat;
    font-size: 15px;
    font-weight: bold;
    display: block; }
    #sidebar .box_help a:hover {
      border: 1px solid #007ba7;
      background: url(/images/buttons/q_help.png) 0px -42px no-repeat;
      text-decoration: none; }
  #sidebar .box_shadow {
    position: relative;
    top: -3px;
    width: 250px;
    height: 30px;
    background: url(/images/i/box_shadow.png) no-repeat; }
  #sidebar a.sidebar_more {
    padding-left: 10px;
    background: url(/images/icons/arrow_small.png) no-repeat;
    color: #289cc2;
    font-weight: bold; }

.top10 {
  position: relative;
  top: 10px; }

#shortcuts1 {
  height: 10px; }
  #shortcuts1 a {
    width: 250px;
    height: 27px;
    padding-left: 50px;
    padding-top: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    display: block; }
  #shortcuts1 a:hover {
    text-decoration: none; }
  #shortcuts1 .newsletter {
    background: url(/images/buttons/q_newsletter-erstellen.png) no-repeat white; }
    #shortcuts1 .newsletter:hover {
      background: url(/images/buttons/q_newsletter-erstellen.png) 0px -42px no-repeat white; }
  #shortcuts1 .api {
    background: url(/images/buttons/q_api-erstellen.png) no-repeat white; }
    #shortcuts1 .api:hover {
      background: url(/images/buttons/q_api-erstellen.png) 0px -42px no-repeat white; }
  #shortcuts1 .empfaenger {
    background: url(/images/buttons/q_user-verwalten.png) no-repeat white; }
    #shortcuts1 .empfaenger:hover {
      background: url(/images/buttons/q_user-verwalten.png) 0px -42px no-repeat white; }

#shortcuts2 {
  position: relative;
  left: 470px;
  top: -9px;
  width: 300px; }
  #shortcuts2 a {
    width: 250px;
    height: 27px;
    padding-left: 50px;
    padding-top: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    display: block; }
  #shortcuts2 a:hover {
    text-decoration: none; }
  #shortcuts2 .design {
    background: url(/images/buttons/q_design-erstellen.png) no-repeat white; }
    #shortcuts2 .design:hover {
      background: url(/images/buttons/q_design-erstellen.png) 0px -42px no-repeat white; }
  #shortcuts2 .optionen {
    background: url(/images/buttons/q_optionen.png) no-repeat white; }
    #shortcuts2 .optionen:hover {
      background: url(/images/buttons/q_optionen.png) 0px -42px no-repeat white; }
  #shortcuts2 .credits {
    background: url(/images/buttons/q_guthaben.png) no-repeat white; }
    #shortcuts2 .credits:hover {
      background: url(/images/buttons/q_guthaben.png) 0px -42px no-repeat white; }

body#modal {
  background: white !important;
  padding: 1em; }

body {
  background: url(/images/i/back.png);
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px; }

.spacer {
  height: 10px; }

#footer {
  position: relative;
  left: 51px;
  height: 150px;
  width: 1098px;
  background: url(/images/i/back_footer.png);
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px 0px 0px 0px; }
  #footer a {
    color: #999999;
    text-decoration: none; }
  #footer a:hover {
    text-decoration: underline; }
  #footer #linkblock1 {
    position: relative;
    left: 40px;
    top: 20px;
    width: 130px;
    height: 130px;
    float: left;
    border-style: solid;
    border-color: #cccccc;
    border-width: 0px 0px 0px 1px;
    padding-left: 9px; }
  #footer #linkblock2 {
    position: relative;
    left: 50px;
    top: 20px;
    width: 130px;
    height: 130px;
    float: left;
    border-style: solid;
    border-color: #cccccc;
    border-width: 0px 0px 0px 1px;
    padding-left: 9px; }
  #footer #linkblock3 {
    position: relative;
    left: 50px;
    top: 20px;
    width: 130px;
    height: 130px;
    float: left;
    border-style: solid;
    border-color: #cccccc;
    border-width: 0px 0px 0px 1px;
    padding-left: 9px; }
  #footer #logos {
    position: relative;
    top: 20px;
    right: 20px;
    float: right; }

.helpPage dd {
  margin: 0 15px 15px; }

