html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

#header {
  width: auto;
  clear: both;
  height: auto;
}
#column1 {
  width: 0.0%;
  height: auto;
  float: left;
}
#e_column_0 {
  width: auto;
  clear: both;
  height: auto;
}
#column2 {
  width: 100.0%;
  height: auto;
  float: left;
}
#column3 {
  width: 0.0%;
  height: auto;
  float: left;
}
#footer {
  width: auto;
  clear: both;
  height: auto;
}
#e_content {
  width: auto;
  clear: both;
  height: auto;
}.messagebody_con pre {
  white-space: normal;
  word-wrap: break-word;
}
/* Content Color / Decoration ---------------------------- */
div.instruction_con, 
div.instruction {
  color: #092063;
}
.section_con {
  border-bottom: 1px solid #AAA;
}

/* For required fields ----------------------------------- */
.user_entry_required span.email_form_element_label, 
.user_entry_required .email_form_element span.label, 
.user_entry_required span.extra_value_name, 
.user_entry_required span.label, 
.user_entry_required span.phone_number_form_label, 
.user_entry_required span.gender_form_element_label, 
.user_entry_required span.name_form_element_label, 
.user_entry_required .name_form_element span.label, 
.user_entry_required span.contact_organization_form_element_label {
  background: transparent url(/resources/all/docroot/cms/icons/x16/icon_required.png) no-repeat left center;
  padding-left: 6px;
}
.user_entry_required span.address_line_last, 
.user_entry_required span.extension_label {
  background: 0;
  padding: 0 2px;
}

/* Content Layout ---------------------------------------- */
textarea {
  font-size: .9em;
  height: 8em;
  width: 600px;
}
.heading_con {
  font-size: 1.5em;
  margin: 10px 0 5px 0;
}
div.title_con {
  width: 100%;
  clear: both;
  font: bold 1.2em;
  padding: 10px 0 5px 0;
}
div.subheading_con {
  font-weight: bold;
  font-size: 1.1em;
  padding: 10px 0 5px 0;
}
div.question_con {
  clear: both;
  margin-top: 0.5em;
}

/* For horizontally aligned groups ----------------------- */
/* Class names: hli_first, hli, hli_last ----------------- */
div.hli_first_con {
  clear: left;
}
div.hli_first_con, 
div.hli_con {
  float: left;
  margin-right: 1em;
}
div.hli_last_con {
  float: left;
  clear: right;
}

/* For nested elements ----------------------------------- */
/* Class name: level2 ------------------------------------ */
div.level2_con {
  padding-left: 2em;
}

/* Event Selector ---------------------------------------- */
table.registerable_selector td.registerable_name_con {
  padding: 0 1em;
}
table.registerable_selector td.registerable_group_con {
  padding: 0.35em 0 0 0;
  font-wieght: bold;
  font-size: 1.1em;
}

/* Layout-specific data classes -------------------------- */
div.name_con, 
div.first_name_con, 
div.last_name_con, 
div.referred_by_con {
  width: 12em;
}
table.address_form_visitable {
  width: 100%;
  clear: both;
}

span.name_form_element_label_con, 
.name_form_element span.label_con, 
span.label_con, span.email_form_element_label_con, 
.email_form_element span.label_con, 
span.extra_value_name_con {
  display: block;
}
/* Bold the labels --------------------------------------- */
.extra_value_name_con, 
.name_form_element_label_con, 
.name_form_element span.label_con, 
.label_con, .email_form_element_label_con, 
.email_form_element span.label_con, 
.extra_value_name_con {
  font-weight: bold;
}

/* Addresses -------------------------------------------- */
.address_line_con, 
.city_container_con, 
.region_container_con, 
.postal_code_container_con, 
.country_container_con, 
.country_container_con {
  margin-top: 0.5em;
}

