table.simple {height:100%;}
#content {background-color: rgb(225, 255, 255);}
#content td {padding:0px;}
#TreeDiv {background-color: rgb(225, 255, 255);}
#NavigationH{background-color: rgb(0, 200, 200);color:rgb(255,200,0);font-size:12px;}
#NavigationH a {color:rgb(255,255,0);}

#TreeDiv table
{
   width: 500px;
   font-family: Arial;
   font-size:12px;
   color:rgb(0,0,128);
}

#TreeDiv img {margin-right: 5px;}

#TreeDiv td
{
   height: 25px;
   padding: 6px;
   margin: 6px;
   overflow: hidden;
}

#TreeDiv a
{
   font-family: Arial;
   font-size:12px;
}

#TreeDiv td.selected
{
   background-color: rgb(0,200,200);
   color:rgb(255,255,0);
}

#cloudDiv {overflow: hidden;height:100%;width:100%;}

#cloudDiv div
{ 
   width:250px;
   height:100px;
   text-align:center;
   opacity:0.9;
   background-image: url('images/cloud.gif');
   background-repeat:no-repeat;
   font-family:Verdana;
   font-size:18px;
   display:none;
   color:blue;
   margin:0px;
}

#cloudetd1
{
   background-image:url('images/gradientBlueGreenToBlue.gif');
   background-repeat:repeat-x;
   background-position:bottom;
}

#cloudetd1 table
{
   background-image:url('images/pyramid1.gif');
   background-repeat:no-repeat;
   background-position:center bottom;
}

#cloudetd2
{
   background-image:url('images/gradientGreenToBlueGreen.gif');
   background-repeat:repeat-x;
   background-position:top;
   padding-top:0px;
}

#cloudetd2 table
{
   background-image:url('images/pyramid2.gif');
   background-repeat:no-repeat;
   background-position:center top;
}

#bottomtable{color: rgb(255, 255, 0);}