h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Arial, sans-serif;
  color: #222222;
  font-weight: bold; }

h2 {
  font-size: 26px;
  padding: 0 0 10px 0; }

h3 {
  font-size: 17px;
  padding: 0 0 10px 0; }

h4 {
  font-size: 16px;
  padding: 0 0 5px 0; }

h5 {
  font-size: 14px;
  padding: 0 0 5px 0; }

h6 {
  font-size: 12px;
  padding: 0 0 5px 0; }

a {
  color: #57a000;
  text-decoration: none; }
  a:hover {
    color: black; }
  a:active {
    color: #777777; }
  a:focus {
    outline: 1px; }

strong {
  font-weight: bold;
  color: #333333; }

small {
  font-size: 0.85em; }

pre {
  font-family: monospace; }

p {
  padding: 5px 0 10px 0;
  line-height: 1.6em; }

.clear {
  clear: both; }

.align-left {
  float: left; }

.align-right {
  float: right; }

.button {
  font-family: Verdana, Arial, sans-serif;
  display: inline-block;
  background: #459300 url("/images/bg-button-green.gif") top left repeat-x !important;
  border: 1px solid #459300 !important;
  padding: 4px 7px 4px 7px !important;
  color: white !important;
  font-size: 11px !important;
  cursor: pointer;
  line-height: normal; }
  .button:hover {
    text-decoration: underline; }
  .button:active {
    padding: 5px 7px 3px 7px !important; }

.disabled {
  background: #cccccc !important;
  color: #aaaaaa !important;
  border: 1px solid #aaaaaa !important; }

a.remove-link {
  color: #bb0000; }
  a.remove-link:hover {
    color: black; }

#sidebar {
  background: url("/images/bg-sidebar.gif") top left no-repeat;
  width: 230px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #888888;
  font-size: 11px; }
  #sidebar #sidebar-wrapper {
    margin: 0 0 0 9px; }
  #sidebar a {
    color: #cccccc; }
    #sidebar a:active {
      color: #cccccc; }
    #sidebar a:hover {
      color: white; }
  #sidebar #sidebar-title {
    margin: 40px 0 40px 15px; }
  #sidebar #logo {
    margin: 40px 0 40px 0; }
  #sidebar #profile-links {
    padding: 0 15px 20px 15px;
    text-align: right;
    line-height: 1.5em; }
  #sidebar #main-nav {
    width: 206px;
    padding: 0;
    margin: 0 0 0 15px;
    font-family: Helvetica, Arial, sans-serif; }
    #sidebar #main-nav li {
      list-style: none;
      padding-bottom: 10px;
      text-align: right; }
      #sidebar #main-nav li a.nav-top-item {
        background: transparent url("/images/bg-menu-item-green.gif") right center no-repeat;
        padding: 10px 15px;
        color: white;
        font-size: 14px;
        cursor: pointer;
        display: block;
        text-decoration: none; }
      #sidebar #main-nav li a.current {
        background-image: url("/images/bg-menu-item-current.gif") !important;
        color: #333333;
        font-weight: bold; }
        #sidebar #main-nav li a.current:hover {
          color: #333333; }
    #sidebar #main-nav ul {
      padding: 0;
      font-size: 12px;
      margin: 0; }
      #sidebar #main-nav ul li {
        list-style: none;
        margin: 0;
        text-align: right;
        padding: 0; }
        #sidebar #main-nav ul li a {
          padding: 8px 15px;
          display: block;
          color: #aaaaaa;
          font-size: 13px;
          line-height: 1.2em; }
          #sidebar #main-nav ul li a:hover {
            color: white; }
          #sidebar #main-nav ul li a.current {
            color: white;
            background: transparent url("/images/menu-current-arrow.gif") right center no-repeat !important; }
            #sidebar #main-nav ul li a.current:hover {
              color: white; }

#messages p, #messages form {
  border-top: 1px solid #dddddd;
  padding: 10px 0; }
#messages h4 {
  padding: 10px 0; }
#messages fieldset {
  margin: 0; }
#messages textarea {
  margin: 0 0 15px 0; }

#main-content {
  margin: 0 auto;
  padding: 40px 0 0 0;
  width: 960px; }

.column-left {
  width: 48%;
  float: left; }

.column-right {
  width: 48%;
  float: right; }

#page-intro {
  font-size: 17px;
  padding: 0 0 20px 0; }

#main-content ul, #main-content ol {
  padding: 10px 0; }
#main-content ul li {
  background: url("/images/icons/bullet_black.png") center left no-repeat;
  padding: 4px 0 4px 20px; }
#main-content ol {
  padding: 0 0 0 24px; }
  #main-content ol li {
    list-style: decimal;
    padding: 4px 0; }

.content-box {
  border: 1px solid #cccccc;
  margin: 0 0 20px 0;
  background: white; }