/* Align the City-State-Zip ------------------------------ */
.address_form div.city_container_con {
  clear: left;
  float: left;
}
.address_form div.region_container_con {
  float: left;
}
.address_form div.postal_code_container_con {
  float: left;
}
.address_form div.country_container_con {
  clear: left;
  float: left;
}

/* Phone Number ------------------------------------------ */
.phone_number_nanp, 
.format_nanp_button, 
.format_international_button, 
.extension_label_con {
  color: #333;
  font-weight: normal;
}
.nanp_example, 
.international_example {
  color: #555;
  font-style: italic;
  font-weight: normal;
}

/* Messages ---------------------------------------------- */
div.messages_con {
  background: #FFC;
  border: 1px #C00 solid;
  margin: .5em 0;
  width: 100%;
  float: left;
}
div.messages {
  padding: .25em;
}
div.error_message_con {
  color: #C00;
  font-weight: bold;
  padding: 0 0 4px 20px;
  background: transparent url(/resources/all/docroot/cms/icons/x16/message_error.png) no-repeat 0% 0%;
}
div.wizard_component {
  clear: both;
}

/* Navigation Tabs --------------------------------------- */
div.wizard_category_navigator {
  float: left;
  clear: both;
  background-color: #C3CBDF;
  width: 100%;
  border-right: 1px #555 solid;
}
div.wizard_category_navigator_node_con {
  float: left;
  border-right: 1px #DDD solid;
  padding: 0 1em 0 0;
  margin: .5em;
}
span.wizard_category_navigator_node_step_con {
  color: #666;
  font-size: .9em;
  font-weight: bold;
}
div.wizard_category_navigator_node_name_con, 
span.wizard_category_navigator_node_name_con {
  font-size: 1em;
  font-weight: bold;
  color: #C00;
  display: block;
}

/* Wizard Step Container - Content of Step --------------- */
div.wizard_procedure_con {
  float: left;
  clear: both;
  width: 100%;
  background-color: #E2EDF3;
  border: 1px #555 solid;
  border-width: 0 1px 1px 0;
}
div.wizard_procedure_step_header_con {
  font-weight: bold;
  padding: 1em 0;
}
table.wizard_procedure {
  padding: 0 0 0 1em;
  margin: 0;
  width: 100%;
}
.wizard_procedure_step_name_con {
  clear: both;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  width: 100%;
}

/* Step Help --------------------------------------------- */
.wizard_help {
  display: none;
}

/* Navigation Bar ---------------------------------------- */
td.procedure_navigation_bottom_con {
  padding: 1em .25em;
  text-align: left;
}
.procedure_navigation_con button {
  background: #EEE;
  border: 1px #CCC solid;
  border-width: 1px 1px 2px 1px;
  color: #555;
  cursor: hand;
  cursor: pointer;
  font-size: .8em;
  font-weight: bold;
  margin: 0 .05em 0 0;
  padding: .25em .75em .2em .75em;
}
.procedure_navigation_con button:hover {
  border-color: #999;
  color: #333;
}
span.submit_registration_button_con {
  display: block;
  padding: 1em 0;
}

.membernum {
  font-weight: bold;
}

.selfcheckbox_con {
  display: block;  

}

.payop_con {
  display: block;  
}

.name_form_element_con {
  display: inline;
}

.name_form_element {
  display: inline;
}/* Layout Styles */

html {
  background: url(/resources/dyn/files/74661/_fn/bg_repeat.jpg) repeat-x top left;
}
body {
  background: white url(/resources/dyn/files/157076/_fn/fallbg_middle.jpg) no-repeat left top;
  color: #222; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  width: 100%;
  height: 100%;
  min-height: 900px;
}
.page {
  background: white url(/resources/dyn/files/32838/_fn/bg.jpg) repeat-x left top;
  width: 800px;
}

/* header ------------------------------------------------*/

#header {
 width: 800px;
 float: left;
 position: relative;
 background: #2A62E8;
}

