table, body, input

{

      font-family: verdana;

      font-size: 12px;

}

 

#mainPanel

{

      width: 100%;

      height: 300px;

}

 

#commands

{

      padding: 5px;

      background-color: #99c0ee;

}

 

#save

{

      margin-right: 10px;

}

 

#tabControl

{

      width: 100%;

      height: 250px;

}

 

#tab2

{

      width: 200px;

      height: 200px;

      overflow: hidden;

}

 

#userTable

{

      width: 100%;

      border: solid 1px black;

}

 

#userTable .TreeTable-Header

{

      background-color: #cccccc;

}

 

#userTable td

{

      border-right: solid 1px black;

}