﻿ul.jxList {
  /* needs to be explicitly positioned so that the closeImg is positioned properly */
  position: relative;
  display: block;
  margin: 0px;
  padding: 0px;
  border: none;
  list-style-type: none;
}

ul.jxList li {
  /* needs to be explicitly positioned so that the closeImg is positioned properly */
  position: relative;
  display: block;
  margin: 0px;
  padding: 0px;
  border: none;
  height:20px;
}

ul.jxList li a {
  /* needs to be explicitly positioned so that the closeImg is positioned properly */
  position: relative;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  padding: 0;
 padding-left:24px;
  /* this value needs to be the height of it's parent
     minus it's own margin, padding and border values */ 
  line-height:20px;
  /* height needs to be set for IE.  Same value as line height. */
  height: 20px;
  color: #000;
  background-position: 2px 2px;
  background-repeat: no-repeat;
  
}

ul.jxList li a:hover {
  background-color: #E1EDFA; 
  /*background-color: #ffffcc; */
}

ul.jxList li.selected a {
  font-weight: bold;
  background-color: #AFD4FA;
  /*background-color: #ddffaa; */
}

ul.jxList li.modified a {
  color: red;
}

ul.jxList img.resourceCloseImg
{
    position: absolute;
    top: 2px;
    right: 2px;
    width: 16px;
    height: 16px;
    border: none;
    
}

ul.jxList img.resourceIcon {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border: none;
}
ul.jxList img.resourceIconHidden {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 1px;
  height: 16px;
  border: none;
}



iframe.TaskFrame
{
   
    border: 1px solid #FFFFFF;
    margin: 0px;
    padding: 0px;
    overflow: auto;
    display: none;
    background-color: #666;
}