.content-box-header {
  background: #e5e5e5 url("/images/bg-content-box.gif") top left repeat-x;
  margin-top: 1px;
  height: 40px; }
  .content-box-header h3 {
    padding: 12px 15px 10px;
    float: left; }

ul.content-box-tabs {
  float: right;
  padding: 6px 15px 0 0 !important;
  margin: 0 !important; }
  ul.content-box-tabs li {
    float: left;
    margin: 0;
    padding: 0 !important;
    background-image: none !important; }
    ul.content-box-tabs li a {
      color: #333333;
      padding: 8px 10px;
      display: block;
      margin: 1px;
      border-bottom: 0; }
      ul.content-box-tabs li a:hover {
        color: #57a000; }
      ul.content-box-tabs li a.current {
        background: white;
        border: 1px solid #cccccc;
        border-bottom: 0;
        margin: 0; }

.content-box-content {
  padding: 20px;
  font-size: 13px;
  border-top: 1px solid #cccccc; }

#main-content table, .style-table table {
  width: 100%;
  border-collapse: collapse; }
  #main-content table thead th, .style-table table thead th {
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid #dddddd; }
#main-content tbody, .style-table tbody {
  border-bottom: 1px solid #dddddd; }
  #main-content tbody tr, .style-table tbody tr {
    background: white; }
    #main-content tbody tr.alt-row, .style-table tbody tr.alt-row {
      background: #f3f3f3; }
    #main-content tbody tr.selected, .style-table tbody tr.selected {
      background-color: #edffe5;
      border-bottom: 1px solid #eeeeee; }
#main-content table td, #main-content table th, .style-table table td, .style-table table th {
  padding: 5px;
  line-height: 1.3em;
  vertical-align: middle; }
#main-content table tfoot td .bulk-actions, .style-table table tfoot td .bulk-actions {
  padding: 15px 0 5px 0; }
  #main-content table tfoot td .bulk-actions select, .style-table table tfoot td .bulk-actions select {
    padding: 4px;
    border: 1px solid #cccccc; }
#main-content .pagination, #main-content .dataTables_paginate, .style-table .pagination, .style-table .dataTables_paginate {
  text-align: right;
  padding: 20px 0 5px 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px; }

.paginate_button {
  color: #57a000;
  cursor: pointer; }

.paginate_button_disabled {
  color: #333333;
  cursor: default; }

