body, html {
	background-color: #000000;
}

#absolutTop, #absolutBottom {
	background-color: #000000;
}

#content{
	background-color: #ffffff;
	min-height: 40em;
}

#absolutBottom {
	color: #bbbbbb;
}

#absolutTop.innerContainer {
}

nav {
	background-color: #f00000;
}

.img_16x16 {
	width:16px;
}

.img_20x20 {
	width:20px;
}

.img_24x24 {
	width:24px;
}

.img_30x30 {
	width:30px;
}

.img_32x32 {
	width:32px;
}

.img_40x40 {
	width:40px;
}

.img_48x48 {
	width:48px;
}

.img_64x64 {
	width:64px;
}

.img_128x128 {
	width:128px;
}

.img_256x256 {
	width:256px;
}

.img_512x512 {
	width:512px;
}

.img_1024x1024 {
	width:1024px;
}

.text_tsRed {
	color: #fd0000;
}


.sortable-list {
  list-style: none;
  padding: 0;
  width: 300px;
}
.sortable-list li {
  padding: 15px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: grab;
  user-select: none;
  transition: background-color 0.2s;
}
.sortable-list li.dragging {
  opacity: 0.5;
  background-color: #e0e0e0;
}