p.required em {
  padding-left: 2px;
  background: transparent url(/img/asterisk-01.png) top left no-repeat; }

ul.button-list {
  margin: 0; }
  ul.button-list li {
    float: left;
    background-image: url("../img/rounded_button-01.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 30px;
    width: 150px;
    text-align: center;
    margin-bottom: 1em;
    list-style-type: none;
    margin-right: 10px; }
    ul.button-list li a:link, ul.button-list li a:active, ul.button-list li a:visited {
      line-height: 30px;
      font-size: 12px;
      font-weight: normal;
      color: white; }
    ul.button-list li a:hover {
      line-height: 30px;
      font-size: 12px;
      font-weight: normal;
      color: white;
      text-decoration: underline; }
    ul.button-list li.last {
      display: block;
      clear: both;
      float: none;
      line-height: 0;
      height: 0;
      background-image: none; }

.migration-seminar-container, .branch-details-container {
  width: 295px; }

ul.migration-seminar, ul.branch-details {
  background-image: url("../img/migration_seminar_top.gif");
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #e5e5e5;
  margin: 0 0 10px 0;
  list-style-type: none; }
ul.migration-seminar h4, ul.branch-details h4 {
  padding: 10px 10px 5px 35px;
  background-image: url("../img/arrow_down-01.gif");
  background-position: 15px 15px;
  background-repeat: no-repeat; }
ul.migration-seminar h4.expanded, ul.branch-details h4.expanded {
  background-image: url("../img/arrow_up-01.gif"); }
ul.migration-seminar a:link h4, ul.migration-seminar a:active h4, ul.migration-seminar a:visited h4, ul.migration-seminar a:hover h4 {
  color: #0d2268; }
ul.branch-details a:link h4, ul.branch-details a:active h4, ul.branch-details a:visited h4, ul.branch-details a:hover h4 {
  color: #0d2268; }
ul.migration-seminar li.last, ul.branch-details li.last {
  background-image: url("../img/migration_seminar_bottom.gif");
  background-position: bottom left;
  background-repeat: no-repeat;
  line-height: 5px; }

.content-actions {
  margin-top: 10px;
  color: #0e64a4;
  background-color: #f8f8f8;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }

.flash-default {
  padding: 10px; }

.content-actions {
  text-align: left; }
  .content-actions p.last {
    text-align: left; }
  .content-actions ul {
    list-style-type: square; }

#authMessage {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }

.flash-error, .flash-success, #authMessage {
  margin: 10px 0;
  padding: 3px;
  border: 1px solid #ff5412; }
  .flash-error h1, .flash-error h2, .flash-success h1, .flash-success h2, #authMessage h1, #authMessage h2 {
    background-color: #ff5412;
    font-weight: bold;
    color: white;
    margin: 0 0 1em 0;
    padding: 8px;
    letter-spacing: -1px; }
  .flash-error p, .flash-success p, #authMessage p {
    margin: 0 0 1em 0;
    padding: 0 1em; }
  .flash-error strong, .flash-success strong, #authMessage strong {
    color: #ff5412; }
  .flash-error li, .flash-success li, #authMessage li {
    list-style-image: url(/img/validation_error_bullet.png); }

ul.validation-errors {
  margin-top: 1em; }

.flash-success {
  border: none;
  margin: 0;
  color: #001760; }
  .flash-success h1 {
    background: none;
    color: #0085c7;
    background: none;
    margin: 0; }

.content-actions ul {
  padding-top: 10px;
  margin-bottom: 0; }

div.figure-container-right {
  float: right;
  padding: 10px 10px 5px 10px;
  border: 1px solid #cccccc;
  margin: 10px 0px 10px 10px; }
div.figure-container {
  float: none;
  padding: 10px 10px 5px 10px;
  border: 1px solid #cccccc;
  margin: 10px 0px 10px 10px; }
div.figure-container-left {
  padding: 10px 10px 5px 10px;
  border: 1px solid #cccccc;
  margin: 10px 10px 10px 0px;
  float: left; }
div.figure-container p, div.figure-container-right p, div.figure-container-left p {
  text-align: center;
  margin-bottom: 0px; }

p.register-seminar {
  padding: 10px 0 10px 0; }
  p.register-seminar a {
    font-size: 12px;
    padding: 10px;
    background-color: #ffff99; }

.back-to-top {
  display: block;
  text-align: right; }
  .back-to-top a {
    display: inline;
    padding-left: 15px;
    background-image: url("/img/back_to_top.gif");
    background-repeat: no-repeat;
    background-position: center left; }
    .back-to-top a:visited {
      color: #0099ff; }

.clear-both {
  clear: both;
  line-height: 0; }

a:link {
  color: #0085c7;
  text-decoration: none; }
a:active {
  color: #c72200;
  text-decoration: none; }
a:visited {
  color: #8100c7;
  text-decoration: none; }
a:hover {
  color: #0085c7;
  text-decoration: underline; }

body {
  background: white url("../img/header_banner/bg.png") center 50px no-repeat;
  font-family: verdana;
  font-size: 11px;
  background-color: white;
  text-align: center; }

#user-details {
  position: absolute;
  color: #7bd3ff;
  float: left;
  margin-left: 25px;
  margin-top: 25px;
  padding: 5px 10px; }
  #user-details a {
    color: white; }

a#logo {
  position: absolute;
  top: 0;
  right: 45px;
  border: 0;
  display: block; }
  a#logo img {
    display: block; }

