/* $Id: manage.screen.css,v 1.2 2007/05/07 03:53:29 fei Exp $ */

/* manage.css */

/* NN4 and general styles go here */

/* end general styles */

/* complex styles (layout, font-sizing) go here */
@import url("manage.design.css");
/* end complex styles */

/* IE5/Mac Only Styles
   Uses the IE5/Mac Band Pass Filter:
   http://stopdesign.com/examples/ie5mac-bpf/
----------------------------------------------- */
/*\*//*/
  @import "hacks/ie5mac.css";
/**/

/* IE5/Win Only Styles
   Uses the Mid Pass Filter:
   http://tantek.com/CSS/Examples/midpass.html
----------------------------------------------- */
@media tty {
 i{content:"\";/*" "*/}} @import 'hacks/ie5win.css'; /*";}
}/* */

html {
	margin: 0;
	padding: 0;
	background-color: #fff;
	/* XHTML fix - in XHTML the body is NOT treated as a magic element, but 
	rather the same way a DIV is treated (it only sizes to contain its content) */
	min-height: 100%;
	text-align: left;
}

body {
	font-family: verdana, arial, tahoma, geneva, sans-serif;
	line-height: 1.4;
	color: #333;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}
