/* ====================== */
/* = Sitewide Constants = */
/* ====================== */
html {
  background-color: #dbdbdb; }

p {
  padding-bottom: 1em; }

a {
  color: #99cc33;
  text-decoration: none; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

.float_right {
  float: right; }

.float_left {
  float: left; }

.center {
  text-align: center; }

.clear {
  clear: both; }

.red {
  color: red;
  font-size: 80%; }

/* ========== */
/* = Layout = */
/* ========== */
body {
  font-family: Arial,Helvetica;
  font-size: 80%; }

.content_wrapper {
  background: #dbdbdb url('/images/header.gif') repeat-x top;
  position: absolute;
  width: 100%; }

.content {
  background: white url('/images/content_bg.png') repeat-y center;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #99cc33;
  margin: 0 auto;
  margin-top: 15px;
  width: 986px;
  min-height: 650px; }
  .content .header {
    background: url('/images/green_header.png') no-repeat top;
    color: black;
    height: 85px; }
    .content .header img {
      float: left; }

#nav_container {
  position: relative; }

#nav {
  list-style: none;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 10px;
  float: left;
  position: absolute;
  left: 329px;
  top: 21px; }
  #nav li {
    float: left;
    margin-right: 20px;
    position: relative; }
  #nav a {
    display: block;
    padding: 0 13px;
    color: #fff;
    background: #99cc33;
    text-decoration: none; }
    #nav a:hover {
      color: #F2F2F2;
      text-decoration: none; }
  #nav li > a.on {
    background: #99cc33 url('../images/main_nav_caret.png') left no-repeat; }
  #nav li ul a.on {
    background: #99cc33; }
  #nav ul {
    background: #fff;
    background: rgba(255, 255, 255, 0);
    list-style: none;
    position: absolute;
    left: -9999px; }
    #nav ul li {
      float: none;
      height: 20px; }
    #nav ul a {
      white-space: nowrap;
      font-size: 80%;
      border: 1px solid #ccc;
      background: #99cc33; }
  #nav li:hover ul {
    left: 0; }
  #nav li:hover a {
    text-decoration: none; }
  #nav li:hover ul a {
    text-decoration: none; }
  #nav li:hover ul li a:hover {
    color: #F2F2F2;
    background: #A1D638;
    text-decoration: none; }

