/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;

}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	width: 100%;
}
#content {
	 margin: 0 20px; /**/
}
/* #primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
*/
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: auto;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 980px;
}
#wrapper {
	margin-top: 0px;
	padding: 1 0px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #000;
    font-family: Arial, Helvetica, sans-serif;
	background: #dedede url(_i/bg.jpg) repeat-x;
}
body,
input,
textarea {
	color: #676767;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a {
	color: #d50303;
}

a:hover {
	color: #ff4b33;
	text-decoration: underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* chambermaster */

td.cm_event_date {
			width: 21%;
			color: #003366;
			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: #003366 !important;
			text-decoration: none;
			font-size: 10px;	
		}
#cm_events_upcoming a:hover, #cm_events_featured a:hover {
			color: #003366 !important;
			text-decoration: underline;
			font-size: 10px;	
		}
/* =Header
-------------------------------------------------------------- */

#header {
	height: 148px;
	position: relative;
	background: #ac1a2f url(_i/h_bg.jpg) repeat-x;	
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
	display: none;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}
.logo {
	position: absolute;
	top: 1px;
	left: 10px;
}

.header-bt {
	position: absolute;
	top: 30px;
	left: 0px;
}
/* Footer
------------------------------------------------- */
.footer-wrapper {
	background: #000 url(_i/bt-bg.png) repeat-x;
	min-height: 200px;
	clear: both;
	position: relative;
	color: #fff;
	border-bottom: 2px solid #1e1e1e;
}
.copyright {
	background: #000;
	color: #fff;
	font-size: 10px;
	height: 25px;
	padding-top: 7px;
}
.nu {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	line-height: 20px;
}
.flt-col {
	width: 275px;
	padding: 10px 0px 0px 0px;
	vertical-align:top;
}
.fm-col {
	width: 400px;
	padding: 10px 40px 0px 20px;
	vertical-align:top;
}

.frt-col {
	width: 240px;
	padding: 10px 0px 0px 0px;
	vertical-align:top;
}
.cfl {
	float: left;
}
.colI {
	width: 150px;
	margin-left: 25px;
}
.colI a, .gr-tx {
	color: #848484;
	font-size: 12px;
	text-decoration:none;
}

/*----- Columns  */
.lt-col {
	width: 900px;
	background: #fff;	
	padding: 55px 0px 0px 0px;
	vertical-align:top;
}
.ltb-col {
	width: 700px;
	background: #fff;	
	padding: 60px 0px 0px 0px;
	vertical-align:top;
}
.m-col {
	width: 425px;
	background: #fff;	
	padding: 45px 0px 0px 0px;
	vertical-align:top;
}
.rt-col {
	width: 260px;
	background: #fff;	
	padding: 50px 0px 0px 0px;
	border-left: 3px solid #dedede;
	vertical-align:top;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	background: #ac1a2f;
	display: block;
	float: left;
	margin: 0 auto;
	width: 980px;
	position: relative;
	top: -7px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	width: 970px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	display: block;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	float: left;
	width: 200px;
	z-index: 99999;
	font-size: 12px;
}
#access ul ul li {
	min-width: 200px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 200px;
	height: auto;
	border-top: 1px solid #777;
}
ul.menu li {
	border-left: 1px solid #c15363;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
	text-decoration: underline;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	background: #831222;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

.tnav {
	height: 30px;
	font-size: 13px;
	position: absolute;
	top: 30px;
	left: 690px;
}

.tnav a {
	height: 15px;
	display: block;
	background: #ac1a2f;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	float: left;
	margin-right: 5px;
}

.tnav a:hover {
	height: 15px;
	display: block;
	color: #fff;
	background: #000;
	text-decoration: none;
	padding: 5px 10px;
	float: left;
	margin-right: 5px;
}

/* =Content
-------------------------------------------------------------- */
.t-body {
	margin: auto; 
	width: 960px;
}
#main {
	clear: both;
	overflow: hidden;
	padding: 0px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	/* border: 1px solid #e7e7e7; */
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	/*border-top: 1px solid #e7e7e7; */
	padding: 2px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 10px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 10px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

.red-tx {
	color: #d50303;
	text-transform:capitalize;
	font-weight: normal;
	font-size: 16px;
}
/* Sponsor areas */
.sponsor {
	border-top: 3px solid #dedede;
	padding-top: 5px;
	text-align: center;
	width: 100%;
	min-height: 220px;
}
.sponsor-bottom {
	border-top: 3px solid #dedede;
	padding-top: 5px;
	text-align: center;
	width: 100%;
	min-height: 100px;
}
.sponsor-top {
	border-bottom: 3px solid #dedede;
	padding-bottom: 5px;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
.sp-tx {
	color: #8e8d8e;
	font-size: 12px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.m-col p {
	padding: 0px 20px;
}
.m-col h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;

}
h1 {
	font-size: 15px;
	font-weight: bold;
}
#primary .wp_bannerize, .events-section {
	text-align: center;
}
.events-section {
	padding: 10px;
	width: 255px;
	overflow: hidden;
}
a.event-spacer {
	margin: 5px 0px;
}
.entry-title {
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
}
.title-bg {
	background:url(_i/t_bg.jpg) repeat-x;
	height: 23px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
.bpics {text-align: center; float: left; width: 179px; margin-bottom: 15px; margin-left: 20px; height:170px;}
#content .bpics p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 16px;
}
.pos {font-weight: bold;}
.ph_name {
	font-style: italic;
}
/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/**************Global styles Chamber Master ************/

#cm_contentpage form {    
	display:inline;
}

