﻿/**************Global styles ************/
body {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}
form {
	display:inline;
}
#maincontain {
	width: 924px;
	background: #e0cca8 url(../img/bg.jpg) no-repeat top left;
}
#contentw {
	margin: 0;
	width: 884px;
	padding: 0 20px;
}
#cm_contentpage {
	width: 884px;
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
}
/* 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%;
}
#cm_contentpage legend, #cm_contentpage h3 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #853d31;
	clear:left;
	margin: 0;
	padding: 0;
}
#cm_contentpage input[type=text], #cm_contentpage select {
	margin-bottom: 3px;
	border: solid 1px #ccc;
	background-color: #fff;
	color: #000000;
}
#cm_contentpage input {
	padding: 3px;
}
#cm_contentpage input[type=button], #cm_contentpage input[type=submit] {
	border: #0066CC 1px solid;
	padding-bottom: 3px;
	padding-left: 9px;
	padding-right: 9px;
	background-color: #6699cc;
	color: #fff;
	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: #fff;
	color: #3272a4;
}
#cm_contentpage iframe {
	padding: 5px;
}
/* fields for contact us, events print summary page, jobs info page */ 
td.cm_field_titles {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	width: 150px;
}
label {
	width: 180px;
	color: #000 !important;
	font-weight: bold;
	display: inline;
}
#cm_communitylist, #cm_arealist {
	display: inline;
}
/* all page titles except hot deals */
#cm_contentpage h1 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	color: #321e15;
	text-transform: uppercase;
	margin-bottom: 10px;
}
/* search critieria: business directory and jobs */
span#cm_searchcriteria, span#cm_searchcategory, span#cm_searchkeyword {
	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: #3272a4;
	text-decoration: underline;
	padding-top: 5px;
}
.cm_small_link a:hover {
	color: #000;
	text-decoration: none;
}
/* bus dir category subhead; event name on event details page */
#cm_contentpage h3 {
	clear:left;
	float:left;
}
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: #0066CC 1px solid;
	padding-bottom: 3px;
	padding-left: 9px;
	padding-right: 9px;
	background-color: #6699cc;
	color: #fff;
	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: #fff;
	color: #3272a4;
}
/* 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:85px;
	max-height: 75px;
}
#cm_hotdeal_img {
	clear: right;
	float: right;
	border: none;
	width: 120px;
	height:28px;
	margin-top: 20px;
	/*if you do not want the hot deals button to appear on the website
	 simply comment out the following four lines below.  --Do not use 'Display: none;' */
	 background-image: url(http://explorebrainerdlakes.com/img/hot-deals.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
#cm_hotdeal_img:hover {
	background-position: 0 -28px;
}
#cm_hotdealresults_img {
	background-image: url(../img/hot-deals-s.png);
	width: 75px;
	height: 20px;
}
#cm_hotdealresults_img:hover {
	background-position: 0 -20px;
}
/* cm footer navigation */
#cm_footer_links {
	text-align: center;
	width: 100%;
	float:left; /* leave for positioning */
	/* clear:left;*/
    padding-right: 8px;
	margin-top: 20px;
}
#cm_footer_links a {
	font-size: 10px;
	margin-right: 8px;
	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 {
	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 {
	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 {
	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: 794px;
	padding: 0 !important;
	margin: 10px 0 10px 60px;
	border-collapse: collapse;
}
#cm_search_result_list td {
	padding: 5px;
}
#cm_search_result_list a {
	color: #3272a4 !important;
}
#cm_search_result_list a:hover {
	color: #000 !important;
}
/* Results Bar */
.cm_result_bar {
	clear:both;
	float: left;
	display: block;
	width: 874px;
	background-color: #c8b085;
	color: #fff;
	padding: 5px;
	height: 14px;
}
/* members results - items found */
.cm_memberlist, .cm_result_bar span {
	float: left;
	color: #fff;
	padding-right: 15px;
}
/* alpha links search results*/

#cm_dir_searchresults {
	width: 884px;
}
#cm_dir_searchresults .cm_alphaprevnext a {
	font-weight: bold;
	color: #fff;
	display: inline;
	margin-right: 1px;
	font-size: 10px;
}
#categories-list {
	max-width: 200px;
}
#cm_dir_searchresults .cm_button {
	top: 3px;
}
/* bus dir search results row spacer and info request Publications row spacer */
.cm_rowspacer td {
	display: none;
}
.cm_nonsponsor {
	background: #d7c199;
}
.cm_nonsponsor td {
	border-bottom: 1px solid #e0cca8;
}
.cm_sponsor {
	background-color:#eee5d5;
}
.cm_sponsor td {
	border-bottom: 1px solid #e0cca8;
}
.cm_div_searchresults_map {
	float: right;
	background-image: url(http://explorebrainerdlakes.com/img/map.png);
	height: 16px;
	width: 75px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.cm_member_name {
	float:left;
	clear: left;
	display: block;
	font-weight: bold;
	color: #3272a4;
}
.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: 80%;
	clear:left;
	float: left;
	font-style: normal;
}
#cm_id_quick_link {
	table-layout: auto;
	width: 100%;
	float: left;
}
#cm_id_quick_link a {
	color: #195584 !important;
}
#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: #3272a4 !important;
	font-weight: normal;
}
/* Category Quick Links A Hover*/
#cm_id_quick_link .cm_category A:hover {
	color: #000 !important;
	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: #000;
	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: 0;
	margin: 5px 0;
}
#cm_search div label {
	padding: 0;
	margin: 0;
}
/**************************/
/*******START EVENTS *****/

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