#secondary-nav {
  position: relative;
  height: 50px;
  background-image: url("../img/secondary_nav_bg.png");
  background-repeat: no-repeat;
  background-position: top left; }
  #secondary-nav .request-block {
    padding-top: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    position: absolute;
    right: 40px;
    width: 350px;
    height: 35px; }

#quicklinks-content-container {
  float: left;
  width: 595px;
  padding-right: 10px; }

#secondary-nav .request-block a:link, #secondary-nav .request-block a:visited {
  color: #0085c7;
  text-decoration: none; }
#secondary-nav .request-block a:hover {
  color: #001760;
  text-decoration: none; }

#footer {
  width: 850px;
  height: 35px;
  background-image: url("../img/footer_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0 auto 0 auto;
  /* sticky footer */
  height: 41px; }
  #footer ul li {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    display: inline;
    line-height: 26px;
    padding: 0px 10px 0px 10px;
    background-image: url("../img/main_nav_divider.png");
    background-repeat: no-repeat;
    background-position: center right; }
    #footer ul li.last {
      background-image: none; }
    #footer ul li a {
      color: white;
      text-decoration: none; }
      #footer ul li a:hover {
        text-decoration: underline; }

.push {
  /* sticky footer */
  height: 41px; }

#banner-container {
  position: relative;
  height: 147px; }

#header-gallery {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: 15px; }
  #header-gallery li {
    height: 147px;
    padding: 0;
    margin: 0; }

#content-container {
  color: #666666;
  width: 800px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 10px;
  background-image: url("../img/body_bg.png");
  background-repeat: repeat-y;
  background-position: center top; }

.dropshadow-border {
  background-image: url("../img/body_bg.png");
  background-repeat: repeat-y;
  background-position: center top;
  margin: 0 auto;
  width: 800px; }

h1 {
  margin: 1em 0 1.5em 0;
  font-family: arial;
  line-height: 100%;
  font-weight: normal;
  font-size: 18px;
  color: #0085c7;
  letter-spacing: 1px; }

h2 {
  font-size: 12px;
  color: #004e94;
  margin-bottom: 1em; }
  h2.error {
    color: #ff5412; }

h3 {
  color: #00458b;
  margin-bottom: 1em; }
  h3 a {
    font-size: 11px;
    font-weight: normal; }

.info-block {
  line-height: 150%;
  margin: 5px 0px 5px 0px;
  color: #e5e5e5;
  background-color: #001760;
  background-image: url("../img/info_block_top.gif");
  background-repeat: no-repeat;
  background-position: top left; }
  .info-block a:link, .info-block a:active, .info-block a:visited {
    color: #e5e5e5;
    text-decoration: none;
    border-bottom: 1px dotted #e5e5e5; }
  .info-block a:hover {
    color: white;
    text-decoration: none;
    border-bottom: 1px dotted white; }

.info-block-bottom {
  background-image: url("../img/info_block_bottom.gif");
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 5px; }

.info-block h4 {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  line-height: 120%;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 20px; }

.info-block-content-container {
  padding: 11px 15px 5px 15px;
  line-height: 160%; }

.error {
  text-align: left;
  color: #ff5412;
  font-weight: bold; }

.error-message {
  text-align: left;
  color: #ff5412;
  font-weight: normal; }

.label-alongside .error-message {
  display: block;
  padding-left: 125px; }

#quicklinks-column {
  width: 150px;
  padding: 0px 15px 0px 0px;
  float: left; }
  #quicklinks-column ul {
    list-style-type: none;
    margin: 0; }

