﻿/* background color for the content part of the pages */
Body {
	background-color: white;
	margin: 0px;
}
.ControlPanel, .PagingTable {
	width: 100%;
	background-color: #FFFFFF;
	border: #003366 1px solid;
}