﻿$(document).ready(function(){
	jQuery('table.contentpaneopen').attr({ cellSpacing : 0, cellPadding : 0, border : 0 });
});
