/*  960 GRID */

.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}


/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .grid_1 {width: 60px;}
.container_12 .grid_2 {width: 140px;}
.container_12 .grid_3 {width: 220px;}
.container_12 .grid_4 {width: 300px;}
.container_12 .grid_5 {width: 380px;}
.container_12 .grid_6 {width: 460px;}
.container_12 .grid_7 {width: 540px;}
.container_12 .grid_8 {width: 620px;}
.container_12 .grid_9 {width: 700px;}
.container_12 .grid_10 {width: 780px;}
.container_12 .grid_11 {width: 860px;}
.container_12 .grid_12 {width: 940px;}

/* =Prefix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .prefix_1 {padding-left: 80px;}
.container_12 .prefix_2 {padding-left: 160px;}
.container_12 .prefix_3 {padding-left: 240px;}
.container_12 .prefix_4 {padding-left: 320px;}
.container_12 .prefix_5 {padding-left: 400px;}
.container_12 .prefix_6 {padding-left: 480px;}
.container_12 .prefix_7 {padding-left: 560px;}
.container_12 .prefix_8 {padding-left: 640px;}
.container_12 .prefix_9 {padding-left: 720px;}
.container_12 .prefix_10 {padding-left: 800px;}
.container_12 .prefix_11 {padding-left: 880px;}

/* =Suffix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .suffix_1 {padding-right: 80px;}
.container_12 .suffix_2 {padding-right: 160px;}
.container_12 .suffix_3 {padding-right: 240px;}
.container_12 .suffix_4 {padding-right: 320px;}
.container_12 .suffix_5 {padding-right: 400px;}
.container_12 .suffix_6 {padding-right: 480px;}
.container_12 .suffix_7 {padding-right: 560px;}
.container_12 .suffix_8 {padding-right: 640px;}
.container_12 .suffix_9 {padding-right: 720px;}
.container_12 .suffix_10 {padding-right: 800px;}
.container_12 .suffix_11 {padding-right: 880px;}
/* CSS Reset */

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, b, u, i, center, 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-size:100%;
	/*vertical-align:baseline;*/
	/*background:transparent;*/
}
body {
	line-height:1;
}
ol, ul {
color:#333333;
font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
font-size:12px;
line-height:20px;
padding:0;
	list-style: disc;
	list-style-position: outside;
	padding-left: 30px;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
body {

	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 14px;
	line-height:20px;
	padding: 0px;
}
p {
	color: #333333;
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 12px;
	line-height:20px;
	padding: 0px;
}
a {
	color:#991F36;
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#333333;
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	text-decoration:underline;
}
h3 {
	color:#991F36;
	font-family:Georgia, Trebuchet MS, Tahoma, Arial;
	font-size:24px;
	font-weight:normal;
	line-height:28px;
}
h4 {
	color:#003399;
	font-family:Trebuchet MS, Tahoma, Arial;
	font-size:12px;
	line-height:18px;
}
h4 a {
	color:#003399;
	font-size:12px;
	line-height:18px;
}
h4 a:hover {
	color:#0099ff;
	font-size:12px;
	line-height:18px;
}
.MainMenu {

}
.MainMenu a {
	color: #333333;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:none;
}
.MainMenu a:hover {
	color: #666666;
	font-weight: normal;
	text-decoration:none;
}
.separator, .separator_MainMenu {
	border-left: 1px solid #333333;
}
.activePageMenuItem {
	font-weight: bold;
}
.HeaderMenu {
	margin-top:16px;
}
.HeaderMenu a {
	background-image:url(assets/layouts/boulder/headerMenuBG.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	display:block;
	font-family:Times New Roman;
	font-size:20px;
	font-weight:normal;
	margin-bottom:0px;
	margin-left:12px;
	margin-top:5px;
	padding:27px 10px 25px 25px;
	text-decoration:none;
}
.HeaderMenu a:hover {
	color:#FFFFFF;
	display:block;
	font-family:times New Roman;
	font-size:20px;
	font-weight:normal;
	margin-bottom:0px;
	margin-left:12px;
	margin-top:5px;
	padding:27px 10px 25px 25px;
	text-decoration:none;
}
.sideMenu {
	padding-bottom:10px;
}
.sideMenu a {
	background-image:url();
	background-repeat:;
	color:#333333;
	display:block;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	padding-bottom:5px;
	padding-top:5px;
	text-align:left;
	text-decoration:none;
}
.sideMenu a:hover {
	background-image:url(assets/layouts/boulder/nav_blue_fade.jpg);
	background-repeat:repeat-y;
	color:#333333;
	display:block;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	text-align:left;
	text-decoration:none;
}
.footerMenu p {
	color:#ffffff;
}
.leftFooter a {
	color:#333333;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}
.leftFooter a:hover {
	color:#666666;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}
.separator_FooterMenu {
	border-left:1px solid #003399;
}
.LiveEdit_drop_down {
	background-color: #336799;
	color: white;
	padding: 0px;
	padding-top:5px;
	text-align: left;
	width: 210px;
}
.LiveEdit_drop_down a {
	background-position: center top;
	background-repeat: no-repeat;
	border-bottom:solid 1px #0099CC;
	color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 10px;
	text-decoration: none;
}
.LiveEdit_drop_down a:hover {
	background-color: #;
	color:#ffff99;
	text-decoration: none;
}
#QuickEdit { font-size: 12px !IMPORTANT; color: #BFBFBF !IMPORTANT; }

/*** KJP TWEAKS ***/



#cm_sidebar_container {
text-align:center;
width:200px;
height:175px;
margin-bottom:20px;

}

.sidebar_column_left {
float: left;
clear: none;
width: 50%;
}

.cm_sidebar_column_right {
float: right;
clear: none;
width: 50%;
}


/* Front end */
.blog_viewPostTitle {
	color: #049BE4;
        font-family: Trebuchet MS,Tahoma,Arial;
	padding: 4px;
	margin-bottom: 6px;
}

.blog_viewPostTitle a,
.blog_viewPostTitle a:HOVER,
.blog_viewPostTitle a:VISITED {
        font-family: Trebuchet MS,Tahoma,Arial;
	font-size: 16px;
	font-weight: bold;

}

#blog_rightMenu {
	float: right;
	width: 20%;
	margin-left: 12px;
}

.blog_rightMenuHeading {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 12px;
	padding: 4px;
	background: #f0f0ee;
}

.blog_rightMenuMargin {
	margin: 0px 4px 8px 4px;
	padding: 3px;
}

.blog_rightMenuContainer {
	border: 1px solid silver;
	margin-bottom: 12px;
}

#blog_leftData {
	float: left;
	width: 75%;
}

.blog_mostPopularLink,
.blog_mostPopularLink:HOVER,
.blog_mostPopularLink:VISITED,
.blog_mostRecentLink,
.blog_mostRecentLink:HOVER,
.blog_mostRecentLink:VISITED {
	display: block;
	margin: 0px 4px 6px 4px;
	color: #0000ff;
}

.leBlog_formRow {
	margin-bottom: 8px;
}

#leBlog_comment_field {
	width: 100%;
	height: 150px;
}