#cm_events {
	min-height: 5px;
}
#cm_events_index {
	color: #3272a4;
	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: #B1BEEB;
	color: #853d31;
	font-weight: bold;
	font-size: 10px;
}
.cm_small_cal_date a {
	color: #853d31;
	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;
	margin: 0;
	padding: 0;
}
/*** list of events ***/
		td.cm_event_date_list {
	width: 22%;
	color: #3272a4;
	vertical-align: top;
}
td.cm_event_link_list a {
	width:68%;
	color: #6699cc;
	vertical-align: top;
	text-decoration: none;
	font-size: 10px;
}
td.cm_event_link_list a:hover {
	color: #3272a4;
	vertical-align: top;
	text-decoration: underline;
	font-size: 10px;
}
/* list of events on */
		td.cm_event_link_list_on a {
	color: #3272a4;
	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:#0066cc;
}
/* print&submit new event */
		.cm_printable_summary span {
	float: right;
}
/*** upcoming and featured lists of events***/
		td.cm_event_date {
	width: 21%;
	color: #3272a4;
	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: #3272a4 !important;
	text-decoration: none;
	font-size: 10px;
}
#cm_events_upcoming a:hover, #cm_events_featured a:hover {
	color: #3272a4 !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: 250px;
	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: #fff;
}
#cm_events_print_summary div b {
	color: #3272a4;
	font-weight: bold;
	float: left;
	display: block;
}
.cm_events_print_table {
	width: 640px;
	border-bottom: #3272a4 1px solid;
	border-left: #3272a4 1px solid;
	border-top: #3272a4 1px solid;
	border-right: #3272a4 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 ****/
#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: #333;
	text-decoration: none;
}
#cm_events_calendar_large a:hover {
	text-decoration: underline;
	color: #333;
}
#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%;
}
#cm_calendar_main td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#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: #B1BEEB;
	border: solid 1px #999;
	z-index: 999;
}
.cm_events_cal_day {
	background-color: #ededed;
}
.cm_events_cal_day a {
	color: #3272a4;
	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: #B1BEEB;
}
td.cm_large_calrules {
	text-align:right;
	vertical-align:top;
	outline:#000 solid 1px;
}
/**** End Large Calendar page ****/

/**** Start Events Details Page ****/
div#cm_events2_col1, #cm_events2_col1 div, #cm_events2_col1 div a {
	width: 620px;
	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;
}
/*removed for true editor display from cm software editor 
#cm_events_details div {
	padding-top: 5px;
	display: block;
	color: #000;
}*/

/*removed for true editor display from cm software editor 
-details page subtitles -
#cm_events_details div b {
	padding-top: 5px;
	display: block;
	color: #3272a4;
}*/

#cm_events2_col2 {
	max-width:27%;
	width: 26%;
	padding: 0px 5px 0px 5px;
	line-height: normal; /* added for true editor display from cm software editor */
	float: right;
	clear: none;
}
#cm_events2_col2 div img {
	width: 150px;
}
#cm_events2_col2 div b, #cm_events2_col2 div span {
	color: #000;
	font-size: 12px;
	line-height: normal;/* added for true editor display from cm software editor */
	width: 27%;
}
/* back to calendar button */
#cm_events2_col2 span input[type=button] {
	background-color: #000;
	color:#fff;
	border: solid 1px #ccc;
	outline-color: blue;
}
/**************************/
/**** END events ****/


