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: "" "";
}


/*
BASIC STYLE	
Filename: styles.css
Author: Vivian Clark
Company: Clinic with a Heart
*/

body {
  font-family: "Times New Roman", Georgia, Times, serif;
  background: url(/resources/all/files/31006/_fn/bg.gif) top left; 
  font-size: 13px;
}
.page {
  width: 100%;
  background: url(/resources/all/files/31018/_fn/header_bg.gif) repeat-x top left;
}
#e_content {
  width: 800px;
  text-align: center;
  margin: 0 auto;
  clear: both;
}
#e_column_0 {
  text-align: left;
}


/* header -----------------------------------------------*/
#header {
  width: 800px;
  height: 288px;
  clear: both;
  background: url(/resources/all/files/31042/_fn/main_image.jpg) no-repeat bottom right;
}

#logo {
  float: left;
  width: 290px;
  height: 124px;
  margin: 50px 0 0;
  background: url(/resources/dyn/files/196022/_fn/cwah_logo.gif) no-repeat top left;
}
#logo h1 a {
  display: block;
  width: 290px;
  height: 124px;
  text-indent: -4000em;
}

#metrics_box {
  float: right;
  background: url(/resources/all/files/31670/_fn/metrics_bg.jpg) no-repeat top right;
  width: 159px;
  height: 107px;
  margin: 103px 49px 0pt;
  padding: 0pt 2px 0pt 10px;
  text-align: left;
  display: inline; /* fix IE6 double margin bug*/
}
#metrics_box li {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 10px;
}
#metrics_box ul {
  padding: 8px 0;
}
/* main menu ----------------------*/
#main_menu {
  border-left: 1px solid #760c04;
  border-right: 1px solid #d8888a;
  width: 800px; 
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}
#main_menu ul {
  clear: both;
  width: 800px;
  height: 65px;
}
#main_menu li {
  border-right: 1px solid #760c04;
  border-left: 1px solid #d8888a;
  font-size: 1.1em;
  font-variant: small-caps;
  padding: 26px 0 25px;
  width: 158px;
  background: url(/resources/all/files/31046/_fn/menu_bg.gif) repeat-x top left;
}

#main_menu li.over {
  background: url(/resources/all/files/31050/_fn/menu_hover.gif) repeat-x top left;
}
#main_menu li a {
  color: white;
}
#main_menu li a:hover {
  text-decoration: none;
}


/* footer --------------------------------------------*/
#footer {
  width: 800px;
  margin: 10px auto;
  text-align: center;
  clear: both;
  color: white;
}
#footer_menu {
  float: right;
}
#footer_menu ul {
  height: 65px;
}
#footer_menu li {
  padding: 25px 0 5px 0;
  width: 62px;
}
#footer_menu li.home {
  background: url(/resources/all/files/31022/_fn/icon_home.gif) no-repeat top center;
}
#footer_menu li.newsletter {
  background: url(/resources/all/files/31026/_fn/icon_newsletter.gif) no-repeat top center;
}
#footer_menu li.search {
  background: url(/resources/all/files/31030/_fn/icon_search.gif) no-repeat top center;
}
#footer_menu li.top {
  background: url(/resources/all/files/31034/_fn/icon_top.gif) no-repeat top center;
}
#footer_menu li a {
  color: white;
}
#footer_copyright,
#footer_vipa {
  float: left;
  width: 530px;
  text-align: left;
  color: white;
}
#footer_copyright a,
#footer_vipa a {
  color: white;
}
/* collapsiblebean -----------------------------*/

.collapsiblebean .hidden,
.collapsiblebean .shown {
  cursor: pointer;
  color: white;
}
.collapsiblebean .hidden:hover {
  text-decoration: underline;
  cursor: pointer;
}
/* general styles ---------------------------------------*/
h1, h2, h3, h4, h5 {
  color:#404041;
  font-weight: normal;
}
h1 {
  font-size: 2em;
  margin-bottom: 1em;
}
h2 {
  font-size: 1.8em;
  margin-bottom: 10px;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
  font-weight: bold;
}
img {
  border: none;
}
a {
  text-decoration: none;
  color: red;
}
a:hover {
  text-decoration: underline;
}
p {
  padding-bottom: 15px;
  line-height: 15px;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
  padding: 0;
}
#column2 .textbean ul,
#column2 .article ul {
  padding: 10px 0;
  margin-bottom: 1.5em;
}
#column2 .textbean li,
#column2 .article li {
  background: url(/resources/all/files/31002/_fn/arrow_red.gif) no-repeat left center;
  padding: 5px 0 5px 15px;
  border-bottom: 1px dashed #ddd;  
}  