.pagination span, .pagination a, .dataTables_paginate .paginate_button, .paginate_active {
  margin: 0 5px 0 0;
  padding: 3px 6px; }
  .pagination span, .pagination a, .dataTables_paginate .paginate_button, .paginate_active {
    border: 1px solid #dddddd; }
  .pagination span.current, .pagination span.paginate_active, .pagination a.current, .pagination a.paginate_active, .dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button.paginate_active, .paginate_active.current, .paginate_active.paginate_active {
    background: #469400 url("/images/bg-button-green.gif") top left repeat-x !important;
    border-color: #459300 !important;
    color: white !important; }
    .pagination span.current:hover, .pagination span.paginate_active:hover, .pagination a.current:hover, .pagination a.paginate_active:hover, .dataTables_paginate .paginate_button.current:hover, .dataTables_paginate .paginate_button.paginate_active:hover, .paginate_active.current:hover, .paginate_active.paginate_active:hover {
      text-decoration: underline; }

.shortcut-button {
  border: 1px solid #cccccc;
  background: #f7f7f7 url("/images/shortcut-button-bg.gif") top left no-repeat;
  display: block;
  width: 120px;
  margin: 0 0 20px 0; }
  .shortcut-button span {
    border: 1px solid white;
    display: block;
    padding: 15px 10px 15px 10px;
    text-align: center;
    color: #555555;
    font-size: 13px;
    line-height: 1.3em; }
    .shortcut-button span img {
      margin-bottom: 10px; }
  .shortcut-button:hover {
    background: white; }
  .shortcut-button span:hover {
    color: #57a000; }

ul.shortcut-buttons-set li {
  float: left;
  margin: 0 15px 0 0;
  padding: 0 !important;
  background: 0; }

form label {
  display: block;
  padding: 0 0 10px;
  font-weight: bold; }
form fieldset legend {
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 10px; }
form p small {
  font-size: 0.75em;
  color: #777777; }
form input.text-input, form select, form textarea, form .wysiwyg {
  padding: 6px;
  font-size: 13px;
  background: white url("/images/bg-form-field.gif") top left repeat-x;
  border: 1px solid #d5d5d5;
  color: #333333; }
form .small-input {
  width: 25% !important; }
form .medium-input {
  width: 50% !important; }
form .large-input {
  width: 97.5% !important;
  font-size: 16px !important;
  padding: 8px !important; }
form textarea {
  width: 97.5% !important;
  font-family: Arial, Helvetica, sans-serif; }
form select {
  padding: 4px;
  background: white; }
form input[type="checkbox"], form input[type="radio"] {
  padding: 0;
  background: none;
  border: 0; }

.notification {
  position: relative;
  margin: 0 0 15px 0;
  padding: 0;
  border: 1px solid;
  background-position: 10px 11px !important;
  background-repeat: no-repeat !important;
  font-size: 13px;
  width: 99.8%; }

.attention {
  background: #fffbcc url("/images/icons/exclamation.png") 10px 11px no-repeat;
  border-color: #e6db55;
  color: #666452; }

.information {
  background: #dbe3ff url("/images/icons/information.png");
  border-color: #a2b4ee;
  color: #585b66; }

.success {
  background: #d5ffce url("/images/icons/tick_circle.png");
  border-color: #9adf8f;
  color: #556652; }

.error {
  background: #ffcece url("/images/icons/cross_circle.png");
  border-color: #df8f8f;
  color: #665252; }

.notification div {
  display: block;
  font-style: normal;
  padding: 10px 10px 10px 36px;
  line-height: 1.5em; }
.notification .close {
  color: #990000;
  font-size: 9px;
  position: absolute;
  right: 5px;
  top: 5px; }

.input-notification {
  background-position: left 2px;
  background-repeat: no-repeat;
  padding: 2px 0 2px 22px;
  background-color: transparent;
  margin: 0 0 0 5px; }

#login-wrapper #login-content .notification {
  border: 0;
  background-color: #141414;
  color: white !important; }

body#login {
  color: white;
  background: #222222 url("/images/bg-login.gif"); }

#login-wrapper {
  background: url("/images/bg-login-top.png") top left repeat-x; }
  #login-wrapper #login-top {
    width: 100%;
    padding: 140px 0 50px 0;
    text-align: center; }
  #login-wrapper #login-content {
    text-align: left;
    width: 300px;
    margin: 0 auto; }
    #login-wrapper #login-content label {
      color: white;
      font-weight: normal;
      font-size: 14px;
      font-family: Helvetica, Arial, sans-serif;
      float: left;
      width: 70px;
      padding: 0; }
    #login-wrapper #login-content input {
      width: 200px;
      float: right;
      margin: 0 0 20px 0;
      border: 0;
      background: white; }
    #login-wrapper #login-content p {
      padding: 0; }
      #login-wrapper #login-content p#remember-password {
        float: right; }
        #login-wrapper #login-content p#remember-password input {
          float: none;
          width: auto;
          border: 0;
          background: none;
          margin: 0 10px 0 0; }
      #login-wrapper #login-content p .button {
        width: auto;
        margin-top: 20px; }

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left; }
  #facebox .popup {
    border: 3px solid rgba(0, 0, 0, 0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.4); }
  #facebox .content {
    width: 370px;
    padding: 10px;
    background: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  #facebox .content > p:first-child {
    margin-top: 0; }
  #facebox .content > p:last-child {
    margin-bottom: 0; }
  #facebox .close {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px;
    background: white; }
    #facebox .close img {
      opacity: 0.3; }
  #facebox .close:hover img {
    opacity: 1; }
  #facebox .loading {
    text-align: center; }
  #facebox .image {
    text-align: center; }
  #facebox img {
    border: 0;
    margin: 0; }

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%; }

.facebox_hide {
  z-index: -100; }

.facebox_overlayBG {
  background-color: black;
  z-index: 99; }