/**** START hot deals ****/
/* index page */
#cm_hotdeal h1 {
	padding: 0;
	float: none;
	clear: none;
}
#cm_hotdeal div.cm_enewsletter, .cm_no_hotdeals {
	float: left;
	clear: left;
	padding-bottom: 15px;
}
.cm_hotdeal_enewsletter {
	color: #000;
}
.cm_hotdeal_enewsletter a {
	color: #3272a4;
	text-decoration: underline;
}
.cm_hotdeal_enewsletter a:hover {
	color: #000;
}
.cm_hotdeal_table {
	display: table;
	width:764px;
	border-collapse:collapse;
	overflow:hidden;
	position:relative;
	margin: 0 0 0 60px;
	background-color: #d7c199;
	border-top: 1px solid #e0cca8;
	border-left: 1px solid #e0cca8;
	border-right: 1px solid #e0cca8;
}
.cm_hotdeal_table .cm_hotdeal_table {
	margin: 0;
	border: none;
}
.cm_hotdeal_category_row {
	display:  table-row;
	width:764px;
	background-color:#c8b085;
	font-weight : bold;
	color: #fff;
	border-bottom: 1px solid #e0cca8;
}
.cm_hotdeal_category_header_left {
	float:left;/*fix for  buggy browsers*/
	width: 200px;
	padding: 5px 10px;
}
.cm_hotdeal_category_header_right {
	float:right;/*fix for  buggy browsers*/
	width: 200px;
	padding: 5px 10px;
}
.cm_hotdeal_row {
	clear: both;
	display:  table-row block;
	width:auto;
	height: 30px;
	padding: 5px;
	border-bottom: 1px solid #e0cca8;
}
.cm_hotdeal_row a {
	color: #3272a4;
	text-decoration: none;
}
.cm_hotdeal_row a:hover {
	color: #000;
	text-decoration: underline;
}
.cm_hotdeal_marker {
	width: 360px;
	padding: 0 10px;
}
.cm_hotdeal_middle {
	text-align: right;
	padding: 0 10px;
	width: 200px;
}
.cm_hotdeal_exp {
	text-align:right;
	padding: 0 10px;
}
/*** Hot Deal Info (coupon) Page ***/
#cm_hotdeal_info {
	width: 650px;
	background-color: #fff;
}
.cm_hotdeal_border {
	border:5px solid #ccc;
	padding:4px 6px 4px 6px;
}
.cm_hotdeal_border td {
	padding-left: 15px;
}
.cm_hotdeal_info a {
	color: blue;
}
/*** Hot Deal Info (coupon) Page ***/
#cm_hotdeal_info {
	width: 650px;
	background-color: #fff;
}
.cm_hotdeal_border {
	border:5px solid #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;
}
#cm_hotdeal_info div b {
	color: #3272a4;
	font-weight: bold;/*	float: left;*/
}
#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:#3272a4;
}
.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 ***/

#cm_jobs_searchresults #cm_hotdeal_img {
	display: none;
}
.cm_jobs_table {
	display: table;
	width:764px;
	border-collapse:collapse;
	overflow:hidden;
	position:relative;
	margin: 0 0 0 60px;
	background-color: #d7c199;
	border-top: 1px solid #e0cca8;
	border-left: 1px solid #e0cca8;
	border-right: 1px solid #e0cca8;
}
.cm_jobs_category_row {
	display:  table-row;
	width:764px;
	background-color:#c8b085;
	font-weight : bold;
	color: #fff;
	border-bottom: 1px solid #e0cca8;
}
.cm_jobs_category_header_left {
	float:left;/*fix for  buggy browsers*/
	width: 500px;
	padding: 5px 10px;
}
.cm_jobs_phone_right {
	float:right;/*fix for  buggy browsers*/
	width: 200px;
	padding: 5px 10px;
}
.cm_jobs_row {
	/*display:  table-row;*/
	width:auto;
	margin: 0 0 0 60px;
}
.cm_jobs_contact {
	float:left;
	display:  table-cell;
	text-align:left;
	vertical-align: top;
	width:100%;
	position:relative;
	padding: 10px 0;
}
/* job description-info page */

#cm_jobs_info {
	width: 600px;
	background-color: #fff;
}
#cm_jobs_info div b {
	color: #3272a4;
	font-weight: bold;
	float: left;
}
#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: left;
	clear: left;
	width: 100%;
}
.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: #3272a4;
	font-weight: bold;
	float: none;
	clear: none;
	display: normal;
	padding-top: 0;
	padding-bottom: 0;
}
#cm_inforequest_travel td{
	vertical-align: top;
}
 #cm_inforequest_travel div, #cm_inforequest_pub div{
 	clear: none;
 }

.cm_inforequest_pub_row{
	display: normal;
	width: auto;
	float: left;
	padding: 20px !important;
	background: #d7c199;
	border-bottom: .1em #e0cca8 solid !important;
	width: 600px !important;
	margin-left: 120px;
	margin-right: 120px;
}

.cm_inforequest_pub_icon {
	width: 85px;	
}
.cm_inforequest_pub_icon, .cm_inforequest_pub_icon img {
	float:left;
	display: normal;
	text-align:left; 
	vertical-align: top;
	position: relative;
	border: none;
	clear: both;
}
.cm_inforequest_pub_mail {
	float:right;
	display: normal;
	text-align:right;
	vertical-align: top;
	position:relative;
	width: 60px;
}

.cm_inforequest_pub_desc {
	float:left;
	display:  normal;
	text-align: left;
	vertical-align: top;
	position:relative;
	padding-left: 10px;
	padding-right: 10px;
	width: 430px; 
}

.cm_container_center input {
	clear: both;
	margin-top: 20px;
}

 @media print {
.print-hidden {
	display: none;
}
}
input,textarea,select {
		margin: 1px;
		padding: 3px;
		border: 1px solid #000;
	}
	
.cm_container_left {
	
}