#cm_contentpage {
	padding: 10px;
	font-size: 14px;
	width: 850px;
	float: left;
	clear: left;
    font-family: Arial, Helvetica, sans-serif, "MS Sans Serif";
	margin-left: auto;
	margin-right: auto;

}
/* need for alignment IE6 */
#cm_contentpage table {
	float: left;
	clear: left;
}
#cm_contentpage td {

}
#cm_contentpage fieldset{   
    margin-top: 10px;
    margin-bottom: 10px;
    clear:both;
    float:left;
    width: 100%;
}
#cm_contentpage legend {
	font-size: 14px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #003366;
}

#cm_contentpage input[type=text], #cm_contentpage select{
	margin-bottom: 3px;
	border: solid 1px #ccc;
	background-color: white;
	color: #000000;
}
#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: white;
    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: white;
	color: #003366;
}

#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: 22px;
	display: block;
	text-align: left;
	text-transform: capitalize;	
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* 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: #CC3300;
	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: #003366;  
}
#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: #0066CC 1px solid;   
    padding-bottom: 3px;
    padding-left: 9px;
    padding-right: 9px;
	 background-color: #CC3300;
    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: #003366;
}

/* 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: #003366 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: #003366;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: #003366 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: #003366 1px solid;
    PADDING-RIGHT: 9px;
    BORDER-TOP:  #CC0000 1px solid;
    PADDING-LEFT: 9px;
    FONT-SIZE: 10pt;
    PADDING-BOTTOM: 3px;
    BORDER-LEFT: #CC0000 1px solid;
    COLOR: white;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: #CC0000 1px solid;
    FONT-FAMILY: Arial, 'MS Sans Serif', sans-serif, Helvetica;
    POSITION: relative;
    TOP: -2px;
    BACKGROUND-COLOR: #CC0000;
    TEXT-DECORATION: none
}

/* at top of modules */
#cm_memberdeal_img
{
    clear: right;
    float: right;
	border: none;
	width: 93px;
	height:19px;
	/*if you do not want the member deal button to appear on the website
	 simply change line below to 'background-image: none'  --Do not use 'Display: none;' */
	background-image: url(/Content/Images/memberDeal.png); 
	background-repeat: no-repeat;
	background-position: center;
	cursor: hand;
	cursor: pointer;
}
#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;
}
#cm_marketspace_img
{
    clear: right;
    float: right;
	border: none;
	width: 93px;
	height:19px;
	/*if you do not want the marketspace button to appear on the website
	 simply change line below to 'background-image: none'  --Do not use 'Display: none;' */
	background-image: none; /*TODO: url(http://public.chambermaster.com/Content/Images/MarketspaceLg.png); */
	background-repeat: no-repeat;
	background-position: center;
	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;
    white-space: nowrap;
	 color: #000
}
/* cm footer logo */
#cm_pbfooter{
	 text-align: center;
    float:left;/* leave for positioning */
    width: 100%;
	 padding: 1em;
}