#leBlog_email_field {
	width: 250px;
}

#leBlog_submitCommentButton {
	margin-top: 6px;
	margin-bottom: 6px;
}
/* End Front End */




#blog_branding {
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #023971;
        margin-bottom: 24px;
}

#blog_branding span {
	font-weight: bold;
	font-size: 20px;
}

#blog_postCount {
	float: right;
	font-weight: bold;
	margin-right: 34px;
	margin-bottom: 24px;
}

#blog_postCount span {
	font-size: 20px;
}

#blog_mainContent {}

#blog_leftMenu {
	float: left;
	width: 30%;
	margin-right: 12px;
}

.blog_leftMenuHeading {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 12px;
}

.blog_leftMenuMargin {
	margin: 0px 4px 8px 4px;
	padding: 3px;
}

#blog_newBlog,
#blog_newBlog:HOVER,
#blog_newBlog:VISITED {
	display: inline-block;
	margin: 0px 4px 12px 4px;
	color: #0000ff;
	font-size: 12px;
	text-decoration: underline;
}

.blog_pictureItem {}

#blog_branding img,
.blog_pictureItem img {
	border: none;
	float: left;
	margin-right: 4px;
}

.blog_pictureItemText {
        font-size: 12px;
	position: relative;
	top: 0px;
	padding-left: 54px;
	word-wrap: break-word;
        color: gray;
}

