/*

BASIC LAYOUT
Filename: basic_layout.css
Description: This file serves as a framework guidline for the Sunflower State Games.
Author: Bret McVey
Company: NUTechPark.com

*/

/* HTML Elements ------------------------------ */
html, body, form {
  margin: 0;
  padding: 0;
}
.page {
  margin: 0 auto;
  width: 1000px;
}
#body {
 padding: 15px;
}

/* Header ------------------------------ */
#header {
  height: 95px !important;
  margin: 0 0 10px;
  padding: 20px 0 0 0;
  text-align: left;
}
#welcome_page #header {
  height: 68px !important;
  margin: 0;
}
#topnav {
  height: 24px;
  margin: 16px 0 0 0;
}



/* Columns ------------------------------ */
#e_column_0 {
  float: left;
  margin: 0 0 0 0;
  width: 1000px !important;
}
.column {
  float: left;
  overflow: hidden;
  text-align: left;
}
#column1 {
  padding: 0;
  width: 148px !important;
}
#template_welcome #column1 {
  padding: 15px 15px;
  width: 600px !important;
}
#column2 {
  margin: 0 1px !important;
  padding: 0 15px 4em 15px;
  width: 820px !important;
}
#template_welcome #column2 {
  width: 330px !important;
}

/* Home Page Only */
body#main_page div#column2 {
  margin: 0 1px !important;
  padding: 0;
  width: 586px !important;
}
#column3 {
  width: 263px !important;
}


/* Footer ------------------------------ */
#footer {
  float: left;
  margin:  0;
  padding: 0;
  width: 1000px !important;
}

/*

BASIC STYLE	
Filename: basic_layout.css
Description: This file serves as the skin that will control the look/feel of the given layout.
Author: Bret McVey
Company: NUTechPark.com

*/

/* HTML Elements ------------------------------ */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
}

/* Links */ 
a,
a:link {
  color: #49A6EB;
  text-decoration: none; 
  font-weight: bold;
}
a:active { 
  color: #F00; 
  text-decoration: none;
}
a:visited {
  color: #89BBE1; 
  text-decoration: none;
}
a:hover { 
  color: #008aff;
  text-decoration: underline;
}
img {
  border: none;
}
h1, h2, h3, h4, h5, h6, 
p, pre, blockquote {
  margin: 0;
  padding: 0;
}
ul, ol, dl, address {
  margin: 0 0 1.5em 2em;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
  color: #008752;
  font-size: 2em;
}
h2 {
  color: #008752;
  font-size: 1.5em;  
  margin: 0 0 .1em 0;
}
h3 {
  color: #333;
  font-size: 1.1em;
}
h4 {
  color: #008752;
}
p {
  margin: 0 0 1em 0;
  font-size: 1em;
 }
li, dd, blockquote {
	margin-left: 1em;
}
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Alignment */
.img_left {
  float: left;
  margin: 0 10px 10px 0;
}
.img_right {
  float: right;
  margin: 0 0 10px 10px;
} 

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}
textarea {
  border: 1px #CCC solid;
}
button {
  background: #EEE url(/resources/all/files/_SiteRoot/SITE1/Icons/greybutton-bg.jpg) repeat-x center center;
  border: 1px #CCC solid;
  border-width: 1px 1px 2px 1px;
  color: #555;
  cursor: hand;
  cursor: pointer;
  font: bold 11px Arial, Helvetica, sans-serif;
  margin: 0 .05em 0 0;
  padding: .25em .75em .2em .75em;
}
button:hover {
  border-color: #999;
  color: #333;
}


/* Header ------------------------------ */
#header {
  width: 100%;
  position: relative;
  background: url(/resources/en/files/_SiteRoot/SITE23/Icons/full_header-bg.jpg) no-repeat right top;	
}

/* Page Logos */
div#screen_logo h1 {
  font-size: 0em;
  height: 26px;
  width: 436px;	
  overflow: hidden;
  margin: 0 0 0 0;
  background: url(/resources/en/files/_SiteRoot/SITE23/Icons/techpark_logo.gif) no-repeat;	
}
div#screen_logo h1 a {
  display: block;
  padding: 26px 0 0 0;
}
div#print_logo {
  display: none;
}