#cm_pbfooter_gomobile
{
    text-align: center;
    float:left;/* leave for positioning */
    width: 100%;
    padding: 1em;
}

#cm_pbfooter_gomobile a {
    font-size: 10px;
    margin-right: 8px;
    white-space: nowrap;
	color: #000
}

/* 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: Blue !important;
}
#cm_search_result_list a:hover
{
    color: #000 !important;
}
/* Results Bar */
.cm_result_bar
{
    float: left;
    display: block;
	height: 25px;
    width: 100%;
    background-color: #003366;
    padding-left: 5px;
	padding-right: 5px;
    margin: 10px 0px 10px 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*/
#cm_dir_searchresults .cm_alphaprevnext a {
	 font-weight: bold;	 
    color: white;
	 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 #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: #003366;
}

.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: #003366;  
	 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: #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: .5em;
}

#cm_search div label{
padding: .5em;
color: #0066cc;
}

/* two column search results */
#cm_2colbusdirsearchresults {
	width: 100%;
	padding: 0;
	clear: both;
	height:auto !important;
	margin-left: auto;
	margin-right: auto;
}

#cm_2colmemberlisting {
	width: 50%;
	float: left;
}

/* highlights the member listing on mouse over, turned off by default */
/*#cm_2colmemberlisting:hover {
	background-color: #f4f4f4;
	background-repeat: repeat;
}*/

#cm_2col_sponsor
{
    background-color: #f4f4f4;
	background-repeat: repeat;
	display: inline-block;
	margin-top: 4px;
	margin-bottom: 4px;
	height: 175px;
	min-height: 175px;
	height:100%;
}

#cm_2col_nonsponsor
{
	display: inline-block;
	height:100%;
}

#cm_2colmemberlogo {
	float: left;
	clear:both;
	text-align:center;
	padding: 5px;
}

#cm_2colmemberlogo img {
	float: left;
	padding: 2px;
}

#cm_2colmemberinfo {
	float:left;
	padding:5px;
	width:70%;
}

#cm_2colmembername {
	font-weight: 600;
	display:block;
	clear:left;
}

#cm_2colmembername a {
	text-decoration: underline;
}

#cm_2colmembername a:hover {
	text-decoration: none;
}

#cm_2colmembername span {
	font-weight: bold;
}

#cm2colmemberurl {
	float:right;
	clear:none;
	display:block;
}

#cm_2colmemberaddress {
	display:block;
	float: left;
	clear:left;
	width:100%;
}

#cm_2colmemberphone {
	display:block;
	float: left;
	clear:left;
	width:100%;
}

#cm_2colmemberdescription {
	display:block;
	float: left;
	clear:left;
	padding: 10px 0px 0px;
	width: 100%;
}

#cm_2colmember_descriptiontext {
	font-style: italic;
}

#cm_2colmember_colorbuttons {
	position: relative;
	clear:left; 
    float: right;
	width: 30%;
}

#cm_2colmember_hotdeals {
     clear: right;
     float: right;
	 border: none;
	 width: 75px;
	 height:14px;
	 background-image: url(/Content/Images/2col_hotdeals.jpg); 
	 background-repeat: no-repeat;
	 cursor: hand;
	 cursor: pointer;
}

#cm_2colmember_moredetails {
     clear: right;
     float: right;
	 border: none;
	 width: 75px;
	 height:14px;
	 background-image: url(/Content/Images/2col_moredetails.jpg); 
	 background-repeat: no-repeat;
	 cursor: hand;
	 cursor: pointer;
}

#cm_2colmember_reserveonline {
     clear: right;
     float: right;
	 border: none;
	 width: 75px;
	 height: 14px;
	 background-image: url(/Content/Images/2col_reserve.jpg); 
	 background-repeat: no-repeat;
	 cursor: hand;
	 cursor: pointer;
}

#cm_2colmember_amenities 
{
	position: relative;
	clear:left; 
    float:left;
	width: 70%;
}

#cm_2colmember_amenity_Bikes 
{
     float:left;
	 border: none;
	 width: 25px;
	 height: 25px;
	 background-image:  url(/Content/Images/Amenity_Bikes.png);  
	 background-repeat: no-repeat;
	 cursor: hand;
	 cursor: pointer;
}