/* logout component */
.logoutbean {
  position: absolute;
  top: 10px;
  right: 5px;
}
.logoutbean span.username {
  color: #990000;
}
.logoutbean span.logout_url a {
  color: white;
}

/* top navigation */
#topnav {
  background: #FFF url(/resources/dyn/files/32823/_fn/menu_bg.gif) repeat-x left top;
  float: right;
  height: 37px; 
  width: 650px;
  border: none;
}
#topnav ul {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  list-style-type: none;
  text-align: center;
}
#topnav ul li {
  float: left;
  display: inline;
}
#topnav ul li a,
#topnav ul li a:link {
  color: #FFF;
  float: left;
  font-weight: bold;
  margin: 0;
  padding: 10px 10px 8px 10px;
  text-decoration: none;
}	
#topnav ul li a:hover {
  color: #256613;
}
/* column1 ----------------------*/
#column1 {
  width: 152px;
  position: relative;
  top: -20px;
  left: 0;
  background: url(/resources/dyn/files/157075/_fn/fallbg_left.jpg) no-repeat top left;
  height: 900px;
 /* z-index: 1000;*/
  float: left;
}
#column1 img {
  display: block;
  margin: 0 auto;
}
#logo {
  padding: 18px 0 0;
  background: url(/resources/dyn/files/98902/_fn/NLN_Logo.gif) no-repeat center;
}
#logo,
#nsc_logo,
#active_autumn {
  width: 130px;
  margin: 0 auto;
  text-align: center;
}
#logo,
#logo h1 a {
  height: 160px;
} 
#nsc_logo,
#nsc_logo h1 a {
  height: 60px;
}
#nsc_logo {
  padding: 0;
  background: url(/resources/dyn/files/98903/_fn/NSC_Logo.gif) no-repeat center;
}
#active_autumn,
#active_autumn h1 a {
  height: 60px;
}
#active_autumn {
  padding: 45px 0;
}
#logo h1 a,
#nsc_logo h1 a,
#active_autumn h1 a {
  display: block;
  width: 130px;
  text-indent: -4000em;
}

/* submenu ------------------------------------*/
#submenu {
  margin: 0;
  padding: 0px 0 10px 0;
  text-align: left;
  width: 121px;
}
#submenu ul { 
  margin: 0 0 12px 0; 
  padding: 0; 
  width: 121px;
}
#submenu li {
  list-style: none;
  width: 121px;
}
#submenu li a {
  border-bottom: #E1D9BB 1px solid;
  color: #000;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 2px 15px 2px 15px;
  width: 91px;
}
#submenu li a:visited {
  color: #222;
}
#submenu li a:hover {
  background: #9D080D;
  border-bottom: #222 1px solid;
  color: #FFF;
}

/* footer ------------------------------------------*/

#footer {
  background: #333;
  clear: both;
  float: right;
  height: 38px;
  margin: 0;
  width: 648px;
}
#footer div {
  color: #FFF; 
  font-size: 10px; 
  margin: 0 10px 0 10px; 
  padding: 7px 0;
}
#footer a, 
#footer a:link {
  color: #FFFFCC; 
  font-size: 10px; 
  text-decoration: none;
}

/* general Styles */

img {
  border: 0;
}
img.left {
  float: left;
  margin-right: .5em;
}
img.right {
  float: right;
  margin-left: .5em;
}
a, a:link {
  color: #B11818; 
  font-weight: bold; 
  text-decoration: none;
}
a:active {
  color: #ffce49; 
  text-decoration: none;
}
a:visited {
  color: #990000; 
  text-decoration: none;
}
a:hover {
  color: #FF0000; 
  text-decoration: underline;
}

