#grpTable{
  border: 1px solid #0000cd;
  table-layout: fixed;
}
#grpTable .hdr-1{
  background:   #0000cd;
  color:        #ffffff;
  font-weight:  bold;
  font-size:    0.9em;
}

#grpTable .grp-1{
  font-weight:  bold;
	background:   #d0d0ff url("/resources/img/plus.gif") 5px no-repeat;  
	padding-left: 20px;
  cursor:       pointer;
  overflow:     hidden;
  text-overflow:  ellipsis;
}
#grpTable .grp-1 TD{
  border-top:   1px solid #f0f0ff;
}
#grpTable .grp-1.active{
	background: #d0d0ff url("/resources/img/minus.gif") 5px no-repeat;  
}
#grpTable .grp-1:hover{
  background-color: #b0b0ff;
}

#grpTable .grp-1-cont{
  background-color: #ffffff;
  font-weight:  normal;
	padding-left: 20px;
	color:        #000080;
	display:      none;
  overflow:     hidden;
  text-overflow:  ellipsis;
}
#grpTable .grp-1-cont:hover{
  background-color: #f0f0ff;
}
#grpTable .grp-1-cont TD{
  border-bottom: 1px solid #f0f0ff;
}

#grpTable .grp-1-cont.active{
  display: inline;
}

.chkmrk-blue-True{
	background-image:     url("/resources/img/chkmrk-blue-True.gif");
	background-position:  50%;
	background-repeat:    no-repeat;
}


.btn{
	cursor: pointer;
  float:  left;
  line-height:  1em;
  font-size:    0.75em;
  font-weight:  bold;
  position: relative;
  border:   1px solid #808080;
	padding:  2px 4px 2px 20px;
	margin: 3px 3px 3px 0px;
	background-position:  5px 50%;
	background-repeat:    no-repeat;
  background-color:     #d0d0ff;
}
.btn:hover{
  background-color: #b0b0ff;
}

.plus{
	background-image: url("/resources/img/plus.gif");
}
.minus{
	background-image: url("/resources/img/minus.gif");
}