/*--- Whole Mind Planning ---*/

#middle_content_main p {
	padding:0 160px 10px 0;
}
span {
	color:#4a004e;
	font-weight:bold;
}
/*--- Whole Mind Panels Styles ---*/
Panels_wrap {
	margin: 0px;
	padding: 0px;
	float: left;
	height:auto;
	width: 100%;
}
.PanelsTabGroup {
	margin: 20px 40px 0 0;
	padding: 0px;
	width:250px;
	height:250px;
	float:right;
	display:inline;
}
.PanelsTab {
	height:125px;
	width:125px;
	display:block;
	float: left;
	padding:0px;
	margin:0px;
	list-style: none;
	/*-moz-user-select: none;
	-khtml-user-select: none;*/
	cursor: pointer;
}
.inv {
	height:0;
	width:0;
}
.colour {
	opacity: .0;
	filter: alpha(opacity=0);
}
.yell_grey {
	background:url(../../wholemind_assets/yellow_seg_grey.jpg);
	background-repeat:no-repeat;
}
.blue_grey {
	background:url(../../wholemind_assets/blue_seg_grey.jpg);
	background-repeat:no-repeat;
}
.red_grey {
	background:url(../../wholemind_assets/red_seg_grey.jpg);
	background-repeat:no-repeat;
	float:right;
}
.green_grey {
	background:url(../../wholemind_assets/green_seg_grey.jpg);
	background-repeat:no-repeat;
}
.PanelsTabHover {
	background-color: #FFF;
}
.PanelsTabSelected {
	background-color: #FFF;
}
.PanelsTab a {
	color: black;
	text-decoration: none;
}
.PanelsContent {
	float:left;
	background-color: #EEE;
	width:275px;
	height:300px;
}
/*--- Discover EDGE ---*/

#disc_edge {
	width:580px;
	min-height:69px;
	background:url(../../assets/disc_edge_strip.jpg) top left no-repeat;
	background-color:#4a004e;
	float:left;
	margin-top:20px;
}
#disc_edge p {
	color:#FFF;
	font-weight:bold;
	padding:15px 10px 10px 275px;
}
#disc_edge a {
	color:#FFF;
	
}
