@charset "utf-8";
/* CSS Document */
/* These are the styles necessary for the template of the MMP & MSP secure pages */

body {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust:none;
}
.bodytext {
	padding-left:25px;
	padding-right:25px;
}
h1 {
	margin-top:0px;
}
td {
	border-style:none;
}
.floatclear {
	clear:both;
}
#wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#maintext {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e6f0d2;
	border-bottom-color: #e6f0d2;
	border-left-color: #e6f0d2;
}

#pagetitle {
	text-align: center;
	padding-top: 10px;
}

.center {
	text-align: center !important;
}
.datatable {
	background-color: #e6f0d2 !important;
	border: 1px solid #98CC99;
}
.AlignRight {
	text-align: right;
}
.AlignCenter {
	text-align: center;	
}
.AlignLeft {
	text-align: left;	
}.tinytext {
	font-size: 10px;
}
