/*TABS*/
DIV.divUpperTab {text-align:right; }
TABLE#tblUpperTab {padding:1px 5px 1px 5px; font-family:verdana; font-size:70%; background-color:white; border-width:0; }
TABLE#tblUpperTab td.clsUpperTabOn {border-width: 0 2 1 0; background-color:#3366cc; color:#FFFFFF; cursor:default; text-align:center; border-color: white #808080 #3366cc;}
TABLE#tblUpperTab td.clsUpperTabOff{border-width: 0 2 1 0; background-color:#efefef; color:#00c; cursor:hand; text-align:center; border-color: white #808080 #3366cc;}

div.clsLowerTab{text-align:right; position:absolute; visibility:hidden; }
TABLE#tblLowerTab {padding:1px 5px 1px 5px; font-family:verdana; font-size:70%; background-color:white; border-width:0; nowrap;}
TABLE#tblLowerTab td.clsLowerTabOn {border-width: 0 2 1 0; background-color:#3366cc; color:#FFFFFF;  cursor:default; text-align:center; border-color: white #808080 #3366cc;}
TABLE#tblLowerTab td.clsLowerTabOff{border-width: 0 2 1 0; background-color:#efefef; color:#00c;  cursor:hand; text-align:center; border-color: white #808080 #3366cc;}

/*TREE*/
.parent { font: 12px/13px; Times; text-decoration: none; color: black }
.child { font:12px/13px Times; display:none }
.item { color: blue; text-decoration:none; cursor: hand }
.highlight { color: red; text-decoration:none }
.icon { margin-right: 5 }
a { text-decoration:none }
a.link { text-decoration:none }
a.visited { text-decoration:none }
a.hover { text-decoration:none }

