html, body{
    font-size: 10pt;
    font-family: verdana;
	height:100%;
	width:100%; 
	margin:0;
	padding:0;
	/*overflow: auto;*/
	background-color:#e6e6e6;
	/*background:#f4f4f4 url("/bundles/moxadmin/images/header_bg.png");*/
}

img {
	border-style: none;
}

.alpha {
	/* Fallback for web browsers that doesn't support RGBa */
	/*background-color: rgb(199, 213, 171);*/
	/* RGBa with opacity on last digit */
	/*background-color: rgba(199, 213, 171, 0.6);*/
	background-color:transparent;
	/* For IE 5.5 - 7*/
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);*/
	/* For IE 8*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";*/
}

#moxMenu{
	height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 3; /* Stay on top */
    top: 0;
    left: 0;
    /*background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-bottom: 60px; /* Place content 60px from the top */
    /*transition: 0.5s;*/ /* 0.5 second transition effect to slide in the sidenav */
    background-color:#e6e6e6;
	/*background:#f4f4f4 url("/bundles/moxadmin/images/header_bg.png");*/
	border-right:1px solid #666;
}

#moxTree{
/*float:left;width:20%;height:100%;border-top:solid 1px #A4C639;*/
	width:100%;
	padding-top:18px;
	margin-bottom:150px;
}

#moxNavStyle{
	/*float:left;*/
	margin:0px 5px 0px 0px;
	text-align:center;
	display:inline-block;
}

.header_container {
	display:table;
	width:100%;
	padding: 5px;
	/*text-align:center;*/
	background-color:#666;
	position:fixed;
	z-index:1;
}

.header_container .indexActionButton {
	margin:0px 5px 0px 0px;
}

.header_left {
	display:table-cell;
	width: auto;
}

#moxContent{	/*Contains toolbar and horizontal splitter*/
	/*transition: margin-left .5s;*/
	padding-bottom: 20px;
	/*
	float:right;
	
	height:100%;
	overflow:auto;
	*/
	/*width:99.9%;*/
}
#moxContentContainer{
	padding-left:25px;
	padding-right:25px;
	/*padding-top:10px;*/
	padding-top:95px;
	padding-bottom:150px;
	text-align:center;
}

