/*
 * Copyright 2006, Jeffrey Palm.
 */

.content {
           display: block;
           background: #fff;
           padding-top: 0;
           border:1px solid black;
}

.scrolling { 
             overflow:auto;
 }

#canvascontainer { 
                   position: absolute;
                   top: 10px;
                   left: 290px;
                   height: 470px;
                   text-align: left;
                   width: 650px;;
                   padding:10px;
                    }

#messagesPanel { 
                 position: absolute;
                 top: 500px;
                 left: 290px;
                 height: 65px;
                 width: 670px;
                 padding:10px;
                 margin-top: 10px;
            } 

#treeNavOut { 
             position: absolute;
             top: 10px;
             left: 10px;
           height: 550px;
             padding: 0px; 
             width: 270px; 
             border: solid black 1px; 
 }
#treeNav { 
           height: 550px;
             padding: 0px; 
             width: 270px; 
 }



.canvas { 
          position: absolute;
          top: 10px;
          left: 10px;
          height: 450px;
          width: 580px;
          }

.canvasRelative { 
                  height: 420px;
                  text-align: left;
                  }

#messagesPanelOld { 
            position: absolute;
            top: 478px;
            left: 290px;
            width: 700px;
            height: 50px;
            margin-top: 10px;
            } 

#treeNavOld { 
           /*position: absolute;
           top: 10px;
           left: 10px;              */
           width:270px;
           height: 535px;
           overflow:auto;
           }

#treeNavPanel { 
           width:250px;
           height: 550px;
           }

#accordionDiv { 
                

                }

.roundNormal  {
                background-color : #ffffff;
                border: solid black 1px;
                font-family      : Trebuchet MS, Verdana, Arial;
                font-size        : 11px;
                color            : black;
                padding: 10px;
}


.version { 
           font-weight: bold;
           }

.heading { 
           font-size: 14px;
           font-weight: bold;
           margin-bottom: 10px;
           margin-top: 10px;
           }