#quicklinks-container {
  margin-top: 10px;
  font-size: 12px;
  color: #001760;
  text-align: center;
  width: 150px;
  background-image: url("../img/quicklinks_bg.png");
  background-repeat: repeat-y;
  background-position: top center; }
  #quicklinks-container ul li a:link, #quicklinks-container ul li a:active, #quicklinks-container ul li a:visited {
    color: #001760;
    text-decoration: none; }
  #quicklinks-container ul li a:hover {
    color: #001760;
    text-decoration: underline; }
  #quicklinks-container h4 {
    text-align: center;
    z-index: 10;
    font-size: 12px;
    color: white;
    line-height: 30px;
    background-image: url("../img/quicklinks_top.png");
    background-repeat: no-repeat;
    background-position: top center; }

#contents-list-container h4 {
  text-align: center;
  z-index: 10;
  font-size: 12px;
  color: white;
  line-height: 30px;
  background-image: url("../img/quicklinks_top.png");
  background-repeat: no-repeat;
  background-position: top center; }

#quicklinks-container ul li {
  padding: 15px;
  background-image: url("../img/quicklinks_divider.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  margin: 0; }
  #quicklinks-container ul li.last {
    padding-bottom: 20px;
    background-image: url("../img/quicklinks_bottom.png");
    background-repeat: no-repeat;
    background-position: bottom center; }

/* content nav */
#contents-list-container {
  margin-top: 10px;
  font-size: 11px;
  color: #001760;
  text-align: left;
  width: 150px;
  background-image: url("../img/quicklinks_bg.png");
  background-repeat: repeat-y;
  background-position: top center;
  margin-top: 10px;
  margin-bottom: 20px; }
  #contents-list-container ul {
    padding: 0px 10px 15px 25px;
    background-image: url("../img/quicklinks_bottom.png");
    background-repeat: no-repeat;
    background-position: bottom center; }
    #contents-list-container ul ul {
      padding: 0 5px 0 15px;
      background-image: none;
      padding-bottom: 0; }
  #contents-list-container li {
    font-size: 12px;
    margin: 0.7em 0 0 0;
    line-height: 1.7em;
    list-style-type: disc; }
    #contents-list-container li li {
      font-size: 11px;
      list-style-type: circle;
      margin: 5px 0 0 0; }
  #contents-list-container a:link, #contents-list-container a:visited, #contents-list-container a:active {
    color: #001760;
    text-decoration: none; }
  #contents-list-container a:hover {
    color: #001760;
    text-decoration: none;
    text-decoration: underline; }

#content-column {
  line-height: 160%;
  width: 425px;
  float: left; }

#content-column-form {
  line-height: 160%;
  width: 620px;
  float: left; }

#banner-column {
  width: 195px;
  padding: 0px 0px 0px 0px;
  float: left; }
  #banner-column img {
    margin-top: 10px;
    border: 0; }

a#banner-one, a#banner-two, a#banner-three {
  margin-top: 10px;
  display: block;
  background: transparent url(/img/banner_sprites.png) top left no-repeat;
  width: 195px;
  height: 132px; }

a#banner-two {
  background-position: 0 -140px; }

a#banner-three {
  background-position: 0 -280px; }

a#banner-one:hover {
  background-position: -195px 0; }

a#banner-two:hover {
  background-position: -195px -140px; }

a#banner-three:hover {
  background-position: -195px -280px; }

#page-container {
  width: 850px;
  margin: 0 auto;
  text-align: left; }

/* for IE/Mac */
.menu-index li {
  margin-left: 45px;
  list-style-type: disc; }
.menu-index ul li {
  list-style-type: circle; }

fieldset {
  border: 1px solid #ebebeb;
  background-color: #f8f8f8;
  padding: 15px;
  margin: 0 0 10px 0; }
  fieldset.spread .input {
    float: left;
    width: 33%; }

