/* Automatically included across all of c5 - use this file gingerly */
img.ccm-captcha-image {display: block}
.fiveone{color:#515151; margin-top:6px;}

/* clear and pagination styles */
*.ccm-spacer {clear: both}
div.ccm-pagination { text-align:center; position: relative}
div.ccm-pagination span.ccm-page-right {position: absolute; top: 0px; right: 0px;}
div.ccm-pagination span.ccm-page-left {position: absolute; top: 0px; left: 0px}


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

div#ccm-overlay {
	position: fixed;
	z-index:101;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	height:100%;
	width:100%;
	display: none;
}
div#menu-overlay {
	position: fixed;
	z-index:2203;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	height:50px;
	width:100%;
	display: none;
}