#main-content .wym_skin_default ul {
	margin: 0;
	list-style-type: none;
}

/* Admin Options */
.admin-controls
{
	float: right;
	padding: 7px 0 0;
}

/* List View */
.list-view {
	
}

/* List Header */
.list-header {
	position: relative;
	padding: 5px 0;
	border: solid #ccd7e0;
	border-width: 0 0 1px 0;
}
.list-header .name {
	font-weight: bold;
}
.list-header .summary {
	position: absolute;
	left: 450px;
	font-weight: bold;
}
.list-header .options {
	position: absolute;
	right: 5px;
}

/* List Item */
.list-item {
	position: relative;
	padding: 5px 0;
	border: solid #ccd7e0;
	border-width: 0 0 1px 0;
}
.list-item .name a:link, .list-item .name a:visited {
	padding: 0 0 0 7px;
	text-decoration: none;
	color: #362f2b;
}
.list-item .name a:hover, .list-item .name a:active {
	text-decoration: underline;
}
.list-item .name a.icon-folder {
	padding-left: 30px;
	background: url('insight-exhibits/icon-folder.png') no-repeat 7px center;
}
.list-item .summary {
	position: absolute;
	left: 450px;
	color: #aaa;
}
.list-item .options {
	position: absolute;
	right: 5px;
}

/* Box List Items */
.list-item.box {
	position: relative;
	margin: 10px 0;
	padding: 10px;
	border: solid #ccc;
	border-width: 1px;
	background: #eee;
}
.list-item.box .controls {
	position: absolute;
	top: 10px;
	right: 10px;
}
.list-item.people.box .image {
	float: left;
	margin: 5px 0 0 10px;
	border: 1px solid #999;
}
.list-item.people.box .description {
	float: right;
	padding-right: 25px;
	width: 670px;
}

/* Image List Items */
.list-item.image {
	position: relative;
	float: left;
	margin: 10px;
	padding: 7px 7px 28px;
	border: solid #ccc;
	border-width: 1px;
	background: #eee;
}
.list-item.image .options {
	position: absolute;
	bottom: 0px;
	right: 8px;
	padding: 5px;
}
.list-item.image img {
	height: 160px;
	width: 240px;
}
.list-item.image.portrait {
	margin-right: 20px;
}
.list-item.image.portrait img {
	height: 160px;
	width: 120px;
}