#blog_rightData {
	float: left;
	width: 66%;
}

#blog_commentsHeader,
.blog_commentsHeader {
	border: 1px solid silver;
	background: #f0f0ee;
	padding: 2px 4px;
	font-weight; bold;
	font-size: 14px;
	margin-bottom: 12px;
}

.blog_postSummary,
.blog_commentSummary {
	clear: both;
	margin-bottom: 24px;
	padding: 6px;
}

.blog_commentSummary {
	border: 1px solid silver;
}


.blog_rightMenuHeading a,
.blog_rightMenuHeading a:HOVER,
.blog_rightMenuHeading a:VISITED,
.blog_leftMenuHeading a,
.blog_leftMenuHeading a:HOVER,
.blog_leftMenuHeading a:VISITED,
.blog_postSummary a,
.blog_postSummary a:HOVER,
.blog_postSummary a:VISITED {

	text-decoration: underline;
}

.blog_viewPostTitle a,
.blog_viewPostTitle a:HOVER,
.blog_viewPostTitle a:VISITED {
	text-decoration: none;
}

.blog_postTitle {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 6px;
}

.blog_postSummaryActions,
.blog_commentSummaryActions {
	float: right;
}

.blog_postSummaryActions a,
.blog_commentSummaryActions a {
	margin-left: 6px;
}

.blog_postSummaryText,
.blog_commentSummaryText {
	margin-top: 4px;
}

.blog_commentSummaryText {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px inset silver;
}

.blog_postReadMore a {}

/* Edit Create Post */
#blog_postPageHeader {
	font-weight: bold;
	font-size: 24px;
	margin-left: 12px;
	margin-bottom: 24px;
	padding-left: 30%;
}

.blog_formElement {
	margin-bottom: 12px;
}

.blog_formElement label {
	margin-bottom: 6px;
	display: inline-block;
	font-size: 14px;
}

.blog_formElement input {
	width: 100%;
}

#blog_postOptionInfo {
	background: #f0f0ee;
	padding-top: 12px;
	padding-bottom: 1px;
}
.blog_postOptionElement {
	padding-bottom: 12px;
	margin-bottom: 12px;
	margin-left: 8px;
	margin-right: 8px;
	border-bottom: 1px inset #a8a8a8;
}

.blog_postPublishElement {
	padding-bottom: 18px;
	margin-bottom: 18px;
	margin-left: 8px;
	margin-right: 8px;
	border-bottom: 1px inset #a8a8a8;
}

.blog_postPublishElement select,
.blog_postPublishElement input {
	width: 100%;
}

.blog_formElement input,
.blog_postPublishElement input {
	padding-top: 2px;
	padding-bottom: 2px;
}

#blog_publishDateDate {
	margin-bottom: 8px;
}

#blog_postPublishInfo {
	background: #f0f0ee;
	padding-top: 12px;
	padding-bottom: 1px;
}

#blog_postSubmitButton,
#blog_postCancelButton {
	width: 150px;
	background: #f0f0ee;
	padding: 8px 0px;
	text-align: center;
	text-decoration: none;
}

#blog_postSubmitButton:HOVER ,
#blog_postCancelButton:HOVER {
	background: #c2daf0;
}

#blog_postSubmitButton {
	float: right;
}

#blog_postCancelButton {
	float: left;
}

.blog_postRevision {
	font-weight: normal;
	font-size: 10px;
}
/* End Edit Create Post */

/* Status Elements */
.blog_blogInactive {
	background: #A8A8A8;
}

.blog_postInactive {
	color: #A8A8A8;
}
/* End Status Elements */



/* Page Navigation */
#blog_pageNavigation {
	margin: 0px 0px 12px 0px;
	color: #0000ff;
}

#blog_pageNavigation a,
#blog_pageNavigation a:HOVER,
#blog_pageNavigation a:VISITED {
	color: #0000ff;
	text-decoration: underline;
}