h2 {
  color: #00307E; 
  font-size: 20pt; 
  font-weight: bold;
  padding-bottom: 10px; 
}
h3 {
  color: #222; 
  font-size: 14pt; 
  font-weight: normal; 
  padding-bottom: 5px;
  line-height: 18px;
}
h4 {
  color: #00307E;  
  font-size: 12pt; 
  font-weight: bold;
}
h5 {
  color: #222;
}
h6 {
  color: #00307E; 
}
p {
  margin: 5px 0 15px 0;
  line-height: 14px;
}
strong {
  font-weight: bold;
}
/* lists ------------------*/
.textbean ul,
.textbean ol,
.article_content ul,
.article_content ol {
  margin: 0 0 1em 2em;

}
.textbean ul li,
.article_content ul li {
  list-style-type: disc;
}
.textbean ol li,
.article_content ol li {
  list-style-type: decimal;
}

/*2 columns template ----( column1 is in style.css )--------------*/
#e_column_0 {
  background: white url(/resources/all/files/29098/_fn/content_left-bg.jpg) repeat-x top left;
  clear: both;
  float: left;
  margin: 0;
  width: 800px;
  overflow: hidden;
 
}
#column2 {
  background: #FFF url(/resources/all/files/28844/_fn/content_body-bg.jpg) repeat-y top left;
  float: left;
  width: 608px;
  padding: 20px;
 /* margin-left: 152px;*/
  display: inline;  /* fix IE6 double margin bug */
}

#ie6only div#column2 {
  padding: 20px 16px 20px 20px;
}
#column3 {
  display: none;
}


/* Additional styles for checkout process ----------------------------*/
/* shopping cart page ----------------------------*/
.checkout {
  clear: both;
  width: auto;
  margin-top: 30px;
}
.checkout .payment_method input {
  float: left;
}
.checkout .payment_method .user_entry_required {
  clear: both;
}
.payment_method .label {
  clear: none;
  padding: 0;
}
.payment_method .credit_card_type {
  margin-top: 5px;
}
.no_order {
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  background: #ddd;
  border: 1px solid #aaa;
  margin-top: 30px;
}

/* my account and update pages --------------------------*/
div.timezone {
  clear: both;
}
div.timezone select {
  font-size: 10px;
}
.loginbean,
.updateshopperbean,
.create_shopper {
  margin: 10px 0;
  line-height: 2;
}

.create_account_link {
  padding: 10px 0;
}
.loginbean div.password_rule_message,
.updateshopperbean div.password_rule_message,
.create_shopper div.password_rule_message {
  font-size: 11px;
  color: red;
  margin: 10px 0;
  clear: both;
}
.updateshopperbean .message_container .important,
.updateshopperbean .message_container .error,
.create_shopper .message_container .important,
.create_shopper .message_container .error {
  text-align: left;
  padding-left: 25px;
}

.message_container .info {
  background: transparent url(/resources/all/docroot/cms/icons/x16/message_warning.png) no-repeat scroll left top;
}
.checkout .message,
.updateshopperbean .message,
.create_shopper .message {
  padding: 2px 0pt 6px 18px;
}
.loginbean input,
.updateshopperbean button,
.updateshopperbean span.value,
.updateshopperbean div input,
.create_shopper span.value,
.create_shopper div input {
  clear: none;
  float: left;
  width: 430px;
}
.loginbean input.create_button,
.loginbean input.login_button,
.loginbean input.set_password_button,
.create_shopper input.create_button,
.create_shopper input.login_button,
.create_shopper input.set_password_button,
.updateshopperbean button {
  width: auto;
  clear: both;
}
.loginbean span,
.updateshopperbean span,
.updateshopperbean span.label,
.create_shopper span,
.create_shopper span.label {
  clear: both;
  display: block;
  float: left;
  width: 122px;
}

.updateshopperbean .email,
.updateshopperbean .email_verify {
  margin: 0;
  float: none;
}
.updateshopperbean .email span,
.updateshopperbean .email_verify span {
  float: left;
}
.retrieve_password_link {
  clear: both;
  padding: 20px 0;
}
.updateshopperbean p.title {
  color:#222222;
  font-size:14pt;
  font-weight:normal;
  line-height:18px;
  padding-bottom:5px; 
}
.loginbean p.title {
  display: none;
}
.loginbean .clear_float_bounding,
.updateshopperbean .clear_float_bounding { /* clear empty spaces*/
  display: none;
}
.loginbean div,
.create_shopper div {
  width: 600px;
  clear: both;
  float: none;
  overflow: hidden;
  margin-bottom: 0.5em;
}
.create_shopper span.email, 
.create_shopper span.email_verify {
  margin: 0;
}
/* confirmation page -----------------------------*/


