html, body, form, div, span, table, tbody, tr, td, input, textarea, button, legend, label {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	line-height: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body.Blank {
/*   background-image: url($ROOTPATH$$GM_BGIMAGE$);
   background-repeat: no-repeat;
   background-position: bottom right;
   background-color: $TB_BGCOLOR$;*/
	width: 100%;
	height: 100%;
	 padding: 8px;
	 padding-top: 0px;
	 margin: 0;
	 background-color: $BLANK_BODY_BGCOLOR$;
	 padding: 0px;
}
div.Blank {
   background-image: url($ROOTPATH$$GM_BGIMAGE$);
   background-repeat: no-repeat;
   background-position: bottom right;
   background-color: $BLANK_TABLE_BGCOLOR$;
	width: 100%;
	height: 100%;
	 padding: 0;
	 margin: 0;
	 $BLANK_TABLE_BORDER$
	 $WINDOW_DROP_SHADOW_BOTTOM_BORDER$
}
TD.GreenMonster {
  width: 1%;
	border: $GM_BORDER$;		 /* 1px solid black */
	padding: 4px;
	background: $GM_BGCOLOR$;		 /* #d5d5ff */
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(Opacity=100);
}
DIV.GreenMonsterCover {
	position: relative;
	left: 40%;
	$GREEN_MONSTER_COVER_SIZE$
}
DIV.GreenMonster {
	background-image: url($ROOTPATH$$GREEN_MONSTER_IMAGE$);
	$GREEN_MONSTER_SIZE$
}
/* This is for Firefox and for Internet Explorer */
FRAMESET.FramesetTop {
	background-image: url($ROOTPATH$$FRAMESET_BASIC_BGIMAGE$);
}
/* The rest of frames css are just for Internet Explorer */
FRAME.ToolBarFrame {
	background-color: $TB_BGCOLOR$;
}
FRAMESET.FramesetSidebar {
	background-image: url($ROOTPATH$$FRAMESET_BASIC_BGIMAGE$);
	background-position: 0px -60px;
}
FRAME.SideBarFrame {
	background-color: $TB_BGCOLOR$;
	$FRAMESET_SPLITTER_BORDER$
}
FRAME.StatusBarFrame {
	background-color: $BASE_BGCOLOR$;
}
