﻿/*===================================================================*/
/*--- CSS2.1 by Shebang Websites: www.shebangwebsites.co.za ---------*/
/*===================================================================*/

/*--- Wrapper - Outer Div with 1px Border ---------------------------*/
.grey01_wrapper {
	border: 1px #e1e1e1 solid;
	margin-bottom: 15px;
}
/*--- Container Top - Styles the divs that make up the Title --------*/
.grey01_tm {
	background-image: url('grey01_tm.gif');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #333;
	padding: 10px 10px 8px 10px;
	text-align: left;
}
/*--- Container Content Pane ----------------------------------------*/
.grey01_cpane {
	background-image: url('wht01_shdw.gif');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #fff;
	padding: 15px 9px 10px 9px;
	text-align: left;
}
/*--- Container Footer - Holds Action Icons -------------------------*/
.grey01_icofooter {
	text-align: right;
	margin-bottom: 15px;
}
/*--- Container Title Text ------------------------------------------*/
.grey01_ttl_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.grey01_ttl_text span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
/*--- Edit Icon and Module Menu Styles - Keeps them aligned Left ---*/
.grey01_actions {
	float: left;
}
.grey01_icon {
	float: left;
}
/*--- Visibility ---------------------------------------------------*/
.grey01_vis {
	margin: 0;
	float: right;
}
.grey01_vis img {
	margin: 4px 0px 0px 10px;
}
.icn img {
	margin-right: 5px;
}
/*--- Clear Floats --------------------------------------------------*/
.grey01_clear {
	clear: both;
}
/*--- Content Pane Text Styles - Overrides .Normal and <p> text -----*/
.grey01_cpane p, .grey01_cpane .Normal p{
	margin-top: 0px;
}
.grey01_cpane .Normal, .grey01_cpane .NormalDisabled {
}
.grey01_cpane a:link, .blk10_cpane a:active, .grey01_cpane a:visited {
}
.grey01_cpane a:hover {
}
/*--- Inline Edit Icons - Custom Styles -----------------------------*/
.eipbackimg {
	background-color: #dae7f2;
	border: solid 1px #000;
}
.ModuleTitle_MenuItem {
	margin-right: 5px;
}
/*===================================================================*/
/*--- END CONTAINER STYLES ------------------------------------------*/
/*===================================================================*/



