div.frame-horizontal-container-left{
  float:left;
  overflow:hidden;  /* important for IE 7 and lower if we don't declare <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> */
}

div.frame-horizontal-splitter-element{
  float:left;
  overflow:hidden;  /* important for IE 7 and lower if we don't declare <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> */
  width:6px;    
  background-color:#333399;
  empty-cells: show;  
  cursor: e-resize;
}

div.frame-horizontal-container-right{
  float:left;
  overflow:hidden;  /* important for IE 7 and lower if we don't declare <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> */
}
