
.GroupTD{
  background-color: #8B90A4;
  width: 200px;
  padding-left: 10px;
  background-image: url(orangeDots.gif);
background-position: left;
background-repeat: no-repeat;
  border-bottom-color: #CCCCCC;
  border-bottom-style: solid;
  border-bottom-width: 1px

   /* white-space: nowrap*/
}
.ItemTD{
  background-color: #C6C8D7;
  width: 200px;

/*  white-space: nowrap*/
}


.ItemSelectTD{
/*background-color: #CCFFFF;*/
}



a.ItemLinkSelect:link,a.ItemLinkSelect:visited{
color:#CC0000;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
font-weight: normal;
background-image: url(redDots.gif);
background-position: left;
background-repeat: no-repeat;
padding-left: 16px;


}
a.ItemLinkSelect:hover,a.ItemLinkSelect:active{
color:#000099;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}



a.GroupLink:link,a.GroupLink:visited{
color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
  padding-left: 4px
}
a.GroupLink:hover,a.GroupLink:active{
color:#FFFF00;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;

}


a.ItemLink:link,a.ItemLink:visited{
color:#000000;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
font-weight: normal;
background-image: url(blueDots.gif);
background-position: left;
background-repeat: no-repeat;
padding-left: 16px;

}
a.ItemLink:hover,a.ItemLink:active{
color:#000099;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}

