﻿/*===================================================================*/
/*--- CSS2.1 by Shebang Websites: www.shebangwebsites.co.za ---------*/
/*===================================================================*/
/*--- Wrapper - Outer Div with 1px Border ---------------------------*/
.BG_wrapper {
}
/*--- Container Top - Styles the divs that make up the Title --------*/
.BG_tm {
	padding: 0px 10px 6px 10px;
	text-align: left;
}
/*--- Container Content Pane ----------------------------------------*/
.BG_cpane {
	padding: 0px 10px 15px 10px;
	margin-bottom: 15px;
	text-align: left;
}
/*--- Container Footer - Holds Action Icons -------------------------*/
.BG_icofooter {
	text-align: right;
	margin-bottom: 15px;
}
/*--- Container Title Text ------------------------------------------*/
.BG_ttl_text {
	font-size: 18px;
	color: #000;
}
.BG_ttl_text span {
	border-left: 3px #000000 solid;
	padding-left:15px;
	font-size: 18px;
	font-weight: normal;
	color: #000;
}
/*--- Edit Icon and Module Menu Styles - Keeps them aligned Left ---*/
.BG_actions {
	float: left;
}
.BG_icon {
	float: left;
}
/*--- Visibility ---------------------------------------------------*/
.BG_vis {
	margin: 0;
	float: right;
}
.BG_vis img {
	margin: 4px 0px 0px 10px;
}
.icn img {
	margin-right: 5px;
}
/*--- Clear Floats --------------------------------------------------*/
.BG_clear {
	clear: both;
}
/*--- Content Pane Text Styles - Overrides .Normal and <p> text -----*/
.BG_cpane p, .BG_cpane .Normal p {
	margin-top: 0px;
}
.BG_cpane .Normal, .BG_cpane .NormalDisabled {
}
.BG_cpane a:link, .BG_cpane a:active, .BG_cpane a:visited {
}
.BG_cpane a:hover {
}
/*--- Inline Edit Icons - Custom Styles -----------------------------*/
.eipbackimg {
	background-color: #dae7f2;
	border: solid 1px #000;
}
.ModuleTitle_MenuItem {
	margin-right: 5px;
}
/*===================================================================*/
/*--- END CONTAINER STYLES ------------------------------------------*/
/*===================================================================*/
