/*
	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;} 

/* first level */

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

/* second level */

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

/* third level */

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

/* fourth level */

.listexpander li li li ul, .listexpander li li li li{background:#F4F4F4;}
.listexpander li li li li.collapsed{background:#F4F4F4 url(../images/collapsed.gif) no-repeat 5px .4em;}
.listexpander li li li li.expanded{background:#F4F4F4 url(../images/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/collapsed.gif) no-repeat 5px .4em;}
.listexpander li li li li li.expanded{background:#FFFFFF url(../images/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;
	color: rgb(100, 100, 50);
	background-color: inherit;
}

.alphabet a:hover {
	font-weight: 600;
	color: rgb(150, 150, 50);
	background-color: inherit;
}

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

.horizontal li
{
float: left;
height: 21px;
background-color: #EEE;
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: #999;
}

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

.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 */

