/*======================================================================*/
/*=== CNT_NOTITLE.CSS - Designed by Jon Edwards ========================*/
/*--- Container has no Title Control and will not display a title ------*/
/*======================================================================*/
/*--- Controls / DNN Module Menu Wrapper -------------------------------*/
.cnt_notitle_controls {
	text-align: left;
}
/*--- Content Pane -----------------------------------------------------*/
.cnt_notitle_contentpane {
	padding: 0px;
	margin-bottom: 15px;
}
/*--- Footer - Action Icons Wrapper ------------------------------------*/
.cnt_notitle_footer {
	text-align: right;
	clear: both;
}
/*--- Adds margin below module when in Edit Mode ---*/
div.cnt_notitle_contentpane span span {
	padding-bottom: 15px;
	display: inline-block;
}
/*--- For the inline edit icon -----------------------------------------*/
.eipbackimg {
	background-color: #c0c0c0;
	border: solid 1px #3d3d3d;
	margin: 20px 0 0 20px;
}
/*----------------------------------------------------------------------*/
/*=== END CNT_NOTITLE.CSS ----------------------------------------------*/
/*======================================================================*/