/* Top Navigation */
#topnav ul.menubeanh {
  margin: 0 0 0 4px;
  padding: 4px 0 0;
  position: relative;
  z-index: 1;
  height: 30px;
}
#topnav ul.menubeanh li {
  z-index: 10;
  padding: 0;
  float: left;
  margin: 2px 0 0;
  position: relative;
}
#topnav ul.menubeanh li a {
  background: #00633c;
  color: #FFF;
  font-size: .9em;
  font-weight: bold;
  margin: 2px 3px 0 0;
  padding: 4px .75em 3px .75em;
  text-decoration: none;
}

#topnav ul.menubeanh li a:hover,
#topnav li ul.menubeanh li.mi_active a:hover {
  background: #005231;
  color: #FFA;
}
#topnav ul.menubeanh li.mi_active a,
#topnav ul.menubeanh li.mi_active a:hover,
#topnav li.mi_active ul.menubeanh li.mi_active a {
  background: #f4fafd;
  color: #008aff;
}

#topnav ul li ul.menubeanh {
  width: 120px;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 100;
  margin: 0;
}
#topnav li ul.menubeanh li {
  float: left;
  margin: 0;
  border-bottom: 1px solid #f4fafd;
}
#topnav li ul.menubeanh li a {
  display: block;
  width: 120px;
  margin: 0;
}

/* breadcrumb --------------------- */
#breadcrumb {
  clear: both;
  margin: 0 0 0 138px;
}

#breadcrumb ol {
  margin: 0;
  padding: 14px 0 0 18px;
  float: left;
}
#breadcrumb ol li {
  float: left;
  display: inline;
  padding: 0 12px;
  background: url(/resources/all/files/38126/_fn/arrow_grey.gif) no-repeat 0 5px;
}
#breadcrumb ol li.root {
  background-image: none;
  padding-left: 0;
}
#breadcrumb ol li a {
    color: #393939;
}
#breadcrumb ol li.current {
  color: #ed4005;
  background: url(/resources/all/files/37888/_fn/arrow.gif) no-repeat 0 3px;
}
/*breadcrum exceptions */
#events_page #breadcrumb,
#companies_page #breadcrumb {
  margin: 0;
}
#welcome_page #breadcrumb {
  display: none;
}

/* Columns ------------------------------ */



/* Footer ------------------------------ */
#footer {
  background: url(/resources/en/files/_SiteRoot/SITE23/Icons/footer-bg.gif) repeat-x right top;	
  font-size: .85em;
}
#footer .textbean {
  background: url(/resources/en/files/_SiteRoot/SITE23/Icons/footercorner-bg.gif) no-repeat left top;	
  padding: 35px 0 0 0;
}


/* Article Styles ------------------------------ */
#main_article {
  float: left;
  margin: 0 0 0 18px;
  width: 280px;
}
#template_news #main_article,
#template_news #recent_articles {
  margin: 0;
  width: 804px;
}
.textbean img.main_image {
  float: left;
  margin-right: 15px;
}
#main_text p {
  font-size: 14px;
}
#main_image {
  float: left;
  margin: 0 0 1em 0;
}
#main_article .ac_heading,
#recent_articles .ac_heading,
#news_media .ac_heading {
  color: #999;
  font-size: .8em;
}
#main_article .article_heading,
.article .article_heading {
  color: #008752;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
}
div.article_link_read_more {
  text-align: right;
}
.article_link_read_more a {
  border-bottom: 1px #EEE solid;
  color: #008aff;
  display: block;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: .25em 0;
  text-decoration: none;
}
.article_link_read_more a:hover {
  border-bottom: 1px #999 solid;
}
#recent_articles {
  background: #F5FAFE;
  border-bottom: 2px #DEE3E6 solid;
  clear: both;
  float: left;
  padding: 10px;
  width: 580px;
}
#recent_articles ul,
ol.ac_style_list  {
  list-style: none;
  margin: 0;
  padding: 0;
}
#recent_articles li {
  margin: 0;
  padding: 0;
}
#recent_articles li a {
  background: transparent url(/resources/all/files/_SiteRoot/SITE23/Icons/blue_arrow.png) no-repeat right center;
  border-bottom: 1px #EEE solid;
  color: #555;
  display: block;
  font-weight: bold;
  padding: .25em 0;
  text-decoration: none;
}
#recent_articles li a:hover {
  border-bottom: 1px #49A6EB solid;
  color: #333;
}
#news_media .article_heading {
  font-size: 1.5em;
  font-weight: normal;
}
#news_media .article_link_read_more a {
  margin: 0 0 1em 0;
}


