/* Automatically included across all of c5 - use this file gingerly */
img.ccm-captcha-image {display: block}

/* clear and pagination styles */
*.ccm-spacer {clear: both; font-size:1px; line-height:1px; }
/* div.ccm-pagination { text-align:center; position: relative} */
/* div.ccm-pagination span.ccm-page-right {position: absolute; top: 0px; right: 0px; margin-right: 0px !important} */
/* div.ccm-pagination span.ccm-page-right span {margin-right: 0px} */
/* div.ccm-pagination span.ccm-page-left {position: absolute; top: 0px; left: 0px} */
/* div.ccm-pagination span {margin-right: 4px} */
/* .ccm-ui div.ccm-pagination span {margin-right: 0px;} */

/* Extra pagination styling to make code generated by C5 pagination helper look nice */
/* div.pagination ul strong, div.pagination ul span.ltgray {
	display:block;
	padding:0 14px;
	float:left;
	line-height:34px;
	border-right:1px solid #DDD;
	text-decoration:none;
} */

/* Layout */ 
/*
.ccm-layout .ccm-layout-cell{ overflow:hidden; }
*/
.ccm-layout-table .ccm-layout-col {float:left}
.ccm-layout .first .ccm-layout-col-spacing { margin-left:0px !important } 
.ccm-layout .last .ccm-layout-col-spacing { margin-right:0px !important } 

/* global error styles */
.ccm-error {font-weight: bold; color: #f00}
.ccm-required {font-weight: bold; color: #3975AD}

div#ccm-overlay {
	position: fixed;
	z-index:99;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	height:100%;
	width:100%;
	display: none;
} 

.ccm-input-time-wrapper select {width: 55px !important; margin-right: 4px !important;}
.ccm-input-date {width: 80px !important; margin-right: 4px !important;}


#pagination {
	padding-top: 48px;
}

div.ccm-pagination {
	clear: both;
	margin: 0 auto;
	text-align: center;
	font-size: 1.6rem;
}

div.ccm-pagination span a, div.ccm-pagination span span, div.ccm-pagination span strong, div.ccm-pagination span.ltgray {
	text-decoration: none;
	border: 2px solid #c3b06f;
	padding: .2em 1em;
	margin: .05em .25em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	font-weight: bold;
	font-size: 1em;
  min-width: 2.2em;
}

div.ccm-pagination a {
	text-decoration: none;
	color: #c3b06f;
  background: none;
  background-color: #fff;
}

div.ccm-pagination .currentPage strong, div.ccm-pagination span.ltgray {
	color: #fff;
	font-weight: bold;
	background: #c3b06f;
	border-color: #fff;
}

div.ccm-pagination span.ccm-page-left, div.ccm-pagination span.ccm-page-right {
	min-width: 4em;
}

div.ccm-pagination a:hover {
	background: #c3b06f;
	color: #fff;
}

div.ccm-pagination span.ccm-pagination-ellipses {
	color: #c3b06f;
  background-color: #fff;
}