div.wysiwyg {
  border: 1px solid #cccccc;
  padding: 5px;
  background-color: white;
  width: 97.5% !important; }
  div.wysiwyg * {
    margin: 0;
    padding: 0; }
  div.wysiwyg ul.panel {
    border-bottom: 1px solid #cccccc;
    float: left;
    width: 100%;
    padding: 0 0 5px 0; }
    div.wysiwyg ul.panel li {
      list-style-type: none;
      float: left;
      margin: 0 2px;
      padding: 0 !important;
      background: white;
      background-image: none !important; }
      div.wysiwyg ul.panel li.separator {
        height: 16px;
        margin: 0 4px;
        border-left: 1px solid #cccccc; }
      div.wysiwyg ul.panel li a {
        display: block;
        padding: 0 !important;
        width: 16px;
        height: 16px;
        background: url("/images/icons/jquery.wysiwyg.gif") no-repeat -64px -80px;
        border: 0;
        cursor: pointer;
        padding: 1px; }
        div.wysiwyg ul.panel li a.active {
          background-color: #f9f9f9;
          border: 1px solid #cccccc;
          border-left-color: #aaaaaa;
          border-top-color: #aaaaaa;
          padding: 0; }
        div.wysiwyg ul.panel li a.bold {
          background-position: 0 -16px; }
        div.wysiwyg ul.panel li a.italic {
          background-position: -16px -16px; }
        div.wysiwyg ul.panel li a.strikeThrough {
          background-position: -32px -16px; }
        div.wysiwyg ul.panel li a.underline {
          background-position: -48px -16px; }
        div.wysiwyg ul.panel li a.justifyLeft {
          background-position: 0 0; }
        div.wysiwyg ul.panel li a.justifyCenter {
          background-position: -16px 0; }
        div.wysiwyg ul.panel li a.justifyRight {
          background-position: -32px 0; }
        div.wysiwyg ul.panel li a.justifyFull {
          background-position: -48px 0; }
        div.wysiwyg ul.panel li a.indent {
          background-position: -64px 0; }
        div.wysiwyg ul.panel li a.outdent {
          background-position: -80px 0; }
        div.wysiwyg ul.panel li a.subscript {
          background-position: -64px -16px; }
        div.wysiwyg ul.panel li a.superscript {
          background-position: -80px -16px; }
        div.wysiwyg ul.panel li a.undo {
          background-position: 0 -64px; }
        div.wysiwyg ul.panel li a.redo {
          background-position: -16px -64px; }
        div.wysiwyg ul.panel li a.insertOrderedList {
          background-position: -32px -48px; }
        div.wysiwyg ul.panel li a.insertUnorderedList {
          background-position: -16px -48px; }
        div.wysiwyg ul.panel li a.insertHorizontalRule {
          background-position: 0 -48px; }
        div.wysiwyg ul.panel li a.h1 {
          background-position: 0 -32px; }
        div.wysiwyg ul.panel li a.h2 {
          background-position: -16px -32px; }
        div.wysiwyg ul.panel li a.h3 {
          background-position: -32px -32px; }
        div.wysiwyg ul.panel li a.h4 {
          background-position: -48px -32px; }
        div.wysiwyg ul.panel li a.h5 {
          background-position: -64px -32px; }
        div.wysiwyg ul.panel li a.h6 {
          background-position: -80px -32px; }
        div.wysiwyg ul.panel li a.cut {
          background-position: -32px -64px; }
        div.wysiwyg ul.panel li a.copy {
          background-position: -48px -64px; }
        div.wysiwyg ul.panel li a.paste {
          background-position: -64px -64px; }
        div.wysiwyg ul.panel li a.increaseFontSize {
          background-position: -16px -80px; }
        div.wysiwyg ul.panel li a.decreaseFontSize {
          background-position: -32px -80px; }
        div.wysiwyg ul.panel li a.createLink {
          background-position: -80px -48px; }
        div.wysiwyg ul.panel li a.insertImage {
          background-position: -80px -80px; }
        div.wysiwyg ul.panel li a.html {
          background-position: -48px -48px; }
        div.wysiwyg ul.panel li a.removeFormat {
          background-position: -80px -64px; }
        div.wysiwyg ul.panel li a.empty {
          background-position: -64px -80px; }
  div.wysiwyg iframe {
    border: 0;
    margin: 5px 0 0 0;
    clear: left;
    width: 97.5% !important; }

.button, #main-content table tfoot td .bulk-actions select, .pagination span, .pagination a, .paginate_button, .paginate_active {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

form input.text-input, form textarea, form .wysiwyg, form select {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.content-box, .content-box-header, ul.content-box-tabs li a.current, .shortcut-button, .notification {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }

.content-box-header {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.closed-box .content-box-header {
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

ul.content-box-tabs li a.current {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.shortcut-button span {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px; }

div.wysiwyg ul.panel li a {
  opacity: 0.6; }
  div.wysiwyg ul.panel li a:hover, div.wysiwyg ul.panel li a.active {
    opacity: 0.99; }

p.divider {
  border-bottom: 1px solid #cacaca;
  margin: 15px 0;
  padding: 0; }

.signup fieldset {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 15px;
  margin-bottom: 15px; }
.signup .column-left {
  width: 440px; }
.signup img#lock {
  margin-left: 5px;
  float: right; }
.signup #secure {
  float: right;
  color: #333333;
  margin-top: 5px; }
.signup p.billing {
  font-size: 18px;
  padding-bottom: 0;
  padding-top: 0; }
.signup p.terms {
  margin-bottom: 0;
  font-size: 11px; }
.signup p.smallprint {
  font-size: 12px;
  line-height: 1.3em;
  padding-top: 2px; }

#main-content .textbox ul li {
  font-size: 13px;
  background: url("/images/icons/bullet_black.png") no-repeat scroll left 5px transparent; }

.migrate .welcome {
  margin-bottom: 30px; }
  .migrate .welcome p {
    font-size: 20px;
    text-align: center; }
.migrate h2.headline {
  text-indent: -9999px;
  visibility: visible;
  background: url("/images/migrate-headline.gif") no-repeat scroll 0 0 transparent;
  width: 883px;
  height: 42px;
  margin: 0 auto;
  padding: 0; }
.migrate .textbox {
  float: right;
  width: 460px;
  margin: 0 auto;
  padding-top: 10px; }
  .migrate .textbox p {
    font-size: 16px;
    line-height: 1.3em; }
.migrate h6 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 0px;
  color: #333333; }
.migrate .faq {
  margin-bottom: 15px; }
  .migrate .faq dl {
    margin-top: 10px;
    font-size: 13px; }
  .migrate .faq dt {
    font-weight: bold;
    margin-bottom: 5px; }
  .migrate .faq dd {
    padding-left: 15px;
    margin-bottom: 10px; }
.migrate .features {
  clear: both;
  border-top: 1px solid #cacaca;
  padding-top: 20px;
  margin-top: 15px; }
  .migrate .features .col1 {
    width: 460px;
    float: left;
    padding-right: 10px; }
  .migrate .features .col2 {
    width: 460px;
    float: right;
    margin-left: 20px; }
  .migrate .features p {
    font-size: 12px;
    line-height: 1.4em; }
    .migrate .features p.featureheading {
      font-size: 14px;
      font-weight: 700;
      padding-bottom: 0;
      margin-top: 5px; }
  .migrate .features img {
    width: 40px;
    float: left;
    margin-right: 15px;
    margin-top: 10px; }
.migrate .signupbottom {
  width: 500px;
  margin-top: 30px;
  padding-bottom: 40px;
  font-size: 16px;
  font-weight: bold;
  clear: both; }

#sudobanner-bg {
  position: fixed;
  top: 0;
  padding-top: 10px;
  background-color: red;
  width: 100%;
  z-index: 100;
  opacity: 0.75;
  height: 30px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75); }

