April 2017 Release Notes

From Support Wiki
Revision as of 21:30, 17 November 2017 by SPederson (talk | contribs)
Jump to navigation Jump to search

<html> <style> @charset "utf-8"; /* CSS Document */

body { font: 100%/1.5 Calibri, Arial, Helvetica, sans-serif; background-image: url(../images/insideBg.png); background-color: #fff; background-repeat:repeat-x; line-height: 18px; margin: 0; padding: 0; color: #333; }

/* ~~ Element/tag selectors ~~ */ ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */ padding: 0; margin: 0; } h1, h2, h3, h4, h5, h6, p { margin-top: 0; /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */

} a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */ border: none; } /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */ a:link { color: #0064b1; text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */ } a:hover { color: #000; text-decoration: underline; } a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */ text-decoration: none; }

/* ~~ this fixed width container surrounds all other elements ~~ */ .container { width: 960px; margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */ position: relative; }

/* ~~ This is the layout information. ~~

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

  • /

.content {

padding: 0; }

h1 {

  font-size: 24px;
  color: #0E4597;

font-family: Calibri, Arial, Helvetica, sans-serif; } .small { color: #0B52BC; }

h2 {font-size: 20px;

    color: #000;}

h3 {color: #333;}

/* ~~ miscellaneous float/clear classes ~~ */ .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */ float: right; margin-left: 8px; } .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */ float: left; margin-right: 8px; } .clearfloat { /* this class can be placed on a
or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */ clear:both; height:0; font-size: 1px; line-height: 0px; } .headernav { /*background-image:url(../images/topHeader.png); background-repeat:repeat-x; */ height: 25px; text-align: right; color: #555; font-size: 14px; padding-right: 60px; font-weight: bold; } .headernav a { color: #555; text-decoration: none; padding-right: 10px; font-size: 95%; }

.headernav a:hover {color: #000;

}

.headernav span { margin-top: 6px; } .header { min-height: 120px; }

.headerlogo { float: left; display: inline; } .headertext { float: right; display: inline; padding-top:40px; padding-right:70px; font-weight: bold; font-size: 24px;

  color: #0E4597;

font-family: Calibri, Arial, Helvetica, sans-serif; }

/* .demotour { text-align: right; } .demotour img { padding-right: 20px; } .demo a { color: #ffffff; text-decoration: none; padding: 30px 0px 0px 0px; width: 270px; height: 44px; background: transparent url('../images/request.png') no-repeat 0px 1px; }

.demo a:hover { color: #b3bfdb; text-decoration: none; background: transparent url('../images/request.png') no-repeat 0px -44px; } .demo {display: block; width: 270px; height: 44px; background:url('../images/request.png') no-repeat 0px 1px; }*/ .twohomebtns { display: none; text-align: right; padding-right: 90px; height: 43px; margin: 0; border: 0; }

.footer { background: url(../images/footer.png) repeat-x; background-color: #fff; height: 117px; text-align: center; padding: 20px; color: #555; font-size: 95%; } .footer2 { text-align: center; padding: 20px; color: #fff; } .footer a { text-decoration: underline; font-size: 95%; } .footer a:hover { text-decoration: none; } .request_tour {

   line-height: 30px;

}

.request_tour input, select {

   border-bottom: 1px dashed black;
   border-top: none;
   border-left: none;
   border-right: none;
   background: transparent;

}

.request_tour .required {

   border-bottom: 2px dashed blue;

}

  1. Message

{

   width: 300px;

}

/* Styles for validation helpers


*/

.field-validation-error {

   color: #ff0000;
   display: block;

}

.field-validation-valid {

   display: none;

}

.input-validation-error {

   border: 1px solid #ff0000;
   background-color: #fff;

}

.validation-summary-errors {

   font-weight: bold;
   color: #ff0000;

}

.validation-summary-valid {

   display: none;

}






/**************Global styles ************/ body { font-size: 12px;

color: #000000; 
 }
  1. cm_contentpage form

{ display:inline; }

  1. cm_contentpage {

padding: 10px; font-size: 12px; width: 800px; float: left; clear: left;

  font-family: Arial, Helvetica, sans-serif, "MS Sans Serif";

} /* need for alignment IE6 */

  1. cm_contentpage table {

float: left; clear: left; }

  1. cm_contentpage fieldset{
   margin-top: 10px;
   margin-bottom: 10px;
   clear:both;
   float:left;
   width: 100%;

}

  1. cm_contentpage legend {

font-size: 14px; padding-bottom: 5px; font-weight: bold; color: #333333; }

  1. cm_contentpage input[type=text], #cm_contentpage select{

margin-bottom: 3px; border: solid 1px #ccc; background-color: white; color: #000000; }

  1. cm_contentpage input[type=button], #cm_contentpage input[type=submit]{

border: #000 1px solid;

   padding-bottom: 3px;
   padding-left: 9px;
   padding-right: 9px;

background-color: #0064B1;

   color: white;
   font-size: 12px;
   text-decoration: none;
   padding-top: 1px;
   cursor: pointer;

}

  1. cm_contentpage input[type=button]:hover, #cm_contentpage input[type=submit]:hover{

background-color: white; color: #333333; }

  1. cm_contentpage iframe

{

   padding: 0;

} /* fields for contact us, events print summary page, jobs info page, member application */ td.cm_field_titles { font-weight: bold; text-align: right; vertical-align: top; width: 150px; font-size: 12px; padding-right: 5px; }

  1. cm_contentpage label

{

   width: 150px;

} /* all page titles except hot deals */

  1. cm_contentpage h1

{

  float: left;

clear: left;

  padding: 3px 0px 3px 0px;

font-size: 16px; display: block; text-align: left; text-transform: capitalize; } /* search critieria: business directory and jobs */ span#cm_searchcriteria, span#cm_searchcategory, span#cm_searchkeyword { padding: 5px; float: left; clear: left; }

span#cm_searchcriteria span, span#cm_searchcategory span, span#cm_searchcategory span{ font-weight: bold; }

/* calendar view, and list view link, bus dir 'back to' link */ .cm_small_link a { font-size: 11px; color: #333333; text-decoration: underline; padding-top: 5px; } .cm_small_link a:hover { text-decoration: none; }

/* bus dir category subhead; event name on event details page */

  1. cm_contentpage H3

{

   clear:left;
   float:left;

color: #333333; }

  1. cm_contentpage h2

{

   display:inline;	 

font-size: 14px; }

/* buttons */ .cm_button, span.cm_button, .cm_button a:visited, span.cm_button a:visited, a.cm_button, a.cm_button:visited {

   border: #000 1px solid;   
   padding-bottom: 3px;
   padding-left: 9px;
   padding-right: 9px;

background-color: #0064B1;

   color: white;
   font-size: 12px;
   top: -4px;
   position: relative;
   font-family: Arial, Helvetica, sans-serif, "MS Sans Serif";
   text-decoration: none;
   padding-top: 1px;
   cursor: pointer;

} .cm_button:hover, span.cm_button:hover, a.cm_button:hover { background-color: white;

   color: #333333;

}

/* search and print-buttons */ .cm_new_and_print_buttons {

   text-align: right;

width: inherit; float: right; white-space: nowrap; margin-bottom: 10px; }

td.cm_srLogoCol { max-width:75px; max-height: 75px; padding-right: 8px; } /* .cm_srResultsLinkOvr {

   BORDER-RIGHT: #333333 1px solid;
   PADDING-RIGHT: 9px;
   BORDER-TOP: #e0e0e0 1px solid;
   PADDING-LEFT: 9px;
   FONT-SIZE: 10pt;
   PADDING-BOTTOM: 3px;
   BORDER-LEFT: #e0e0e0 1px solid;
   CURSOR: pointer;
   COLOR: #333333;
   PADDING-TOP: 1px;
   BORDER-BOTTOM: #333333 1px solid;
   FONT-FAMILY: Arial, 'MS Sans Serif', sans-serif, Helvetica;
   POSITION: relative;
   TOP: -2px;
   BACKGROUND-COLOR: #ffffff;
   TEXT-DECORATION: none

}

.cm_srResultsLinkOut {

   BORDER-RIGHT: #333333 1px solid;
   PADDING-RIGHT: 9px;
   BORDER-TOP: #6699cc 1px solid;
   PADDING-LEFT: 9px;
   FONT-SIZE: 10pt;
   PADDING-BOTTOM: 3px;
   BORDER-LEFT: #6699cc 1px solid;
   COLOR: white;
   PADDING-TOP: 1px;
   BORDER-BOTTOM: #333333 1px solid;
   FONT-FAMILY: Arial, 'MS Sans Serif', sans-serif, Helvetica;
   POSITION: relative;
   TOP: -2px;
   BACKGROUND-COLOR: #6699cc;
   TEXT-DECORATION: none

}

  • /

/* at top of modules */

  1. cm_hotdeal_img

{

   clear: right;
   float: right;

border: none; width: 93px; height:19px; /*if you do not want the hot deals button to appear on the website simply change line below to 'background-image: none' --Do not use 'Display: none;' */ background-image: url(http://public.chambermaster.com/Content/Images/hotdeal.gif); background-repeat: no-repeat; cursor: hand; cursor: pointer; } /* hot deals image on search results page for each member listing*/

  1. cm_hotdealresults_img

{

   clear: right;
   float: right;

border: none; width: 75px; height:14px; background-image: url(http://public.chambermaster.com/Content/Images/hotdealmem.gif); background-repeat: no-repeat; cursor: hand; cursor: pointer; }

/* cm footer navigation */

  1. cm_footer_links

{

   text-align: center;
   width: 100%;

float:left; /* leave for positioning */ /* clear:left;*/

   padding-right: 8px;

}

  1. cm_footer_links a

{

   font-size: 10px;
   margin-right: 8px;
   white-space: nowrap;

color: #000 } /* cm footer logo */

  1. cm_pbfooter{

text-align: center;

   float:left;/* leave for positioning */
   width: 100%;

padding: 1em; }

/* scrolling modules - used on home page */

  1. cm_module_scroll table {

width: 98%; font-family: Arial, Helvetica, sans-serif, "MS Sans Serif"; }

  1. cm_module_scroll table tr{

line-height: 24px; }

  1. cm_module_scroll td.cm_event_scroll_date, #cm_module_scroll td.cm_news_scroll_date{

font-size: 10px; color: #000; vertical-align: top; }

  1. cm_module_scroll td.cm_member_scroll a, #cm_module_scroll td.cm_event_scroll_event a,
  2. cm_module_scroll td.cm_news_scroll_item a {

font-size: 10px; color: #000; text-decoration: underline; }

  1. cm_module_scroll td.cm_member_scroll a:hover, #cm_module_scroll td.cm_event_scroll_event a:hover,
  2. cm_module_scroll td.cm_news_scroll_item a:hover{

font-size: 10px; color: #000; text-decoration: none; } /******************************/ /* Start business directory */

  1. cm_quick_link

{

   clear:left;

font-weight: bold; }

  1. cm_quick_link ul li {
list-style: none;
padding-bottom: .4em;

}

  1. cm_quick_link ul li a, #cm_quick_link ul li a:hover{
 text-transform: capitalize; 
 font-weight: normal;

}

  1. cm_search_result_list

{

   width: 100%;

margin-top: 1em; }

  1. cm_search_result_list a

{

   color: Blue !important;

}

  1. cm_search_result_list a:hover

{

   color: #000 !important;

} /* Results Bar */ .cm_result_bar {

   float: left;
   display: block;

height: 25px;

   width: 100%;
   background-color: #333333;
   padding-left: 5px;

padding-right: 5px;

margin: 5px 0px 5px 0px;

}

.cm_result_bar a { color: #fff; }

/* members results - items found */ .cm_memberlist, .cm_result_bar span { float: left; color: white; padding-right: 15px; } /* alpha links search results*/

  1. cm_dir_searchresults .cm_alphaprevnext a {

font-weight: bold;

   color: white;

display: inline; margin-right: 1px; font-size: 10px; }

  1. categories-list {

max-width: 250px; width: 250px; }

  1. cm_dir_searchresults .cm_button

{

   top: 3px;

}

/* bus dir search results row spacer and info request Publications row spacer */ .cm_rowspacer td {

   border-bottom: .1em #ccc solid;

width: 100%; }

.cm_sponsor {

   background-color:#88eaf1;

} .cm_sponsor td div{ padding-left:10px; margin-top:5px; margin-bottom: 5px; } .cm_nonsponsor td div{ padding-left:10px; margin-top:5px; margin-bottom: 5px; } .cm_div_searchresults_map {

   float: left;    
   /*for white bg sites*/

background-image: url(http://public.chambermaster.com/Content/Images/markersmall.png);

  /*for colored bg sites*/

background-image: url(http://public.chambermaster.com/Content/Images/map.gif);

   height: 26px;
   width: 26px;  
   margin-left: 10px;
   background-repeat: no-repeat;

padding-right: 5px; cursor: hand; cursor: pointer; }

.cm_member_name {

   float:left;

/*clear: left; */ padding-right: 3px; display: block; font-weight: bold; color: #333333; }

.cm_member_name a { font-size: inherit; }

.cm_visit_website {

   float: right;
   clear:right;

display: inline; }

.cm_address {

   clear:left;
   float:left;    
   width: 75%;

display: block; } .cm_phone {

   float: right;
   clear:right;

display: inline; }

.cm_search_desc {

   width: 100%;
   clear:left;
   float: left;
   font-style: italic;

padding-top:5px; }

  1. cm_id_quick_link

{

   table-layout: auto;
   width: 100%;

float: left; }

  1. cm_id_quick_link tr td{

padding-bottom: 1em; }

/* Category Quick Links */

  1. cm_id_quick_link .cm_category A

{

   font-size: 11px;

text-decoration: none;

   color: #333333;  

font-weight: normal; }

/* Category Quick Links A Hover*/

  1. cm_id_quick_link .cm_category A:hover

{

  text-decoration: underline;

font-size: 11px; font-weight: normal; }

  1. cm_id_quick_link .cm_category

{

   width: 100%

}

/* category links */

  1. cm_dir_index a, #cm_quick_link ul li a{

font-size: 12px; font-weight: bold; color: #000; text-decoration: none; }

  1. cm_dir_index a:hover, #cm_quick_link ul li a:hover{

font-size: 12px; text-decoration: underline; font-weight: bold; }

  1. cm_search div {

padding: .5em; }

  1. cm_search div label{

padding: .5em; color: #000168; } /**************************/ /*******START EVENTS *****/

/**** Start Main Events Page ****/

  1. cm_events {

min-height: 5px; }

  1. cm_events_index {

color: #333333; font-size: 10px; }

  1. cm_events_col1 {

width:39%; padding: 2px; float: left; clear: left; }

  1. cm_events_col2 {

width:56%; padding: 2px; float: right; clear: none; }

  1. cm_events_calendar table {

float: none; clear: none; }

  1. cm_events_calendar td {

padding: 5px; }

/* small calendar - current date */ td.cm_small_cal_date_curr a, .cm_small_cal_date a:hover { background-color: #fdf6e3; color: #000168; font-weight: bold; font-size: 10px; } .cm_small_cal_date a{ color: #d2691e; font-weight: bold; font-size: 10px; }

/***/

  1. cm_events_list, #cm_events_upcoming, #cm_events_featured{

width: 100%; } div#cm_events_list span { float: right; width: 100%; } /* scroll bar for events */

  1. cm_events_list fieldset div,#cm_events_upcoming fieldset div, #cm_events_featured fieldset div{

overflow-x:hidden; overflow-y:auto; min-height: 50px; max-height: 150px; } /*** list of events ***/ td.cm_event_date_list { width: 22%; color: #333333; vertical-align: top; } td.cm_event_link_list a{ width:68%; color: #0064B1; vertical-align: top; text-decoration: none; font-size: 10px; } td.cm_event_link_list a:hover{ color: #333333; vertical-align: top; text-decoration: underline; font-size: 10px; } /* list of events on */ td.cm_event_link_list_on a{ color: #333333; font-weight: bold; text-decoration: none; font-size: 10px; } td.cm_event_link_list_on a:hover, td.cm_event_link_list_on a:visited { text-decoration: underline; font-size: 10px; }

/* print summary */ .cm_printable_summary { float: left; font-size: 13px; color:#333333; } /* print&submit new event */ .cm_printable_summary span { float: right; } /*** upcoming and featured lists of events***/ td.cm_event_date { width: 21%; color: #333333; vertical-align: top; } td.cm_event_link a{ width:70%; text-align: left; vertical-align: top; font-size: 10px; } #cm_events_upcoming a, #cm_events_featured a { color: #333333 !important; text-decoration: none; font-size: 10px; } #cm_events_upcoming a:hover, #cm_events_featured a:hover { color: #333333 !important; text-decoration: underline; font-size: 10px; } /***search for event ***/ #cm_events_search select{ font-size: 10px; } #cm_events_search td { vertical-align: top; } .cm_events_inputwidth { width: 225px; margin-left: 10px; text-align: left; } .cm_events_inputwidth_date { width: 70px; } /**** End Main Events Page ****/

/*** Start Print Summary Page ***/

  1. cm_events_print_summary {

background-color: #fff; }

  1. cm_events_print_summary div b {

color: #333333; font-weight: bold; float: left; display: block; } .cm_events_print_table { width: 640px; border-bottom: #333333 1px solid; border-left: #333333 1px solid; border-top: #333333 1px solid; border-right: #333333 1px solid; padding: 0; margin: 5px 0px 5px 0px; } .cm_events_print_table td {

   padding: 3px;

} .cm_events_print_row { background-color: #ddd; margin: 0; } .cm_events_print_row td{ font-weight: bold; } /*** End Print Summary Page ***/

/**** Start Large Calendar Page ****/

  1. cm_events_calendar_large {

text-align: center; font-size: 11px; }

  1. cm_events_calendar_large span {

padding-left: 10px;

	padding-right: 10px;
 	font-size: 150%;
  font-weight: bold;		

}

  1. cm_events_calendar_large div {

clear:both; font-size: 10px; }

  1. cm_events_calendar_large a {

color: #333; text-decoration: none; }

  1. cm_events_calendar_large a:hover {

text-decoration: underline; color: #333; }

  1. cm_calendar_main {

border-top:2px solid #ccc; border-left:2px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc; width:100%; }

  1. cm_calendar_main td {

border-right:1px solid #ccc; border-bottom:1px solid #ccc; }

  1. cm_calendar_main .cm_dayname {

text-align:center; font-weight:bold; border-bottom:2px solid #ccc; border-right:2px solid #ccc; } .cm_tooltiphost {

   cursor:help;

} .cm_tooltipcontainer {

   padding-left: 10px;
   padding-right: 10px;
   padding-top: 3px;
   padding-bottom: 3px;
   display: none;
   position: absolute;
   background-color: #ebd5a5;
   border: solid 1px #999;
   z-index: 999;

}

.cm_events_cal_day { background-color: #f8f1e0; }

.cm_events_cal_day a { color: #333333; text-decoration: none; font-size: 10px; } .cm_events_cal_day a:hover { text-decoration: underline; } /* cells with no dates */ .cm_events_cal_fill { background-color: #ebd5a5; }

td.cm_large_calrules { text-align:right; vertical-align:top; outline:black solid 1px; } /**** End Large Calendar page ****/

/**** Start Events Details Page ****/

div#cm_events2_col1, #cm_events2_col1 div { min-width: 325px; width: 60%; float: left; clear: left; display: block; line-height: normal; /* added for true editor display from cm software editor*/ /*text-align: left; removed for true editor display from cm software editor */ white-space: normal; }

  1. cm_events2_col1 div a {

min-width: 325px; width: 60%; float: left; clear: none; display: inline; line-height: normal; /* added for true editor display from cm software editor*/ /*text-align: left; removed for true editor display from cm software editor */ white-space: normal; }

  1. cm_events_details div {

padding-top: 5px; display: block; /*removed for true editor display from cm software editor color: #000;*/ }

/* -details page subtitles- */

  1. cm_events_details div b {

padding-top: 5px; display: block; /*removed for true editor display from cm software editor color: #333333; */ }

  1. cm_events2_col1 div img, #cm_events2_col2 fieldset div img {

cursor: hand; cursor: pointer; /* removed for true editor display from cm software editor display: block; color: #333333; */ } /* images in photo gallery, sponsors */

  1. cm_events2_col2 div img {

width: 100px; } /* right side of event details page */

  1. cm_events2_col2 {

max-width:100%; width: 33%; padding: 0px 5px 0px 5px; line-height: normal; /* added for true editor display from cm software editor */ float: right; clear: none; }

/* email in column 2 */

  1. cm_events2_col2 div span div {

padding: 0; width: 100%; }

  1. cm_events2_col2 div b, #cm_events2_col2 div span, #cm_events2_col2 div span div{

/* color: #000; font-size: 12px;*/ line-height: normal;/* added for true editor display from cm software editor */

  width: 100%;

} /* back to calendar button */

  1. cm_events2_col2 span input[type=button]{

background-color: black; color:white; border: solid 1px #ccc; outline-color: blue; } /**************************/ /**** END events ****/


/**** START hot deals ****/ /* index page */

  1. cm_hotdeal h1 {

padding: 10px; float: none; clear: none; }

  1. cm_hotdeal div.cm_enewsletter, .cm_no_hotdeals{

float: left; clear: left; padding-bottom: 15px; } .cm_hotdeal_enewsletter{ color: #333333; } .cm_hotdeal_enewsletter a { color: #333333; text-decoration: underline; } .cm_hotdeal_enewsletter a:hover{ color: #0064B1; }

.cm_hotdeal_table { display: table; width:550px; border-spacing:5px;/*cellspacing:poor IE support for this*/ border-collapse:separate; overflow:hidden; position:relative; }

.cm_hotdeal_category_row { display: table-row; width:auto; background-color:#F0F8FF; font-weight : bold; }

.cm_hotdeal_category_header_left { float:left;/*fix for buggy browsers*/ display: table-cell; text-align:left; vertical-align: top; width:70%; } .cm_hotdeal_category_header_right { float:right;/*fix for buggy browsers*/ display: table-cell; text-align:right; vertical-align: top; width:30%; } .cm_hotdeal_row { display: table-row; width:auto; padding: 5px; } .cm_hotdeal_row a{ color: blue; text-decoration: underline; } .cm_hotdeal_row a:hover{ color: black; text-decoration: none; } .cm_hotdeal_marker { float:left; display: table-cell; text-align:left; vertical-align: top; width:50%; position:relative; } .cm_hotdeal_middle { float:left; display: table-cell; text-align: right; vertical-align: top; position:relative; padding-left: 5px; padding-right: 5px; width: 45%; } .cm_hotdeal_exp{ float:right; display: table-cell; text-align:right; vertical-align: top; position:relative; width: auto; }

/*** Hot Deal Info (coupon) Page ***/

  1. cm_hotdeal_info {

width: 650px; background-color: #fff; } .cm_hotdeal_border { border:5px dashed #ccc; padding:4px 6px 4px 6px; } .cm_hotdeal_border td {

  padding-left: 15px;

} .cm_hotdeal_info a{ color: blue; } /* red hot deal text */ .cm_hotdeal_info_hd { color: red; font-weight: bold; text-transform: uppercase; font-size: 16px; }

  1. cm_hotdeal_info div b {

color: #333333; font-weight: bold; /* float: left;*/ }

  1. cm_hotdeal_info ul li {

list-style-type: disc; color: red; padding-bottom: 10px; } /* hot deals and job postings info page */ .cm_membername { font-weight: bold; color:#333333; } .cm_chambername { font-weight: bold; color:#999; } .cm_action { cursor: hand; cursor: pointer; text-decoration: underline; color: blue; } .cm_actionhover { cursor: hand; cursor: pointer; text-decoration: none; color: blue; } /***/ /*** END Hot Deals ****/

/*** START Jobs ***/

  1. cm_jobs_searchresults {

} .cm_jobs_table { display: table; width:550px; border-spacing:5px;/*cellspacing:poor IE support for this*/ border-collapse:separate; overflow:hidden; position:relative; float: left; clear: left; }

.cm_jobs_category_row { display: table-row; width:auto; background-color:#F0F8FF; font-weight : bold; height: 100%; }

.cm_jobs_category_header_left { float:left;/*fix for buggy browsers*/ display: table-cell; text-align:left; vertical-align: top; width:70%; } .cm_jobs_phone_right { float:right;/*fix for buggy browsers*/ display: table-cell; text-align:right; vertical-align: top; width:30%; } .cm_jobs_row { /*display: table-row;*/ width:auto; padding: 5px; } .cm_jobs_contact{ float:left; display: table-cell; text-align:left; vertical-align: top; width:100%; position:relative; } /* job description-info page */

  1. cm_jobs_info {

width: 600px; background-color: #fff; }

  1. cm_jobs_info div b {

color: #333333; font-weight: bold; float: left; display: block; background-color: #ccc; width: 100%; }

  1. cm_jobs_info ul li {

list-style-type: disc; color: red; padding-bottom: 10px; }

/*** END Jobs ***/

/**** START Weather ****/ .cm_weather { text-align: center; } /*** END Weather ***/

/*** START Contact Us ***/

.cm_container_left{ padding-bottom: 12px; display: block; float: none; clear: none; } .cm_container_center{ display: block; clear: both; padding-top: 5px; text-align: center; } .cm_container_center span { font-weight: bold; padding-bottom: 1em; } /*** END Contact Us ***/

/*** START Information Request ***/ /* travel page, publications page */

  1. cm_inforequest_interest div b, #cm_inforequest_pub div b, #cm_inforequest_travel div b{

color: #333333; font-weight: bold; float: left; clear: left; display: block; padding-top: 10px; padding-bottom: 10px; }

  1. cm_inforequest_travel td{

vertical-align: top; }

#cm_inforequest_travel div, #cm_inforequest_pub div{
	clear: left;

clear: both;

}

.cm_inforequest_pub_row{ display: table-row; width: auto; float: left; padding: 5px; border-bottom: .1em #ccc solid; width: 100%; }

.cm_inforequest_pub_icon, .cm_inforequest_pub_icon img { float:left; display: table-cell; text-align:left; vertical-align: top; position:relative; border: none; } .cm_inforequest_pub_mail { float:right; display: table-cell; text-align:right; vertical-align: top; position:relative; width: 100%; }

.cm_inforequest_pub_desc { float:left; display: block; text-align: left; vertical-align: top; position:relative; padding-left: 5px; padding-right: 5px; width: 100%; } /*** END Info Request ***/

/*** START News ***/

  1. cm_news_index table{

padding: 15px 0 15px 0; }

td.cm_news_date { width: 60px; color: #333333; vertical-align: top; } td.cm_news_item a{ color: #0064B1; vertical-align: top; text-decoration: none; } td.cm_news_item a:hover, td.cm_news_item a:visited{ color: #333333; vertical-align: top; text-decoration: underline; } /*** END News ***/

/*** START Member App ***/

  1. cm_memberapp {

font-size: 12px; font-weight: bold; color: #000; text-decoration: none; }

  1. memberapp_canvas {

font-size: 12px; font-weight: bold; color: #000; vertical-align: text-top; }

.memberapp_sep { border-bottom: 1px dotted #999; }

.memberapp_fullpart { text-align: left; font-weight: bold; vertical-align: top; width: 150px; } /*** END Member App ***/

div#cm_contentpage div#cm_directory div#cm_newsdetails_newsitem div#cm_newsdetails_itembody ul li ul li { margin-left: 25px; }


@media print{ .print-hidden { display: none; } }




</style>



<a href="http://www.memberzone.com" title="MemberZone"><img style="max-width:425px" src="http://chambermaster.blob.core.windows.net/cms/static/images/MZ_logo_notag_higrez_800w.png" alt="MemberZone - Membership Management Software"></a><a href="http://www.chambermaster.com" title="ChamberMaster" target="_blank"><img style="max-width:425px;margin-left:25px;padding-top:5px;" src="http://chambermaster.blob.core.windows.net/cms/static/images/CM_Logo_111.png" alt="Chamber Software - Membership Management Software" target="_blank"></a>




Software Update April 2017

           <a href="http://events.chambermaster.com/news">All News Releases</a>
April 07, 2017
           <img alt="" src="https://chambermaster.blob.core.windows.net/userfiles/UserFiles/chambers/9001/Image/a_Releases/2017/04/lightbulb.gif" style="width: 55px; height: 38px; float: left; margin: 5px;" /> This release includes multiple items from the Light Bulb Feature Request Center.  Look for the Light Bulb indicating a highly-requested feature that is completed in this release.  Your user experience is a key factor in all our decisions. Thanks for voting!  <a href="https://www.screencast.com/t/VdwGMA8TknuS" target="_blank">Watch a short webinar </a>demonstrating these highlights.

 



<img alt="" src="https://chambermaster.blob.core.windows.net/userfiles/UserFiles/chambers/9001/Image/a_Releases/2017/04/lightbulb.gif" style="width: 55px; height: 38px; float: left;" /> 
 Send Yourself a Test Email

<img alt="" src="https://chambermaster.blob.core.windows.net/userfiles/UserFiles/chambers/9001/Image/a_Releases/2017/04/SendTest.gif" style="width: 600px; height: 481px; margin: 10px; float: right;" />
Wondering if you've got the formatting correct? Not comfortable you've got the database merge fields correct?

Make sure your email looks like you expect. Send yourself a copy of an email prior to sending it out to your members.

Click the new Send test email to me button that is strategically placed far from the 'real' Send button to avoid an accidental, 'fat-finger' Send.

After sending the test, your email content with all links, attachments, photos, subject line, distribution list, and From address remain on-screen - ready for you to send to all.

Extra details:

  • Mail merge fields will populate with the information from the first record in the distribution list in the test email.
  • The word "Test:" will automatically be pre-pended to the subject line.
  • The email will show in the Email Status Summary report
  • The email will not show in the Member Contact report since no members will be receiving the test copy  


<img alt="" src="https://chambermaster.blob.core.windows.net/userfiles/UserFiles/chambers/9001/Image/a_Releases/2017/04/lightbulb.gif" style="width: 55px; height: 38px; float: left;" /> 
 Tweaks to Event Sponsorships


Sponsor registrations are often done ahead of the actual event at a time when all the details are not yet known.  Our updated event registration provides a few minor updates to make this easier to manage.   Many of you have already been experiencing these benefits but some of you simply need to turn on the new version. <a href="http://screencast.com/t/3KMI07UZfwcm" target="_blank">Check if I have this free version>></a>   

Registering a sponsor
No longer do you have to enter a specific first and last name when that is often unknown at the time of registration.*  Leave the first and last name field blank until you are ready to come back and fill it in.  The registration will be held with the name "Additional Attendee".  Make sure that the setting to Force Required Fields for Staff is disabled under Setup->Event Options and Settings to make this work. Note: This also works with attendee registrations too. 

Trying to find the billing rep so you can assign the sponsor registration to them?  Now you can see their role (Primary or Billing rep) on the selection window, making the pick much easier. <a href="http://www.screencast.com/t/bilXj07TB" target="_blank">See how >></a> 

Updated Report
<img alt="" src="https://chambermaster.blob.core.windows.net/userfiles/UserFiles/chambers/9001/Image/a_Releases/2017/04/2017-04-05_sponsors.gif" style="width: 700px; height: 375px; margin: 5px; float: right;" />What was your sponsor total on all Monthly Luncheon registrations or the quantity of event sponsors that have supported you this month?

Get a better understanding of your Event Sponsor totals by running the updated Event Sponsors Report. Select the new Detailed view to see:

  • Full Contact Info
  • Event Fee details
  • Attending or Sponsor-Only status
  • Sponsorship Level

The break-down of fee totals on the registrations will provide a summary per sponsor, per event and a grand total for all selected events.  For total amounts "paid", billing reports are still available and applicable such as the Payment by Item report.

*This feature is not new to the updated event registration but is mentioned here for those that might still be using the older version of event registration. <a href="http://screencast.com/t/3KMI07UZfwcm" target="_blank">Check if I have this free version>></a> 
 


<img alt="" src="https://chambermaster.blob.core.windows.net/userfiles/UserFiles/chambers/9001/Image/a_Releases/2017/04/lightbulb.gif" style="width: 55px; height: 38px; float: left;" /> 

 Move Files in the Cloud Drive

<img alt="" src="https://chambermaster.blob.core.windows.net/userfiles/UserFiles/chambers/9001/Image/a_Releases/2017/04/CloudDriveMove.gif" style="width: 532px; height: 152px; margin: 5px; float: left;" />
Now you can drag and drop single files from one folder to another.

Find the file in the right-hand window and then drag to other folders in the right or the left-hand side.

Files can only be moved one at at time at this time.

 


<img alt="" src="https://chambermaster.blob.core.windows.net/userfiles/UserFiles/chambers/9001/Image/a_Releases/2017/04/lightbulb.gif" style="width: 55px; height: 38px; float: left;" /> 

 Thank You Letters

<img alt="" src="https://chambermaster.blob.core.windows.net/userfiles/UserFiles/chambers/9001/Image/a_Releases/2017/04/ThankYouJoinDate.gif" style="width: 600px; height: 342px; margin: 5px; float: left;" />

Be sure and thank your members when they pay for their memberships.

Using the new Join Date filter to specifically select your new member payments, you'll be able to send out a custom, unique message that introduces the benefits that they now receive.  

Create a custom letter template that can be used for each new member.  Never created a thank you letter before? <a href="http://supportwiki.micronetonline.com/Thank-you_Letters" target="_blank">Learn how>></a> 




 


Reports
  • Two Column and Three Column Printable Directory Reports
    • Updated to include the representatives' suffix after the last name of the representative when applicable.
    • Additional filters added making this report applicable not only for an active and courtesy member directory but useful for creating a prospect or non-member directory as well. 

Public pages

  • Member page - The display order has been reversed for News Release items that display on the News tab on the Member page; they will now display the newest items at the top.
  • The blue login page for MemberZone users will always redirect to the secure https:// version even if the insecure version is requested. (The ChamberMaster purple login page already had this ability)

Tax Sets

  • An update to the user interface where Tax Sets are created and managed make maintaining your tax sets much easier. Setup->Define Sales Tax <sales tax="">Rate</sales>s.
    • Clicking New Tax Set or clicking an existing tax set name opens a window that lists all the Tax Items that can be included in the tax set.
  • In order to appropriately manage tax sets for all customers and provide dependable consistency throughout the code, the non-taxable Tax Set has been:
    • Defaulted to being the first tax set in the list of Tax Sets under Setup->Define Sales Tax <sales tax="">Rates</sales>
    • Renamed back to Non if it had previously been renamed
    • Set as a non-editable Tax Set that cannot be removed or disabled

Integrated Billing - Invoices & Sales Receipts

  • Invoices and Sales Receipts will now display the Sales Tax column for all customers. Previously this column was only visible if more than two tax sets were created.  Now it will appear all the time on every invoice or sales receipt making it easier to see the tax sets that apply to each item.
  • Update were made to the Sales Tax drop-down menu on an Invoice or Sales Receipt:
    • The "blank" selection in the Sales Tax drop-down menu will return all line items to their default assigned Tax Set.
    • Any other selection of a Tax set in the Sales Tax drop-down menu will set all line items to that Tax set (matching how the Billing Batches tax override currently works)

Integrated Billing - Misc

  • Fee Items that were previously assigned to the system account called Income Account will now show as being assigned to a "blank" Account name. The "Income Account" was only a placeholder account and should rightly be assigned to an account created by you.  The next time you modify this Fee Item under Setup->Fee Items list, you will be asked to select an Account. 
  • Write-offs in the Journal Entry Export will now export the Company Name first and then the Bill-To name as the fall-back which matches the way other items are exported.  This will ensure that a Write-off to a member will export referencing the same name as the original invoice. 
  • When updating fee amounts assigned to members using the mass fee update, dropped/inactive member amounts will not be changed so that the historical amount charged to them will still be available on their account. The location for mass price updates which now exclude the dropped/inactive members is under Setup->Fee Items List when clicking into Edit Pricing.
  • Two new filters for Payment Receipt Cover Letter were added to the Cover Letter type drop-down when editing Cover Letter Templates. <a href="http://www.screencast.com/t/4bQwnSXM" target="_blank">See how>></a> Find this under Setup->Template Manager - Cover Letters or when editing a template on-the-fly before emailing the Payment Receipt.

Integrated Payment Processing

  • The Reports section on the Billing->Payment Processing Report/Management Tools will now default to being open each time that you go into this report so that the Monthly Statement and Bank Account Deposits/Transfers reports will always be 'front and center'.

Internet Settings Control Panel (ISCP)

  • The editor (CKEditor) on the Templates Tag tab was removed and replaced with a simple text window so that errant HTML codes will not be entered automatically by CKEditor upon saving.

Search Help

  • So that you can find your answers quickly and consistently, the Search Help field at the top of the left-hand menu now uses the same Google Search that is used from the Support Help/Wiki landing page.

Hit Stats

  • When a user selects a member from the directory search drop-down, and your setup is configured to redirect directly to the members website, it will now properly be counted in the Links to External Website value. Previously this value was updated only when going to the Member Details page and the user selected the link to the members website. Now it will be counted in both scenarios. 

Dashboard ->Common Tasks

  • Advanced Custom Reports and Smart Reports [SR] can now be added to your list of Favorites. In addition, updates were made to allow members and events to be saved as favorites again. In some corner cases the existing saved favorites may no longer work. In those cases, please remove and re-add those favorites which will use the new, more effective logic. <a href="http://www.screencast.com/t/82t7nZ8qK" target="_blank">View example>></a> 



Providing new features and more benefits is something that MicroNet, Inc. is committed to. Software release features are often generated from your feature requests. Those requests may be combined or adapted to fit with other requests or in response to industry related changes. We listen, evaluate, and implement based on greatest impact, most-requested, ability to integrate, and time-saving implication. In evaluating the benefit of one software release over another, realize that sometimes the updates have required much programming time but are not always visible in tangible terms. Thank you for the opportunity to serve you and your members





</html