.enlarge {
	z-index:	100;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.camera {
	z-index:	100;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.cameraScene {
	z-index:	100;
	position: absolute;
	bottom: 50px;
	right: 0px;
}

.storageBox {
	width:90%;
	overflow:auto; 
	clear:right;
}

.invDiv, .boxDiv, .expDiv {
	border-style: solid;
	border-width: 1px;
	border-color: black;
}


.editDiv {
	background-color: #e4e3e4;
}

.invDiv {
	background-color: #b9dcee;
}

.boxDiv {
	background-color: cornsilk;
}

.expDiv	{
	background-color: #dbcbeb;
}

.expandIcon, .collapseIcon, .parentBox, .childBox {
	float:left;
	width: 150px;
	height: 90px;
}

.parentBox {
	background-image: url("/msp/images/statusicons/folder_blue_up_150x90.png");
}

.childBox {
	background-image: url("/msp/images/statusicons/folder_purple_down_150x90.png");
}

.expandIcon {
	background-image: url("/msp/images/statusicons/folder_expand_3_150.png");
}

.collapseIcon {
	background-image: url("/msp/images/statusicons/folder_collapse_3_150.png");
}

.memberImage {
	position:relative;
	float:left;
	height: 90px;
	vertical-align: bottom;
	margin: 3px;
}

.noneOwned, .otherBox, .currentBox, .childLink {
	border-style: dashed;
	border-width: 2px;
}

.noneOwned {
	border-color: black;
}

.otherBox {
	border-color: red;
}

.currentBox {
	border-color: white;
}

.childLink {
	border-color:grey;
}
