body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
  background: #ffffff url(/images/background.gif) repeat scroll left top;
}

a {
  color: inherit;
}

a:active,
a:link,
a:visited {
  color: #008000;
  text-decoration: none;
}

a:active:hover,
a:link:hover,
a:visited:hover {
  text-decoration: underline;
}

img {
  border: 0 none;
}

p {
  margin: 1em 0;
}

h1.ee_first,
p.ee_first {
  margin-top: 0;
}

h1.ee_last,
p.ee_last {
  margin-bottom: 0;
}

div.ee_layout_1col700_container {
  position: relative;
  width: 700px;
  margin: 0 auto;
}

div.ee_layout_1col700_main {
  position: relative;
}

div.ee_layout_1col700_footer {
  position: relative;
  padding: 0 5px;
}

div.ee_copyright {
  color: #333333;
  font-size: 11px;
}

div.ee_block {
  position: relative;
  width: 700px;
  padding: 15px 0;
  margin: 1em 0;
  font-size: 12px;
}

div.ee_block_top {
  position: absolute;
  left: 0;
  top: 0;
  height: 15px;
  width: 100%;
  background: transparent url(/images/white_block_700.png) no-repeat scroll left top;
}

div.ee_block_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 15px;
  width: 100%;
  background: transparent url(/images/white_block_700.png) no-repeat scroll left bottom;
}

div.ee_block_middle {
  position: relative;
  padding: 0 20px;
  background: #ffffff url(/images/white_block_700_middle.png) repeat-y scroll left top;
  overflow: hidden;
}

h1 {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0.83em 0;
}

table.ee_indexParameterOptions,
table.ee_loginOrRegister {
  border-spacing: 0;
}

table.ee_indexParameterOptions td,
table.ee_loginOrRegister td {
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: justify;
}

table.ee_indexParameterOptions td.ee_left {
  width: 230px;
  padding-right: 7px;
  border-right: 1px solid #666666;
}

table.ee_indexParameterOptions td.ee_middle {
  width: 230px;
  padding-left: 7px;
  padding-right: 7px;
}

table.ee_indexParameterOptions td.ee_right {
  width: 170px;
  padding-left: 7px;
  border-left: 1px solid #666666;
}

table.ee_loginOrRegister td.ee_left {
  width: 323px;
  padding-right: 7px;
  border-right: 1px solid #666666;
}

table.ee_loginOrRegister td.ee_right {
  width: 322px;
  padding-left: 7px;
}

p.ee_indexParameterOptionPrice {
  color: #3333cc;
}

input.ee_nextButton {
  width: 175px;  /* includes padding! */
  height: 33px;
  padding: 0 15px 0 0;
  border: 0 none;
  margin: 0;
  vertical-align: top;
  font-size: 13px;
  background: transparent url(/images/buttons.png) no-repeat scroll 0 0;
  cursor: pointer;
}

input.ee_nextButton.ee_hover {
  background-position: 0 -33px;
}

input.ee_backButton {
  width: 175px;  /* includes padding! */
  height: 33px;
  padding: 0 0 0 15px;
  border: 0 none;
  margin: 0;
  vertical-align: top;
  font-size: 13px;
  background: transparent url(/images/buttons.png) no-repeat scroll 0 -66px;
  cursor: pointer;
}

input.ee_backButton.ee_hover {
  background-position: 0 -99px;
}

input.ee_startButton {
  width: 145px;
  height: 33px;
  padding: 0;
  border: 0 none;
  margin: 0;
  vertical-align: top;
  font-size: 14px;
  background: transparent url(/images/buttons.png) no-repeat scroll 0 -132px;
  cursor: pointer;
}

input.ee_startButton.ee_hover {
  background-position: 0 -165px;
}

div#ee_userBar {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1px 4px 1px 4px;
  background-color: #ffffff;
  font-size: 12px;
}

div.ee_footerLinks {
  float: right;
  font-size: 11px;
}

div.p_form_line {
  margin: 2px 0 2px 0;
  overflow: hidden;
  position: relative;
  zoom: 1;
}

div.p_form_lines_7em div.p_form_line_label {
  float: left;
  width: 7em;
}

div.p_form_lines_7em div.p_form_line_value {
  margin-left: 8em;
  position: relative;
}

select.ee_countrySelect {
  width: 180px;
}