#cm_2colmember_amenity_FamilyFriendly {
     float:left;
	 border: none;
	 width: 25px;
	 height: 25px;
	 background-image: url(/Content/Images/Amenity_Family.png); 
	 background-repeat: no-repeat;
}

#cm_2colmember_amenity_PetsAllowed {
	 float:left;
	 border: none;
	 width: 25px;
	 height: 25px;
	 background-image: url(/Content/Images/Amenity_Pets.png); 
	 background-repeat: no-repeat;
}

#cm_2colmember_amenity_OutdoorPool {
	 float:left;
	 border: none;
	 width: 25px;
	 height: 25px;
	 background-image: url(/Content/Images/Amenity_Pool.png); 
	 background-repeat: no-repeat;
}

#cm_2colmember_amenity_WiFi {
	 float:left;
	 border: none;
	 width: 25px;
	 height: 25px;
	 background-image: url(/Content/Images/Amenity_Wifi.png);
	 background-repeat: no-repeat;
}

#cm_2colmember_amenity_HandicapAccessible {
	 float:left;
	 border: none;
	 width: 25px;
	 height: 25px;
	 background-image: url(/Content/Images/Amenity_Handicapaccessible.png);
	 background-repeat: no-repeat;
}


/* clears on the inside */
.cm_2col_clear_inside { 
	width: 100%;
	padding-top: 10px;
	clear: both;
}

/* clears each row */
.cm_2col_clear_outside { 
	width: 100%;
	margin-bottom: 10px;
	clear: both;
}

.cm_2col_sep {
	border-bottom: 1px dotted #999;
}

/**************************/
/*******START EVENTS *****/

/**** Start Main Events Page ****/
#cm_events {
	min-height: 5px;
}

#cm_events_index {
	color: #003366;
	font-size: 10px;
}

#cm_events_col1 {
	width:50%; 
	padding: 2px; 
	float: left;
	clear: left;
}
#cm_events_col2 {
	width:45%; 
	padding: 2px; 
	float: right;
	clear: none;
}

#cm_events_calendar table {
	float: none;
	clear: none;
}
#cm_events_calendar td {
	padding: 2px;
}

/* small calendar - current date */
td.cm_small_cal_date_curr a, .cm_small_cal_date a:hover {
	background-color: #B1BEEB;
	color: #d2691e;
	font-weight: bold;
	font-size: 10px;		
}
.cm_small_cal_date a{
	color: #d2691e;
	font-weight: bold;
	font-size: 10px;
}

/***/

#cm_events_list {
	 width: 375px;
	 float: right;
}
#cm_events_featured, #cm_events_upcoming{
	 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: 70px;
			color: #CC0000;
			vertical-align: top;
			border: 1px solid #fff;
		}
		td.cm_event_link_list a{
			border: 1px solid #fff;
			color: #CC0000;
			vertical-align: top;	
			text-decoration: none;
		   font-size: 10px;
		}
		td.cm_event_link_list a:hover{
			color: #003366;
			vertical-align: top;	
			text-decoration: underline;
	      font-size: 10px;
		}
		/* list of events on */
		td.cm_event_link_list_on {
			border: 1px solid #fff;
		}
		td.cm_event_link_list_on a{	
			color: #003366;
			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: #003366;
			vertical-align: top;
			border: 1px solid #fff;
		}
		td.cm_event_link {
			border: 1px solid #fff;	
		}
		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: #003366 !important;
			text-decoration: none;
			font-size: 10px;	
		}
		#cm_events_upcoming a:hover, #cm_events_featured a:hover {
			color: #003366 !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: #fff;
}
#cm_events_print_summary div b {
	color: #003366;
	font-weight: bold;
	float: left;
	display: block;
}
.cm_events_print_table {
	width: 640px;
	border-bottom: #003366 1px solid; border-left: #003366 1px solid; border-top: #003366 1px solid; border-right: #003366 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: #003366;
	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:black solid 1px;
}
/* large calendar page with featured events */
.cm_events_calfe_month_nav 
{
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cm_events_calfe_month
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	background-color: #133b65;
	padding: 5px;
	border: 1px;
	color: #ffffff;
}

