@charset "UTF-8";
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #1F1D4F;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #EDEDED;
	background-image: url(/images/ms_bodyBackg.jpg);
	background-repeat: repeat;
}
#container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#loginHeader {
	height: 35px;
	font-size: medium;
	background-color: #2E2B5B;
	color: #555360;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(/images/ms_blanklogin.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
.colorContent {
	background-color: #FFF;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 24px;
	text-decoration: none;
	/* [disabled]padding-top: 25px; */
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
	text-align: center;
}
.extraContent {
	background-color: #FFF;
	margin: 0px;
	background-image: url(/images/ms_shadowLeft.jpg);
	background-repeat: repeat-y;
	padding-top: 25px;
	padding-right: 75px;
	padding-bottom: 50px;
	padding-left: 75px;
}
#footer {
	background-color: #999;
	margin: 0px;
	font-size: 0.6em;
	color: #333;
	text-align: right;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.topShadow {
	background-image: url(/images/ms_shadowTop.png);
	background-repeat: repeat-x;
	height: 30px;
	width: auto;
	background-position: top;
}
.whiteContent {
	background-color: #FFF;
	height: 300px;
	left: auto;
	position: relative;
	width: 1000px;
}
.bottomShadow {
	background-image: url(/images/ms_shadowBottom.png);
	background-repeat: repeat-x;
	width: auto;
	height: 30px;
	background-position: bottom;
}