div.ee_message_container {
  margin: 4px 4px 12px 4px;
}

span.ee_message_error,
span.ee_message_notice
{
  display: inline-block;
  vertical-align: top;
  margin: 0;
  border: 2px solid #6088af;
  text-align: left;

  background-color: #ffffff;
  font-weight: bold;
  font-size: 12.8px;
}

span.ee_message_error {
  /*border: solid 1px #9f1c20;*/
  padding: 3px;
  color: #0000ee;
}

span.ee_message_notice {
  /*border: solid 1px #f7941e;*/
  color: #ff5500;
  padding: 3px;
  /*border: solid 1px #000000;*/
  color: #0000ee;
}

table.ee_jobs {
  width: 100%;
  border-spacing: 2px;
}

table.ee_jobs td {
  padding: 0 5px;
  border: 1px solid #aaaacc;
  border-collapse: collapse;
}

table.ee_jobs tr.ee_job td {
  background-color: #e6f2ff;
}

table.ee_jobs tr.ee_job.ee_even td {
  background-color: #ffffff;
}

table.ee_jobs tr.ee_job:hover td,
table.ee_jobs tr.ee_job.ee_even:hover td {
  background-color: #ffeedd;
}

table.ee_jobs th {
  padding: 0 5px;
}

table.ee_jobs thead th {
  padding: 2px 5px;
  border-left: 1px solid #555555;
  border-right: 1px solid #555555;
  border-collapse: collapse;
  background-color: #555555;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
}

div.ee_step {
  position: relative;
  width: 660px;
  height: 100px;
  margin: 0 auto;
  background: transparent url(/images/step.png) no-repeat scroll 0 0;
}

div.ee_step_options {
  background-position: 0 0;
}

div.ee_step_login {
  background-position: 0 -100px;
}

div.ee_step_document {
  background-position: 0 -200px;
}

div.ee_step_payment {
  background-position: 0 -300px;
}

span.ee_price {
  color: #990000;
  font-weight: bold;
}

dl dt {
  float: left;
  width: 3em;
  padding: 0.5em 0;
  margin: 0;
  font-weight: bold;
}

/* commented backslash hack for mac-ie5 \*/
dl dt { clear: both; }
/* end hack */

dl dt.ee_question {
  border-top: 1px solid #333333;
}

dl dd {
  position: relative;
  /*width: 24em;*/
  margin: 0 0 1em 3em;
  padding: 0.5em 0;
}

dl dd.ee_question {
  border-top: 1px solid #333333;
}

div#ee_menu {
  position: absolute;
  right: 0;
  top: 52px;
  z-index: 2;
  width: 200px;
  padding: 0 1px;
  text-align: right;
  line-height: 22px;
  background-color: #ff6600;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}

span.ee_menuItem a {
  padding: 0 10px;
}

span.ee_menuItem a:active,
span.ee_menuItem a:link,
span.ee_menuItem a:visited {
  color: #ffffff;
}

span.ee_menuItem a:active:hover,
span.ee_menuItem a:link:hover,
span.ee_menuItem a:visited:hover {
  background-color: #ff9922;
  color: #ffffff;
  text-decoration: none;
}

.active-scaffold tr.record td {
  text-align: left;
}


div.ee_coloredBlock {
  position: relative;
  width: 700px;
  padding: 20px 0;
  overflow: hidden;
  font-size: 12px;
}

div.ee_coloredBlock_top {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 100%;
  background: transparent url(/images/rounded_blocks.png) no-repeat scroll left top;
}

div.ee_coloredBlock_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 20px;
  width: 100%;
  background: transparent url(/images/rounded_blocks.png) no-repeat scroll left bottom;
}

div.ee_coloredBlock_middle {
  position: relative;
  padding: 0 20px;
  background: transparent url(/images/rounded_blocks_middle.png) repeat-y scroll left top;
}

div.ee_coloredBlock h1 {
  font-size: 18px;
}

div.ee_coloredBlock h2 {
  font-size: 18px;
}

div.ee_indexParameterOption_left {
  float: left;
  width: 210px;
  padding-right: 20px;
}

div.ee_indexParameterOption_middle {
  float: left;
  width: 210px;
  padding-left: 20px;
}
div.ee_indexParameterOption_right {
  float: left;
  width: 210px;
  padding-left: 20px;
}