/* Vertical Navigation */
#column1 div.menubean {
  background: #F5FAFE;
  border-bottom: 2px #DEE3E6 solid;
  margin: 0 0 1.5em 0;
  padding: 10px 0;
}
#column1 .menubean ul {
  list-style-image: none;
  list-style: outside;
  list-style: none;
  margin: 0;
  padding: 0;
}
#column1 .menubean ul li {
  margin: 0;
  padding: 0;
}
#column1 .menubean ul li a {
  border: none;
  color: #555;
  display: block;
  font-size: .9em;
  font-weight: bold;
  margin: 0;
  padding: .25em 10px;
  text-decoration: none;
}
#column1 .menubean ul li a:hover {
  background: transparent url(/resources/all/files/_SiteRoot/SITE23/Icons/subnav-bg.png) no-repeat left bottom;
  color: #333;
}
#column1 .menubean ul li.mi_active a,
#column1 .menubean ul li.mi_active a:hover {
  background: #0189FF url(/resources/all/files/_SiteRoot/SITE23/Icons/subnav-active.png) no-repeat 135px center;
  color: #FFF;
}

/* Special Home Page Content ------------------------------ */
#visit_techpark,
#techpark_news {
  clear: both;
  float: left;
  margin: 1em 0;
  width: 600px;
}
#techpark_news h3,
#visit_techpark h3 {
  background: #008752 url(/resources/all/files/_SiteRoot/SITE23/Icons/visit_techpark-bg.png) no-repeat right center;
  color: #FFF;
  padding: .25em;
}
.focus_block {
  background: transparent url(/resources/all/files/_SiteRoot/SITE23/Icons/focus-bg.png) repeat-x left -10px;
  padding: 5px;
}
.focus_block h2 a {
  background: transparent url(/resources/all/files/_SiteRoot/SITE23/Icons/blue_arrow.png) no-repeat 308px center;
  color: #008752;
  display: block;
  text-decoration: none;
}

/* Site Search ------------------------------ */
#header .sitesearch {
  position: absolute;
  top: 64px;
  right: 77px;
  font-size: .8em;
  z-index: 2000;
}
#header .sitesearch input.site_search_query {
  border: 1px #005030 solid;
  border-width: 1px 1px 2px 1px;
  padding-left: .25em;
  padding-right: .25em;
}
#header .sitesearch input.site_search_button {
  background: #00633c;
  border: 1px #005030 solid;
  border-width: 1px 1px 2px 1px;
  color: #FFF;
  font-weight: bold;
}
.site_search_results_heading {
  background: none !important;
  border: none !important;
  border-bottom: 1px #CCC solid !important;
  margin: 0 0 .5em 0;
}
.site_search_title {
  color: #008752 !important;
}
.site_search_results_count {
  color: #333 !important;
}
.site_search_results_heading {
  background: #005C95;
  border: 1px #E5ECF9 solid;
}
.site_search_results_heading .site_search_title,
.site_search_results_heading .site_search_results_count {
  color: white;
}
div.site_search_rpp span.site_search_rpp_sep {
  border-right: 1px black solid;
}
.site_search_current_rpp {
  color: red;
}
.site_search_result .site_search_result_title {
  color: blue;
}
.site_search_result .site_search_result_link {
  color: green;
}
span.site_search_pager_offset a:hover, 
.site_search_current_offset a,
span.site_search_pager_prev a:hover,
span.site_search_pager_next a:hover {
  background: #005C95;
  color: white;
}
span.site_search_pager_offset a,
span.site_search_pager_prev a,
span.site_search_pager_next a {
  border: 1px gray solid;
}
/* Company Profiles ------------------------------ */
.company_profile {
  border-bottom: 1px #EEE solid;
  clear: both;
  float: left;
  margin: 0 0 1em 0;
  width: 820px;
}
.company_profile h3 a {
  background: transparent url(/resources/all/files/_SiteRoot/SITE23/Icons/blue_arrow.png) no-repeat right center;
  color: #333;
  padding: 0 15px 0 0;
}
.company_profile h3 a:hover {
  color: #008752;
}


