/*
List Expander
*/

.listexpander{font: 0.9em/1.0em "lucida grande", verdana, sans-serif;}
.listexpander, .listexpander ul, .listexpander li{
margin:0;
text-indent: 25px;
padding:0;
list-style:none;
}

.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:120%;
margin-top:1px;
cursor:default;
font-weight:bold;
width:100%;
}

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

/* first level */

.listexpander li, .listexpander li.collapsed{background:#eee url(expandcollapse.png) no-repeat 2px -1px;}
.listexpander li.expanded{background:#fff url(expandcollapse.png) no-repeat 2px -18px;}

/* second level */

.listexpander li ul, .listexpander li li {width: 99.8%; text-indent: 50px; background:#fff;font-weight:normal;}
.listexpander li ul {text-indent: 25px;}
.listexpander li li.collapsed{background:#eee url(expandcollapse.png) no-repeat 25px -1px;}
.listexpander li li.expanded{font-weight: bold; background:#fff url(expandcollapse.png) no-repeat 25px -18px;}
.listexpander ul table, .listexpander li table {padding-left: 25px; background:#fff;font-weight:normal;}


/* third level */

.listexpander li li ul, .listexpander li li li {text-indent: 50px; background:#fff;}
.listexpander li li li.collapsed{background:#eee url(expandcollapse.png) no-repeat 50px -1px;}
.listexpander li li li.expanded{background:#fff url(expandcollapse.png) no-repeat scroll 50px -18px;}
.listexpander ul table, .listexpander li table {padding-left: 25px; background:#fff;font-weight:normal;}


/* fourth level */

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

/* etc. */
.listexpander li.bullet {
list-style-type: none;
margin: 1px 0px;
padding: 0 .4em 0 13px;
line-height: 1.2em;
background: url(/images/icons/application_add.gif) no-repeat 25px 2px; }

.listexpander h3{
font-family: Helvetica, Arial, sans-serif;
font-size: 1em;
color: #333;
padding: 1px;
font-weight: bold;
line-height: 1.2em;
text-transform: uppercase;}

/* buttons */

p.listexpander{
height:1.2em;
margin:1em 0;
}
p.listexpander a{
height:1.2em;
line-height:1.2em;
padding:2px 15px;
border:1px solid #eee;
font-weight:bold;
margin: 5px;
cursor:pointer;
text-decoration: none;
text-align: center;
text-indent: 0px;
}
p.listexpander a:hover{
background:#f8f8f8;
}

/* 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;
}
/* End hide from IE-mac */
/* end float fix */
