/*  Global CSS
 *  ------------------------------------------------------------ */
 
/*  NOTICE
 *  ------------------------------------------------------------ *
 *  These styles are defined in the infobar.css
 *
 *  html, body  {
 *  	margin: 0;
 *  	padding: 0;
 *  	width: 100%;
 *  }
 *
 *  ------------------------------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
}

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
	
/* end hide */

body, button, div, input, p, textarea, td {
	font: normal normal normal 11px 13px Arial, Helvetica, Verdana, sans-serif; 
	color: #000000;
	height: 100%;
	background-color: #003366;
}