/* This style sheet is intended to override the padding around web parts so they have spacing between them */
/* AXEP.css by defaults sets no padding between the web parts */

.ms-bodyareaframe
{
	padding:5px !important;
}

TABLE.ax-bodyareaframe
{
	padding:5px !important;
}

TABLE.ax-bodyareaframe TD.ax-WPZone
{
	padding:5px !important;
}