.masterContainer {
	height: calc(100% - 35px);
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
	margin-top: 20px;
}

	#masterContainer div.masterBox	{
		border-bottom-style:solid;
		border-color: #52ba1f;
		border-bottom-width: 5px;
		margin-top: 0px;
		height: calc(100% - 5px);
	}
	
	.masterFooter	
	{
		/*clear:both;*/
		position:absolute;
		bottom:20px;
		left:0;
		height:5px;
		background-color:#52ba1f;
		display: inline-block;
	}

	#innerContainer	{
		border-width: 0 1px;
		border-color: #17ae50;
		border-style: solid;
		background-color:White;
	}

	.innerContainer
	{
		height: calc(100% - 76px);
	}

	.innerContainerPopupWindow {
		height: 100%;
	}
	
	#innerContainer div.innerBox {
		position:relative;
		margin:  0 15px;
		border-style: solid;
		border-width: 1px;
		border-bottom:none;
		border-color: #7eccda;
		height: 100%;
	}
	
	#DashboardWithLeftDivMasterBody	#treeNavigation {
		border-right:1px solid #b8b8b8;
		height:100%;
		width: 180px;
		/* position:absolute; */
		/* left:0; */
		/* top:0; */
		float:left;
	}

	#DashboardWithLeftDivMasterBody	#mainContent {
		position: relative;
		float:left;
	}

	#DashboardWithLeftDivMasterBody	.mainContent {
		width: calc(100% - 181px);
		height: 100%;
	}

	#DashboardWithLeftDivMasterBody	.mainContentPopupWindow {
		width: 100%;
		height: calc(100% - 14px);
	}
	
	#divSubTitle {
		font-size: 9px;
		float:right;
		padding-right:15px;
	}
	
	.mainarea {
		height: 100%;
		overflow: hidden;
	}
    
    #divNoHeaderMaster, #bodyNoHeaderMaster
    {
    	background-color:White;
    }
    
    .AdminFooter {
		font-size: 10px;
		margin-left:20px;
	}

.masterContainerPopupWindow {
	height: 100%;
	overflow: hidden;
}

.innerBoxPopupWindow {
	position: relative;
	border-style: solid;
	border-width: 1px;
	border-bottom: none;
	border-color: #7eccda;
	height: 100%;
}
	