/* Newsletter Signup ------------------------------ */
#newsletter_signup {
  float: left;
  padding: 0 5px;
  width: 100%;
}
#newsletter_signup input {
  width: 200px;
}
#newsletter_signup span.submit_button {
  clear: none;
  float: left;
  display: block;
  margin: 0;
}
#newsletter_signup * {
  float: left;
}


/* DynaForm */
.formentrybean {
  margin: 1em 0 0 0;
}
.formentrybean .extra_value_renderer_con {
  margin: 0 0 .5em 0;
}
#column1 .formentrybean input {
  width: 155px;
}
.formentrybean .lastname_con.question_con {
}
.formentrybean .firstname_con.question_con,
.formentrybean .lastname_con.question_con,
.formentrybean .city_con.question_con,
.formentrybean .region_con.question_con,
.formentrybean .postalcode_con.question_con {
  clear: none;
  float: left;
  margin: 0 1em .75em 0;
}
.formentrybean .lastname_con.question_con {
  clear: right;
}
.formentrybean .question_con textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  width: 500px;
}
.formentrybean .email_con.question_con,
.formentrybean .address01_con.question_con {
  clear: both;
}
.formentrybean .address01_con.question_con input,
.formentrybean .address02_con.question_con input {
  width: 250px;
}
.formentrybean .city_con.question_con {
  clear: left;
}
.formentrybean .city_con.question_con input {
  width: 175px;
}
.formentrybean .region_con.question_con input {
  width: 40px;
}
.formentrybean .extra_value_name_con {
  font-weight: bold;
}
.formentrybean span.extra_value_renderer_con {
  display: block;
}
.formentrybean input {
  border: 1px solid #ccc;
}


td.label_con {
  font-weight: bold;
}
/* Shopping Cart */
.shoppingcartbean td {
  padding: .1em .2em;
}
.shoppingcartbean span.column_heading.label {
  font-size: 1.25em;
}
span.update_order_con,
span.checkout_order_con {
  display: block;
  float: left;
  padding: 1em .2em;
}
.orderaddressesbean fieldset {
  border: 1px #ccc groove;
}
.orderaddressesbean fieldset legend {
  font: bold 1em Arial;
}
.orderaddressesbean span.email {
  display: block;
}
/* Generated by I2RD CMS Thu Dec 07 20:40:49 UTC 2006 */
#header {
  width: auto;
  height: auto;
}
#column1 {
  width: 50.0%;
  height: auto;
}
#e-column_0 {
  width: auto;
  height: auto;
}
#column2 {
  width: 50.0%;
  height: auto;
}
#footer {
  width: auto;
  height: auto;
}
/* Content Color / Decoration */
input, select, textarea {
   background-color: white; 
}
div.instruction_con,
div.instruction {
  color: #092063;
}
.section_con {
  border-bottom: 1px solid #AAA;
}
.user_entry_required span.email_form_element_label,
.user_entry_required span.extra_value_name, 
.user_entry_required span.label, 
.user_entry_required span span.address_line_first,
.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 span.contact_organization_form_element_label {
  background: transparent url(/resources/all/files/_SiteRoot/SITE23/Icons/icon_required.png) no-repeat left center;
  padding: 0pt 0pt 0pt 6px;
}
.user_entry_required span.address_line_last,
.user_entry_required span.extension_label {
  background: 0;
  padding: 0 2px;
}


/* Content Layout */
textarea {
  font: .9em normal Arial,Helvetica,sans-serif;
  height: 8em;
  width: 580px;
}
.heading_con  { /* td, div, and span */ 
  font-size: 1.5em;
  margin: 10px 0 5px 0;
}
div.title_con {
  width: 100%;
  clear: both;
  font: bold 1.2em Arial;
  padding: 10px 0 5px 0;
}
div.subheading_con {
  font: bold 1.1em Arial;
  padding: 10px 0 5px 0;
}
div.question_con {
  clear: both;
  margin-top: 0.5em;
}
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;
}
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: bold 1.1em Arial;
}

