/********************/
/* GENERAL SETTINGS */
/*******************
body {
    
    font-size: 16px;
}

#menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
*/
.clear {
    clear: both;
}


/********************/
/* EXPANDABLE LIST  */
/********************/
#expList ol, #expList ul, #expList li
 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	text-align: left;
}
#listContainer{
  margin-top:15px;
}

#expList ul, #expList li {
    list-style: none;
    margin:0;
    cursor: pointer;
}
#expList p {
    margin:0;
    display:block;
}

#expList li {
    line-height:40px;
    
    background-position: 1px 8px;
    padding-left: 40px;
    background-repeat: no-repeat;
	
}

#expList li:hover{
	background-color:rgba(45,18,174,0.1);
}


/* Collapsed state for list element */
#expList li.collapsed {
    background-image: url(../images/plus.png);
	background-size:22px 22px;
	vertical-align:top;
}

.orghilite
{
	position:relative;
	float: right;
	text-align:right;
	top:10px;
}
/* Expanded state for list element
/* NOTE: This class must be located UNDER the collapsed one */
#expList li.expanded {
   background-image: url(../images/minus.png);
   background-size:22px 22px;
   vertical-align:top;
  
}

#icon {
	position:relative;
	display:inline-block;
	width:22px;
	height:34px;
	top:-5px;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
}

#icon:hover {
	background-image: url(../images/minus.png);
}
#expList {
    clear: both;
}

li.col1{
background-color: #ff0000;
}

li.col0{
background-color: #ff00ff;
}

.listControl{
  margin-bottom: 15px;
}
.listControl a {
    border: 1px solid #555555;
    color: #555555;
    height: 1.5em;
    line-height: 1.5em;
    margin-right: 5px;
    padding: 4px 10px;
}
.listControl a:hover {
   
    color:#222222; 
    font-weight:normal;
}
td {
padding:2px 0 0 5px;
}
.org_td{
background-color: #E1E6F0;
text-align: right;
}
.lyellow
{
background-color: #F2F5A9;
}