.required label {
  padding-left: 8px;
  background: transparent url(/img/asterisk-01.png) top left no-repeat; }

form {
  margin-top: 10px;
  padding: 10px;
  background-color: #f8f8f8;
  border: 2px solid #dfdfdf;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }
  form h4 {
    margin-bottom: 10px;
    padding: 3px 15px;
    color: #0085c7;
    font-size: 13px;
    font-weight: bold;
    font-family: arial;
    background-color: #fbfbfb; }

form.plain {
  background: none;
  border: none; }

label {
  padding-left: 8px;
  display: block; }

p {
  margin-bottom: 1em;
  text-align: justify; }

ul, ol {
  margin-left: 2.5em;
  margin-bottom: 1em;
  list-style-type: disc; }

li {
  margin: 0; }
  li ul, li ol {
    list-style-type: circle; }

.actions {
  /*	padding: 10px;
   *	background-color: #dfeaf4;
   *	border: 1px solid #ccc;
   *	margin-top: 15px; */ }
  .actions ul {
    margin: 0;
    list-style-type: none; }

.label-alongside .required label {
  background: transparent url(/img/asterisk-01.png) top right no-repeat; }
.label-alongside div.input {
  margin-right: 15px;
  padding: 5px 0; }
.label-alongside div.text label {
  padding-right: 8px;
  float: left;
  margin-right: 10px;
  width: 100px;
  text-align: right; }
.label-alongside div.text input {
  width: 200px; }
.label-alongside div.select label {
  padding-right: 8px;
  float: left;
  margin-right: 10px;
  width: 100px;
  text-align: right; }

/* inventory */
.alt td {
  background-color: #eeeeee; }

td.input {
  text-align: center; }

.quantity,
.input .text input.quantity {
  width: 2em; }

table.inventory {
  margin-bottom: 1em;
  empty-cells: hide;
  border-collapse: collapse; }
  table.inventory th {
    font-size: 11px;
    font-weight: bold; }
table.additional-items {
  margin-bottom: 1em;
  width: 240px; }
table.inventory td {
  padding: 3px; }
  table.inventory td.no-border {
    border-top: none;
    border-bottom: none; }

.add-item {
  margin-bottom: 30px; }

.input.text input, .input.password input {
  width: 170px;
  border: 1px solid #8c989d;
  color: #444444;
  padding: 3px;
  background: white url(/img/input_bg-01.png) top left no-repeat; }
.input.textarea textarea {
  width: 170px;
  border: 1px solid #8c989d;
  color: #444444;
  padding: 3px;
  background: white url(/img/input_bg-01.png) top left no-repeat;
  width: 300px; }
.input.select select {
  width: 300px; }
.input.date select {
  width: auto; }

/* devel */
p.error, p.notice {
  text-align: left; }

table.rates td {
  color: #555555;
  border-collapse: collapse;
  border: 1px solid #cccccc;
  padding: 3px 5px; }
table.rates th {
  color: #555555;
  border-collapse: collapse;
  border: 1px solid #cccccc;
  padding: 3px 5px;
  background-color: #eeeeee; }

div.important {
  margin-bottom: 1.5em;
  color: #ff5412; }

fieldset div.text input.verification-code {
  margin-top: 10px;
  width: 8em; }
fieldset.default {
  padding: 5px;
  background: transparent; }

table.payment-result {
  width: 100%; }
  table.payment-result td {
    border: 1px solid #dfdfdf;
    padding: 5px; }
  table.payment-result th {
    border: 1px solid #dfdfdf;
    padding: 5px;
    width: 150px;
    text-align: right; }

.clear {
  width: 100%;
  overflow: hidden; }

/* button */
/* */
a.button {
  background: transparent url("../img/buttons-03.png") no-repeat scroll top right;
  display: block;
  float: left;
  font: normal 12px arial, sans-serif;
  height: 26px;
  padding-right: 25px;
  text-decoration: none; }
  a.button:link, a.button:hover, a.button:active, a.button:visited {
    color: #001760;
    font-weight: bold; }
  a.button.right {
    float: right; }

a.button span {
  background: transparent url("../img/buttons-03.png") no-repeat;
  display: block;
  line-height: 16px;
  padding: 5px 0 5px 25px; }
a.button:hover {
  background-position: right -26px;
  color: black;
  outline: none; }
  a.button:hover span {
    background-position: 0 -26px;
    padding: 5px 0 5px 25px; }
a.button:active {
  background-position: right -52px;
  color: black;
  outline: none;
  color: white; }
  a.button:active span {
    background-position: 0 -52px;
    padding: 6px 0 4px 25px; }

a.button.submit {
  background: transparent url("../img/buttons-01.png") no-repeat scroll top right;
  display: block;
  float: left;
  font: normal 12px arial, sans-serif;
  height: 31px;
  /*margin-right: 6px; */
  padding-right: 25px;
  text-decoration: none; }
  a.button.submit:link, a.button.submit:hover, a.button.submit:active, a.button.submit:visited {
    color: #001760;
    font-weight: bold; }
  a.button.submit.right {
    float: right; }

a.button.submit span {
  background: transparent url("../img/buttons-01.png") no-repeat;
  display: block;
  line-height: 21px;
  padding: 5px 0 5px 25px; }
a.button.submit:hover {
  background-position: right -31px;
  color: black;
  outline: none; }
  a.button.submit:hover span {
    background-position: 0 -31px;
    padding: 5px 0 5px 25px; }
a.button.submit:active {
  background-position: right -62px;
  color: black;
  outline: none;
  color: white; }
  a.button.submit:active span {
    background-position: 0 -62px;
    padding: 6px 0 4px 25px; }
a.button.submit.disabled {
  color: #888888;
  background-position: right -93px;
  outline: none; }
  a.button.submit.disabled span {
    background-position: 0 -93px; }

/* form button */
form a.button.submit {
  background: transparent url("../img/buttons-02.png") no-repeat scroll top right; }

form a.button.submit span {
  background: transparent url("../img/buttons-02.png") no-repeat; }

legend {
  color: #444444; }

fieldset.captcha {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 250px;
  padding: 10px 10px 10px 10px;
  background: white; }
  fieldset.captcha input.captcha {
    width: 6em; }
  fieldset.captcha img {
    vertical-align: bottom;
    float: left;
    margin-right: 10px; }
  fieldset.captcha legend {
    font-weight: bold;
    margin: 0 0 0 20px; }
  fieldset.captcha p {
    text-align: center;
    padding: 3px 0;
    margin: 0 0 10px 0;
    background-color: #f8f8f8;
    color: #787878; }

.submit-loader {
  vertical-align: middle; }

/* payment */
ol.payment-steps {
  width: 100%;
  overflow: hidden;
  margin-left: 5px;
  position: relative;
  padding: 0;
  margin-bottom: 0; }
  ol.payment-steps li {
    list-style-type: none;
    color: #ababab;
    float: left;
    padding: 7px 10px;
    margin-left: 5px;
    margin-bottom: 0;
    border: 2px solid #ebebeb;
    border-bottom: none;
    background-color: #ebebeb;
    background-image: none;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }
    ol.payment-steps li.current {
      color: #0085c7;
      background-color: #f8f8f8;
      font-weight: bold;
      border: 2px solid #dfdfdf;
      border-bottom: 2px solid #f8f8f8; }

.center {
  display: block;
  text-align: center;
  height: 1%;
  position: relative;
  overflow: hidden; }
  .center .inner-one {
    position: relative;
    float: left;
    left: 50%; }
  .center .inner-two {
    position: relative;
    float: left;
    left: -50%; }

.right {
  float: right; }

.left {
  float: left; }

.rounded {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }

p.accepted-cards {
  margin: 10px 0;
  padding: 5px;
  color: white;
  background-color: #001760;
  text-align: center; }

p.accepted-cards a {
  color: white;
  border-bottom: 1px dotted white; }

.cake-debug, table.cake-sql-log td {
  text-align: left;
  background-color: white;
  border: 1px solid #cccccc;
  padding: 5px; }

.home-layout .sf-menu .first {
  display: none;
  visibility: hidden; }

#breadcrumb {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
  margin-top: 10px;
  background: #e8f2f7;
  border: 1px solid #cde3ee; }
  #breadcrumb img {
    margin: 0 0.5em; }
  #breadcrumb a {
    text-decoration: underline; }