/* 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;
}
/* Labels. */
span.name_form_element_label_con, 
span.label_con,
span.email_form_element_label_con, 
span.extra_value_name_con {
  display: block;
}
.extra_value_name_con,
.name_form_element_label_con, 
.label_con,
.email_form_element_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;
}
.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 .postal_code_container_con input.postal_code {
}
.address_form div.country_container_con {
  clear: left;
  float: left;
}
/* Phone # */
.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 {
  float: left;
  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: bold .9em Arial;
}
div.wizard_category_navigator_node_name_con,
span.wizard_category_navigator_node_name_con {
  font: bold 1em Arial;
  color: #C00;
  display: block;
}

/* Wizard Step Container - Content of Step */
div.wizard_procedure_con {
  float: left;
  clear: both; /* Nav is floated */
  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: .8em bold Arial;
  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;
}


div.menu_component {
 position: relative;
 display: inline-block;
}
* html div.menu_component {
 display:inline; zoom:1.0;
}
*+html div.menu_component {
 display:inline; zoom:1.0;
} 
.menu_component ul.menu_items {
 position: absolute;
 top: 1.5em;
 left: 0;
 background-color: #ddd; /* Required for phantom padding bug in IE. Seriously. */
 list-style: none;
 margin: 0;
 padding: 0;
 z-index: 1;
}
.menu_component li.menu {
 position: relative;
 margin: 0;
 padding: 0;
 width: 11em;  /* Override if necessary based on length of menu labels. */ 	
}
.menu_component li.menu ul.menu_items {
 top: 0;
 left: 100%;   /* Override if necessary based on position on page */
}
.menu_component .menu a.menu_item,
.menu_component .menu span.menu_item {
 display: block;
 width: 10em;
 color: #000;
 text-decoration: none;
 padding: 4px .5em;
 margin: 0;
}
.menu_component li.menu a.menu_item:hover {
 background-color: #aaa;
}
.menu_component li.menu span.menu_item {
 color: #666;
}
.menu_component .parent_menu > a.menu_item {
 background-image: url(/resources/all/docroot/miwt/component/images/menu-expand.gif) ;
 background-position: right center;
 background-repeat: no-repeat;
}
/** Support up to 5 levels for IE6 */
.menu_component ul,
div.menu_component.active ul ul,
div.menu_component.active .active ul ul,
div.menu_component.active li .active ul ul,
div.menu_component.active li li .active ul ul,
div.menu_component.active li li li .active ul ul  {
 display: none;
}
div.menu_component.active ul,
div.menu_component.active .active ul,
div.menu_component.active li .active ul,
div.menu_component.active li li .active ul,
div.menu_component.active li li li .active ul,
div.menu_component.active li li li li .active ul {
 display: block;
}
div.menu_component.active li:hover > ul {
 display: block;
}    div.window {
		background-color: #eee;
		border-style: ridge;
		border-color: ThreeDLightShadow ThreeDDarkShadow ThreeDDarkShadow ThreeDLightShadow;
		border-width:1px 2px 2px 1px;
		padding: 2px;
    }
	.titlebar_row td {
		height: 1.2em;
	}
	td.activewindowtitle {
	    font-weight: bold;
	    display: compact;
		text-align: center;
		vertical-align: middle;
		padding: 0px;
		margin: 0px;
	    border: 0px none;
		overflow: hidden;
		cursor: pointer;
		cursor: hand;
	}
    td.windowbuttons {
		color: ButtonText;
		margin: 0;
		font-size: .8em;
		text-align: right;
	}	
	td.inactivewindowtitle {
	    background-color: InactiveCaption;
	    font-weight: bold;
		color: InactiveCaptionText;
		text-align: center;
		vertical-align: middle;
		overflow: hidden;
		cursor: pointer;
		cursor: hand;
	}
	div.windowcontent {
	  	color: WindowText;
		background-color: #fafcff;
		border: 1px outset #777;
	    overflow: auto;
	    position: absolute;
	    top: 1.75em; /* Needs to be >= titlebar height + padding, etc */
	    bottom: 2px;
	    left: 2px;
	    right: 2px;
	}
	.windowresize_sw,
	.windowresize_se,
	.windowresize_nw,
	.windowresize_ne {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 5px;
		height: 5px;
		cursor: ne-resize;
	}
	.windowresize_sw {
		cursor: sw-resize;
	}

	.windowresize_se {
		cursor: se-resize;
	}

	.windowresize_nw {
		cursor: nw-resize;
	}				
    /* OptionDialog. */
    table.OptionDialogButtons,
    table.OptionDialog {
        margin: 0 auto;
    }