#account_problem {
  padding: 10px;
  background-color: #ffcece;
  font-size: 15px;
  border-bottom: 2px solid #df8f8f;
  color: #665252;
  text-align: center;
  text-shadow: 0 1px 0 white; }
  #account_problem strong {
    color: white; }
  #account_problem a {
    color: red; }

#account_notice {
  padding: 10px;
  background-color: #dbe3ff;
  font-size: 15px;
  border-bottom: 2px solid #a2b4ee;
  color: #585b66;
  text-align: center;
  text-shadow: 0 1px 0 white; }
  #account_notice strong {
    color: white; }
  #account_notice a {
    color: black; }

#sudobanner {
  position: fixed;
  top: 0;
  padding-top: 10px;
  width: 100%;
  z-index: 101;
  font-size: 15px;
  height: 30px;
  border-bottom: 2px solid black;
  color: white; }
  #sudobanner .close {
    float: right;
    margin-right: 30px; }
    #sudobanner .close a {
      text-decoration: none;
      color: black; }
  #sudobanner .inner {
    text-align: center;
    text-shadow: 0 1px 0 black; }
    #sudobanner .inner strong {
      color: white; }

#sudopadding {
  height: 40px; }

.buttons a.new-button {
  background: url("/images/new-button.gif") no-repeat scroll 0 0 transparent;
  width: 210px;
  height: 43px;
  text-indent: -9999px;
  display: block; }
  .buttons a.new-button:hover {
    background: url("/images/new-button.gif") no-repeat scroll 0 -43px transparent; }

#video_tag {
  width: 200px; }

a.xit {
  width: 10px;
  height: 10px;
  background: url("/images/xit.gif") no-repeat scroll 0 0 transparent;
  display: block;
  float: left;
  margin-right: 5px;
  margin-top: 4px; }

a.xit:hover {
  background: url("/images/xit.gif") no-repeat scroll -10px 0 transparent; }

.signup #content {
  padding-bottom: 30px; }
.signup h2.headline {
  text-indent: -9999px;
  visibility: visible;
  background: url("/images/signup-headline.gif") no-repeat scroll 0 0 transparent;
  width: 883px;
  height: 42px;
  margin: 0 0 0 30px;
  padding: 20px 0; }
.signup .textbox {
  float: right;
  width: 460px;
  margin: 0 auto;
  padding-top: 10px;
  width: 400px;
  padding-right: 60px; }
  .signup .textbox p {
    font-size: 16px;
    line-height: 1.3em; }
.signup h6 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 0px;
  color: #333333; }
.signup dl {
  margin-top: 10px;
  font-size: 13px; }
.signup dt {
  font-weight: bold;
  margin-bottom: 5px; }
.signup dd {
  padding-left: 15px;
  margin-bottom: 10px; }

.jobs {
  font-size: 9px; }

