/* #### MG: BEGIN Elements */
body, form
{
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	scrollbar-arrow-color: #161a45;
	scrollbar-face-color: #FFF;
	scrollbar-track-color: #e5e5e5;
	scrollbar-3dlight-color: #029aff;
	scrollbar-highlight-color: #e5e5e5;
	scrollbar-shadow-color: #e5e5e5;
	scrollbar-darkshadow-color: #161a45;
}

body
{
	background-color: #FFF;
	/* background-image: url("../Images/Common/body_bg.gif");
	background-repeat: repeat-y; */
}

body.Edit
{
	background-image: none !important;
}


body, form, table, input, select, textarea
{
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	color: #000;
}

td
{
	vertical-align: top;
}

img
{
	cursor: auto;
	border: none;
}
div.PrintHeader{display: none;}
/* #### MG: END Elements */