/* chl2_w_compactEvent.css */

/* Styles for the comment widget. This file relies on core.css */

/*
Usage:
<div class="chl2_w_compactEvent chl2_panel">
	<div class="chl2_wrapper">
		<div class="chl2_header"></div>
		<div class="chl2_body">
			<div class="chl2_rowCollection chl2_2Column">
				<div class="chl2_row">
					<div class="chl2_columnCollection">
						<div class="chl2_left">
							<div class="chl2_rowCollection  chl2_2Column">
								<div class="chl2_row">
									<div class="chl2_columnCollection">
										<div class="chl2_left">
											IMAGE
										</div>
										<div class="chl2_right">
											[content...]
										</div>
										<div class="chl2_clear"></div>
									</div>
								</div>
							</div>
						</div>
						<div class="chl2_right">
							<div class="chl2_rowCollection">
								<div class="chl2_row">
									[content...]
								</div>
								<div class="chl2_row">
									[content...]
								</div>
								<div class="chl2_row chl2_last">
									<a class="chl2_action" href="#">Events Calendar</a>
								</div>
							</div>
						</div>
						<div class="chl2_clear"></div>
					</div>
				</div>
			</div>
		</div>
		<div class="chl2_footer"></div>
	</div>
</div>
*/

.chl2_w_compactEvent {

}

.chl2_w_compactEvent .chl2_rowCollection {
	margin:0;
}

.chl2_w_compactEvent .chl2_row {
	border-top:none;
}

.chl2_w_compactEvent .chl2_rowCollection .chl2_left {
	width:48.75%;
}

.chl2_w_compactEvent .chl2_rowCollection .chl2_right {
	width:48.75%;
}

.chl2_w_compactEvent .chl2_columnCollection {
	background:url('../../images/chl_2Column.gif') repeat-y 50% top;
}

.chl2_w_compactEvent .chl2_left .chl2_rowCollection {
	border:none;
}

.chl2_w_compactEvent .chl2_left .chl2_columnCollection .chl2_left {
	width:28.75%;
}

.chl2_w_compactEvent .chl2_left .chl2_columnCollection .chl2_right {
	width:68.75%;
}

.chl2_w_compactEvent .chl2_columnCollection .chl2_columnCollection {
	background-image:none;
}

.chl2_w_compactEvent .chl2_right .chl2_rowCollection {
	border:none;
}

.chl2_w_compactEvent .chl2_right .chl2_row {
	padding:0.25em 0.5em;
}
