html,body
{
    height:100%;
    width:100%;
	margin:0px;
	overflow:auto;
    background-color:#ffffff; 
	font-family: 'Segoe UI','Lucida Grande',Arial,Helvetica,'sans-serif';
	font-size: 12px;
	line-height: 22px;
	color:black;
}
p,td,th
{
	font-family: 'Segoe UI','Lucida Grande',Arial,Helvetica,'sans-serif';
	font-size: 12px;
    line-height: 22px;
    color:black;
}


.tree
{
    padding-right: 3px;
    padding-left: 4px;
    padding-bottom: 2px;
    padding-top: 2px;
    font-weight: normal;
    cursor:pointer;
    height: 18px;
    color: black;
      
}
.tree_on
{
	padding-right: 3px;
    padding-left: 4px;
    padding-bottom: 2px;
    padding-top: 2px;
    font-weight: normal;
    cursor: pointer;
    height: 18px;
    color: #191970;
    background-color: #d6dce9;
}
.tree_selected
{
    padding-right: 3px;
    padding-left: 4px;
    padding-bottom: 2px;
    padding-top: 2px;
    font-weight: normal;
    cursor: pointer;
    height: 18px;
    color: #8b0000;
    border-bottom: #eee8aa 1px solid;
    background-color: #f0efdb;
    
      
}
.fldname
{
	padding-left:3px; 
}
img
{
    border:none;
    vertical-align:text-bottom;
}
.subdiv
{
    padding-left:14px;
    visibility:hidden;
    display:none;
}
a
{
    color: black;
    text-decoration: none;
}
a:hover
{
    color: maroon;
    text-decoration: underline;
      
}