
BODY
	{
		font : 12pt sans-serif;
		color : #000000;
		background-color : #FFFFFF;
		text-align: justify;
	}

DIV#m4m-panel-body-menu
	{
		display: block;
		color : #000000;
		background-color: #CCE6F7;
		padding: 0.1em;
		text-align: center;
		margin-bottom: 1em;
	}

DIV.m4m-panel-title
	{
		display: inline;
		padding: 0.1em;
		font-weight: bold;
		border-bottom: 1px dashed #C0C0C0;
		margin-bottom: 0.1em;
		text-align: center;
	}

DIV.m4m-panel-header
	{
		display: inline;
		padding: 0.1em;
		font-weight: bold;
		border: 0px;
		text-align: center;
	}

DIV.m4m-panel-title:before
	{
		margin-left: 0.1em;
	}

DIV.m4m-panel-title:after
	{
		margin-top: 0.1em;
	}

DIV.m4m-panel-header:before
	{
		margin-left: 0.1em;
	}

DIV.m4m-panel-header:after
	{
		margin-left: 0.1em;
	}

DIV.m4m-panel-header-content
	{
		display: inline;
		text-align: center;
		line-height: 1.75em;
		margin-left: 0.1em;
		white-space: nobreak;
 }

DIV.m4m-panel-header-content:before
	{
		content: "➲";
		margin-right: 0.05em;
	}

DIV.m4m-panel-header-content:after
	{
		margin-left: 0.2em;
		content: "✦";
		margin-right: 0.2em;
	}

DIV#m4m-panel-header-content-stafflogin:after
	{
		margin-left: 0.2em;
		content: "";
		margin-right: 0.2em;
	}

DIV.m4m-panel-secureoffsite
	{
		font-weight: bold;
		border: 0px;
		color : #FFFFFF;
		background-color: #FF8367;
	}

DIV#m4m-heading-logo
	{
		text-align: center;
		display: block;
	}

DIV#m4m-title-text
	{
		text-align: center;
		font-weight: bold;
		margin-bottom: -1em;
	}

HR.m4m-hr
	{
		margin-left: 0em;
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 1px dashed #C0C0C0;
	}

HR#m4m-hr-page-border-break
	{
		margin-left: 0em;
		margin-top: 0em;
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 1px dashed #C0C0C0;
	}

DIV.m4m-status-success
	{
		overflow: hidden;
		text-align: center;
		padding: 0.1em;
		font-weight: bold;
		background-color: #4169E1;
		color: #FFFFFF;
		margin-bottom: 0.2em;
	}

DIV.m4m-status-failure
	{
		overflow: hidden;
		text-align: center;
		padding: 0.1em;
		font-weight: bold;
		background-color: #FF8367;
		color: #FFFFFF;
		margin-bottom: 0.2em;
	}

DIV.m4m-status-general
	{
		overflow: hidden;
		text-align: center;
		padding: 0.1em;
		font-weight: bold;
		background-color: #3CB371;
		color: #FFFFFF;
		margin-bottom: 0.2em;
	}