#column2 .textbean li a {
  color:#404041;
}


div.top,
div.bottom {
  height: 5px;
  overflow: hidden;
  clear: both;
}
.column div.top div,
.column div.bottom div,
.rounded_corners .top div,
.rounded_corners .bottom div {
  overflow: hidden;
  padding: 0;
  line-height: 1px;
}

.rounded_corners .corners_content {
  padding: 15px;
}


/** Composite Beans. -----------------------------------*/
#column2 div.top,
#column2 div.bottom,
.composite_rc div.top,
.composite_rc div.bottom {
  background: transparent url(/resources/all/files/31006/_fn/bg.gif) repeat scroll left top;
  position: relative;
}
#column2 .top div,
#column2 .bottom div,
.composite_rc .top div,
.composite_rc .bottom div {
  background: transparent url(/resources/all/files/31010/_fn/box_bg.gif) repeat scroll left top;
  border-left: 1px solid #7c7d7f;
  border-right: 1px solid #7c7d7f;
}


/** Rounded Corners inside CompositeBeans or column2.-----------------*/
.button div.top,
.button div.bottom,
.menu_rc div.top,
.article_rc div.top,
.text_rc div.top,
.menu_rc div.bottom,
.article_rc div.bottom,
.text_rc div.bottom,
#column2 .text_rc div.bottom,
#column2 .text_rc div.top,
#column2 .form_rc div.top,
#column2 .form_rc div.bottom,
#column2 .composite_rc div.bottom,
#column2 .composite_rc div.top,
#column2 .article_rc div.top,
#column2 .article_rc div.bottom,
#column2 .photoalbumviewer div.top,
#column2 .photoalbumviewer div.bottom {
  background: transparent url(/resources/all/files/31010/_fn/box_bg.gif) repeat scroll left top;
}
.menu_rc .bottom div,
.article_rc .bottom div,
.text_rc .bottom div,
#column2 .text_rc .bottom div,
#column2 .form_rc .bottom div,
#column2 .composite_rc .bottom div,
#column2 .article_rc .bottom div,
#column2 .photoalbumviewer .bottom div,
.button .top div {
  background: white;
  border-left: 1px solid #e8e8e9;
  border-right: 1px solid #e8e8e9;
}
.menu_rc .top div,
.article_rc .top div,
.text_rc .top div,
#column2 .text_rc .top div,
#column2 .form_rc .top div,
#column2 .composite_rc .top div,
#column2 .article_rc .top div,
#column2 .photoalbumviewer .top div {
  background: #b7b7b8;
  border-left: 1px solid #bebebf;
  border-right: 1px solid #bebebf;
}
.button .bottom div {
  background: #e2e0e0;
  border-left: 1px solid #e2e0e0;
  border-right: 1px solid #e2e0e0;
}
.article_rc {
  margin: 5px 10px;
}

/* columns (2columns template)-------------------------------------------*/

#column1 {
  float: left;
  height: auto;
  width: 287px;
}
#column2 {
  display: inline; /* fix IE6 double margin bug*/
  margin: 10px 0pt 0pt 10px;
  float: left;
  width: 500px;
  overflow: visible; /* fix IE6 bug with italics*/
  height: 1%;
  background: transparent url(/resources/all/files/31010/_fn/box_bg.gif) repeat scroll left top;
}
#column3 {
  display: none;
}
/* submenu (column1)-------------------------------*/

#submenu li {
  background: url(/resources/dyn/files/196023/_fn/heart.gif) no-repeat left center;
  padding: 5px 0 5px 15px;
  border-bottom: 1px dashed #ddd;
}
#submenu li.first {
  font-size:1.8em;
  color:#404041;
  font-weight:normal;
  background-image: none;
  padding: 0;
  border: none;
  margin-bottom: .5em;
}
#submenu li a {
  color:#404041;
}

/* table styles --------------------------------*/
#column2 table {
  width: 100%;
}
#column2 td {
  vertical-align: top;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px dotted black;
}


/* double margin components -------------------------*/

.compositebean {
  background: url(/resources/all/files/31010/_fn/box_bg.gif) repeat top left;
  width: auto;
  height: auto;
  display: inline;
  float: left;
  margin-top: 10px;
}
.compositebean .textbean {
  background: white url(/resources/all/files/31054/_fn/title_bg.gif) repeat-x top left;
  margin: 5px 10px;
}
#column1 .compositebean {
  width: 287px;
}