#blog_nextLink,
#blog_prevLink {
	display: inline-block;
	width: 30px;
	text-align: center;
}

.blog_pageLink {
	display: inline-block;
	padding: 0px 1px;
	text-align: center;
}
/* End Page Navigation */

/* Form Display */
#blog_updateBlogButton,
#blog_updateBlogButton:HOVER,
#blog_updateBlogButton:VISITED {
	float: right;
	color: #0000ff;
}
/* End Form Display */

.blog_clear {
	clear: both;
}

.blog_floatRight {
	float: right;
}
/**************Global styles ************/
body
{ font-size: 12px;
 color: #000000; 
  }

#cm_contentpage form 
{    display:inline;
}

#cm_contentpage {
	padding: 10px;
	font-size: 12px;
	width: 550px;	
	float: left;
	clear: left;
   font-weight:200;

}
/* need for alignment IE6 */
#cm_contentpage table {
	float: left;
	clear: left;
}

#cm_contentpage fieldset{   
    margin-top: 10px;
    margin-bottom: 10px;
    clear:both;
    float:left;
    width: 100%;
	border: 1px dashed #CCCCCC;
}
#cm_contentpage legend {
	font-size: 14px;
	padding-bottom: 5px;
	font-weight: 600;
	color: #6B202F;
}

#cm_contentpage input[type=text], #cm_contentpage select{
	margin-bottom: 3px;
	border: solid 1px #ccc;
	background-color: #ffffff;
	color: #000000;
}
#cm_contentpage input[type=button], #cm_contentpage input[type=submit]{
	border: #87293B 1px solid;   
    padding-bottom: 3px;
    padding-left: 9px;
    padding-right: 9px;
	 background-color: #A03046;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    padding-top: 1px;
    cursor: pointer;
}
#cm_contentpage input[type=button]:hover, #cm_contentpage input[type=submit]:hover{
	background-color: #ffffff;
	color: #6B202F;
}

#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;
}
#cm_contentpage label
{
    width: 150px;
}
/* all page titles except hot deals */
#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: #6B202F;
	text-decoration: underline;
	padding-top: 5px;
}
.cm_small_link a:hover
{
	text-decoration: none;
}

/* bus dir category subhead; event name on event details page */
#cm_contentpage H3
{
    clear:left;
    float:left;
	 color: #6B202F;  
}
#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: #87293B 1px solid;   
    padding-bottom: 3px;
    padding-left: 9px;
    padding-right: 9px;
	 background-color: #A03046;
    color: #ffffff;
    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: #ffffff;
    color: #6B202F;
}

/* search and print-buttons */
.cm_new_and_print_buttons
{
    text-align: right;
	 width: inherit;
	 float: right;
	 #ffffff-space: nowrap;
	 margin-bottom: 10px;
}

td.cm_srLogoCol {
	max-width:75px;
	max-height: 75px;
	padding-right: 8px;
}

.cm_srResultsLinkOvr
{
    BORDER-RIGHT: #6B202F 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: #6B202F;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: #6B202F 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: #6B202F 1px solid;
    PADDING-RIGHT: 9px;
    BORDER-TOP: #A03046 1px solid;
    PADDING-LEFT: 9px;
    FONT-SIZE: 10pt;
    PADDING-BOTTOM: 3px;
    BORDER-LEFT: #A03046 1px solid;
    COLOR: #ffffff;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: #6B202F 1px solid;
    FONT-FAMILY: Arial, 'MS Sans Serif', sans-serif, Helvetica;
    POSITION: relative;
    TOP: -2px;
    BACKGROUND-COLOR: #A03046;
    TEXT-DECORATION: none
}

/* at top of modules */
#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*/
#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 */
#cm_footer_links
{
    text-align: center;
    width: 100%;
	 float:left; /* leave for positioning */
	/* clear:left;*/
    padding-right: 8px;
}
#cm_footer_links a
{
    font-size: 10px;
    margin-right: 8px;
    #ffffff-space: nowrap;
	 color: #000
}
/* cm footer logo */
#cm_pbfooter{
	 text-align: center;
    float:left;/* leave for positioning */
    width: 100%;
	 padding: 1em;
}

