/*your custom style goes in this file*/
/* databack: background color for data areas */
.databack {
	background-color: #c0c0ff;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
}