.ordercompletebean table {
  width: 100%;
}
.ordercompletebean td {
  padding: 3px 0;
}
.ordercompletebean td.column_heading_con {
  background: #f5f5f5;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
.ordercompletebean td.empty_cell_con {
  border-right: none;
}
fieldset.addresses legend,
fieldset.order_items legend {
  font-weight: bold;
}
table.addresses,
table.order_items {
  background: white;
  width: 100%
}
td.addresses_con,
td.order_items_con {
  padding: 20px 0;
}
table.addresses td.label_con,
table.order_items td.column_heading_con {
  border-bottom:  1px solid #aaa;
  font-weight: bold;
}
td.addresses_con {
  border-top:  1px solid #aaa;
}


/* forgot password page ----------------------------*/
div.retrieve_password {
  padding: 15px;
}
form#retrieve_password div.email input {
  background-image: none;
  height: 16px;
  color: black;
  float: none;
  text-indent: 0;
  border: 2px outset #666;
  border: 2px inset white;
}

div.retrieve_password {
  margin-bottom: 15px;
}


/* For use with Checkout Process component ---------------------*/
/* -- Style for shopping cart table -----------------------*/
.orderitems {
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 99%;
}
.orderitems th,
.orderitems .total td{
  font-weight: bold;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
}
.orderitems th,
.orderitems td {
  padding: .25em;
  border-bottom: 1px solid #eee;
}
.orderitems .quantity,
.orderitems .quantity input {
  text-align: center;
}
.orderitems .price {
  text-align: right;
}
.orderitems .label,
.orderitems .selection {
  text-align: right;
}
.orderitems .selection label {
  font-weight: normal;
}
/* -- Align form elements consistently -------------------------*/
.checkout {
  line-height: 1;
  vertical-align: top;
}
.checkout input,
.checkout select {
  margin-bottom: .75em;
}
.checkout label {
  margin-bottom: .25em;
}
.order_summary input,
.add_coupon input,
.phone_number input,
.shipping_same_as_billing input {
  margin-bottom: 0;
}
/* -- Style the fieldset (in case the default is overridden) ---*/
.checkout fieldset {
  border: 1px solid #ddd;
  padding: .5em;
  margin-top: 1em;
}
.checkout fieldset legend {
  font-size: 1.1em;
  font-weight: bold;
  padding-left: .5em;
  padding-right: .5em;
}
/* -- Notify if user entry required -----------------------------*/
.user_entry_required label,
.phone_number.user_entry_required {
  padding-left: 7px;
  background: transparent url(/resources/all/files/_SiteRoot/SITE36/Icons/icon_asterick.png) no-repeat scroll left top;
}
.phone_number label {
  padding-left: 0px;
  background-image: none;
}
div.contact_phone_number {
  clear: both;
}

/* -- Labels above the form elements ---------------------------*/
.checkout label {
  display: block;
}
.shipping_same_as_billing label,
.phone_number label {
  display: inline;
}
/* -- Bold the labels ------------------------------------------*/
.checkout label {
  font-weight: bold;
}
/* -- Email address fields on the same line --------------------*/
.email,
.email_verify {
  float: left;
  margin-right: .5em;
}
.phone_number {
  clear: left;
}
/* -- Name fields on the same line -----------------------------*/
.checkout .name {
  clear: both;
}
.name .given_name,
.name .middle,
.name .family_name {
  float: left;
}
.name .given_name,
.name .middle,
.name .family_name {
  width: 32%;
}
.name input {
  width: 93%;
}
.address_line.first {
  clear: left;
}
/* -- Address fields on the same line --------------------------
.address_line {
  float: left;
  margin-right: .5em;
}
.city {
  clear: left;
}
/* -- City-State-Zip on the same line --------------------------*/
.city,
.region,
.postal_code {
  float: left;
  margin-right: .5em;
}
.country {
  clear: left;
}
/* -- Shipping-same-as-billing padding -------------------------*/
.shipping_same_as_billing {
  margin-bottom: .75em;
}