#column2 .textbean,
#column1 .menubean,
#column1 .textbean,
#search_page #column2 .compositebean,
#newsletter_page #column2 .compositebean,
div.photoalbumviewer,
#new_home_template #column2 .compositebean {
  background: white url(/resources/all/files/31054/_fn/title_bg.gif) repeat-x top left;
  margin: 5px 10px;
 
}
#search_page #column2 .compositebean .textbean,
#newsletter_page #column2 .compositebean .textbean,
#new_home_template #column2 .compositebean .textbean {
  background: none;
  padding: 10px 5px 0 5px;
}
#search_page #column2 .compositebean,
#newsletter_page #column2 .compositebean,
#new_home_template #column2 .compositebean {
  clear: both;
  width: 478px;
}
#testimonials_list.compositebean {
  width: 478px;
  margin: 5px 10px;
  height: auto;
}


/* article styles --------------------------------------------*/
.articlecontainer,
.articleview {
  background: white url(/resources/all/files/31054/_fn/title_bg.gif) repeat-x top left;
}
.articlecontainer ol.ac_style_list {
  padding: 0 15px 15px;
}
.articlecontainer .ac_heading {
  color:#404041;
  font-weight:normal;
  font-size: 1.8em;
  padding: 15px 15px 10px 15px;
}
.articlecontainer ol.ac_style_list li.ac_item {
  background: url(/resources/all/files/31002/_fn/arrow_red.gif) no-repeat left center;
  padding: 6px 0 6px 15px;
  border-bottom: 1px dashed #ddd;
}
.articlecontainer li a {
  color:#404041;
}
.article,
.return_link {
  margin: 15px;
}
.articleview .article div.article_heading {
  color:#404041;
  font-weight: normal;
  font-size: 1.8em;
}

/* home page only */
#home_page ol.ac_style_list {
  height: 113px;
  overflow: auto;
}

/* -- delete after redesign is done */

#testimonials {
  width: 247px;
  height: auto;
  float: left;
  display: inline; /* fix IE6 double margin bug*/
}

/* testimonials home page  */

#column2 .articlecontainer a.article_link_read_more {
  color: red;
}
#column2 #testimonials_list .articlecontainer a.article_link_read_more {
  color: #404041;
} 
#column2 ol.ac_style_rotating_headline li {
  background-image: none;
  border: none;
  padding: 5px 13px;
}
#new_testimonials {
  background-image: none;
  padding-bottom: 1em;
}
#new_testimonials .ac_heading {
  padding-top: 0;
}

/* standard-form-extras.css --------------------------- */
/* To be used with standard-form.css ------------------ */

/* For horizontal alignment of labels ----------------- */
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 {
  width: 23%;
  display: block;
  float: left;
  clear: both;
}
input.extra_value_renderer {
  width: 75%;
  float: left;
  clear: none;
}
select.extra_value_renderer {
  margin-left: 10px;
  float: left;
}
div.contact_con span.extra_value_name_con {
  width: auto;
}
.address_form div.city_container_con, 
.address_form div.region_container_con, 
.address_form div.postal_code_container_con, 
.address_form div.country_container_con {
  float: none;
  clear: left;
}
/* To override the horizontal alignment styles------ */
div.hli_first_con, div.hli_con, div.hli_last_con {
  clear: both;
  float: none;
  margin-right: 0;
}
div.name_con, div.first_name_con, div.last_name_con {
  width: auto;
}
/* Must set a specific width --------------------------
div.phone_number_entry_con {
width: 12em;
}

/* Right-align the labels ----------------------------- */
/* For use along with the horizontal alignment above --
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 {
width: 30%;
text-align: right;
padding-right: .5em;
}
textarea.extra_value_renderer,
input.extra_value_renderer {
width: 66.5%;
}
select.extra_value_renderer {
margin-left: 10px;
float: left;
}
div.contact_con {
width: 100%;
clear: both;
}
*//* 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: 98%;
}
.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 {
  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-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;
}

.formentrybean {
  background: white url(/resources/all/files/31054/_fn/title_bg.gif) repeat-x top left;
  margin: 5px 10px;
}
#newsletter_page .formentrybean {
  background: none;
}
.form_content {
  padding: 15px;
}
.comments span.extra_value_name_con {
  width: 300px;
}
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 {
  margin: 7px 0; 
}

/* To fix IE has-layout bugs */ 
#ie7only div.main_contact_con,
#ie6only div.main_contact_con {
  height: 26px;
}



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;
}
/* 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;
}