/* scrolling modules - used on home page */
#cm_module_scroll table {
	width: 98%;
	font-family: Arial, Helvetica, sans-serif, "MS Sans Serif";	
}

#cm_module_scroll table tr{
	line-height: 24px;
}

#cm_module_scroll td.cm_event_scroll_date, #cm_module_scroll td.cm_news_scroll_date{
	font-size: 10px;
	color: #000;
	vertical-align: top;
} 

#cm_module_scroll td.cm_member_scroll a, #cm_module_scroll td.cm_event_scroll_event a, 
#cm_module_scroll td.cm_news_scroll_item a {
font-size: 10px;
color: #000;
text-decoration: underline;
}

#cm_module_scroll td.cm_member_scroll a:hover, #cm_module_scroll td.cm_event_scroll_event a:hover,
#cm_module_scroll td.cm_news_scroll_item a:hover{
font-size: 10px;
color: #000;
text-decoration: none;
}
/******************************/
/* Start business directory */

#cm_quick_link
{
    clear:left;
	 font-weight: bold;
}
#cm_quick_link ul li {
 list-style: none;
 padding-bottom: .4em;
}

#cm_quick_link ul li a, #cm_quick_link ul li a:hover{
  text-transform: capitalize; 
  font-weight: normal;
}

#cm_search_result_list
{
    width: 100%;
	 margin-top: 1em;
}

#cm_search_result_list a
{
    color: #A03046 !important;
}
#cm_search_result_list a:hover
{
    color: #000000 !important;
}
/* Results Bar */
.cm_result_bar
{
    float: left;
    display: block;
	height: 25px;
    width: 100%;
    background-color: #6B202F;
    padding-left: 5px;
	padding-right: 5px;
 margin: 5px 0px 5px 0px;
	 
}

.cm_result_bar a
{
	color: #ffffff;	 
}

/* members results - items found */
.cm_memberlist, .cm_result_bar span {
	float: left;	
	color: #ffffff;
	padding-right: 15px;
}
/* alpha links search results*/
#cm_dir_searchresults .cm_alphaprevnext a {
	 font-weight: bold;	 
    color: #ffffff;
	 display: inline;
	 margin-right: 1px; 
	 font-size: 10px;	 
}
		
#categories-list {
			max-width: 250px;
			width: 250px;
		}

#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 #cccccc solid;
	 width: 100%;
}

.cm_sponsor
{
    background-color:#FEF3F1;
}
.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 #ffffff 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: #6B202F;
}

.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;
}
#cm_id_quick_link
{
    table-layout: auto;
    width: 100%;
	float: left;
}

#cm_id_quick_link tr td{
	padding-bottom: 1em;
}

/* Category Quick Links */
#cm_id_quick_link .cm_category A
{
    font-size: 11px;
	text-decoration: none;    
    color: #6B202F;  
	 font-weight: normal;
}

/* Category Quick Links A Hover*/
#cm_id_quick_link .cm_category A:hover
{
   text-decoration: underline;
	font-size: 11px;
	 font-weight: normal;
}

#cm_id_quick_link .cm_category
{
    width: 100%
}

/* category links */
#cm_dir_index a, #cm_quick_link ul li a{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#cm_dir_index a:hover, #cm_quick_link ul li a:hover{	
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;	
}

#cm_search div {
padding: .5em;
}

#cm_search div label{
padding: .5em;
color: #87293B;
}
/**************************/
/*******START EVENTS *****/

/**** Start Main Events Page ****/
#cm_events {
	min-height: 5px;
}

#cm_events_index {
	color: #6B202F;
	font-size: 10px;
}
#cm_events_col1 {
	width:39%; 
	padding: 2px; 
	float: left;
	clear: left;
}
#cm_events_col2 {
	width:56%; 
	padding: 2px; 
	float: right;
	clear: none;
}

#cm_events_calendar table {
	float: none;
	clear: none;
}
#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: #D9D9DA;
	color: #A03046;
	font-weight: bold;
	font-size: 10px;		
}
.cm_small_cal_date a{
	color: #A03046;
	font-weight: bold;
	font-size: 10px;
}

