/* SP layout.css CSS file */
/*
   This CSS file contains information required to place the various
   page elements.
*/

html, body {
	margin: 0;
	padding: 0;
}

/* This is the small whitespace with the little curve images at the top of the content pane. */
#centerTopLR {
	height: 14px;
	margin-right: 172px;
}
/* These two styles are for the little curved images inside the centerTopLR. */
.imgLt {
	float: left;
}
.imgRt {
	float: right;
}

/* The main content area of the page. */
#centerContent {
	margin-right: 172px;
}
#contentBottom {
	border: 1px solid black;
}

/* The right content area which can include different things. */
#rightBar {
	float: right;
	width: 172px;
}
.xfLogin {
	width: 172px;
}