.inplaceeditor-form {
  font-weight: normal; }
  .inplaceeditor-form input[type="text"] {
    padding: 2px;
    font-size: 13px;
    background: white url("/images/bg-form-field.gif") top left repeat-x;
    border: 1px solid #d5d5d5;
    color: #333333;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
  .inplaceeditor-form input[type="submit"] {
    margin-left: 1em;
    font-family: Verdana, Arial, sans-serif;
    display: inline-block;
    background: #459300 url("/images/bg-button-green.gif") top left repeat-x !important;
    border: 1px solid #459300 !important;
    padding: 4px 7px 4px 7px !important;
    color: white !important;
    font-size: 11px !important;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    .inplaceeditor-form input[type="submit"]:hover {
      text-decoration: underline; }
    .inplaceeditor-form input[type="submit"]:active {
      padding: 5px 7px 3px 7px !important; }
  .inplaceeditor-form a {
    margin-left: 1em;
    font-size: 12px;
    text-transform: none; }

#edit_link {
  font-size: 11px;
  text-transform: none;
  font-weight: normal; }

ul.poster_frames {
  overflow: hidden; }
  ul.poster_frames li {
    float: left;
    margin: 20px;
    padding: 0 !important;
    background-image: none !important;
    width: 184px;
    height: 103px;
    background-color: #c4c4c4 !important;
    text-align: center;
    cursor: pointer;
    display: table-cell !important;
    vertical-align: middle; }
    ul.poster_frames li div {
      border: 2px solid #c4c4c4;
      margin: 0 !important;
      padding: 0 !important; }
    ul.poster_frames li div.selected {
      border: 2px solid #76b800; }
    ul.poster_frames li div.selected_txt {
      border: none; }

#main-content .help div.sections {
  float: right;
  width: 28%; }
#main-content .help ul.sections {
  border-top: 1px solid #eeeeee;
  padding: 0; }
  #main-content .help ul.sections li {
    background: transparent;
    border-bottom: 1px solid #eeeeee;
    padding: 4px 0;
    margin: 0; }
#main-content .help p.divider {
  border-bottom: 1px solid #eeeeee; }
#main-content .help h4 {
  padding: 0; }
  #main-content .help h4 a {
    color: #666666; }
#main-content .help ul.articlelist {
  margin: 20px 0;
  border-top: 1px solid #eeeeee;
  padding: 0; }
  #main-content .help ul.articlelist li {
    background: transparent;
    border-bottom: 1px solid #eeeeee;
    margin: 0px;
    padding: 8px 0; }
    #main-content .help ul.articlelist li p.meta {
      padding: 0;
      font-size: 11px;
      color: #666666; }
      #main-content .help ul.articlelist li p.meta span.updated {
        color: #333333;
        background-color: lightYellow; }
    #main-content .help ul.articlelist li h3 {
      font-size: 13px;
      margin: 0;
      padding: 0;
      text-transform: none; }
#main-content .help ul.articles {
  margin: 15px 0 3px;
  border-top: 1px solid #eeeeee;
  padding: 0; }
  #main-content .help ul.articles li {
    background: url("/images/icons/post.gif") no-repeat 0 8px;
    padding: 3px 0 3px 15px;
    margin: 0;
    border-bottom: 1px solid #eeeeee; }
#main-content .help .more {
  float: right;
  padding: 0;
  margin: 10; }
#main-content .help .article_info {
  width: 28%;
  float: right; }
  #main-content .help .article_info p {
    padding: 0; }
  #main-content .help .article_info p.divider {
    margin: 5px 0; }
#main-content .help .header {
  overflow: hidden;
  margin-bottom: 20px; }
  #main-content .help .header .search_box {
    width: 60%;
    background-color: #eeeeee;
    padding: 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; }
#main-content .help .recent {
  float: right;
  width: 33%; }
#main-content .help .highlight {
  background-color: yellow; }
#main-content .help .sectionlist {
  overflow: hidden; }
#main-content .help .section {
  float: left;
  width: 45%;
  margin: 15px; }
#main-content .help .odd {
  clear: left; }

pre {
  overflow: auto;
  max-height: 600px;
  width: auto;
  padding: 5px;
  border: 1px solid #dddddd;
  background-color: #f5f5f5; }

div.description .inplaceeditor-form input[type="submit"] {
  margin: 5px 0; }

h3.video_title {
  text-transform: none; }
  h3.video_title p {
    display: inline; }

#main-content table.profile {
  margin: 12px 0 18px;
  border-top: 4px solid #dadada;
  border-bottom: 3px solid #dadada; }
  #main-content table.profile th {
    font-weight: bold;
    color: #777777;
    text-align: right;
    width: 200px;
    border-right: 1px dotted #dadada;
    border-bottom: 1px solid #dadada; }
  #main-content table.profile td {
    border: none;
    border-bottom: 1px solid #dadada;
    padding: 7px 10px;
    background-color: transparent;
    vertical-align: top; }

