.TABLABEL1 {
 background-color: white;
 font:             bold x-small sans-serif;
 color:            black;
 text-align:       center;
 cursor:           default;
 border:           dashed 1px white;
}

.TABLABEL0 {
 background-color: #02bafe;
 font:             bold x-small sans-serif;
 color:            black;
 text-align:       center;
 cursor:           pointer;
 border:           dashed 1px #02bafe;
}

.TABDIV1 {
 position:       relative;
 display:        block;
 padding-bottom: 1ex;
}

.TABDIV0 {
 position:       relative;
 display:        none;
 padding-bottom: 1ex;
}

.TREEIMG {
 cursor:         pointer;
 vertical-align: text-bottom;
}

.TREECAPTION {
 cursor:         pointer;
 font:           bold medium sans-serif;
 color:          black;
 text-align:     left;
 border:         dashed 1px white;
}

.TREEDIV1 {
 display:        block;
 padding-bottom: 1ex;
 padding-top:    1ex;
 padding-left:   22px;
}

.TREEDIV0 {
 display:        none;
 padding-bottom: 1ex;
 padding-top:    1ex;
 padding-left:   22px;
}

.SELDIV1 {
 display:        block;
 padding-bottom: 1ex;
 padding-top:    1ex;
}

.SELDIV0 {
 display:        none;
 padding-bottom: 1ex;
 padding-top:    1ex;
}

.FRAMELABEL {
 position:         relative;
 top:              1ex;
 left:             17px;
 background-color: white;
 padding:          0px 4px 0px 4px;
 z-index:          100;
}

