.AppSpace
{
	width				: 100%;
	height              : -moz-calc(100% - 50px); height: -webkit-calc(100% - 50px); height: calc(100% - 50px);
	background-color	: #efefef;
}
.AppSpaceNavigatorBody, .AppSpaceNavigatorBody[expanded="false"]
{
	height				: 100%;
	width				: 50px;
	float				: left;
	webkit-transition	: width 0.3s ease-in-out;
	-moz-transition		: width 0.3s ease-in-out;
	-o-transition		: width 0.3s ease-in-out;
	transition			: width 0.3s ease-in-out;	
	overflow			: hidden;
}
.AppSpaceNavigatorBody[expanded="true"]
{
	width				: 300px;
}
.AppSpaceBody
{
    width 				: auto;
    height 				: 100%;
    overflow			: hidden;
}