/* Progress Dialog. */
div.miwt_ajax_progress {
  padding: 1.5em; 
  width: 200px; 
  vertical-align: middle; 
  text-align: center; 
  background-color: #f5f5f5;
  z-index: 10001; 
  border: 1px solid #330000; 
}
span.miwt_ajax_progress span {
  background-color: lightsteelblue;
  border-top: thin solid black; 
  border-bottom: thin solid black;
}
#miwt_ajax_progress_0 {
  border-left: thin solid black;
}
#miwt_ajax_progress_4 {
  border-right: thin solid black;
}.miwt_dnd_feedback
{
  background-color: white;
  padding: 2px;
  border: thin gray solid;
}
 
.miwt_dnd_dropactive
{

}

div.dropoptions
{
  background-color: white;
  padding: 2px;
  border: thin gray solid;
}
div.column_visibility {
  position: relative;
  display: inline;
}
#ie6only div.column_visibility {
  position: static;
}
div.column_visibility_selector {
  position: absolute;
  top: 2.5em;
  right: 0;
  z-index: 1;
  min-width: 10em;
  visibility: hidden;
  border: 1px solid black;
  text-align: left;
  background: white;
  color: black;
  padding: .25em;
}
div.column_visibility button {
  width: 18px;
  height: 16px;
  text-indent: -1000em;
  overflow: hidden; 
  border: none;
  background: transparent url(/resources/all/docroot/miwt/component/images/view.gif) no-repeat center;
}
/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

div.calendar, div.calendar table {
  border: 1px solid #556;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #eef;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #778 url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #778;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #bdf;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #aaf;
  color: #000;
  border: 1px solid #04f;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #77c;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #eef;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #acf;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}
.site_search_results_heading {
  padding: 0.125em;
}
.site_search_results_heading .clear_float_bounding {
  line-height: 1px;
}
.site_search_no_results .site_search_query {
  font-weight: bold;
}
.site_search_results_heading .site_search_title {
  font-size: 1.3em;
  font-weight: bold;
  display: block;
  width: 50%;
  float: left;
  clear: left;
}
.site_search_results_heading .site_search_results_count {
  margin-top: 0.125em;
  text-align: right;
  display: block;
  width: 50%;
  float: left;
  clear: right;
}
div.site_search_rpp {
  margin-bottom: 1em;
  margin-left: 0.125em;
  font-size: 80%;
}
a.site_search_rpp {
  text-decoration: none;
}
div.site_search_rpp span.site_search_rpp {
  padding-left: 0.25em;
}
div.site_search_rpp span.site_search_rpp_sep {
  border-right: 1px black solid;
}
.site_search_current_rpp {
}
div.site_search_results {
  margin: 1em 0 1em 0;
  width: 100%;
  float: left;
}

.site_search_result {
   padding-bottom: 0.71em;
}
.site_search_result .highlight {
  font-weight: bold;
}
.site_search_result .site_search_result_title {
}
.site_search_result .site_search_result_description {
  font-size: 0.93em;
}
.site_search_result .site_search_result_link {
  font-size: 0.93em;
}
.site_search_pager {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  height: 1.5em;
  padding: 10px;
}
.site_search_pager a, site_search_rpp {
  text-decoration: none;
}
span.site_search_pager_offset a:hover, 
.site_search_current_offset a,
span.site_search_pager_prev a:hover,
span.site_search_pager_next a:hover {
}
span.site_search_pager_offset a,
span.site_search_pager_prev a,
span.site_search_pager_next a {
  border: 1px gray solid; 
  padding: 0.13em 0.33em 0.13em 0.33em;
}
span.site_search_pager_offset {
  padding-left: 0.25em;
}
.site_search_pager_next {
  padding-left: 0.25em;
}
/* 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;
}