/***/

#cm_events_list, #cm_events_upcoming, #cm_events_featured{
	 width: 100%;
}
div#cm_events_list span {
	float: right;
	width: 100%;
}
/* scroll bar for events */
#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: #6B202F;
			vertical-align: top;
		}
		td.cm_event_link_list a{
			width:68%; 
			color: #A03046;
			vertical-align: top;	
			text-decoration: none;
		   font-size: 10px;
		}
		td.cm_event_link_list a:hover{
			color: #6B202F;
			vertical-align: top;	
			text-decoration: underline;
	      font-size: 10px;
		}
		/* list of events on */
		td.cm_event_link_list_on a{	
			color: #6B202F;
			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:#87293B;
		}
		/* print&submit new event */
		.cm_printable_summary span {
			float: right;
		}
/*** upcoming and featured lists of events***/
		td.cm_event_date {
			width: 21%;
			color: #6B202F;
			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: #6B202F !important;
			text-decoration: none;
			font-size: 10px;	
		}
		#cm_events_upcoming a:hover, #cm_events_featured a:hover {
			color: #6B202F !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 ***/
#cm_events_print_summary {
	background-color: #ffffff;
}
#cm_events_print_summary div b {
	color: #6B202F;
	font-weight: bold;
	float: left;
	display: block;
}
.cm_events_print_table {
	width: 640px;
	border-bottom: #6B202F 1px solid; border-left: #6B202F 1px solid; border-top: #6B202F 1px solid; border-right: #6B202F 1px solid;
	padding: 0;
	margin: 5px 0px 5px 0px;
}
.cm_events_print_table td {
    padding: 3px;
}
.cm_events_print_row {
	background-color: #dddddd;
	margin: 0;
}
.cm_events_print_row td{
	font-weight: bold;
}
/*** End Print Summary Page ***/

/**** Start Large Calendar Page ****/
#cm_events_calendar_large {
	text-align: center;
	font-size: 11px;
}
#cm_events_calendar_large span {
	padding-left: 10px;
 	padding-right: 10px;
  	font-size: 150%;
   font-weight: bold;		
}
#cm_events_calendar_large div {
	clear:both;	
	font-size: 10px;
}
#cm_events_calendar_large a {
	color: #333333;
	text-decoration: none;	
}
#cm_events_calendar_large a:hover {
	text-decoration: underline;
	color: #333333;	
}
#cm_calendar_main {
		border-top:2px solid #cccccc;
		border-left:2px solid #cccccc;
		border-right:1px solid #cccccc;
		border-bottom:1px solid #cccccc;
		width:100%;
	}
#cm_calendar_main td {
		border-right:1px solid #cccccc;
		border-bottom:1px solid #cccccc;
	}
	
#cm_calendar_main .cm_dayname {
		text-align:center;
		font-weight:bold;
		border-bottom:2px solid #cccccc;
		border-right:2px solid #cccccc;
	}
.cm_tooltiphost
{
    cursor:help;
}
.cm_tooltipcontainer
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: none;
    position: absolute;
    background-color: #D9D9DA;
    border: solid 1px #999999;
    z-index: 999;
}

.cm_events_cal_day {
	background-color: #ededed;
}

.cm_events_cal_day a {
	color: #6B202F;
	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: #D9D9DA;
}

td.cm_large_calrules {
	text-align:right; 
	vertical-align:top; 
	outline:#000000 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;
}

#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;
}

#cm_events_details div {
	padding-top: 5px;
	display: block;
	/*removed for true editor display from cm software editor 
	color: #000;*/
}

/* -details page subtitles- */
#cm_events_details div b {
	padding-top: 5px;
	display: block;
	/*removed for true editor display from cm software editor 
	color: #6B202F; */
}

#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: #6B202F; */
}
/* images in photo gallery, sponsors */
#cm_events2_col2 div img {
	width: 100px;
}
/* right side of event details page */
#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 */
#cm_events2_col2 div span div {
	padding: 0;
	width: 100%;
}

#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 */
#cm_events2_col2 span input[type=button]{
	background-color: #000000;
	color:#ffffff;
	border: solid 1px #cccccc;
	outline-color: #A03046;
}
/**************************/
/**** END events ****/