.cm_events_calfe_last_month 
{
    background-color: #ffffff;
}

.cm_events_calfe_next_month 
{
    background-color: #ffffff;
}

.cm_tooltiphost_inactive
{
    color: #999999; 
}
/**** 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_events2_col1 div .cm_editor_fix a, #cm_events2_col1 div .cm_editor_fix b {
clear: none;
display: inline;
float: none;
}

#cm_events_details div {
	padding-top: 5px;
	display: block;
	/*removed for true editor display from cm software editor 
	color: #000;*/
}

#cm_events_details div .cm_editor_fix a, #cm_events_details div .cm_editor_fix b {
clear: none;
display: inline;
float: none;
}

/* -details page subtitles- */
#cm_events_details div b {
	padding-top: 5px;
	display: block;
	/*removed for true editor display from cm software editor 
	color: #003366; */
}

#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: #003366; */
}
/* 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: black;
	color:white;
	border: solid 1px #ccc;
	outline-color: blue;
}
/**************************/
/**** 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: #003366;
}
.cm_hotdeal_enewsletter a {
	color: #003366;
	text-decoration: underline;
}
.cm_hotdeal_enewsletter a:hover{
	color: #0066cc;
}

.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 ***/
#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;
}

#cm_hotdeal_info div b {
	color: #003366;
	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:#003366;
}
.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_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 */

#cm_jobs_info {
		width: 600px;
		background-color: #fff;
}
#cm_jobs_info div b {
	color: #003366;
	font-weight: bold;
	float: left;
	display:  block;
	background-color: #ccc;
	width: 100%;
}
#cm_jobs_info ul li {
	list-style-type: disc;
	color: red;
	padding-bottom: 10px;
}

.cm_jobs_rm   {
    float:left;
}
.cm_jobs_rm_title {
}
.cm_jobs_rm_ad {
   float:left;
}
.cm_jobs_rm_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_rm_category_row  {
display:  table-row;
width:auto;
background-color:#F0F8FF;
font-weight : bold;
height: 100%;
} 

.cm_jobs_rm_category_header_left {
float:left;/*fix for  buggy browsers*/
display:  table-cell;
text-align:left;
vertical-align: top;
width:70%;
}
.cm_jobs_rm_phone_right {
float:right;/*fix for  buggy browsers*/
display:  table-cell;
text-align:right;
vertical-align: top;
width:30%; 
} 
.cm_jobs_rm_row {
	/*display:  table-row;*/
	width:auto;
	padding: 5px;
}
.cm_jobs_rm_contact{
	float:left;
	display:  table-cell;
	text-align:left; 
	vertical-align: top;
	width:100%; 
	position:relative;
}

/*** 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: #003366;
	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 #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 ***/
#cm_news_index table{
	padding: 15px 0 15px 0;		
}
		
td.cm_news_date {
	width: 60px;
	color: #003366;
	vertical-align: top;
}
td.cm_news_item a{
	color: #CC0000;
	vertical-align: top;	
	text-decoration: none;
}
td.cm_news_item a:hover, td.cm_news_item a:visited{
	color: #003366;
	vertical-align: top;	
	text-decoration: underline;
}
/*** END News ***/

/*** Public modules default home page ***/
#cm_homepage_spacer {
    width:100%; 
    min-height:200px;
}
/*** ***/

/*** START Member App ***/
#cm_memberapp {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#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 ***/


@media print{
	.print-hidden {
			display: none;
		}
	}

/**** -START- ddsmoothmenu ****/

/**** ddsmoothmenu-v.css ****/
.cm_micmenu-v ul
{
	border-bottom: 1px solid #ccc;
	font: bold 12px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 170px; /* Main Menu Item widths */
}
 
.cm_micmenu-v ul li
{
	position: relative;
}

/* Top level menu links style */
.cm_micmenu-v ul li a
{
	border-bottom: 1px solid #778;
	border-right: 1px solid #778;
	color: white;
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	padding: 6px;
	text-decoration: none;
}

.cm_micmenu-v ul li a:link, .cm_micmenu-v ul li a:visited, .cm_micmenu-v ul li a:active
{
	color: white;
	background: #0060BF; /*background of menu items (default state)*/
}


