html {
  color: #000000;
  background: #ffffff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
li { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before { content: ''; }
q:after { content: ''; }
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input, textarea, select { *font-size: 100%; }
legend { color: #000000; }


.textarea_fixer { padding-right: 2px; }
.input_text_fixer, .input_password_fixer {
  padding-right: 6px;
  display: block;
}
.input_file_fixer { padding-left: 2px; }
hr {
  height: 1px;
  color: #666666;
  border: none;
  margin: 10px 0;
}
html > body hr {
  height: 1px;
  background-color: #666666;
  border: none;
  margin: 10px 0;
}
html > body hr {
  height: 1px;
  background-color: #666666;
  border: 0px solid #666666;
  margin: 10px 0;
}
textarea {
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size: 1.2em;
}
input { font-size: 1em; }
select { font-size: 0.8em; }
input[type="submit"] {
  font-size: 1.1em;
  margin-bottom: 4px;
  margin-left: 2px;
}
button {
  font-size: 2em;
  color: #ff0000;
}
a { outline: none; }
strong { font-weight: bold; }
em { font-style: italic; }
sup {
  font-size: smaller;
  line-height: normal;
  vertical-align: super;
}
sub {
  font-size: smaller;
  line-height: normal;
  vertical-align: sub;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear { clear: both; }
.super_clear { overflow: auto; }
* html .super_clear { height: 1%; }
.no_wrap { white-space: nowrap; }
.drag_handle { cursor: move; }
.left { float: left; }
.right { float: right; }
.center {
  margin: 0 auto;
  text-align: center;
}
.nowrap { white-space: nowrap; }
#notice_box div { padding-bottom: 2em; }
#notice_box div #notice {
  position: relative;
  padding: 5px 10px !important;
  border-top: 2px solid silver;
  border-bottom: 2px solid silver;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
#notice_box div #error {
  position: relative;
  padding: 5px 10px !important;
  border-top: 2px solid silver;
  border-bottom: 2px solid silver;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
#notice_box div #notice {
  border-color: #55ff55;
  background: #eeffee;
}
#notice_box div #error {
  border-color: #ff5555;
  background: #ffeeee;
}
#notice_box div .close_button {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #333333;
  color: #ffffff;
  padding: 2px 5px;
  font-size: 14px;
}
#error_box div { padding-bottom: 2em; }
#error_box div #notice {
  position: relative;
  padding: 5px 10px !important;
  border-top: 2px solid silver;
  border-bottom: 2px solid silver;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
#error_box div #error {
  position: relative;
  padding: 5px 10px !important;
  border-top: 2px solid silver;
  border-bottom: 2px solid silver;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
#error_box div #notice {
  border-color: #55ff55;
  background: #eeffee;
}
#error_box div #error {
  border-color: #ff5555;
  background: #ffeeee;
}
#error_box div .close_button {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #333333;
  color: #ffffff;
  padding: 2px 5px;
  font-size: 14px;
}
span.fieldWithErrors { font-size: 1em; }
.errorExplanation {
  background-color: #d78176;
  padding-bottom: 10px;
  border-bottom: 2px solid #a86d63;
}
.errorExplanation h2 { background-color: #a86d63; }
.errorExplanation li {
  font-size: 1.4em;
  line-height: 1.4em;
  background: url('../../images/main/error_bullet.gif') no-repeat scroll top left;
  padding-left: 15px;
  margin-left: 20px;
}
.legal h1 {
  font-size: 3.5em;
  text-align: center;
}
.legal h2 {
  font-size: 2em;
  text-align: center;
  padding: 10px 0 15px;
}
.legal p {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px;
  color: #23252f;
}
.legal li {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px;
  color: #23252f;
}
.legal p.reference {
  color: #777777;
  margin-top: 20px;
}
.legal p.reference img { margin-left: 10px; }
.legal ul { display: block; }
.legal ol { display: block; }
.legal ul li {
  display: list-item;
  list-style: none;
  background: url(../../images/bullet.gif) no-repeat left top;
  padding-left: 15px;
  padding-bottom: 10px;
  margin-top: 5px;
}
.legal ol li {
  display: list-item;
  list-style: none;
  background: url(../../images/bullet.gif) no-repeat left top;
  padding-left: 15px;
  padding-bottom: 10px;
  margin-top: 5px;
}
.dialog {
  width: 48em;
  margin: 20px auto;
  background: #e9ead9;
}
.dialog h2 {
  font-size: 2em;
  text-align: center;
  padding: 6px 0 5px;
  margin-top: 0;
  margin-bottom: 5px;
  background: #b1b1a5;
}
.dialog span.text {
  font-size: 1.2em;
  line-height: 1.4em;
  color: #333333;
}
.dialog p {
  font-size: 1.2em;
  line-height: 1.4em;
  color: #333333;
}
.dialog p { padding: 0 10px 10px; }
.dialog .field_box { padding: 0 40px 20px; }
.dialog .field_box.last { padding-bottom: 10px; }
.dialog table { width: 100%; }
.dialog td { padding-bottom: 7px; }
.dialog td.input {
  text-align: right;
  width: 100px;
}
.dialog td.commands {
  text-align: right;
  vertical-align: middle;
}
.dialog td.commands span {
  font-size: 1.2em;
  line-height: 1.4em;
}
.dialog label { font-size: 1.2em; }
.dialog input {
  font-size: 1.4em;
  padding: 2px;
}
.dialog input.text { width: 19.5em; }
.dialog input.checkbox { margin-right: 5px; }
.dialog select {
  font-size: 1.2em;
  margin: 5px 0 0;
  width: 100%;
}
.dialog input.submit_image {
  padding: 0;
  outline: none;
}
.dialog.signup {
  width: 48em;
  margin: 10px auto;
  background: #e9ead9;
}


html, body {
  height: 100%;
  background: #423b31;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}
body { font-size: 62.5%; }
a {
  outline: none;
  color: #23252e;
}
.container {
  margin: 0 auto;
  overflow: hidden;
  width: 980px;
}
#header, #footer, h1, h2 { font-family: Palatino, "Palatino Linotype", "Book Antiqua", "Lucida Grande"; }
#header {
  background: #423b31;
  height: 143px;
}
#header .container {
  text-align: right;
  padding-top: 60px;
  position: relative;
  overflow: visible;
}
#header img#site_name {
  position: absolute;
  left: -112px;
  top: -30px;
}
#header a {
  font-size: 2.5em;
  color: #ffffff;
  padding-left: 20px;
  text-decoration: none;
}
#header a:hover { text-decoration: underline; }
#header a#signup {
  color: #ded6d4;
  text-decoration: underline;
}
#header.no_nav .container { padding-top: 25px; }
#header table { margin-left: auto; }
#header #header_title {
  color: #ded6d4;
  font-size: 4.5em;
  border-right: 2px solid #766958;
  padding: 20px;
}
#header #header_note {
  font-size: 1.8em;
  line-height: 1.3em;
  text-align: center;
  padding-left: 10px;
}
#footer {
  font-size: 1.4em;
  color: #ded6d4;
  border-top: 5px solid #ded6d4;
}
#footer img#footer_logo {
  float: left;
  margin: 0 10px 20px 0;
}
#footer a { color: #ded6d4; }
#creator, #legal { padding: 15px 0 0 0; }
#legal { margin-top: -5px; }
#footer .separator {
  font-size: 1.5em;
  color: #766958;
  vertical-align: -15%;
  margin: 0 5px 0 10px;
}
#top_content {
  background: #e9ebd9;
  overflow: visible;
}
#bottom_content {
  background: #f9f7f5;
  padding: 15px 0 10px;
}
p.keynote {
  font-size: 1.8em;
  color: #23252f;
  margin-bottom: 10px;
  line-height: 1.3em;
}
p.subtext {
  font-size: 1.4em;
  color: #666666;
  font-style: italic;
}
#main_blurb, .feature_group { width: 595px; }
#main_blurb { float: left; }
#main_blurb h1 {
  font-size: 3.5em;
  margin: 30px 0 10px;
}
#main_blurb p.subtext { margin-bottom: 15px; }
#top_content .container {
  position: relative;
  overflow: visible;
}
#top_content .container #main_graphic {
  position: absolute;
  overflow: visible;
  right: 10px;
  top: 30px;
  width: 361px;
  height: 422px;
  background: url('../../images/main/sample_report.png') no-repeat;
}
#top_content #plans_button {
  display: inline-block;
  margin-left: 108px;
  margin-bottom: 15px;
}
.feature_group, .addition_group { padding-bottom: 20px; }
.feature {
  margin-bottom: 15px;
  width: 285px;
}
.feature img { float: left; }
.feature h2 { margin-left: 55px; }
.feature p { margin-left: 55px; }
.feature h2 {
  color: #23252f;
  font-size: 1.6em;
  margin-top: 10px;
  margin-bottom: 5px;
}
.feature p {
  font-size: 1.2em;
  line-height: 1.4em;
  color: #777777;
}
.addition h2 {
  color: #23252f;
  font-size: 1.6em;
  margin-top: 10px;
  margin-bottom: 5px;
}
.addition p {
  font-size: 1.2em;
  line-height: 1.4em;
  color: #777777;
}
.addition img {
  padding: 3px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
.section {
  border-bottom: 1px solid #999999;
  padding-top: 10px;
}
.section.last { border-bottom: none; }
#bottom_content .addition { width: 480px; }
#bottom_content .section {
  border-bottom-color: #cccccc;
  margin-bottom: 10px;
}
#plans {
  margin: 0 auto;
  width: 94em;
  display: table-cell;
  padding-top: 20px;
  padding-left: 2em;
}
.plan {
  float: left;
  width: 22em;
  height: 29em;
  margin: 0 2em 10px 0;
  background: #999999;
  border-bottom: 3px solid #777777;
  position: relative;
}
.plan h1 {
  font-size: 2em;
  text-align: center;
  padding: 5px;
  background: #777777;
}
.plan h2 {
  text-align: center;
  padding: 10px 0 15px;
}
.plan h2 span.amount {
  display: block;
  font-size: 3.5em;
  letter-spacing: 0.13em;
}
.plan h2 span.period {
  border-bottom: 1px solid #333333;
  padding-bottom: 3px;
  font-size: 1.2em;
}
.plan .addition {
  font-size: 1.4em;
  color: #333333;
  text-align: center;
  padding-top: 10px;
}
.plan .addition .focus {
  font-weight: bold;
  color: #000000;
}
.plan .signup {
  position: absolute;
  bottom: 8px;
  left: 3.2em;
}
#free_plan {
  font-size: 1.4em;
  padding: 3px 0 20px;
  color: #777777;
}
.plan.bronze {
  margin-right: 0;
  background: #d3c8b3;
  border-bottom-color: #8c7853;
}
.plan.bronze h1 { background: #8c7853; }
.plan.silver {
  background: #d8d8d8;
  border-bottom-color: #c0c0c0;
}
.plan.silver h1 { background: #c0c0c0; }
.plan.gold {
  background: #cbc6b2;
  border-bottom-color: #cdad00;
}
.plan.gold h1 { background: #cdad00; }
.plan.platinum {
  background: #cfcbc8;
  border-bottom-color: #928e8c;
}
.plan.platinum h1 { background: #928e8c; }
.dialog h2 { font-family: Palatino, "Palatino Linotype", "Book Antiqua", "Lucida Grande"; }
.dialog .url { margin-top: 10px; }
.dialog .url_part {
  font-size: 1.2em;
  font-weight: bold;
}
.dialog input#account_subdomain {
  width: 15em;
  margin: 0 2px;
}
.dialog #term_table {
  width: auto;
  margin: 0 auto 13px;
}
.dialog #user_terms_and_conditions { margin-right: 7px; }
input.submit_image {
  padding: 0;
  outline: none;
}
.legal { padding-top: 15px; }
.legal h2 { padding-top: 30px; }


/* --------------------------------------------------------------------------
 * NOTE: There is no .less equivalent to this file. Less does not currently 
 * support @media so native .css is used instead.
 *
 * All styles specific to Webkit Safari3-4. Required to tweak the standard
 * styles.
 *
 * USED BY THE MAIN MARKETING SITE
 * --------------------------------------------------------------------------*/

@media screen and (-webkit-min-device-pixel-ratio:0){

/* FLASH ====================================================================*/

/* Reduce font size of close button so it looks vertically aligned when flash
 * has one line of text.
 */
#notice_box div .close_button,
#error_box div .close_button {
  top: 4px;
}

} /* End of Safari hacks */

