html, body {
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: sans-serif;
	color: #fff;
	font-size: 12px;
	background-color: #333;
	overflow: hidden;
}
a {
	color: #8BF;
}
#header {
	height: 24px;
	padding: 4px 10px;
	position: relative;
}
#header h1 {
	margin: 0;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	font-family: sans;
	margin-right: 20px;
}
#header #utility-links {
	position: absolute;
	right: 10px;
	bottom: 4px;
	font-size: 11px;
}
#main-links {
	border-top: 1px solid #191919;
	padding: 10px;
}
#main-links ul {
	list-style:none;
	margin:0;
	padding:0;
}
#main-links li {
	float: left;
	margin-right: 10px;
}
#main {
	
}
#footer {
	clear: both;
	height: 14px;
	padding: 4px 10px;
	font-size: 11px;
	position: relative;
}
#footer #powered-by {
	position: absolute;
	right: 10px;
	bottom: 4px;
	font-size: 11px;
}
#page-list {
	height: 80px;
	padding: 10px;
	overflow-x: auto;
	white-space: nowrap;
	text-align: center;
}
#page-list .page {
	border: 1px solid #555;
	background-color: #444;
	position: relative;
	display: inline-table;
	padding: 2px;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	vertical-align: middle;
	text-align: center;
}
#page-list .page img {
	
}
#page-list .page div {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	opacity: .75;
	font-weight: bold;
}
#column {
	float: left;
	width: 200px;
	position: relative;
	border: 1px solid #191919;
	border-left: none;
	border-right: none;
	background-color: #444;
}
#column .section {
	padding: 10px;
}
#column #assets {
	overflow-y: auto;
}
#column .asset {
	border: 1px solid #333;
	background-color: #555;
	position: relative;
	display: inline-table;
	padding: 2px;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
	text-align: center;
}
#column-links {
	padding: 4px 10px;
	cursor: default;
}
#column-links .selected {
	color: #fff;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
}
#column-properties {
	position: absolute;
	bottom: 0px;
	padding: 4px 10px;
	border-top: 1px solid #191919;
	white-space: nowrap;
}
.vertical, .horizontal {
	overflow: hidden;
	float: left;
}
.separator {
	border: 1px solid #191919;
	background-color: #333;
}
.separator.horizontal {
	height: 4px;
	border-right: none;
	border-left: none;
	cursor: row-resize;
}
.separator.vertical {
	float: left;
	width: 4px;
	border-top: none;
	border-bottom: none;
	cursor: col-resize;
}
#documents {
	float: left;
	position: relative;
	background-color: #666;
	border: 1px solid #191919;
	border-left: none;
	border-right: none;
	overflow: auto;
}
#documents #size {
	width: 2000px;
	height: 2000px;
}