.content_body {
  padding: 30px;
  color: #5f5f5f; }
  .content_body h1 {
    font-size: 160%;
    width: 100%;
    margin-bottom: 25px;
    border-bottom: solid 1px;
    border-color: #dbdbdb; }

#search_and_language_bar {
  margin-top: 10px; }

.footer {
  margin: 0 auto;
  width: 986px; }
  .footer ul {
    margin-left: 415px;
    padding-top: 20px;
    float: left; }
    .footer ul li {
      display: inline;
      border-left-style: solid;
      border-left-width: 1px;
      border-left-color: #5f5f5f;
      padding: 0 12px;
      font-weight: bold; }
      .footer ul li a {
        color: #5f5f5f;
        text-decoration: none;
        display: inline; }
      .footer ul li img {
        vertical-align: middle; }
    .footer ul li.first {
      border-left: none; }
      .footer ul li.first a {
        color: #5f5f5f;
        text-decoration: none; }
  .footer form {
    margin-left: 427px;
    margin-right: 10px;
    color: #5f5f5f;
    float: left; }
    .footer form input {
      height: 20px;
      color: #5f5f5f; }

.right_column {
  float: right;
  width: 440px; }

.left_column {
  float: left;
  width: 430px; }

.notice {
  color: #99cc33; }

.good {
  color: #029900; }

.bad {
  color: #cc0000; }

/* =================== */
/* = Navigation Bars = */
/* =================== */
.secondary_nav ul {
  list-style: none;
  float: right;
  margin-bottom: 15px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dbdbdb;
  padding-top: 10px; }
  .secondary_nav ul li {
    text-align: center;
    display: inline;
    padding-top: 10px; }
    .secondary_nav ul li a {
      color: #5f5f5f;
      padding: 10px 10px 0 10px; }
    .secondary_nav ul li a.on {
      background: url('../images/caret.png') no-repeat center top; }
    .secondary_nav ul li a:hover {
      color: #99cc33; }

.tertiary_nav ul {
  list-style: none;
  float: left;
  margin-bottom: 15px;
  margin-top: -15px; }
  .tertiary_nav ul li {
    display: inline;
    padding-top: 10px; }
    .tertiary_nav ul li a {
      color: #5f5f5f;
      padding: 10px 10px 0 0; }
    .tertiary_nav ul li a.on {
      background: url('../images/caret.png') no-repeat center top; }
    .tertiary_nav ul li a:hover {
      color: #99cc33; }

/* ================= */
/* = Control Modal = */
/* ================= */
.modal {
  background-color: black;
  padding: 10px; }

#control_overlay {
  background-color: #000; }

/* =================== */
/* = fieldWithErrors = */
/* =================== */
.errorExplanation {
  border-style: solid;
  border-width: 2px;
  border-color: #99cc33;
  padding: 25px;
  margin: 25px auto;
  width: 425px; }
  .errorExplanation h2 {
    margin-bottom: 15px;
    font-size: 120%;
    font-weight: bold; }
  .errorExplanation p {
    margin-bottom: 5px;
    padding: 0; }
  .errorExplanation li {
    margin: 5px 0;
    font-style: italic; }

.fieldWithErrors input {
  background-color: #e4f2c9;
  border-style: solid;
  border-width: 2px;
  border-color: #99cc33;
  padding: 1px; }

.error {
  color: red; }

form table td {
  padding: 5px 0; }
form table td.label {
  text-align: right;
  padding-right: 10px; }

#flash_movie {
  height: 405px;
  width: 525px; }

.qualified {
  margin: 10px 0;
  color: #99cc33;
  font-weight: bold;
  font-size: 120%; }

.not_qualified {
  margin: 10px 0;
  color: red;
  font-weight: bold;
  font-size: 120%; }

#referral_contest h2 {
  font-size: 160%;
  font-weight: bold;
  margin: 5px 0; }

ol.contest_steps {
  list-style-position: inside;
  margin-left: 10px; }
  ol.contest_steps li {
    list-style-type: decimal;
    padding: 5px 0;
    font-size: 100%;
    font-weight: bold; }
    ol.contest_steps li p {
      font-size: 90%;
      font-weight: normal;
      padding: 0;
      margin: 10px 0 0 0; }

.LV_validation_message {
  margin-left: 15px;
  font-weight: bold; }

.LV_valid {
  color: #99cc33; }

.LV_invalid {
  color: #cc0000; }

.LV_valid_field {
  border: 1px solid !green; }

input.LV_valid_field:hover, input.LV_valid_field:active {
  border: 1px solid !green; }

textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
  border: 1px solid !green; }

.LV_invalid_field {
  border: 1px solid !error_red; }

input.LV_invalid_field:hover, input.LV_invalid_field:active {
  border: 1px solid !error_red; }

textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
  border: 1px solid !error_red; }

.trial_version {
  margin: 10px 0 0 10px; }
  .trial_version ul li {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    color: #99cc33; }

.trial_form .formtastic fieldset.buttons {
  padding-left: 118px; }

.user_form .formtastic {
  margin-left: 10px; }
  .user_form .formtastic li {
    margin: 10px 0; }
  .user_form .formtastic label {
    width: 155px;
    float: left;
    text-align: right; }
  .user_form .formtastic input, .user_form .formtastic select {
    margin-left: 10px;
    width: 200px; }
  .user_form .formtastic input[type=submit] {
    width: auto;
    margin-left: 50px; }
.user_form .LV_validation_message {
  display: block;
  margin-left: 160px;
  font-weight: normal; }
.user_form .LV_invalid_field {
  background-color: #FFD3D6; }

#validation_request_csr_body {
  font-family: "Courier New"; }

#ipad h3 {
  font-size: 120%;
  color: #5f5f5f; }
#ipad h2 {
  font-size: 130%;
  font-weight: bold;
  color: #99cc33;
  padding-bottom: 5px; }
#ipad ol li {
  list-style-type: decimal;
  margin-left: 20px; }

#downloads h2 {
  font-size: 150%; }

.question ul li {
  margin: 0 15px;
  list-style-type: disc; }
  .question ul li h3 {
    color: #99cc33; }

#localization_table {
  font-size: 10px;
  overflow: hidden;
  border: 1px solid #d3d3d3;
  background: #fefefe;
  margin: 0 auto;
  -moz-border-radius: 5px;
  /* FF1+ */
  -webkit-border-radius: 5px;
  /* Saf3-4 */
  border-radius: 5px;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
  #localization_table th, #localization_table td {
    padding: 5px 5px;
    text-align: center; }
  #localization_table th {
    padding-top: 5px;
    text-shadow: 1px 1px 1px #fff;
    background: #e8eaeb; }
  #localization_table td {
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    background-color: #e4f2c9; }
  #localization_table td.no_support {
    background-color: transparent; }

.errorNotice {
  background-color: #FF9999;
  width: 890px;
  border: 3px solid #FF0000;
  color: #fff;
  font-size: 14px;
  padding: 15px; }