/**** START hot deals ****/
/* index page */
#cm_hotdeal h1 {
	padding: 10px;
	float: none;
	clear: none;
}
#cm_hotdeal div.cm_enewsletter, .cm_no_hotdeals{
	float: left;
	clear: left;
	padding-bottom: 15px;
}
.cm_hotdeal_enewsletter{
	color: #6B202F;
}
.cm_hotdeal_enewsletter a {
	color: #6B202F;
	text-decoration: underline;
}
.cm_hotdeal_enewsletter a:hover{
	color: #87293B;
}

.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:#FFF0F0;
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: #A03046;
	text-decoration: underline;
}
.cm_hotdeal_row a:hover{
	color: #000000;
	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 ***/
#cm_hotdeal_info {
	width: 650px;
	background-color: #ffffff;
}
.cm_hotdeal_border {
	border:5px dashed #cccccc;
	padding:4px 6px 4px 6px;
}
.cm_hotdeal_border td {
   padding-left: 15px;
}
.cm_hotdeal_info a{
	color: #A03046;
}
/* red hot deal text */
.cm_hotdeal_info_hd {
	color: #A03046;
	font-weight: bold;
	text-transform: uppercase;	
	font-size: 16px;
}

#cm_hotdeal_info div b {
	color: #6B202F;
	font-weight: bold;
/*	float: left;*/
}

#cm_hotdeal_info ul li {
	list-style-type: disc;
	color: #A03046;
	padding-bottom: 10px;
}
/* hot deals and job postings info page */
.cm_membername {
	font-weight: bold;
	color:#6B202F;
}
.cm_chambername {
	font-weight: bold;
	color:#999999;
}
.cm_action {
	cursor: hand;
	cursor: pointer;
	text-decoration: underline;
	color: #A03046;
}
.cm_actionhover {
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
	color: #A03046;
}
/***/
/*** END Hot Deals ****/

/*** START Jobs ***/
#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:#FFF0F0;
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 */

#cm_jobs_info {
		width: 600px;
		background-color: #ffffff;
}
#cm_jobs_info div b {
	color: #6B202F;
	font-weight: bold;
	float: left;
	display:  block;
	background-color: #cccccc;
	width: 100%;
}
#cm_jobs_info ul li {
	list-style-type: disc;
	color: #A03046;
	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 */

#cm_inforequest_interest div b, #cm_inforequest_pub div b, #cm_inforequest_travel div b{
	color: #6B202F;
	font-weight: bold;
	float: left;
	clear: left;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#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 #cccccc 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 ***/
#cm_news_index table{
	padding: 15px 0 15px 0;		
}
		
td.cm_news_date {
	width: 60px;
	color: #6B202F;
	vertical-align: top;
}
td.cm_news_item a{
	color: #A03046;
	vertical-align: top;	
	text-decoration: none;
}
td.cm_news_item a:hover, td.cm_news_item a:visited{
	color: #6B202F;
	vertical-align: top;	
	text-decoration: underline;
}
/*** END News ***/

/*** START Member App ***/
#cm_memberapp {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#memberapp_canvas {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	vertical-align: text-top;
}

.memberapp_sep {
	border-bottom: 1px dotted #999999;
}

.memberapp_fullpart {
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	width: 150px;
}
/*** END Member App ***/


@media print{
	.print-hidden {
			display: none;
		}
	}
	
	
	/* KJP TWEAKS */


#cm_contentpage {
width:585px;
}

.cm_button:hover, span.cm_button:hover, a.cm_button:hover {
background-color:#BF3951;
color:#ffffff;
}

#cm_contentpage input[type="button"]:hover, #cm_contentpage input[type="submit"]:hover {
background-color:#BF3951;
color:#ffffff;
}

#cm_footer_links a {
color:#A03046;
font-size:12px;
margin-right:8px;
}

#cm_footer_links a:hover {
color:#BF3951;
font-size:12px;
margin-right:8px;
text-decoration:none;
}
.slider a {position:absolute;}.slider .LiveEditBar a, .slider .edit_dropdown a {position:relative;}