#main-content ul.stats {
  margin: 0 auto;
  width: 822px;
  padding: 0;
  overflow: hidden;
  list-style: none; }
  #main-content ul.stats li {
    color: #aaaaaa;
    float: left;
    height: 46px;
    margin: 0;
    border: solid #dddddd;
    padding: 10px 20px 0 58px;
    list-style: none;
    font-size: 1em;
    line-height: 3em; }
    #main-content ul.stats li strong {
      margin-right: 0.2em;
      color: #333333;
      font-size: 1.6em; }
  #main-content ul.stats li.current_users {
    width: 193px;
    border-width: 2px 2px 2px 1px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -khtml-border-radius-topright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    background: url("/images/icons/user.png") no-repeat 5px; }
  #main-content ul.stats li.users_today {
    width: 193px;
    border-width: 2px 1px 2px 2px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -khtml-border-radius-topleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    background: url("/images/icons/user.png") no-repeat 5px; }
  #main-content ul.stats li.users_month {
    width: 194px;
    border-width: 2px 1px 2px 1px;
    background: none;
    background: url("/images/icons/user.png") no-repeat 5px; }
  #main-content ul.stats li.rev_today {
    width: 193px;
    border-width: 2px 1px 2px 2px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -khtml-border-radius-topleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    background: url("/images/icons/cash.png") no-repeat 5px; }
  #main-content ul.stats li.rev_month {
    width: 194px;
    border-width: 2px 1px 2px 1px;
    background: none;
    background: url("/images/icons/cash.png") no-repeat 5px; }
  #main-content ul.stats li.total_rev {
    width: 193px;
    border-width: 2px 2px 2px 1px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -khtml-border-radius-topright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    background: url("/images/icons/cash.png") no-repeat 5px; }
  #main-content ul.stats li.videos_today {
    width: 193px;
    border-width: 2px 1px 2px 2px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -khtml-border-radius-topleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    background: url("/images/icons/filmroll.png") no-repeat 5px; }
  #main-content ul.stats li.videos_month {
    width: 194px;
    border-width: 2px 1px 2px 1px;
    background: none;
    background: url("/images/icons/filmroll.png") no-repeat 5px; }
  #main-content ul.stats li.videos_total {
    width: 193px;
    border-width: 2px 2px 2px 1px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -khtml-border-radius-topright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    background: url("/images/icons/filmroll.png") no-repeat 5px; }

.data {
  width: 750px;
  margin: 0 auto 20px;
  overflow: hidden;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: #cccccc;
  background-color: #f5f5f5;
  text-align: center;
  padding: 20px 5px 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px; }

#video {
  margin: 20px auto 20px auto;
  background-color: #444444;
  background-image: -moz-linear-gradient(top, #555555, #333333);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#333333));
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr="#555555",endColorStr="#333333"); }

#main-content ul.analytics_nav li {
  background: none;
  padding: 4px 0; }

#main-content ul.analytics_nav li a.current {
  font-weight: bold;
  color: white;
  background-color: #58b12f;
  padding: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0 1px 0 black; }

#main-content .dt tr.odd {
  background-color: #f3f3f3; }

ul#videos li.handle {
  list-style: none;
  background: #f5f5f5;
  padding: 0;
  margin: 5px;
  height: 40px;
  font-size: 16px;
  cursor: move; }
  ul#videos li.handle div.thumbnail {
    width: 100px;
    float: left;
    text-align: center; }
  ul#videos li.handle div.title {
    padding: 10px 0;
    font-weight: bold;
    text-shadow: 0 1px 0 white; }
  ul#videos li.handle div.del {
    float: right;
    padding: 14px; }

#playlist_box, #tag_box {
  position: absolute;
  background-color: white;
  -webkit-box-shadow: 0 4px 10px #8b8b8b;
  -moz-box-shadow: 0 4px 10px #8b8b8b;
  box-shadow: 0 4px 10px #8b8b8b;
  max-width: 400px;
  top: 255px;
  left: 570px;
  padding: 5px;
  display: none; }
  #playlist_box ul, #tag_box ul {
    list-style: none;
    max-height: 200px;
    overflow: auto;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #cccccc; }
    #playlist_box ul li, #tag_box ul li {
      background: none;
      margin: 0;
      padding: 0; }
  #playlist_box a.menu, #tag_box a.menu {
    color: black;
    display: block;
    padding: 4px; }
    #playlist_box a.menu:hover, #tag_box a.menu:hover {
      color: #222222;
      background-color: #dddddd; }

.picker {
  overflow: hidden;
  margin: 5px 0; }
  .picker p {
    margin: 2px 0 0 45px; }

.color {
  float: left;
  clear: left;
  position: relative;
  width: 36px;
  height: 36px;
  background: url(/images/colorpicker/select.png); }
  .color div {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 30px;
    height: 30px;
    background: url(/images/colorpicker/select.png) center; }

