/*
	List Expander 
*/
.listexpander{width:100%;}
.listexpander, .listexpander ul, .listexpander li{
	margin:0;
	padding:0;
	list-style:none;
	cursor: auto;
}
.listexpander ul{
	/*
	Uncomment this if you want to initially hide the child lists. 
	If you do, Javascript disabled and CSS enabled browsers will not be able to use this list.
	display:none;
	*/ 
}

.listexpander li{
	line-height:200%;
	margin:1px 0 0 25px;
	cursor:default;
	font-weight:bold;
	width:92%;
	/*text-indent:30px;*/
}

#aspect_eperson_CollectionApproval_list_parentList li, #aspect_eperson_CollectionApproval_list_parent li {
	text-indent: 0px;
} 

.listexpander li fieldset.ds-checkbox-field {
	padding-left: 18px;
}

.listexpander li.collapsed, .listexpander li.expanded{cursor:pointer; clear: both;} 

/* first level */

.listexpander li, .listexpander li.collapsed{background:#D1DAEF url(images/list/collapsed.gif) no-repeat 5px .4em;} 
.listexpander li.expanded{background:#D1DAEF url(../images/list/expanded.gif) no-repeat 5px .4em;}

/* second level */

.listexpander li ul, .listexpander li li{background:#eef2fc;font-weight:normal;padding-left: 21px;}
.listexpander li li.collapsed{background:#eef2fc url(../images/list/collapsed.gif) no-repeat 5px .4em;} 
.listexpander li li.expanded{background:#eef2fc url(../images/list/expanded.gif) no-repeat 5px .4em;}

/* third level */

.listexpander li li ul, .listexpander li li li{background:#f3f6fd;}
.listexpander li li li.collapsed{background:#f3f6fd url(../images/list/collapsed.gif) no-repeat 5px .4em;} 
.listexpander li li li.expanded{background:#f3f6fd url(../images/list/expanded.gif) no-repeat 5px .4em;}

/* fourth level */

.listexpander li li li ul, .listexpander li li li li{background:#f9fbff;}
.listexpander li li li li.collapsed{background:#f9fbff url(../images/list/collapsed.gif) no-repeat 5px .4em;}
.listexpander li li li li.expanded{background:#f9fbff url(../images/list/expanded.gif) no-repeat 5px .4em;}

/* fifth level */

.listexpander li li li li ul, .listexpander li li li li li{background:#FFFFFF;}
.listexpander li li li li li.collapsed{background:#FFFFFF url(../images/list/collapsed.gif) no-repeat 5px .4em;}
.listexpander li li li li li.expanded{background:#FFFFFF url(../images/list/expanded.gif) no-repeat 5px .4em;}

/* sexth level */

.listexpander li li li li li li{text-indent:0;margin-left:30px;width:auto;}

/* etc. */

/* buttons */

p.listexpander{
	height:1.5em;
	margin:1em 0;
}
p.listexpander a{
	float:left;
	height:1.5em;
	line-height:1.5em;
	padding:0 10px;
	border:1px solid #EEE;
	margin-right:5px;
	cursor:pointer;
}
p.listexpander a:hover{
	background:#f8f8f8;
}

.alphabet {
	padding-left: 10px;
	padding-top: 0px;
	margin: 5px 0px 0px 0px;
	text-align: center;
}

.alphabet li {
	list-style: none;
	display: inline;
	margin-right: 5px;
	font-weight: 200;
}

.alphabet a {
	font-weight: 600;
	background-color: inherit;
}

.alphabet a:hover {
	font-weight: 600;
	background-color: inherit;
}

.horizontal {
	font-weight: bold;
	list-style-type: none;
	border-bottom: 1px solid rgb(240, 240, 210);
	border-left: 1px solid white;
	border-right: 1px solid white;
	margin: 0 -1px 10px;
	width: inherit;
	float: left;
}

.horizontal li {
	float: left;
	height: 21px;
	background-color: #C7E1F2;
	margin: 2px 2px 0px 2px;
	border: 1px solid rgb(240, 240, 210);
}


.horizontal a {
	float: left;
	display: block;
	text-decoration: none;
	padding: 4px 13px;
	color: #fff;
}

.horizontal a:hover { background: white; text-decoration: none; color: #C7E1F2;}

.horizontal li span.bold a {
	border-bottom: 1px solid white;
	background-color: white;
}

.horizontal li span.bold a { color: #336699; }

/* float fix */
.listexpander li:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.listexpander li{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .listexpander li{
	height: 1%;
}
.listexpander li{
	display: block;
}

li #N100DC {
	padding-left: 5px;	
}
/* End hide from IE-mac */
/* end float fix */