/* -- Card Number and CCID on the same line --------------------*/
.credit_card_account,
.credit_card_ccid {
  float: left;
  margin-right: .5em;
}
.credit_card_expiration {
  clear: left;
}
/* -- Error Notifications ---------------------------------------*/
.message {
  padding: 0 0 .75em 18px;
}
.message_container .information {
  background: url(/resources/all/docroot/cms/icons/x16/message_info.png) no-repeat left top;
}
.message_container .error {
  background: url(/resources/all/docroot/cms/icons/x16/message_error.png) no-repeat left top;
}
.message_container .important {
  background: url(/resources/all/docroot/cms/icons/x16/message_warning.png) no-repeat left top;
}/*start_team page ------------------------------*/
div.wizard_component {
  margin-bottom: 10px;
}
.wizard_procedure_step {
  line-height: 16px;
}
table.member_row {
  width: 100%;
}
.user_entry_required_con,
.even_con {
  padding: 10px 0;
}

/* manage_team page ---------------------------*/

.paymentpoolpaybean,
.paymentpoolitempaybean {
  line-height: 16px;
}
.paymentpoolitempaybean table,
.paymentpoolpaybean table {
  width: 100%;
  padding: 10px 0;
}

.paymentpoolitempaybean div.phone_number_entry_con table,
.paymentpoolitempaybean div.user_entry_required_con table,
table.phone_number_nanp {
  width: auto;
  padding: 0;
}
.paymentpoolitempaybean table tbody,
.paymentpoolpaybean table tbody {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  background: white;
}
.paymentpoolitempaybean table td,
.paymentpoolpaybean table td {
  padding: 10px;
  border-bottom: 1px solid #aaa;
}
.paymentpoolitempaybean div.phone_number_entry_con table td,
.paymentpoolitempaybean div.user_entry_required_con table,
.paymentpoolitempaybean div.user_entry_required_con table td,
.paymentpoolpaybean table td.activewindowtitle,
.paymentpoolpaybean table td.windowbutton {
  padding: 0;
  border: none;
}
.paymentpoolpaybean div.window tbody {
  border: 1px solid #aaa;
}
.paymentpoolitempaybean table thead th,
.paymentpoolpaybean table thead th {
  padding: 10px;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-top: 1px solid #aaa;
  background: #f5f5f5;
  font-weight: bold;
}
paymentpoolitempaybean table th.last_column,
.paymentpoolpaybean table th.last_column {
  border-right: none;
} 
.current_pool_instructions_con {
  padding: 10px 0;
}


/*update registration details page -----------------------*/

.paymentpoolpaybean .registration_component_con  table td {
  padding: 0;
  border-bottom: none;
}
.paymentpoolpaybean .registration_component_con table {
  padding: 0;
}

/* teams page ---------------------------------*/
.listpaymentpoolsbean table.teams {
  width: 100%;
}
.listpaymentpoolsbean table.teams thead th {
  padding: 10px;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-top: 1px solid #aaa;
  background: #f5f5f5;
}
.listpaymentpoolsbean table.teams thead th.last_column {
  border-right: none;
} 
 
.listpaymentpoolsbean table.teams td {
  padding: 10px;
  border-bottom: 1px solid #aaa;
}
.listpaymentpoolsbean span.startteam_con {
  margin-right: 15px;
}

/* my messages page ------------------------------*/

.miwtbean  {
  line-height: 16px;
}

