﻿
/********************/
/* EXPANDABLE LIST  */
/********************/
.listContainer{
  margin-top:15px;
}

.expList, .expList ul, .expList 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: 2px 6px;
    padding-left: 15px;
    background-repeat: no-repeat;
}

/* Collapsed state for list element */
.expList .collapsed {
    background-image: url(../img/collapsedw.png);
}
/* Expanded state for list element
/* NOTE: This class must be located UNDER the collapsed one */
.expList .expanded {
    background-image: url(../img/expandedw.png);
}
.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;
 
}

/* ------------------------------/ ee/ ---------------------------------*/

.eexpList, .eexpList ul, .eexpList li, .eexpList ul li {
    list-style: none;
    margin:0;
    padding:0;
    cursor: pointer;
    line-height:140%;
}
.eexpList p {
    margin:0;
    display:block;
}

.eexpList {
    clear: both;
}


/*------------------------------//-------------------------------------- */


.nlistContainer{
  margin-top:15px;
}

.nexpList, .nexpList ul, .nexpList li {
    list-style: none;
    margin:0;
    padding:0;
    cursor: pointer;
}
.nexpList p {
    margin:0;
    display:block;
}
.nexpList p:hover {
    background-color:#121212;
}
.nexpList li {
    line-height:140%;
    text-indent:0px;
    background-position: 2px 6px;
    padding-left: 15px;
    background-repeat: no-repeat;
}

/*------------------------------//-------------------------------------- */


.texpList, .texpList ul, .texpList li {
    list-style: none;
    margin:0;
    padding:0;
    cursor: pointer;
}
.texpList p {
    margin:0;
    display:block;
}

.texpList li {
    line-height:140%;
    text-indent:0px;
    background-position: 2px 6px;
    padding-left: 25px;
    background-repeat: no-repeat;
}

