/* ----------- General List Settings CSS ----------- */

#menu {
    list-style: none;
    padding: 0;
    margin-left:-15px;
}

.clear {
    clear: both;
}

.list-indent {
	margin:12px;
}

ul#list-default li {
    list-style: square outside;
    margin-left: 20px;
    padding-left: 0;
		cursor: default;
}

ol#list-default2 li {
    list-style: decimal outside;
    margin-left: 10px;
    padding-left: 0;
		cursor: default;
}

ol#list-default3 li {
    list-style: lower-alpha outside;
    margin-left: 10px;
    padding-left: 0;
		cursor: default;
}

ul#collapsing-nav li a {
	line-height:140%;
	text-indent:0px;
	/* background-position: 1px 8px; */
	padding-left: 15px;
	background-repeat: no-repeat;
	background-image: url('../images/bullet.png');
	background-position:0 .4em;
	color:#005699;
	text-decoration:none;
}

ul#collapsing-nav li a:hover {
	line-height:140%;
	text-indent:0;
	/* background-position: 1px 8px; */
	padding-left: 15px;
	background-repeat: no-repeat;
	background-image: url('../images/bullet.png');
	background-position:0 .4em;
	color:#2f88ce;
	text-decoration:none;
}

body.enhanced ul#collapsing-nav span {
	background-repeat: no-repeat;
	background-image: url('../images/bullet-arrow.png');
	background-position:0 .3em;
	/*font-weight:bold;*/
	color:#e66c1f;
	text-decoration:none;
}

body.enhanced ul#collapsing-nav span:hover {
	background-repeat: no-repeat;
	background-image: url('../images/bullet-arrow.png');
	background-position:0 .3em;
	/*font-weight:bold;*/
	color:#f0ab80;
	cursor: default;
	text-decoration: none;
}

body.enhanced ul#collapsing-nav li.selected span,
body.enhanced ul#collapsing-nav li.selected span:hover {
	color: #e66c1f;
	cursor: default;
	text-decoration: none;
}

/* ----------- Expandable List CSS ----------- */

#listContainer{
  margin-top:15px;
}

#expList ul, li {
    list-style: none;
    margin:0;
    padding:0;
    cursor: pointer;
}
#expList p {
    margin:0;
    display:block;
}
#expList p:hover {
    background-color:#121212;
}
#expList li {
    line-height:140%;
    text-indent:0px;
    /* background-position: 1px 8px; */
    padding-left: 15px;
    background-repeat: no-repeat;
    background-image: url('../images/bullet.png');
		background-position:0 .4em;
}
#expList li.blank-list {
    line-height:140%;
    text-indent:0px;
    /* background-position: 1px 8px; */
    padding-left:15px;
    background-image:none;
}

/* Collapsed state for list element */
#expList .collapsed {
    background-image: url('../images/collapsed.png');
		background-position:0 .4em;
}
/* Expanded state for list element
/* NOTE: This class must be located UNDER the collapsed one */
#expList .expanded {
    background-image: url('../images/expanded.png');
		background-position:0 .4em;
}
#expList {
    clear: both;
}

.listControl{
  margin-bottom: 15px;
}
.listControl a {
    border: 1px solid #555555;
    color: #555555;
    cursor: pointer;
    height: 1.5em;
    line-height: 1.5em;
    margin-right: 5px;
    padding: 4px 10px;
}
.listControl a:hover {
    background-color:#555555;
    color:#222222; 
    font-weight:normal;
}