.miwtbean table.messages,
.miwtbean table.miwt_highlight {
  width: 100%;
  padding: 10px 0;
}
.miwtbean table.miwt_highlight tbody,
.miwtbean table.messages tbody {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  background: white;
}
.miwtbean table.miwt_highlight td,
.miwtbean table.messages td {
  padding: 10px;
  border-bottom: 1px solid #aaa;
}
.miwtbean table.miwt_highlight thead th,
.miwtbean table.messages thead th {
  padding: 10px;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-top: 1px solid #aaa;
  background: #f5f5f5;
  font-weight: bold;
}
.miwtbean table.miwt_highlight thead th.last_column,
.miwtbean table.messages thead th.last_column {
  border-right: none;
} 
.miwtbean span.field_con {
  display: block;
  padding-top: 10px;
}
.miwtbean span.value_con {
  padding-bottom: 15px;
  display: block;
}
/* popup windows ---------------------------------*/
.windowcontent {
  padding: 10px;
}
.windowcontent span.instructions_con {
  display: block;
  clear: both;
}
.windowcontent span.field_con {
  clear: both;
  display: block;
  float: left;
  width: 122px;
}
.windowcontent span.value_con {
  clear: none;
  float: left;
  width: 80%;
}
.dialog {
  width: 700px !important;
  border: 1px solid #ddd;
}
.paymentpoolitempaybean .dialog table, 
.paymentpoolpaybean .dialog table {
  padding: 0;
}
#ie6only .windowcontent span.field_con,
#ie6only .windowcontent span.value_con {
  float: none;
}
span.choice_instruction_con,
span.sendpay_con,
span.sendjoin_con,
span.sendlater_con {
  display: block;
}
span.choice_instruction_con {
  font-weight: bold;
}
/* public page ----------------------------------*/
#instructions table td {
  padding: 5px;
}
/* create a new team page ----------------------*/
.registration_component div.wizard_procedure_con {
  background: #ddf5ff;
}
.registration_component div.wizard_category_navigator {
  background: #7ab7e6;
}
.registration_component div.wizard_category_navigator_node_name_con, 
.registration_component span.wizard_category_navigator_node_name_con,
.registration_component div.wizard_category_navigator_node_name_con a, 
.registration_component span.wizard_category_navigator_node_name_con a {
  color: black;
}
.wizard_component div.wizard_category_navigator_node_selected {
  background: orange;
  color: white;
}
.wizard_component div.wizard_category_navigator_node {
  margin: 0;
  padding: 0.5em;
}
.wizard_component div.wizard_category_navigator_node_con {
  margin: 0;
  padding: 0;
}
/* -- Error Notifications ---------------------------------------*/

.createregistrationprocesspaymentpoolbean .message_container .error span {
  background: url(/resources/all/docroot/cms/icons/x16/message_error.png) no-repeat left top;
  padding: 2px 0 2px 18px;
}
.createregistrationprocesspaymentpoolbean .message_container .error {
  background-image: none;
}

/* button disabled --------*/
.miwt_button_disabled {
  display: none;
}

/* fixes december rollout ---*/
div.content_con { 
  clear: both;
  float: none;
  padding-left: 1em;
}
table.wizard_procedure {
  padding: 0;
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh_persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh_persistent,
ul.menubeanh_persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh_persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh_persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh_persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh_persistent ul,
ul.menubeanh_persistent ul ul,
ul.menubeanh_persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh_persistent li.over ul ul,
ul.menubeanh_persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh_persistent li.over ul,
ul.menubeanh_persistent ul li.over ul,
ul.menubeanh_persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv_persistent,
ul.menubeanv ul,
ul.menubeanv_persistent, ul { 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv_persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv_persistent li.mi_parent {
  cursor: pointer;
}
ul.menubeanv_persistent li ul {
  display: none;
}
ul.menubeanv_persistent li.over ul {
  display: block;
}
