/*======================================================================*/
/*=== CNT_BANNER.CSS - Designed by Jon Edwards =========================*/
/*--- Only to be used for the banner text on Homepage ------------------*/
/*======================================================================*/
/*--- Outer Wrapper ----------------------------------------------------*/
.cnt_bannertext_wrpr {
	margin-bottom: 20px;
}
/*--- Content Pane -----------------------------------------------------*/
.cnt_bannertext_cpane {
	padding: 0;
	text-align: left;
	clear: both;
}
/*--- Footer - Action Icons Wrapper ------------------------------------*/
.cnt_bannertext_ftr {
	text-align: right;
	clear: both;
}
/*--- Overcome dark BG for CommandButton Actions ---*/
div.cnt_bannertext_ftr span {
	background-color: #3d3d3d;
	padding: 3px;	
}
div.cnt_bannertext_ftr span a.CommandButton, div.cnt_bannertext_ftr span a.CommandButton:link {
	color: #fff;
}
div.cnt_bannertext_ftr span a.CommandButton:hover {
	color: #008fba;
}
/*--- Title Wrapper Selectors ------------------------------------------*/
.cnt_bannertext_actions {
	float: left;
}
.cnt_bannertext_ttl {
	float: left;
}
.cnt_bannertext_ttl h2 {
	float: left;
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	margin: 0 0 25px 0;
}
.cnt_bannertext_ttl h2 span {
	font-size: 26px;
	color: #fff;
	font-weight: normal;
}
.icn img {
	margin-right: 5px;
}
/*--- Content Pane Text Overwrites - e.g. .Normal and <p> text ---------*/
/*NONE*/
/*--- For the inline edit icon -----------------------------------------*/
.eipbackimg {
	background-color: #dae7f2;
	border: solid 1px #000;
	margin-left: 40px;
}
.ModuleTitle_MenuItem {
	margin-right: 5px;
}
/*----------------------------------------------------------------------*/
/*=== END CNT_BANNER.CSS -----------------------------------------------*/
/*======================================================================*/

