body {
	border:0;
	padding:0;
	margin:0;
	background-color: #EEFFCC;
	
	font-family : Verdana;
	font-size: 12pt;
}
#main {
	margin:1rem;
	display:flex;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

#collections {
	width:33%;
	padding-right:1rem;
	height:100%;
	overflow-y:auto;
}

#albums {
	width:67%;
	padding-left:1rem;
	overflow-y:auto;
}

.collectionItemDiv {
	margin-top:0.5rem;
	margin-bottom:0.5rem;
	width:100%;
}
.collectionItemSpan {
	cursor:pointer;
	text-decoration: none;
	width:100%;
}
.collectionItemDiv:hover {
	background-color: #FFAC9E;
}
.collectionItemDivSelected {
	background-color: #FF8775;
}



.albumItemDiv {	
	display:flex;
	border:1px solid #ccc;
	margin-right:3rem;
}
.albumItemDivAbsent {
	background-color: #FFAC9E;
	color: #ff0000;
}	
.albumItemDivAbime {
	background-color: #FFDB93;
}
.albumImageDiv {
	
}
.albumImage {
	width:10rem;
	display: block;
}
.albumContentDiv{
	padding-left:1rem;
}
.albumItemTitleSpan {
	color:#000;
	font-weight: bold;
}