/* File: /updates/concrete5.6.0.2/concrete/css/ccm.base.css */

/* 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;}


/* File: /packages/tony_popup/blocks/tony_popup/css/tony_popup.css */

.TonyPopup_wrap { display:none; position:absolute; left:0px;top:0px; width:100%; height:100%; z-index:100; overflow:visible } 
.TonyPopup_wrap .TonyPopup_throbber { background:url(/concrete/images/throbber-popup.gif) center no-repeat; margin:auto; width:100px; height:100px; top:200px; left:50%; margin-left:-50px; position:relative; z-index:11; opacity:1; filter: alpha(opacity=100); }
.TonyPopup_wrap .TonyPopup_pageWipe { position:absolute;left:0px;top:0px;width:100%;height:100%;opacity:.85;filter: alpha(opacity=85);background:#111; }
.TonyPopup_wrap .TonyPopup_box { display:block; position:relative; top:100px; width:90%; z-index:12; text-align:left; padding:0px; margin:auto; border:1px solid #ccc; background:#fff;opacity:1;filter: alpha(opacity=100); }
.TonyPopup_wrap .TonyPopup_box .TonyPopup_boxFooter { clear:both; font-size:1px; line-height:1px; }
.TonyPopup_wrap .TonyPopup_box .spacer { font-size:1px; line-height:1px; clear:both; }
.TonyPopup_wrap .TonyPopup_boxBodyWrap { width:auto; padding:0px; margin:0px /* ie6 bug fix */ }
.TonyPopup_wrap .TonyPopup_boxBody { position:relative; left:0px; top:0px; width:100%; height:auto; }
.TonyPopup_wrap .TonyPopup_popupLoadIndicator {z-index:11;position:absolute;left:50%;margin-left:-100px;top:20px;width:200px;text-align:center;display:none}
.TonyPopup_wrap .TonyPopup_box iframe {width:100%; height:100% !important; border:0px; overflow:hidden; overflow-x:hidden; overflow-y:hidden; }


.TonyPopup_wrap .TonyPopup_box .tonyPopup_close{
	position:absolute; 
	right:5px; 
	top:5px;
	width: 25px;
	height:18px;
	padding-right:2px;
	z-index:2;
}

.TonyPopup_wrap .TonyPopup_box .tonyPopup_close img{
	border: 0;
}