#editor {
  position: absolute;
  width: 918px;
  height: 500px; }

html.unbranded {
  height: 100%; }
  html.unbranded body {
    height: 100%; }
    html.unbranded body #content {
      height: 100%; }
      html.unbranded body #content #powered_by {
        float: right; }
        html.unbranded body #content #powered_by a {
          background: url(/images/sv_logo_small.png) no-repeat top right;
          height: 35px;
          display: block;
          text-align: right;
          width: 110px; }

.api_history .ok {
  color: #66cc00; }
.api_history .failure {
  color: #cc3333; }
.api_history .top {
  overflow: hidden;
  padding-top: 4px; }
  .api_history .top .url {
    float: left; }
  .api_history .top .status {
    float: right;
    padding: 8px 20px 3px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }
    .api_history .top .status h4 {
      color: white; }
  .api_history .top .success {
    background: #66cc00; }
  .api_history .top .failure {
    background: #cc3333; }
.api_history .details {
  overflow: hidden; }
  .api_history .details div {
    float: left; }
.api_history .bodies {
  overflow: hidden; }
  .api_history .bodies .body {
    float: left;
    width: 449px; }
    .api_history .bodies .body pre {
      min-height: 400px;
      max-height: 400px;
      max-width: 440px;
      overflow: auto; }
  .api_history .bodies .request {
    margin-right: 20px; }
.api_history .details {
  overflow: hidden;
  color: #999999; }
  .api_history .details .detail {
    float: left;
    margin-right: 10px; }
    .api_history .details .detail span {
      color: black;
      font-weight: bold; }

iframe#post-roll-preview, iframe#email-preview {
  width: 597px;
  height: 336px; }

.med_icon {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: white;
  font-size: 15px;
  text-align: center;
  line-height: 30px !important;
  margin: 4px 0;
  width: 30px;
  height: 30px;
  background-color: #666666;
  display: inline-block;
  vertical-align: top; }
  .med_icon.one {
    background-color: #e15656; }
  .med_icon.two {
    background-color: #a6d037; }
  .med_icon.three {
    background-color: #ea799b; }
  .med_icon.four {
    background-color: #fab241; }
  .med_icon.five {
    background-color: #61a5e4; }
  .med_icon i {
    vertical-align: middle;
    display: inline-block;
    opacity: 1; }

span p {
  display: inline; }

.description span p {
  display: block; }

.inplaceeditor-form {
  display: inline; }

.content-box-content .fit {
  display: inline; }
  .content-box-content .fit .in_place_editor_field {
    width: 278px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    display: inline-block; }

#sub-nav {
  top: -20px;
  text-align: right; }

.site-notification-pusher {
  height: 30px; }

.site-notification-wrapper {
  height: 30px;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0; }

.site-notification-shadow {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 8px;
  line-height: 8px;
  overflow: hidden;
  background: url(//hb-assets.s3.amazonaws.com/system/modules/hellobar/lib/sprite-8bit.png); }

.site-notification-content {
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1000;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: white;
  background: #62cffc;
  color: #333333;
  border-bottom-color: white; }
  .site-notification-content a.site-notification-close {
    background-image: url(//hb-assets.s3.amazonaws.com/system/modules/hellobar/lib/sprite-8bit.png);
    background-position: 0 58px;
    display: block;
    height: 0;
    overflow: hidden;
    padding: 19px 0 0 0;
    position: absolute;
    right: 20px;
    top: 6px;
    width: 18px;
    z-index: 10;
    border: none; }
    .site-notification-content a.site-notification-close:hover {
      background-position: 0 77px;
      padding: 20px 0 0;
      border: none; }

a.site-notification-open {
  background-image: url(//hb-assets.s3.amazonaws.com/system/modules/hellobar/lib/sprite-8bit.png);
  background-repeat: no-repeat;
  background-position: 0 -8px;
  display: block;
  height: 0;
  overflow: hidden;
  padding: 80px 0 0;
  position: absolute;
  right: 10px;
  top: -96px;
  width: 35px;
  z-index: 100;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color=#e5e5e5,direction=120,strength=3)";
  filter: progid:DXImageTransform.Microsoft.Shadow(Color=#e5e5e5,direction=120,strength=3);
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-width: 3px;
  border-style: solid;
  color: white;
  background-color: #62cffc; }
  a.site-notification-open:hover {
    background-color: #c6edf9; }

.steps .step {
  overflow: hidden;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px dashed #cccccc;
  min-height: 50px; }
  .steps .step .number {
    font-size: 2em;
    float: left;
    font-weight: bold;
    width: 40px;
    margin-top: 5px; }
  .steps .step .content {
    float: left; }
    .steps .step .content .small {
      font-size: 75%; }