.cm_micmenu-v ul li a.selected
{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: white;
	background: black; 
}

.cm_micmenu-v ul li a:hover
{ /*background of menu items during onmouseover (hover state)*/
	color: white;
	background: black; 
}

/*Sub level menu items */
.cm_micmenu-v ul li ul
{
	font-weight: normal;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 170px; /*Sub Menu Items width */
}

 
/* Holly Hack for IE \*/
* html .cm_micmenu-v ul li { float: left; height: 1%; }
* html .cm_micmenu-v ul li a { height: 1%; }
/* End */


/**** cm_micmenu.css ****/

.cm_micmenu
{
	font: bold 12px Verdana;
	background: #0078B4 url(../Images/topnavday.png);
	/*background: #cccccc; background of menu bar (default state)*/
	width: 100%;
}

.cm_micmenu ul
{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.cm_micmenu ul li
{
	position: relative;
	display: inline;
	float: left;
	margin-top: 3px;
}

/*Top level menu link items style*/
.cm_micmenu ul li a
{
	display: block;
	/*background: #cccccc; background of menu items (default state)*/
	color: white;
	padding: 8px 10px;
	border-right: 1px solid #778;
	text-decoration: none;
}

* html .cm_micmenu ul li a
{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.cm_micmenu ul li a:link, .cm_micmenu ul li a:visited
{
	color: white;
}

.cm_micmenu ul li a.selected
{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background:  #004080; 
	color: white;
}

.cm_micmenu ul li a:hover
{
	background: #004080; /*background of menu items during onmouseover (hover state)*/
	color: white;
}
	
/*1st sub level menu*/
.cm_micmenu ul li ul
{	
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.cm_micmenu ul li ul li
{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.cm_micmenu ul li ul li ul
{
	top: 0;
}

/* Sub level menu links style */
.cm_micmenu ul li ul li a
{
	font: normal 13px Verdana;
	width: 162px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
}

/* Holly Hack for IE \*/
* html .cm_micmenu
{
	height: 1%;
} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass
{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass
{
	position: absolute;
	top: 6px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow
{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: #006FDD;
}

.toplevelshadow
{ /*shadow opacity. Doesn't work in IE*/
	opacity: 0.8;
}

/**** -END- ddsmoothmenu ****/

/* MIC NavSection-Link Classes */
.cm_micmenu_navAdvertising {}

.cm_micmenu_navBizInfo {}

.cm_micmenu_navCustom01 {}

.cm_micmenu_navCustom02 {}

.cm_micmenu_navCustom03 {}

.cm_micmenu_navFind {}

.cm_micmenu_navHelp {}

.cm_micmenu_navHome {}

.cm_micmenu_navLodging {}

.cm_micmenu_navReports {}

.cm_micmenu_navWebInfo {}

.cm_micmenu_navLogout {}

/* End MIC NavSection-Link Classes*/


/********Begin Marketplace********/

/*... Index page ...*/

#cm_market_index a {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#cm_market_index a:hover {	
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;	
}

.cm_market_indexSummary 
{ /*set display:none to hide */
  display:block;
  width: 100%;
}

#cm_market_quicklink
{
	
}

/*left link-column*/
.cat_ql_0 
{ 
	float: left; 
	width: 50%; 
}

/*right link-column*/
.cat_ql_1 
{ 
	float: right; 
	width: 50%; 
}

a.cm_market_qlname 	
{
	color:#333333; 
	font-size:12px; 
	font-weight: bold; 
	text-decoration: none; 
}

a.cm_market_qlname:hover 
{	
	color: #333333; 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: underline; 
}

.cm_market_qlcount {}

.cm_market_catgcount {}

a.cm_mrkt_rssfeed 
{ 	
	background: url(http://public.chambermaster.com/content/images/icons/rss.gif); 
	display:block;
	height:14px;
	width: 36px; 
}

#cm_market_descript 
{
    float: left;
    margin-left: -10px;
    clear: both;
}

.cm_mrkt_newitem_subscribe, .cm_mrkt_newitem_submit { 
	float: right; 
	padding-left: 10px; 
	padding-right: 10px; 
}

a.cm_mrkt_rssfeed { 
	display:block; 
	float: right; 
	background: url(http://public.chambermaster.com/content/images/icons/rss.gif); 
	width: 36px; 
	height:14px; 
}

.cm_market_category ul
{ 
	list-style-type:none; 
	padding:0px; 
	margin:0px;
}

.cm_market_category ul li a 
{ 
	color: #333333;
	font-size: 11px;
	font-weight: normal; 
	text-decoration: none; 
}

.cm_market_category ul li a:hover  
{
	color: #333333;
	font-size: 11px;
	font-weight: normal; 
	text-decoration: underline; 
}

/*... End Index page ...*/


/*.. SearchResults page ..*/

#cm_market_searchResult {}

.cm_market_searchCriteria {}

.cm_market_resultCount {}

.cm_market_srcResult_container
{
	display:  table;
	width:550px;  
	border-spacing:5px;/*cellspacing:poor IE support for  this*/
	border-collapse:separate;
	overflow:hidden;
	position:relative;
}

.cm_market_category_header
{
	clear: both; 
	display: block; 
	width: 100%; 
	font-size: 12px; 
	font-weight:bold;
}

.cm_market_srcResult_headerLeft  
{
	display: 
	inline-block;
}
    
.cm_market_srcResult_headerRight  
{
	float: right; 
	display: inline-block; 
}

/*.. Priority Classes ..*/
.cm_market_Platinum 
{
	background-color: #E5E4E2;
	display:  table-row;
	width:auto;
	padding: 5px;
}

.cm_market_Platinum a
{
	color: blue;
	text-decoration: underline;
}
.cm_market_Platinum a:hover
{
	color: black;
	text-decoration: none;	
}

.cm_market_Gold {
	background-color: #FFD700;
	display:  table-row;
	width:auto;
	padding: 5px;
}

.cm_market_Gold a{
	color: blue;
	text-decoration: underline;
}
.cm_market_Gold a:hover{
	color: black;
	text-decoration: none;	
}

.cm_market_Silver {
	background-color: #C0C0C0;
	display:  table-row;
	width:auto;
	padding: 5px;
}

.cm_market_Silver a{
	color: blue;
	text-decoration: underline;
}
.cm_market_Silver a:hover{
	color: black;
	text-decoration: none;	
}

.cm_market_srcResult_itemLeft 
{
	display: inline-block;
}

.cm_market_srcResult_itemRight
{
	float: right;
}

.cm_market_logo {}

.cm_market_offerUrl {}

.cm_market_detailUrl{}

.cm_market_itemValue {}

/*.. End Priority Classes ..*/

/*.. End SearchResults page ..*/


/*.. Detail page ..*/
#cm_market_detail {}

.cm_market_itemNotFound {}

.cm_market_border
{
	border:5px dashed #ccc;
	padding:4px 6px 4px 6px;
}

.cm_market_terminology 
{
	color: #333; 
	font-size: 14px;
}

.cm_market_memName 
{
	color: #333; 
	font-weight: bold;
}

.cm_market_detailsContent
{
	padding: 10px;
} 

.cm_market_itemTitle 
{ 
	font-weight:bold;
}

.cm_market_itemDesc {}

.cm_market_memInfo {}

.cm_market_moreInfoText {}

.cm_market_moreInfoLabel {}

.cm_market_memPhone {}

.cm_market_memEmail {}

.cm_market_memUrl {}

.cm_market_expiration 
{
	font-style: italic;
}

.cm_market_itemValidDateDesc {}

.cm_market_itemStart {}

.cm_market_itemEnd {}

/*.. End Detail page ..*/

/* Index and Search Page Subscriber Form(s)*/

#cm_mrkt_subscribeform
{
}

#cm_market_subscribelink
{
}

#cm_mrkt_subscribeconfirm
{
}

.cm_mrkt_newitem_subscribe
{
}

.validationErrText
{
	color: Red;
}

/*** Submit New Items ***/
#cm_mrkt_purchaseitem table
{
	padding: 0px 5px;
	width: 100%;	
}

#cm_mrkt_purchaseitem table td
{
	vertical-align:top;
}

#cm_mrkt_purchaseitem input[type=text]
{
	width: 100%;
}

#cm_mrkt_purchaseitem input.cm_mrkt_value
{
	width: 75px;
}


/********End Marketplace********/

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}