/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.fixed_headers {
	clear: both;
	border: 1px solid #963;
	height: 285px;
	overflow: auto;
	width: 100%;
}

table.editable input[type=text] {
	border: none;
	background-color: transparent;
}

.dhx_header_cmenu{
  background-color:#ffffff;
  border:2px outset silver;
  z-index:2;
}